|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Interceptor in com.opensymphony.xwork2 |
---|
Methods in com.opensymphony.xwork2 that return Interceptor | |
---|---|
Interceptor |
ObjectFactory.buildInterceptor(InterceptorConfig interceptorConfig,
java.util.Map interceptorRefParams)
Builds an Interceptor from the InterceptorConfig and the Map of parameters from the interceptor reference. |
Uses of Interceptor in com.opensymphony.xwork2.config.entities |
---|
Methods in com.opensymphony.xwork2.config.entities that return Interceptor | |
---|---|
Interceptor |
InterceptorMapping.getInterceptor()
|
Methods in com.opensymphony.xwork2.config.entities with parameters of type Interceptor | |
---|---|
void |
InterceptorMapping.setInterceptor(Interceptor interceptor)
|
Constructors in com.opensymphony.xwork2.config.entities with parameters of type Interceptor | |
---|---|
InterceptorMapping(java.lang.String name,
Interceptor interceptor)
|
Uses of Interceptor in com.opensymphony.xwork2.interceptor |
---|
Classes in com.opensymphony.xwork2.interceptor that implement Interceptor | |
---|---|
class |
AbstractInterceptor
Provides default implementations of optional lifecycle methods |
class |
AliasInterceptor
The aim of this Interceptor is to alias a named parameter to a different named parameter. |
class |
ChainingInterceptor
An interceptor that copies all the properties of every object in the value stack to the currently executing object, except for any object that implements Unchainable . |
class |
ConversionErrorInterceptor
This interceptor adds any error found in the ActionContext 's conversionErrors map as a field error (provided
that the action implements ValidationAware ). |
class |
DefaultWorkflowInterceptor
An interceptor that does some basic validation workflow before allowing the interceptor chain to continue. |
class |
ExceptionMappingInterceptor
This interceptor forms the core functionality of the exception handling feature. |
class |
ExternalReferencesInterceptor
TODO: Give a description of the Interceptor. |
class |
I18nInterceptor
An interceptor that handles setting the locale specified in a session as the locale for the current action request. |
class |
LoggingInterceptor
This interceptor logs the the start and end of the execution an action (in English-only, not internationalized). |
class |
MethodFilterInterceptor
An abstract Interceptor that is applied to selectively according
to specified included/excluded method lists. |
class |
ModelDrivenInterceptor
Watches for ModelDriven actions and adds the action's model on to the value stack. |
class |
ParameterFilterInterceptor
|
class |
ParametersInterceptor
This interceptor sets all parameters on the value stack. |
class |
PrepareInterceptor
This interceptor calls prepare() on actions which implement Preparable . |
class |
ScopedModelDrivenInterceptor
An interceptor that enables scoped model-driven actions. |
class |
StaticParametersInterceptor
This interceptor populates the action with the static parameters defined in the action configuration. |
class |
TimerInterceptor
This interceptor logs the amount of time in milliseconds. |
Uses of Interceptor in com.opensymphony.xwork2.mock |
---|
Classes in com.opensymphony.xwork2.mock that implement Interceptor | |
---|---|
class |
MockInterceptor
Mock for an Interceptor . |
Uses of Interceptor in com.opensymphony.xwork2.spring.interceptor |
---|
Classes in com.opensymphony.xwork2.spring.interceptor that implement Interceptor | |
---|---|
class |
ActionAutowiringInterceptor
TODO: Give a description of the Interceptor. |
Uses of Interceptor in com.opensymphony.xwork2.validator |
---|
Classes in com.opensymphony.xwork2.validator that implement Interceptor | |
---|---|
class |
ValidationInterceptor
This interceptor runs the action through the standard validation framework, which in turn checks the action against any validation rules (found in files such as ActionClass-validation.xml) and adds field-level and action-level error messages (provided that the action implements ValidationAware ). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |