Uses of Package
org.apache.struts2.interceptor.parameter
Packages that use org.apache.struts2.interceptor.parameter
Package
Description
This package contains a reimagining of the traditional Struts filter dispatchers.
Interceptor classes.
-
Classes in org.apache.struts2.interceptor.parameter used by org.apache.struts2.dispatcherClassDescriptionUsed to annotate public getter/setter methods or fields on
Actionclasses that are intended for parameter injection by theParametersInterceptor. -
Classes in org.apache.struts2.interceptor.parameter used by org.apache.struts2.interceptorClassDescriptionPrimes channel-specific runtime state required for an already-authorized parameter path to be walked by the value-stack — for example, registering the path's classes into the OGNL
ThreadAllowlistso OGNL may traverse them.Service for determining whether a given parameter name is authorized for injection into a target object, based onStrutsParameterannotation presence and depth.This interceptor sets all parameters on the value stack. -
Classes in org.apache.struts2.interceptor.parameter used by org.apache.struts2.interceptor.parameterClassDescriptionPrimes channel-specific runtime state required for an already-authorized parameter path to be walked by the value-stack — for example, registering the path's classes into the OGNL
ThreadAllowlistso OGNL may traverse them.Service for determining whether a given parameter name is authorized for injection into a target object, based onStrutsParameterannotation presence and depth.Used to annotate public getter/setter methods or fields onActionclasses that are intended for parameter injection by theParametersInterceptor.