|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionMapper | |
---|---|
org.apache.struts2.components | |
org.apache.struts2.dispatcher | Classes for action dispatching in Struts (the Controller part of MVC). |
org.apache.struts2.dispatcher.mapper | |
org.apache.struts2.views.jsp | Struts's JSP tag library. |
Uses of ActionMapper in org.apache.struts2.components |
---|
Fields in org.apache.struts2.components declared as ActionMapper | |
---|---|
protected ActionMapper |
FormButton.actionMapper
|
protected ActionMapper |
Component.actionMapper
|
private ActionMapper |
ServletUrlRenderer.actionMapper
|
protected ActionMapper |
ActionComponent.actionMapper
|
Methods in org.apache.struts2.components with parameters of type ActionMapper | |
---|---|
void |
FormButton.setActionMapper(ActionMapper mapper)
|
void |
Component.setActionMapper(ActionMapper mapper)
|
void |
ServletUrlRenderer.setActionMapper(ActionMapper mapper)
|
void |
ActionComponent.setActionMapper(ActionMapper mapper)
|
Uses of ActionMapper in org.apache.struts2.dispatcher |
---|
Fields in org.apache.struts2.dispatcher declared as ActionMapper | |
---|---|
protected ActionMapper |
ServletRedirectResult.actionMapper
|
private ActionMapper |
FilterDispatcher.actionMapper
Provide ActionMapper instance, set by injection. |
Methods in org.apache.struts2.dispatcher with parameters of type ActionMapper | |
---|---|
void |
ServletRedirectResult.setActionMapper(ActionMapper mapper)
|
void |
FilterDispatcher.setActionMapper(ActionMapper mapper)
Modify ActionMapper instance. |
Uses of ActionMapper in org.apache.struts2.dispatcher.mapper |
---|
Classes in org.apache.struts2.dispatcher.mapper that implement ActionMapper | |
---|---|
class |
CompositeActionMapper
A composite action mapper that is capable of delegating to a series of ActionMapper if the former
failed to obtained a valid ActionMapping or uri. |
class |
DefaultActionMapper
Default action mapper implementation, using the standard *.[ext] (where ext usually "action") pattern. |
class |
Restful2ActionMapper
Improved restful action mapper that adds several ReST-style improvements to action mapping, but supports fully-customized URL's via XML. |
class |
RestfulActionMapper
A custom action mapper using the following format: http://HOST/ACTION_NAME/PARAM_NAME1/PARAM_VALUE1/PARAM_NAME2/PARAM_VALUE2 You can have as many parameters you'd like to use. |
Fields in org.apache.struts2.dispatcher.mapper with type parameters of type ActionMapper | |
---|---|
protected List<ActionMapper> |
CompositeActionMapper.actionMappers
|
Uses of ActionMapper in org.apache.struts2.views.jsp |
---|
Methods in org.apache.struts2.views.jsp with parameters of type ActionMapper | |
---|---|
static String |
TagUtils.buildNamespace(ActionMapper mapper,
ValueStack stack,
HttpServletRequest request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |