Uses of Interface
org.apache.struts2.dispatcher.mapper.ActionMapper
Packages that use ActionMapper
Package
Description
This package contains a reimagining of the traditional Struts filter dispatchers.
-
Uses of ActionMapper in org.apache.struts2.components
Fields in org.apache.struts2.components declared as ActionMapperMethods in org.apache.struts2.components with parameters of type ActionMapperModifier and TypeMethodDescriptionvoid
Component.setActionMapper
(ActionMapper mapper) void
ServletUrlRenderer.setActionMapper
(ActionMapper mapper) void
UrlRenderer.setActionMapper
(ActionMapper actionMapper) -
Uses of ActionMapper in org.apache.struts2.dispatcher
Methods in org.apache.struts2.dispatcher that return ActionMapperMethods in org.apache.struts2.dispatcher with parameters of type ActionMapper -
Uses of ActionMapper in org.apache.struts2.dispatcher.mapper
Classes in org.apache.struts2.dispatcher.mapper that implement ActionMapperModifier and TypeClassDescriptionclass
A composite action mapper that is capable of delegating to a series ofActionMapper
if the former failed to obtained a validActionMapping
or uri.class
class
class
Extended version ofRestfulActionMapper
, see documentation for more details Restful2ActionMapperclass
Simple Restfull Action Mapper to support REST application See docs for more information RestfulActionMapperFields in org.apache.struts2.dispatcher.mapper with type parameters of type ActionMapperModifier and TypeFieldDescriptionprotected List<ActionMapper>
CompositeActionMapper.actionMappers
protected Map<String,
ActionMapper> PrefixBasedActionMapper.actionMappers
-
Uses of ActionMapper in org.apache.struts2.result
Fields in org.apache.struts2.result declared as ActionMapperModifier and TypeFieldDescriptionprotected ActionMapper
PostbackResult.actionMapper
protected ActionMapper
ServletRedirectResult.actionMapper
Methods in org.apache.struts2.result with parameters of type ActionMapperModifier and TypeMethodDescriptionfinal void
PostbackResult.setActionMapper
(ActionMapper mapper) void
ServletRedirectResult.setActionMapper
(ActionMapper mapper)