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   
 

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(HttpServletRequest request, HttpServletResponse response, ActionMapping mapping, ServletContext context)
          Create a context map containing all the wrapped request objects
 void Dispatcher.serviceAction(HttpServletRequest request, HttpServletResponse response, 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 Restful2ActionMapper.getMapping(HttpServletRequest request, ConfigurationManager configManager)
           
 ActionMapping CompositeActionMapper.getMapping(HttpServletRequest request, ConfigurationManager configManager)
           
 ActionMapping DefaultActionMapper.getMapping(HttpServletRequest request, ConfigurationManager configManager)
           
 ActionMapping RestfulActionMapper.getMapping(HttpServletRequest request, ConfigurationManager configManager)
           
 ActionMapping ActionMapper.getMapping(HttpServletRequest request, ConfigurationManager configManager)
          Expose the ActionMapping for the current request
 ActionMapping CompositeActionMapper.getMappingFromActionName(String actionName)
           
 ActionMapping DefaultActionMapper.getMappingFromActionName(String actionName)
           
 ActionMapping RestfulActionMapper.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 CompositeActionMapper.getUriFromActionMapping(ActionMapping mapping)
           
 String DefaultActionMapper.getUriFromActionMapping(ActionMapping mapping)
           
 String RestfulActionMapper.getUriFromActionMapping(ActionMapping mapping)
           
 String ActionMapper.getUriFromActionMapping(ActionMapping mapping)
          Convert an ActionMapping into a URI string
 void DefaultActionMapper.handleSpecialParameters(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
 



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