This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new 0db3f4f Updates production by Jenkins 0db3f4f is described below commit 0db3f4feaac90b7b5ddc1dd4ef2352809a6dfc68 Author: jenkins <bui...@apache.org> AuthorDate: Wed Sep 27 18:35:12 2017 +0000 Updates production by Jenkins --- content/plugins/index.html | 27 +++++++++++++++++++++------ content/plugins/plugins.html | 4 ++-- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/content/plugins/index.html b/content/plugins/index.html index a2f70a7..de182a6 100644 --- a/content/plugins/index.html +++ b/content/plugins/index.html @@ -7,7 +7,7 @@ <meta http-equiv="Content-Language" content="en"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <title>Plugins (WIP)</title> + <title>Plugins</title> <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic,700italic" rel="stylesheet" type="text/css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> @@ -127,16 +127,31 @@ <section class="col-md-12"> <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/plugins/index.md" title="Edit this page on GitHub">Edit on GitHub</a> - <h1 id="plugins">Plugins</h1> + <h1 id="plugin-developers-guide">Plugin Developers Guide</h1> -<p>Link to <a href="plugin-developers.html">Plugin Developers Guide</a></p> +<p>Apache Struts 2 provides a simple <a href="plugins.html">plugin architecture</a> so that developers can extend the framework just +by adding a JAR to the application’s classpath. Since plugins are contained in a JAR, they are easy to share with others. +Several plugins are bundled with the framework, and others are available from third-party sources.</p> <ul> - <li><a href="convention/">Convention plugin</a></li> - <li><a href="json/">JSON plugin</a></li> - <li><a href="junit/">JUnit plugin</a></li> + <li><a href="plugins.html">Plugins</a></li> + <li><a href="extending-an-application-with-custom-plugins.html">Extending an Application with Custom Plugins</a></li> </ul> +<h2 id="bundled-plugins">Bundled Plugins</h2> + +<table> + <tbody> + <tr> + <td><a href="bean-validation">Bean Validation Plugin</a> (2.5+)<br /><a href="cdi">CDI (JSR 299) Plugin</a> (2.3.1+)<br /><a href="codebehind">Codebehind Plugin</a> (< 2.5)<br /><a href="config-browser">Config Browser Plugin</a><br /><a href="convention">Convention Plugin</a> (2.1.3+)<br /><a href="dwr">DWR Plugin</a><br /><a href="embedded-jsp">Embedded JSP Plugin</a> (2.1.7+)<br /><a href="jasperreports">JasperReports Plugin</a><br /><a href="java-8-support">Java 8 Support Plu [...] + <td><a href="oval">OVal Plugin</a> (2.1.7+)<br /><a href="osgi">OSGi Plugin</a> (2.1.7+)<br /><a href="plexus">Plexus Plugin</a><br /><a href="portlet">Portlet Plugin</a><br /><a href="portlet-tiles">Portlet Tiles Plugin</a> (2.3.5+)<br /><a href="rest">REST Plugin</a> (2.1.1+)<br />Deprecated: <a href="sitegraph">SiteGraph Plugin</a><br /><a href="sitemesh">SiteMesh Plugin</a><br /><a href="spring">Spring Plugin</a><br /><a href="struts-1">Struts 1 Plugin</a>( < 2.5)<br /><a hr [...] + </tr> + </tbody> +</table> + +<blockquote> + <p>For a complete list of bundled and third-party plugins, visit the <a href="http://cwiki.apache.org/S2PLUGINS/home.html">Plugin Registry</a>.</p> +</blockquote> </section> </article> diff --git a/content/plugins/plugins.html b/content/plugins/plugins.html index 0791b40..51adbdc 100644 --- a/content/plugins/plugins.html +++ b/content/plugins/plugins.html @@ -127,6 +127,8 @@ <section class="col-md-12"> <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/plugins/plugins.md" title="Edit this page on GitHub">Edit on GitHub</a> + <a href="index.html" title="back to Plugins"><< back to Plugins</a> + <h1 id="plugins">Plugins</h1> <p>Struts 2 plugins contain classes and configuration that extend, replace, or add to existing Struts framework functionality. A plugin can be installed by adding its JAR file to the application’s class path, in addition to the JAR files to fulfill whatever dependencies the plugin itself may have. To configure the plugin, the JAR should contain a <code class="highlighter-rouge">struts-plugin.xml</code> file, which follows the same format as an ordinary <code class="highlighter-rouge">str [...] @@ -542,8 +544,6 @@ <p>For a list of bundled plugins, see the <a href="plugin-developers.html">Plugin Reference Documentation</a>. For more about bundled and third-party plugins, visit the <a href="http://cwiki.apache.org/S2PLUGINS/home.html">Apache Struts Plugin Registry</a>.</p> </blockquote> -<h2 id="back-to-home">Back to <a href="/">Home</a></h2> - </section> </article> -- To stop receiving notification emails like this one, please contact ['"commits@struts.apache.org" <commits@struts.apache.org>'].