Class MultiActionMapper
- java.lang.Object
-
- org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
- org.onebusaway.presentation.impl.struts.MultiActionMapper
-
- All Implemented Interfaces:
org.apache.struts2.dispatcher.mapper.ActionMapper
public class MultiActionMapper extends org.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
-
Field Summary
Fields Modifier and Type Field Description static StringMAPPINGS-
Fields inherited from class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
ACTION_PREFIX, allowDynamicMethodCalls, allowedActionNames, allowedMethodNames, allowedNamespaceNames, allowSlashesInActionNames, alwaysSelectFullNamespace, container, defaultActionName, defaultMethodName, defaultNamespaceName, extensions, METHOD_PREFIX, prefixTrie
-
-
Constructor Summary
Constructors Constructor Description MultiActionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.struts2.dispatcher.mapper.ActionMappinggetMapping(javax.servlet.http.HttpServletRequest request, com.opensymphony.xwork2.config.ConfigurationManager configManager)ActionMappervoidsetActionMappers(String list)-
Methods inherited from class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
addParameterAction, cleanupActionName, cleanupMethodName, cleanupNamespaceName, dropExtension, getDefaultExtension, getMappingFromActionName, getUriFromActionMapping, handleDynamicMethod, handleExtension, handleName, handleNamespace, handleParams, handleSpecialParameters, isSlashesInActionNames, lookupExtension, parseActionName, parseNameAndNamespace, setAllowActionCrossNamespaceAccess, setAllowActionPrefix, setAllowDynamicMethodCalls, setAllowedActionNames, setAllowedMethodNames, setAllowedNamespaceNames, setAlwaysSelectFullNamespace, setContainer, setDefaultActionName, setDefaultMethodName, setDefaultNamespaceName, setExtensions, setSlashesInActionNames
-
-
-
-
Field Detail
-
MAPPINGS
public static final String MAPPINGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
setActionMappers
public void setActionMappers(String list)
-
getMapping
public org.apache.struts2.dispatcher.mapper.ActionMapping getMapping(javax.servlet.http.HttpServletRequest request, com.opensymphony.xwork2.config.ConfigurationManager configManager)ActionMapper- Specified by:
getMappingin interfaceorg.apache.struts2.dispatcher.mapper.ActionMapper- Overrides:
getMappingin classorg.apache.struts2.dispatcher.mapper.DefaultActionMapper
-
-