| Package | Description | 
|---|---|
| org.apache.struts2.components | |
| org.apache.struts2.dispatcher | This package contains a reimagining of the traditional Struts filter dispatchers. | 
| org.apache.struts2.dispatcher.mapper | |
| org.apache.struts2.result | 
| 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 | Method and Description | 
|---|---|
| ActionMapper | Dispatcher. getActionMapper() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Dispatcher. setActionMapper(ActionMapper actionMapper) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompositeActionMapperA composite action mapper that is capable of delegating to a series of  ActionMapperif the former
 failed to obtained a validActionMappingor uri. | 
| class  | DefaultActionMapper | 
| class  | PrefixBasedActionMapper | 
| class  | Restful2ActionMapperExtended version of  RestfulActionMapper, see documentation for more details
 Restful2ActionMapper | 
| class  | RestfulActionMapperSimple Restfull Action Mapper to support REST application
 See docs for more information
 RestfulActionMapper | 
| 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) | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.