Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.opensymphony.xwork2.interceptor Classes and Interfaces - 36 results found.
NameDescriptionTypePackageFramework
AbstractInterceptorProvides default implementations of optional lifecycle methodsSee Also:Serialized FormClasscom.opensymphony.xwork2.interceptorApache Struts
After Marks a action method that needs to be called after the main action method and the result was executed.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
AliasInterceptor The aim of this Interceptor is to alias a named parameter to a different named parameter.Classcom.opensymphony.xwork2.interceptorApache Struts
AnnotationParameterFilterIntereptorAnnotation based version of ParameterFilterInterceptor.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
AnnotationWorkflowInterceptor Invokes any annotated methods on the action.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
Before Marks a action method that needs to be executed before the main action method.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
BeforeResult Marks a action method that needs to be executed before the result.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
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.Classcom.opensymphony.xwork2.interceptorApache Struts
ConversionErrorInterceptor ConversionErrorInterceptor adds conversion errors from the ActionContext to the Action's field errors.Classcom.opensymphony.xwork2.interceptorApache Struts
DefaultWorkflowInterceptor An interceptor that makes sure there are not validation errors before allowing the interceptor chain to continue.Classcom.opensymphony.xwork2.interceptorApache Struts
ExceptionHolder A simple wrapper around an exception, providing an easy way to print out the stack trace of the exception as well as a way to get a handle on the exception itself.Classcom.opensymphony.xwork2.interceptorApache Struts
ExceptionMappingInterceptor This interceptor forms the core functionality of the exception handling feature.Classcom.opensymphony.xwork2.interceptorApache Struts
I18nInterceptor An interceptor that handles setting the locale specified in a session as the locale for the current action request.Classcom.opensymphony.xwork2.interceptorApache Struts
I18nInterceptor .StorageClasscom.opensymphony.xwork2.interceptor.I18nInterceptorApache Struts
InputConfig Marks a action method that if it's not validated by ValidationInterceptor then execute input method or input result.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
Interceptor An interceptor is a stateless class that follows the interceptor pattern, as found in Filter and in AOP languages.Interfacecom.opensymphony.xwork2.interceptorApache Struts
LoggingInterceptor This interceptor logs the start and end of the execution an action (in English-only, not internationalized).Classcom.opensymphony.xwork2.interceptorApache Struts
MethodFilterInterceptor MethodFilterInterceptor is an abstract Interceptor used as a base class for interceptors that will filter execution based on method Classcom.opensymphony.xwork2.interceptorApache Struts
MethodFilterInterceptorUtilUtility class contains common methods used by MethodFilterInterceptor.Classcom.opensymphony.xwork2.interceptorApache Struts
ModelDrivenInterceptor Watches for ModelDriven actions and adds the action's model on to the value stack.Classcom.opensymphony.xwork2.interceptorApache Struts
ModelDrivenInterceptor .RefreshModelBeforeResultClasscom.opensymphony.xwork2.interceptor.ModelDrivenInterceptorApache Struts
NoParametersMarker interface to indicate no auto setting of parameters.Interfacecom.opensymphony.xwork2.interceptorApache Struts
ParameterFilterInterceptor The Parameter Filter Interceptor blocks parameters from getting to the rest of the stack or your action.Classcom.opensymphony.xwork2.interceptorApache Struts
ParameterNameAware This interface is implemented by actions that want to declare acceptable parameters.Interfacecom.opensymphony.xwork2.interceptorApache Struts
ParameterRemoverInterceptor This is a simple XWork interceptor that allows parameters (matching one of the paramNames attribute csv value) to be Classcom.opensymphony.xwork2.interceptorApache Struts
ParametersInterceptor This interceptor sets all parameters on the value stack.Classcom.opensymphony.xwork2.interceptorApache Struts
PrefixMethodInvocationUtil A utility class for invoking prefixed methods in action class.Classcom.opensymphony.xwork2.interceptorApache Struts
PrepareInterceptor This interceptor calls prepare() on actions which implement Preparable.Classcom.opensymphony.xwork2.interceptorApache Struts
PreResultListenerPreResultListeners may be registered with an ActionInvocation to get a callback after the Action has been executed but before the ResultInterfacecom.opensymphony.xwork2.interceptorApache Struts
ScopedModelDrivenAdds the ability to set a model, probably retrieved from a given state.Interfacecom.opensymphony.xwork2.interceptorApache Struts
ScopedModelDrivenInterceptor An interceptor that enables scoped model-driven actions.Classcom.opensymphony.xwork2.interceptorApache Struts
StaticParametersInterceptor This interceptor populates the action with the static parameters defined in the action configuration.Classcom.opensymphony.xwork2.interceptorApache Struts
TimerInterceptor This interceptor logs the amount of time in milliseconds.Classcom.opensymphony.xwork2.interceptorApache Struts
ValidationAwareValidationAware classes can accept Action (class level) or field level error messages.Interfacecom.opensymphony.xwork2.interceptorApache Struts
ValidationErrorAwareValidationErrorAware classes can be notified about validation errors before DefaultWorkflowInterceptor will return 'inputResultName' resultInterfacecom.opensymphony.xwork2.interceptorApache Struts
ValidationWorkflowAwareValidationWorkflowAware classes can programmatically change result name when errors occurred This interface can be only applied to action which already implements ValidationAware interface!Interfacecom.opensymphony.xwork2.interceptorApache Struts