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.portlet.context   
org.apache.struts2.portlet.dispatcher   
 

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 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 Restful2ActionMapper.getMapping(HttpServletRequest request, ConfigurationManager configManager)
           
 ActionMapping CompositeActionMapper.getMapping(HttpServletRequest request, ConfigurationManager configManager)
           
 

Methods in org.apache.struts2.dispatcher.mapper with parameters of type ActionMapping
 void DefaultActionMapper.ParameterAction.execute(String key, ActionMapping mapping)
           
 String DefaultActionMapper.getUriFromActionMapping(ActionMapping mapping)
           
 String RestfulActionMapper.getUriFromActionMapping(ActionMapping mapping)
           
 String ActionMapper.getUriFromActionMapping(ActionMapping mapping)
          Convert an ActionMapping into a URI string
 String CompositeActionMapper.getUriFromActionMapping(ActionMapping mapping)
           
 void DefaultActionMapper.handleSpecialParameters(HttpServletRequest request, ActionMapping mapping)
          Special parameters, as described in the class-level comment, are searched for and handled.
(package private)  void DefaultActionMapper.parseNameAndNamespace(String uri, ActionMapping mapping, ConfigurationManager configManager)
          Parses the name and namespace from the uri
 

Uses of ActionMapping in org.apache.struts2.portlet.context
 

Methods in org.apache.struts2.portlet.context that return ActionMapping
static ActionMapping PortletActionContext.getDefaultActionForMode()
          Get the default action mapping for the current mode.
 

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

Fields in org.apache.struts2.portlet.dispatcher with type parameters of type ActionMapping
private  Map<javax.portlet.PortletMode,ActionMapping> Jsr168Dispatcher.actionMap
           
 

Methods in org.apache.struts2.portlet.dispatcher that return ActionMapping
protected  ActionMapping Jsr168Dispatcher.getActionMapping(javax.portlet.PortletRequest request)
          Gets the namespace of the action from the request.
 

Methods in org.apache.struts2.portlet.dispatcher with parameters of type ActionMapping
 void Jsr168Dispatcher.serviceAction(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response, ActionMapping mapping, Map requestMap, Map parameterMap, Map sessionMap, Map applicationMap, String portletNamespace, Integer phase)
          Loads the action and executes it.
 



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