Uses of Class
org.apache.struts2.interceptor.AbstractInterceptor
Packages that use AbstractInterceptor
Package
Description
Interceptor classes.
Interceptor annotations.
XWork specific mock classes.
XWork validation subsystem.
-
Uses of AbstractInterceptor in org.apache.struts2.interceptor
Subclasses of AbstractInterceptor in org.apache.struts2.interceptorModifier and TypeClassDescriptionclass
class
Interceptor that is based off ofMultiPartRequestWrapper
, which is automatically applied for any request that includes a file when the support for multi-part request is enabled, see Disabling file upload.class
class
The aim of this Interceptor is to alias a named parameter to a different named parameter.class
class
class
class
Interceptor that implements Cross-Origin Embedder Policy on incoming requests used to protect a document from loading any non-same-origin resources which don't explicitly grant the document permission to be loaded.class
ConversionErrorInterceptor adds conversion errors from the ActionContext to the Action's field errors.class
class
Allows actions to send cookies to client, action must implementCookieProvider
You must reference this interceptor in your default stack or in action's stack, see example below.class
Interceptor that implements Cross-Origin Opener Policy on incoming requests.class
class
class
class
class
class
Interceptor that implements Fetch Metadata policy on incoming requests used to protect against CSRF, XSSI, and cross-origin information leaks.class
An interceptor that handles setting the locale specified in a session as the locale for the current action request.class
class
class
class
Watches forModelDriven
actions and adds the action's model on to the value stack.class
Just as the CheckboxInterceptor checks that if only the hidden field is present, so too does this interceptor.class
Interceptor that does nothing, used in the "empty" stackclass
This is a simple XWork interceptor that allows parameters (matching one of the paramNames attribute csv value) to be removed from the parameter map if they match a certain value (matching one of the paramValues attribute csv value), before they are set on the action.class
This interceptor callsprepare()
on actions which implementPreparable
.class
class
An interceptor that enables scoped model-driven actions.class
class
class
This interceptor populates the action with the static parameters defined in the action configuration.class
class
class
-
Uses of AbstractInterceptor in org.apache.struts2.interceptor.annotations
Subclasses of AbstractInterceptor in org.apache.struts2.interceptor.annotations -
Uses of AbstractInterceptor in org.apache.struts2.interceptor.csp
Subclasses of AbstractInterceptor in org.apache.struts2.interceptor.cspModifier and TypeClassDescriptionfinal class
Interceptor that implements Content Security Policy on incoming requests used to protect against common XSS and data injection attacks. -
Uses of AbstractInterceptor in org.apache.struts2.interceptor.debugging
Subclasses of AbstractInterceptor in org.apache.struts2.interceptor.debugging -
Uses of AbstractInterceptor in org.apache.struts2.interceptor.httpmethod
Subclasses of AbstractInterceptor in org.apache.struts2.interceptor.httpmethodModifier and TypeClassDescriptionclass
Interceptor is used to control with what http methods action can be called, if request with not allowed method was performed,HttpMethodInterceptor.badRequestResultName
will be returned or if action implementsHttpMethodAware
andHttpMethodAware.getBadRequestResultName()
returns non-null result name, thus value will be used instead. -
Uses of AbstractInterceptor in org.apache.struts2.interceptor.parameter
Subclasses of AbstractInterceptor in org.apache.struts2.interceptor.parameterModifier and TypeClassDescriptionclass
This interceptor sets all parameters on the value stack. -
Uses of AbstractInterceptor in org.apache.struts2.interceptor.validation
Subclasses of AbstractInterceptor in org.apache.struts2.interceptor.validationModifier and TypeClassDescriptionclass
Extends the xwork validation interceptor to also check for a @SkipValidation annotation, and if found, don't validate this action method -
Uses of AbstractInterceptor in org.apache.struts2.mock
Subclasses of AbstractInterceptor in org.apache.struts2.mock -
Uses of AbstractInterceptor in org.apache.struts2.validator
Subclasses of AbstractInterceptor in org.apache.struts2.validator