Uses of Class
org.apache.struts2.dispatcher.HttpParameters
Packages that use HttpParameters
Package
Description
Main XWork interfaces and classes.
This package contains a reimagining of the traditional Struts filter dispatchers.
Interceptor classes.
-
Uses of HttpParameters in org.apache.struts2
Methods in org.apache.struts2 that return HttpParametersModifier and TypeMethodDescriptionActionContext.getParameters()
Returns a Map of the HttpServletRequest parameters when in a servlet environment or a generic Map of parameters otherwise.Methods in org.apache.struts2 with parameters of type HttpParametersModifier and TypeMethodDescriptionActionContext.withParameters
(HttpParameters parameters) Sets the action parameters. -
Uses of HttpParameters in org.apache.struts2.action
Methods in org.apache.struts2.action with parameters of type HttpParametersModifier and TypeMethodDescriptionvoid
ParametersAware.withParameters
(HttpParameters parameters) Sets the HTTP parameters in the implementing class. -
Uses of HttpParameters in org.apache.struts2.components
Methods in org.apache.struts2.components that return HttpParametersModifier and TypeMethodDescriptionprotected HttpParameters
ActionComponent.createParametersForContext()
CreatesHttpParameters
using parameters from the value stack and component attributes. -
Uses of HttpParameters in org.apache.struts2.dispatcher
Methods in org.apache.struts2.dispatcher that return HttpParametersModifier and TypeMethodDescriptionAppends all the parameters by overriding any existing params in a case-insensitive mannerHttpParameters.Builder.build()
Methods in org.apache.struts2.dispatcher with parameters of type HttpParametersModifier and TypeMethodDescriptionDispatcher.createContextMap
(Map<String, Object> requestMap, HttpParameters parameters, Map<String, Object> sessionMap, Map<String, Object> applicationMap, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Merge all application and servlet attributes into a single HashMap to represent the entire Action context.HttpParameters.Builder.withParent
(HttpParameters parentParams) -
Uses of HttpParameters in org.apache.struts2.interceptor
Methods in org.apache.struts2.interceptor that return HttpParametersModifier and TypeMethodDescriptionprotected HttpParameters
ActionMappingParametersInterceptor.retrieveParameters
(ActionContext actionContext) Get the parameter map from ActionMapping associated with the provided ActionContext. -
Uses of HttpParameters in org.apache.struts2.interceptor.parameter
Methods in org.apache.struts2.interceptor.parameter that return HttpParametersModifier and TypeMethodDescriptionprotected HttpParameters
ParametersInterceptor.initNewHttpParameters
(HttpParameters parameters) protected HttpParameters
ParametersInterceptor.retrieveParameters
(ActionContext actionContext) Gets the parameter map to apply from wherever appropriateMethods in org.apache.struts2.interceptor.parameter with parameters of type HttpParametersModifier and TypeMethodDescriptionprotected void
ParametersInterceptor.applyParameters
(Object action, ValueStack stack, HttpParameters parameters) protected String
ParametersInterceptor.getParameterLogMap
(HttpParameters parameters) protected HttpParameters
ParametersInterceptor.initNewHttpParameters
(HttpParameters parameters) ParametersInterceptor.toAcceptableParameters
(HttpParameters parameters, Object action) -
Uses of HttpParameters in org.apache.struts2.result
Methods in org.apache.struts2.result that return HttpParametersModifier and TypeMethodDescriptionprotected HttpParameters
ServletDispatcherResult.getParameters
(ActionInvocation invocation)