Uses of Class
org.apache.sling.engine.impl.parameters.ParameterSupport
-
Packages that use ParameterSupport Package Description org.apache.sling.engine.impl.parameters org.apache.sling.engine.impl.request -
-
Uses of ParameterSupport in org.apache.sling.engine.impl.parameters
Methods in org.apache.sling.engine.impl.parameters that return ParameterSupport Modifier and Type Method Description static ParameterSupport
ParameterSupport. getInstance(javax.servlet.http.HttpServletRequest request)
Returns theParameterSupport
instance supporting request parameter for the giverequest
.protected ParameterSupport
ParameterSupportHttpServletRequestWrapper. getParameterSupport()
-
Uses of ParameterSupport in org.apache.sling.engine.impl.request
Methods in org.apache.sling.engine.impl.request that return ParameterSupport Modifier and Type Method Description ParameterSupport
RequestData. getParameterSupport()
-