Package | Description |
---|---|
org.apache.sling.api | |
org.apache.sling.api.request | |
org.apache.sling.api.wrappers |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
List<RequestParameter> |
SlingHttpServletRequest.getRequestParameterList()
Returns the request parameters as instances of the
RequestParameter interface in the order or the request where the
query string parameters are first and the POST request parameters are
second. |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
RequestParameter |
SlingHttpServletRequestWrapper.getRequestParameter(String name) |
RequestParameter[] |
SlingHttpServletRequestWrapper.getRequestParameters(String name) |
Modifier and Type | Method and Description |
---|---|
List<RequestParameter> |
SlingHttpServletRequestWrapper.getRequestParameterList() |
Copyright © 2015 The Apache Software Foundation. All rights reserved.