Uses of Interface
org.apache.struts2.interceptor.ConditionalInterceptor
Packages that use ConditionalInterceptor
Package
Description
Main XWork interfaces and classes.
Interceptor classes.
Interceptor annotations.
XWork specific mock classes.
XWork validation subsystem.
-
Uses of ConditionalInterceptor in org.apache.struts2
Methods in org.apache.struts2 with parameters of type ConditionalInterceptorModifier and TypeMethodDescriptionprotected String
DefaultActionInvocation.executeConditional
(ConditionalInterceptor conditionalInterceptor) -
Uses of ConditionalInterceptor in org.apache.struts2.interceptor
Classes in org.apache.struts2.interceptor that implement ConditionalInterceptorModifier and TypeClassDescriptionclass
class
Provides default implementations of optional lifecycle methodsclass
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 ConditionalInterceptor in org.apache.struts2.interceptor.annotations
Classes in org.apache.struts2.interceptor.annotations that implement ConditionalInterceptor -
Uses of ConditionalInterceptor in org.apache.struts2.interceptor.csp
Classes in org.apache.struts2.interceptor.csp that implement ConditionalInterceptorModifier and TypeClassDescriptionfinal class
Interceptor that implements Content Security Policy on incoming requests used to protect against common XSS and data injection attacks. -
Uses of ConditionalInterceptor in org.apache.struts2.interceptor.debugging
Classes in org.apache.struts2.interceptor.debugging that implement ConditionalInterceptor -
Uses of ConditionalInterceptor in org.apache.struts2.interceptor.httpmethod
Classes in org.apache.struts2.interceptor.httpmethod that implement ConditionalInterceptorModifier 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 ConditionalInterceptor in org.apache.struts2.interceptor.parameter
Classes in org.apache.struts2.interceptor.parameter that implement ConditionalInterceptorModifier and TypeClassDescriptionclass
This interceptor sets all parameters on the value stack. -
Uses of ConditionalInterceptor in org.apache.struts2.interceptor.validation
Classes in org.apache.struts2.interceptor.validation that implement ConditionalInterceptorModifier 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 ConditionalInterceptor in org.apache.struts2.mock
Classes in org.apache.struts2.mock that implement ConditionalInterceptor -
Uses of ConditionalInterceptor in org.apache.struts2.validator
Classes in org.apache.struts2.validator that implement ConditionalInterceptor