mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
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:
@@ -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>
|
||||
* <constant name="struts.actionProxyFactory" value="prefix"/>
|
||||
* </pre>
|
||||
*
|
||||
* The factory will use the same set of patterns as defined with:
|
||||
*
|
||||
* <p/>
|
||||
* <pre>
|
||||
* <constant name="struts.mapper.prefixMapping" value="..."/>
|
||||
* </pre>
|
||||
|
||||
Reference in New Issue
Block a user