|
||||||||||
| 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 |
Component.actionMapper
|
| Methods in org.apache.struts2.components with parameters of type ActionMapper | |
|---|---|
void |
UrlRenderer.setActionMapper(ActionMapper actionMapper)
|
void |
ServletUrlRenderer.setActionMapper(ActionMapper mapper)
|
void |
FormButton.setActionMapper(ActionMapper mapper)
|
void |
Component.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
|
| Methods in org.apache.struts2.dispatcher with parameters of type ActionMapper | |
|---|---|
void |
ServletRedirectResult.setActionMapper(ActionMapper mapper)
|
void |
FilterDispatcher.setActionMapper(ActionMapper mapper)
Deprecated. 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 |
PrefixBasedActionMapper
A prefix based action mapper that is capable of delegating to other ActionMappers based on the request's prefix
It is configured through struts.xml
For example, with the following entries in struts.properties |
class |
Restful2ActionMapper
Extended version of RestfulActionMapper, see documentation for more details
http://struts.apache.org/2.x/docs/restfulactionmapper.html |
class |
RestfulActionMapper
Simple Restfull Action Mapper to support REST application See docs for more information http://struts.apache.org/2.x/docs/restfulactionmapper.html |
| Fields in org.apache.struts2.dispatcher.mapper with type parameters of type ActionMapper | |
|---|---|
protected Map<String,ActionMapper> |
PrefixBasedActionMapper.actionMappers
|
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,
javax.servlet.http.HttpServletRequest request)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||