Uses of Interface
org.apache.sling.api.request.RequestParameterMap
Packages that use RequestParameterMap
Package
Description
-
Uses of RequestParameterMap in org.apache.sling.api
Methods in org.apache.sling.api that return RequestParameterMapModifier and TypeMethodDescription@NotNull RequestParameterMap
SlingHttpServletRequest.getRequestParameterMap()
Returns aMap
of the parameters of this request. -
Uses of RequestParameterMap in org.apache.sling.api.wrappers
Methods in org.apache.sling.api.wrappers that return RequestParameterMap -
Uses of RequestParameterMap in org.apache.sling.engine.impl.parameters
Classes in org.apache.sling.engine.impl.parameters that implement RequestParameterMapMethods in org.apache.sling.engine.impl.parameters that return RequestParameterMap -
Uses of RequestParameterMap in org.apache.sling.servlets.post.impl.helper
Methods in org.apache.sling.servlets.post.impl.helper with parameters of type RequestParameterMapModifier and TypeMethodDescriptionprotected String
DefaultNodeNameGenerator.getValueToUse
(RequestParameterMap parameters, String paramName) Determine the value to use for the specified parameter.