This package contains the various Action dispatchers.
ViewMapping | Implementations of this interface provide a mapping from action+result to a particular view that should be used to present the results to the end user. |
ActionResult | |
CachingViewMapping | Caching view mapping. |
CleanupFilter | CleanupFilter can be applied to |
ClientServletDispatcher | Dispatcher servlet that can be invoked by remote clients, such as applets. |
ConfigurationViewMapping | View mapping that uses the Configuration. |
DefaultViewMapping | Default view mapping. |
DynamicViewMapping | This view mapping allows for dynamic values to be used in the view specification. |
GenericDispatcher | |
GenericDispatcher.LazyValueHolder | |
ServletDispatcher | Main dispatcher servlet. |
TestDispatcher | Test dispatcher. |
ViewActionWrapper |