- more portlet removals
This commit is contained in:
jdyer1
2023-10-30 11:05:50 -05:00
committed by Lukasz Lenart
parent a5c139114c
commit 841313ec1f
4 changed files with 1 additions and 22 deletions
-8
View File
@@ -173,14 +173,6 @@
<directory>../plugins/plexus/target/apidocs</directory>
<outputDirectory>docs/struts2-plugins/struts2-plexus-plugin/apidocs</outputDirectory>
</fileSet>
<fileSet>
<directory>../plugins/portlet/target/apidocs</directory>
<outputDirectory>docs/struts2-plugins/struts2-portlet-plugin/apidocs</outputDirectory>
</fileSet>
<fileSet>
<directory>../plugins/portlet-tiles/target/apidocs</directory>
<outputDirectory>docs/struts2-plugins/struts2-portlet-tiles-plugin/apidocs</outputDirectory>
</fileSet>
<fileSet>
<directory>../plugins/rest/target/apidocs</directory>
<outputDirectory>docs/struts2-plugins/struts2-rest-plugin/apidocs</outputDirectory>
-8
View File
@@ -108,14 +108,6 @@
<directory>../plugins/plexus/target/apidocs</directory>
<outputDirectory>docs/struts2-plugins/struts2-plexus-plugin/apidocs</outputDirectory>
</fileSet>
<fileSet>
<directory>../plugins/portlet/target/apidocs</directory>
<outputDirectory>docs/struts2-plugins/struts2-portlet-plugin/apidocs</outputDirectory>
</fileSet>
<fileSet>
<directory>../plugins/portlet-tiles/target/apidocs</directory>
<outputDirectory>docs/struts2-plugins/struts2-portlet-tiles-plugin/apidocs</outputDirectory>
</fileSet>
<fileSet>
<directory>../plugins/rest/target/apidocs</directory>
<outputDirectory>docs/struts2-plugins/struts2-rest-plugin/apidocs</outputDirectory>
@@ -53,11 +53,6 @@ public interface StrutsStatics {
*/
String PAGE_CONTEXT = "com.opensymphony.xwork2.dispatcher.PageContext";
/**
* Constant for the PortletContext object
*/
String STRUTS_PORTLET_CONTEXT = "struts.portlet.context";
/**
* Set as an attribute in the request to let other parts of the framework know that the invocation is happening inside an
* action tag
@@ -24,7 +24,7 @@ import java.io.Writer;
/**
* Implementations of this interface are responsible for rendering/creating URLs for a specific
* environment (e.g. Servlet, Portlet).
* environment (e.g. Servlet).
*
*/
public interface UrlRenderer {