| Package | Description | 
|---|---|
| org.apache.struts2.components | |
| org.apache.struts2.dispatcher.mapper | |
| org.apache.struts2.result | |
| org.apache.struts2.views.jsp | 
 Struts's JSP tag library. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ActionMapper | 
Component.actionMapper  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FormButton.setActionMapper(ActionMapper mapper)  | 
void | 
ActionComponent.setActionMapper(ActionMapper mapper)  | 
void | 
Component.setActionMapper(ActionMapper mapper)  | 
void | 
ServletUrlRenderer.setActionMapper(ActionMapper mapper)  | 
void | 
UrlRenderer.setActionMapper(ActionMapper actionMapper)  | 
| Modifier and Type | Class and Description | 
|---|---|
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  | 
class  | 
PrefixBasedActionMapper  | 
class  | 
Restful2ActionMapper
Extended version of  
RestfulActionMapper, see documentation for more details
 http://struts.apache.org/docs/restfulactionmapper.html | 
class  | 
RestfulActionMapper
Simple Restfull Action Mapper to support REST application
 See docs for more information
 http://struts.apache.org/docs/restfulactionmapper.html 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<String,ActionMapper> | 
PrefixBasedActionMapper.actionMappers  | 
protected List<ActionMapper> | 
CompositeActionMapper.actionMappers  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ActionMapper | 
PostbackResult.actionMapper  | 
protected ActionMapper | 
ServletRedirectResult.actionMapper  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PostbackResult.setActionMapper(ActionMapper mapper)  | 
void | 
ServletRedirectResult.setActionMapper(ActionMapper mapper)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
TagUtils.buildNamespace(ActionMapper mapper,
              ValueStack stack,
              javax.servlet.http.HttpServletRequest request)  | 
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.