Uses of Interface
org.apache.struts2.interceptor.InterceptorParams
Packages that use InterceptorParams
-
Uses of InterceptorParams in org.apache.struts2.interceptor
Classes in org.apache.struts2.interceptor with type parameters of type InterceptorParamsModifier and TypeInterfaceDescriptioninterfaceWithLazyParams<P extends InterceptorParams>Interceptors marked with this interface support dynamic parameter evaluation at action invocation time.Classes in org.apache.struts2.interceptor that implement InterceptorParamsModifier and TypeClassDescriptionclassOpt-in support for thedisabledinterceptor parameter.classPer-invocation upload validation policy forActionFileUploadInterceptor.Methods in org.apache.struts2.interceptor with type parameters of type InterceptorParamsModifier and TypeMethodDescription<P extends InterceptorParams>
PWithLazyParams.LazyParamInjector.resolveInto(P target, Map<String, String> params, ActionContext invocationContext) Resolves configured params into a per-invocation holder, leaving the interceptor untouched.