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 d2dc6a3 Automatic Site Publish by Buildbot d2dc6a3 is described below commit d2dc6a3f1e8ebeb43db3c597b62327970027c82d Author: buildbot <us...@infra.apache.org> AuthorDate: Wed Mar 25 15:44:48 2020 +0000 Automatic Site Publish by Buildbot --- output/plugins/extending-an-application-with-custom-plugins.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/output/plugins/extending-an-application-with-custom-plugins.html b/output/plugins/extending-an-application-with-custom-plugins.html index bb69c28..7dab2b4 100644 --- a/output/plugins/extending-an-application-with-custom-plugins.html +++ b/output/plugins/extending-an-application-with-custom-plugins.html @@ -127,7 +127,14 @@ <section class="col-md-12"> <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/plugins/extending-an-application-with-custom-plugins.md" title="Edit this page on GitHub">Edit on GitHub</a> - <h1 id="extending-an-application-with-custom-plugins">Extending an Application with Custom Plugins</h1> + <h1 class="no_toc" id="extending-an-application-with-custom-plugins">Extending an Application with Custom Plugins</h1> + +<ul id="markdown-toc"> + <li><a href="#the-interface" id="markdown-toc-the-interface">The Interface</a></li> + <li><a href="#the-plugin" id="markdown-toc-the-plugin">The Plugin</a></li> + <li><a href="#the-action" id="markdown-toc-the-action">The Action</a></li> + <li><a href="#the-jsp" id="markdown-toc-the-jsp">The JSP</a></li> +</ul> <p>In this tutorial, we will show how easily our application can be made extensible using the Struts 2 plugin mechanism. To keep the demonstration simple, our plugin will expose a JavaBean that writes a message. Plugins may include any