WW-4131 Polishes JavaDoc a bit

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1534938 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2013-10-23 07:36:28 +00:00
parent 391b8ce2c3
commit 829869b3db
@@ -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 {{{@link org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper}}}
* 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>
* <!-- END SNIPPET: description -->
*/
public class PrefixBasedActionProxyFactory extends DefaultActionProxyFactory {