Uses of Package
org.apache.struts2.interceptor
Packages that use org.apache.struts2.interceptor
Package
Description
Main XWork interfaces and classes.
Configuration entity classes.
This package contains a reimagining of the traditional Struts filter dispatchers.
Interceptor classes.
Interceptor annotations.
XWork specific mock classes.
XWork validation subsystem.
XWork default validator classes.
-
Classes in org.apache.struts2.interceptor used by org.apache.struts2ClassDescriptionA marking interface, when implemented allows to conditionally execute a given interceptor within the current action invocation.PreResultListeners may be registered with an
ActionInvocation
to get a callback after theAction
has been executed but before theResult
is executed.ValidationAware classes can accept Action (class level) or field level error messages. -
Classes in org.apache.struts2.interceptor used by org.apache.struts2.actionClassDescriptionProxy interface used together with PrincipalAware interface.ValidationAware classes can accept Action (class level) or field level error messages.
-
Classes in org.apache.struts2.interceptor used by org.apache.struts2.config.entities
-
Classes in org.apache.struts2.interceptor used by org.apache.struts2.dispatcherClassDescriptionValidationAware classes can accept Action (class level) or field level error messages.
-
Classes in org.apache.struts2.interceptor used by org.apache.struts2.factory
-
Classes in org.apache.struts2.interceptor used by org.apache.struts2.interceptorClassDescriptionProvides default implementations of optional lifecycle methodsA marking interface, when implemented allows to conditionally execute a given interceptor within the current action invocation.ConversionErrorInterceptor adds conversion errors from the ActionContext to the Action's field errors.Action can create cookies which will be stored in responseA 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.Uses to handle reading/storing Locale from/in different locationsThis listener is used by
MessageStoreInterceptor
to store messages in HttpSession just before result will be executed.PreResultListeners may be registered with anActionInvocation
to get a callback after theAction
has been executed but before theResult
is executed.Interface for the resource isolation policies to be used for fetch metadata checks. -
Classes in org.apache.struts2.interceptor used by org.apache.struts2.interceptor.annotationsClassDescriptionProvides default implementations of optional lifecycle methodsA marking interface, when implemented allows to conditionally execute a given interceptor within the current action invocation.PreResultListeners may be registered with an
ActionInvocation
to get a callback after theAction
has been executed but before theResult
is executed. -
Classes in org.apache.struts2.interceptor used by org.apache.struts2.interceptor.cspClassDescriptionProvides default implementations of optional lifecycle methodsA marking interface, when implemented allows to conditionally execute a given interceptor within the current action invocation.
-
Classes in org.apache.struts2.interceptor used by org.apache.struts2.interceptor.debuggingClassDescriptionProvides default implementations of optional lifecycle methodsA marking interface, when implemented allows to conditionally execute a given interceptor within the current action invocation.
-
Classes in org.apache.struts2.interceptor used by org.apache.struts2.interceptor.httpmethodClassDescriptionProvides default implementations of optional lifecycle methodsA marking interface, when implemented allows to conditionally execute a given interceptor within the current action invocation.
-
Classes in org.apache.struts2.interceptor used by org.apache.struts2.interceptor.parameterClassDescriptionProvides default implementations of optional lifecycle methodsA marking interface, when implemented allows to conditionally execute a given interceptor within the current action invocation.
-
Classes in org.apache.struts2.interceptor used by org.apache.struts2.interceptor.servlet
-
Classes in org.apache.struts2.interceptor used by org.apache.struts2.interceptor.validationClassDescriptionProvides default implementations of optional lifecycle methodsA marking interface, when implemented allows to conditionally execute a given interceptor within the current action invocation.
-
Classes in org.apache.struts2.interceptor used by org.apache.struts2.mockClassDescriptionProvides default implementations of optional lifecycle methodsA marking interface, when implemented allows to conditionally execute a given interceptor within the current action invocation.PreResultListeners may be registered with an
ActionInvocation
to get a callback after theAction
has been executed but before theResult
is executed. -
Classes in org.apache.struts2.interceptor used by org.apache.struts2.validatorClassDescriptionProvides default implementations of optional lifecycle methodsA marking interface, when implemented allows to conditionally execute a given interceptor within the current action invocation.ValidationAware classes can accept Action (class level) or field level error messages.
-
Classes in org.apache.struts2.interceptor used by org.apache.struts2.validator.validatorsClassDescriptionValidationAware classes can accept Action (class level) or field level error messages.