mirror of
https://github.com/apache/struts.git
synced 2026-08-31 03:14:28 +00:00
WW-3092 Rename bean from "named-variable" to "namedVariable"
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@766401 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<bean type="com.opensymphony.xwork2.conversion.ObjectTypeDeterminer" name="struts" class="com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer"/>
|
||||
|
||||
<bean type="com.opensymphony.xwork2.util.PatternMatcher" name="struts" class="com.opensymphony.xwork2.util.WildcardHelper" />
|
||||
<bean type="com.opensymphony.xwork2.util.PatternMatcher" name="named-variable" class="com.opensymphony.xwork2.util.NamedVariablePatternMatcher"/>
|
||||
<bean type="com.opensymphony.xwork2.util.PatternMatcher" name="namedVariable" class="com.opensymphony.xwork2.util.NamedVariablePatternMatcher"/>
|
||||
|
||||
<bean type="org.apache.struts2.dispatcher.mapper.ActionMapper" name="struts" class="org.apache.struts2.dispatcher.mapper.DefaultActionMapper" />
|
||||
<bean type="org.apache.struts2.dispatcher.mapper.ActionMapper" name="composite" class="org.apache.struts2.dispatcher.mapper.CompositeActionMapper" />
|
||||
|
||||
Reference in New Issue
Block a user