|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RequestParameter in org.apache.sling.api |
---|
Methods in org.apache.sling.api that return RequestParameter | |
---|---|
RequestParameter |
SlingHttpServletRequest.getRequestParameter(String name)
Returns the value of a request parameter as a RequestParameter ,
or null if the parameter does not exist. |
RequestParameter[] |
SlingHttpServletRequest.getRequestParameters(String name)
Returns an array of RequestParameter objects containing all of
the values the given request parameter has, or null if the
parameter does not exist. |
Uses of RequestParameter in org.apache.sling.api.request |
---|
Methods in org.apache.sling.api.request that return RequestParameter | |
---|---|
RequestParameter |
RequestParameterMap.getValue(String name)
Returns the first value for the named parameter or null if none |
RequestParameter[] |
RequestParameterMap.getValues(String name)
Returns all values for the named parameter or null if none |
Uses of RequestParameter in org.apache.sling.api.wrappers |
---|
Methods in org.apache.sling.api.wrappers that return RequestParameter | |
---|---|
RequestParameter |
SlingHttpServletRequestWrapper.getRequestParameter(String name)
|
RequestParameter[] |
SlingHttpServletRequestWrapper.getRequestParameters(String name)
|
Uses of RequestParameter in org.apache.sling.commons.testing.sling |
---|
Methods in org.apache.sling.commons.testing.sling that return RequestParameter | |
---|---|
RequestParameter |
MockSlingHttpServletRequest.getRequestParameter(String name)
|
RequestParameter[] |
MockSlingHttpServletRequest.getRequestParameters(String name)
|
Uses of RequestParameter in org.apache.sling.engine.impl |
---|
Methods in org.apache.sling.engine.impl that return RequestParameter | |
---|---|
RequestParameter |
SlingHttpServletRequestImpl.getRequestParameter(String name)
|
RequestParameter[] |
SlingHttpServletRequestImpl.getRequestParameters(String name)
|
Uses of RequestParameter in org.apache.sling.engine.impl.parameters |
---|
Classes in org.apache.sling.engine.impl.parameters that implement RequestParameter | |
---|---|
class |
ContainerRequestParameter
The ContainerRequestParameter TODO |
Methods in org.apache.sling.engine.impl.parameters that return RequestParameter | |
---|---|
RequestParameter |
ParameterSupport.getRequestParameter(String name)
|
RequestParameter[] |
ParameterSupport.getRequestParameters(String name)
|
Uses of RequestParameter in org.apache.sling.servlets.post.impl.helper |
---|
Methods in org.apache.sling.servlets.post.impl.helper that return RequestParameter | |
---|---|
RequestParameter[] |
RequestProperty.getDefaultValues()
|
RequestParameter[] |
RequestProperty.getValues()
|
Methods in org.apache.sling.servlets.post.impl.helper with parameters of type RequestParameter | |
---|---|
void |
RequestProperty.setDefaultValues(RequestParameter[] defaultValues)
|
void |
RequestProperty.setValues(RequestParameter[] values)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |