You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/12/08 08:31:07 UTC

[struts-site] 04/08: Uses the default layout

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch restful
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit 9c1e2ca4f07c6ff41cf1ba577a38746eecede798
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Dec 8 08:33:21 2017 +0100

    Uses the default layout
---
 source/core-developers/action-proxy-and-actionproxy-factory.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/source/core-developers/action-proxy-and-actionproxy-factory.md b/source/core-developers/action-proxy-and-actionproxy-factory.md
index d8ae9bc..ba96ab5 100644
--- a/source/core-developers/action-proxy-and-actionproxy-factory.md
+++ b/source/core-developers/action-proxy-and-actionproxy-factory.md
@@ -1,9 +1,16 @@
 ---
-layout: core-developers
+layout: default
 title: Action Proxy & ActionProxy Factory
+parent:
+    title: Core Developers Guide
+    url: index.html
 ---
 
 # Action Proxy & ActionProxy Factory
+{:.no_toc}
+
+* Will be replaced with the ToC, excluding a header
+{:toc}
 
 The ActionProxy obtains the Action class and calls the appropriate method. By default, Actions are obtained through 
 local instantiation, but an Action could also be obtained remotely if an alternative ActionProxy were provided.
@@ -21,7 +28,6 @@ s executed when a request is invoked.
 
 ### ActionProxyFactory
 
-
 ```java
  ActionProxyFactory.setFactory(new MyActionProxyFactory() {
 

-- 
To stop receiving notification emails like this one, please contact
"commits@struts.apache.org" <co...@struts.apache.org>.