|
Class Summary |
| ActionMapping |
Simple class that holds the action mapping information used to invoke a
Struts action. |
| 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. |
| DefaultActionMapper |
Default action mapper implementation, using the standard *.[ext] (where ext
usually "action") pattern. |
| 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 |
| Restful2ActionMapper |
Extended version of RestfulActionMapper, see documentation for more details
http://struts.apache.org/2.x/docs/restfulactionmapper.html |
| RestfulActionMapper |
Simple Restfull Action Mapper to support REST application
See docs for more information
http://struts.apache.org/2.x/docs/restfulactionmapper.html |