WW-4131 Polishes JavaDoc a bit

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1534943 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2013-10-23 07:43:25 +00:00
parent 880734803c
commit 74d80b0ccb
@@ -14,18 +14,18 @@ import java.util.Map;
/**
* <!-- START SNIPPET: description -->
* Prefix based factory should be used with <pre>{@link org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper}</pre>
* 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:
*
* <p/>
* <pre>
* &lt;constant name="struts.actionProxyFactory" value="prefix"/&gt;
* </pre>
*
* The factory will use the same set of patterns as defined with:
*
* <p/>
* <pre>
* &lt;constant name="struts.mapper.prefixMapping" value="..."/&gt;
* </pre>