Class 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 String MAPPINGS  
      • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.struts2.dispatcher.mapper.ActionMapping getMapping​(javax.servlet.http.HttpServletRequest request, com.opensymphony.xwork2.config.ConfigurationManager configManager)
      ActionMapper
      void setActionMappers​(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
    • Constructor Detail

      • MultiActionMapper

        public MultiActionMapper()
    • 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:
        getMapping in interface org.apache.struts2.dispatcher.mapper.ActionMapper
        Overrides:
        getMapping in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper