|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestParameter | |
|---|---|
| org.apache.sling.api | |
| org.apache.sling.api.request | |
| org.apache.sling.api.wrappers | |
| org.apache.sling.commons.testing.sling | |
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||