Uses of Interface
org.apache.struts2.dispatcher.Parameter
Packages that use Parameter
Package
Description
This package contains a reimagining of the traditional Struts filter dispatchers.
Interceptor classes.
-
Uses of Parameter in org.apache.struts2.dispatcher
Classes in org.apache.struts2.dispatcher that implement ParameterModifier and TypeClassDescriptionstatic class
static class
static class
Methods in org.apache.struts2.dispatcher that return ParameterModifier and TypeMethodDescriptionMethods in org.apache.struts2.dispatcher that return types with arguments of type ParameterMethods in org.apache.struts2.dispatcher with parameters of type ParameterMethod parameters in org.apache.struts2.dispatcher with type arguments of type Parameter -
Uses of Parameter in org.apache.struts2.interceptor
Methods in org.apache.struts2.interceptor that return ParameterModifier and TypeMethodDescriptionprotected Parameter
I18nInterceptor.findLocaleParameter
(ActionInvocation invocation, String parameterName) -
Uses of Parameter in org.apache.struts2.interceptor.parameter
Methods in org.apache.struts2.interceptor.parameter that return types with arguments of type ParameterModifier and TypeMethodDescriptionParametersInterceptor.initParameterMap()
ParametersInterceptor.toAcceptableParameters
(HttpParameters parameters, Object action) Methods in org.apache.struts2.interceptor.parameter with parameters of type ParameterModifier and TypeMethodDescriptionprotected boolean
ParametersInterceptor.isAcceptableParameterValue
(Parameter param, Object action) Checks if parameter value can be accepted or thrown awayprotected boolean
ParametersInterceptor.isAcceptableParameterValueAware
(Parameter param, Object action) Method parameters in org.apache.struts2.interceptor.parameter with type arguments of type ParameterModifier and TypeMethodDescriptionprotected void
ParametersInterceptor.applyParametersOnStack
(ValueStack stack, Map<String, Parameter> parameters, Object action)