Uses of Class
org.apache.struts2.dispatcher.mapper.ActionMapping

Packages that use ActionMapping
org.apache.struts2 Main Struts interfaces and classes. 
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
org.apache.struts2.dispatcher.mapper   
org.apache.struts2.dispatcher.ng This package contains a reimagining of the traditional Struts filter dispatchers. 
 

Uses of ActionMapping in org.apache.struts2
 

Methods in org.apache.struts2 that return ActionMapping
static ActionMapping ServletActionContext.getActionMapping()
          Gets the action mapping for this context
 

Uses of ActionMapping in org.apache.struts2.dispatcher
 

Methods in org.apache.struts2.dispatcher with parameters of type ActionMapping
 Map<String,Object> Dispatcher.createContextMap(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionMapping mapping, javax.servlet.ServletContext context)
          Create a context map containing all the wrapped request objects
 void Dispatcher.serviceAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext context, ActionMapping mapping)
          Load Action class for mapping and invoke the appropriate Action method, or go directly to the Result.
 

Uses of ActionMapping in org.apache.struts2.dispatcher.mapper
 

Methods in org.apache.struts2.dispatcher.mapper that return ActionMapping
 ActionMapping RestfulActionMapper.getMapping(javax.servlet.http.HttpServletRequest request, ConfigurationManager configManager)
           
 ActionMapping Restful2ActionMapper.getMapping(javax.servlet.http.HttpServletRequest request, ConfigurationManager configManager)
           
 ActionMapping PrefixBasedActionMapper.getMapping(javax.servlet.http.HttpServletRequest request, ConfigurationManager configManager)
           
 ActionMapping DefaultActionMapper.getMapping(javax.servlet.http.HttpServletRequest request, ConfigurationManager configManager)
           
 ActionMapping CompositeActionMapper.getMapping(javax.servlet.http.HttpServletRequest request, ConfigurationManager configManager)
           
 ActionMapping ActionMapper.getMapping(javax.servlet.http.HttpServletRequest request, ConfigurationManager configManager)
          Expose the ActionMapping for the current request
 ActionMapping RestfulActionMapper.getMappingFromActionName(String actionName)
           
 ActionMapping DefaultActionMapper.getMappingFromActionName(String actionName)
           
 ActionMapping CompositeActionMapper.getMappingFromActionName(String actionName)
           
 ActionMapping ActionMapper.getMappingFromActionName(String actionName)
          Expose the ActionMapping for the specified action name
protected  ActionMapping DefaultActionMapper.parseActionName(ActionMapping mapping)
           
 

Methods in org.apache.struts2.dispatcher.mapper with parameters of type ActionMapping
protected  String DefaultActionMapper.dropExtension(String name, ActionMapping mapping)
          Drops the extension from the action name, storing it in the mapping for later use
 void ParameterAction.execute(String key, ActionMapping mapping)
           
 String RestfulActionMapper.getUriFromActionMapping(ActionMapping mapping)
           
 String PrefixBasedActionMapper.getUriFromActionMapping(ActionMapping mapping)
           
 String DefaultActionMapper.getUriFromActionMapping(ActionMapping mapping)
           
 String CompositeActionMapper.getUriFromActionMapping(ActionMapping mapping)
           
 String ActionMapper.getUriFromActionMapping(ActionMapping mapping)
          Convert an ActionMapping into a URI string
 void DefaultActionMapper.handleSpecialParameters(javax.servlet.http.HttpServletRequest request, ActionMapping mapping)
          Special parameters, as described in the class-level comment, are searched for and handled.
protected  ActionMapping DefaultActionMapper.parseActionName(ActionMapping mapping)
           
protected  void DefaultActionMapper.parseNameAndNamespace(String uri, ActionMapping mapping, ConfigurationManager configManager)
          Parses the name and namespace from the uri
 

Uses of ActionMapping in org.apache.struts2.dispatcher.ng
 

Methods in org.apache.struts2.dispatcher.ng that return ActionMapping
 ActionMapping PrepareOperations.findActionMapping(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Finds and optionally creates an ActionMapping.
 ActionMapping PrepareOperations.findActionMapping(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean forceLookup)
          Finds and optionally creates an ActionMapping.
 

Methods in org.apache.struts2.dispatcher.ng with parameters of type ActionMapping
 void ExecuteOperations.executeAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionMapping mapping)
          Executes an action
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.