|
||||||||||
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 |
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 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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |