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.
-
Uses of HttpParameters in com.opensymphony.xwork2
Methods in com.opensymphony.xwork2 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 com.opensymphony.xwork2 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()
Creates parameters map using parameters from the value stack and component parameters. -
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()
HttpParameters.Builder.buildNoNestedWrapping()
Deprecated.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) protected void
ParametersInterceptor.setParameters
(Object action, ValueStack stack, 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)
HttpParameters.Builder.build()
instead