|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
Dispatcher.createContextMap(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMapping mapping,
javax.servlet.ServletContext context)
Creates 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)
Loads the action and executes it. |
Uses of ActionMapping in org.apache.struts2.dispatcher.mapper |
---|
Methods in org.apache.struts2.dispatcher.mapper that return ActionMapping | |
---|---|
ActionMapping |
ActionMapper.getMapping(javax.servlet.http.HttpServletRequest request,
com.opensymphony.xwork2.config.ConfigurationManager configManager)
Gets an action mapping for the current request |
ActionMapping |
DefaultActionMapper.getMapping(javax.servlet.http.HttpServletRequest request,
com.opensymphony.xwork2.config.ConfigurationManager configManager)
|
ActionMapping |
RestfulActionMapper.getMapping(javax.servlet.http.HttpServletRequest request,
com.opensymphony.xwork2.config.ConfigurationManager configManager)
|
Methods in org.apache.struts2.dispatcher.mapper with parameters of type ActionMapping | |
---|---|
java.lang.String |
ActionMapper.getUriFromActionMapping(ActionMapping mapping)
Converts an ActionMapping into a URI string |
java.lang.String |
DefaultActionMapper.getUriFromActionMapping(ActionMapping mapping)
|
java.lang.String |
RestfulActionMapper.getUriFromActionMapping(ActionMapping mapping)
|
void |
DefaultActionMapper.handleSpecialParameters(javax.servlet.http.HttpServletRequest request,
ActionMapping mapping)
Special parameters, as described in the class-level comment, are searched for and handled. |
Uses of ActionMapping in org.apache.struts2.portlet.dispatcher |
---|
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,
java.util.Map requestMap,
java.util.Map parameterMap,
java.util.Map sessionMap,
java.util.Map applicationMap,
java.lang.String portletNamespace,
java.lang.Integer phase)
Loads the action and executes it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |