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 ParameterSupportParameterSupport. getInstance(javax.servlet.http.HttpServletRequest request)Returns theParameterSupportinstance supporting request parameter for the giverequest.protected ParameterSupportParameterSupportHttpServletRequestWrapper. 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 ParameterSupportRequestData. getParameterSupport()
-