WW-4131 Polishes JavaDoc a bit

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1534942 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2013-10-23 07:41:57 +00:00
parent f2a3a3e8c2
commit 880734803c
@@ -14,15 +14,18 @@ import java.util.Map;
/**
* <!-- START SNIPPET: description -->
* Prefix based factory should be used with {{{@link org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper}}}
* Prefix based factory should be used with <pre>{@link org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper}</pre>
* to use appropriate {@link com.opensymphony.xwork2.ActionProxyFactory} connected with given
* {@link org.apache.struts2.dispatcher.mapper.ActionMapper}
*
* Add below entry to struts.xml to enable the factory:
*
* <pre>
* &lt;constant name="struts.actionProxyFactory" value="prefix"/&gt;
* </pre>
*
* The factory will use the same set of patterns as defined with:
*
* <pre>
* &lt;constant name="struts.mapper.prefixMapping" value="..."/&gt;
* </pre>