|
||||||||||
| 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.portlet.dispatcher | |
| org.apache.struts2.portlet.result | |
| 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 |
Component.actionMapper
|
| Methods in org.apache.struts2.components with parameters of type ActionMapper | |
|---|---|
void |
Component.setActionMapper(ActionMapper mapper)
|
| Uses of ActionMapper in org.apache.struts2.dispatcher |
|---|
| Fields in org.apache.struts2.dispatcher declared as ActionMapper | |
|---|---|
private static ActionMapper |
FilterDispatcher.actionMapper
Provide ActionMapper instance, set by injection. |
protected ActionMapper |
ServletRedirectResult.actionMapper
|
| Methods in org.apache.struts2.dispatcher with parameters of type ActionMapper | |
|---|---|
static void |
FilterDispatcher.setActionMapper(ActionMapper mapper)
Modify ActionMapper instance. |
void |
ServletRedirectResult.setActionMapper(ActionMapper mapper)
|
| 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 *. |
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.portlet.dispatcher |
|---|
| Fields in org.apache.struts2.portlet.dispatcher declared as ActionMapper | |
|---|---|
private ActionMapper |
Jsr168Dispatcher.actionMapper
|
| Methods in org.apache.struts2.portlet.dispatcher with parameters of type ActionMapper | |
|---|---|
void |
Jsr168Dispatcher.setActionMapper(ActionMapper actionMapper)
|
| Uses of ActionMapper in org.apache.struts2.portlet.result |
|---|
| Fields in org.apache.struts2.portlet.result declared as ActionMapper | |
|---|---|
private ActionMapper |
PortletActionRedirectResult.actionMapper
|
| Methods in org.apache.struts2.portlet.result with parameters of type ActionMapper | |
|---|---|
void |
PortletActionRedirectResult.setActionMapper(ActionMapper actionMapper)
|
| 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 | |||||||||