mirror of
https://github.com/apache/struts.git
synced 2026-08-06 23:27:07 +00:00
WN-5141
- more portlet removals
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user