Author: grobmeier Date: Wed Sep 4 11:24:11 2013 New Revision: 1519985 URL: http://svn.apache.org/r1519985 Log: moved plugin api references to their own page
Added: struts/struts2/trunk/src/site/markdown/ struts/struts2/trunk/src/site/markdown/plugins.md Modified: struts/struts2/trunk/src/site/site.xml Added: struts/struts2/trunk/src/site/markdown/plugins.md URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/markdown/plugins.md?rev=1519985&view=auto ============================================================================== --- struts/struts2/trunk/src/site/markdown/plugins.md (added) +++ struts/struts2/trunk/src/site/markdown/plugins.md Wed Sep 4 11:24:11 2013 @@ -0,0 +1,32 @@ +# Apache Struts Plugins + +Apache Struts provides a plugin mechanism which allows to extend the framework +easily. A few selected plugins are bundled with Struts and are maintained by the +Struts team. These plugins are linked below. You can find community build plugins +linked on the [Struts 2 Plugin Wiki](https://cwiki.apache.org/S2PLUGINS/home.html). + +## API References + + * [Config Browser](struts2-plugins/struts2-config-browser-plugin/apidocs/index.html) + * [Convention](struts2-plugins/struts2-convention-plugin/apidocs/index.html) + * [DWR](struts2-plugins/struts2-dwr-plugin/apidocs/index.html) + * [Embedded JSP](struts2-plugins/struts2-embeddedjsp-plugin/apidocs/index.html) + * [GXP](struts2-plugins/struts2-gxp-plugin/apidocs/index.html) + * [JasperReports](struts2-plugins/struts2-jasperreports-plugin/apidocs/index.html) + * [JavaTemplates](struts2-plugins/struts2-javatemplates-plugin/apidocs/index.html) + * [JFreeChart](struts2-plugins/struts2-jfreechart-plugin/apidocs/index.html) + * [JavaServer Faces](struts2-plugins/struts2-jsf-plugin/apidocs/index.html) + * [JSON](struts2-plugins/struts2-json-plugin/apidocs/index.html) + * [JUnit](struts2-plugins/struts2-junit-plugin/apidocs/index.html) + * [OSGi](struts2-plugins/struts2-osgi-plugin/apidocs/index.html) + * [OVAL](struts2-plugins/struts2-oval-plugin/apidocs/index.html) + * [Pell Multipart](struts2-plugins/struts2-pell-multipart-plugin/apidocs/index.html) + * [Plexus](struts2-plugins/struts2-plexus-plugin/apidocs/index.html) + * [Portlet](struts2-plugins/struts2-portlet-plugin/apidocs/index.html) + * [Rest](struts2-plugins/struts2-rest-plugin/apidocs/index.html) + * [Sitegraph](struts2-plugins/struts2-sitegraph-plugin/apidocs/index.html) + * [Sitemesh](struts2-plugins/struts2-sitemesh-plugin/apidocs/index.html) + * [Spring](struts2-plugins/struts2-spring-plugin/apidocs/index.html) + * [Struts 1](struts2-plugins/struts2-struts1-plugin/apidocs/index.html) + * [TestNG](struts2-plugins/struts2-testng-plugin/apidocs/index.html) + * [Tiles](struts2-plugins/struts2-tiles-plugin/apidocs/index.html) Modified: struts/struts2/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/site.xml?rev=1519985&r1=1519984&r2=1519985&view=diff ============================================================================== --- struts/struts2/trunk/src/site/site.xml (original) +++ struts/struts2/trunk/src/site/site.xml Wed Sep 4 11:24:11 2013 @@ -85,61 +85,14 @@ href="xwork-core/apidocs/index.html"/> <item name="Struts Core API" href="struts2-core/apidocs/index.html"/> + <item name="Plugin APIs" + href="plugins.html"/> <item name="Tag Reference" href="docs/tag-reference.html"/> <item name="Plugin Registry" href="http://cwiki.apache.org/S2PLUGINS/home.html"/> </menu> - <menu name="Plugin APIs"> - <item name="Config Browser" - href="struts2-plugins/struts2-config-browser-plugin/apidocs/index.html"/> - <item name="Convention" - href="struts2-plugins/struts2-convention-plugin/apidocs/index.html"/> - <item name="DWR" - href="struts2-plugins/struts2-dwr-plugin/apidocs/index.html"/> - <item name="Embedded JSP" - href="struts2-plugins/struts2-embeddedjsp-plugin/apidocs/index.html"/> - <item name="GXP" - href="struts2-plugins/struts2-gxp-plugin/apidocs/index.html"/> - <item name="JasperReports" - href="struts2-plugins/struts2-jasperreports-plugin/apidocs/index.html"/> - <item name="JavaTemplates" - href="struts2-plugins/struts2-javatemplates-plugin/apidocs/index.html"/> - <item name="JFreeChart" - href="struts2-plugins/struts2-jfreechart-plugin/apidocs/index.html"/> - <item name="JavaServer Faces" - href="struts2-plugins/struts2-jsf-plugin/apidocs/index.html"/> - <item name="JSON" - href="struts2-plugins/struts2-json-plugin/apidocs/index.html"/> - <item name="JUnit" - href="struts2-plugins/struts2-junit-plugin/apidocs/index.html"/> - <item name="OSGi" - href="struts2-plugins/struts2-osgi-plugin/apidocs/index.html"/> - <item name="OVAL" - href="struts2-plugins/struts2-oval-plugin/apidocs/index.html"/> - <item name="Pell Multipart" - href="struts2-plugins/struts2-pell-multipart-plugin/apidocs/index.html"/> - <item name="Plexus" - href="struts2-plugins/struts2-plexus-plugin/apidocs/index.html"/> - <item name="Portlet" - href="struts2-plugins/struts2-portlet-plugin/apidocs/index.html"/> - <item name="Rest" - href="struts2-plugins/struts2-rest-plugin/apidocs/index.html"/> - <item name="Sitegraph" - href="struts2-plugins/struts2-sitegraph-plugin/apidocs/index.html"/> - <item name="Sitemesh" - href="struts2-plugins/struts2-sitemesh-plugin/apidocs/index.html"/> - <item name="Spring" - href="struts2-plugins/struts2-spring-plugin/apidocs/index.html"/> - <item name="Struts 1" - href="struts2-plugins/struts2-struts1-plugin/apidocs/index.html"/> - <item name="TestNG" - href="struts2-plugins/struts2-testng-plugin/apidocs/index.html"/> - <item name="Tiles" - href="struts2-plugins/struts2-tiles-plugin/apidocs/index.html"/> - </menu> - <menu name="Development"> <item name="Struts 2.x Draft Docs" href="index.html"/>