mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
@@ -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>
|
||||
* <constant name="struts.actionProxyFactory" value="prefix"/>
|
||||
*
|
||||
* </pre>
|
||||
* The factory will use the same set of patterns as defined with:
|
||||
* <pre>
|
||||
* <constant name="struts.mapper.prefixMapping" value="..."/>
|
||||
* </pre>
|
||||
* <!-- END SNIPPET: description -->
|
||||
*/
|
||||
public class PrefixBasedActionProxyFactory extends DefaultActionProxyFactory {
|
||||
|
||||
Reference in New Issue
Block a user