Uses of Interface
org.apache.sling.api.request.RequestParameter
Packages that use RequestParameter
Package
Description
-
Uses of RequestParameter in org.apache.sling.api
Methods in org.apache.sling.api that return RequestParameterModifier and TypeMethodDescription@Nullable RequestParameter
SlingHttpServletRequest.getRequestParameter
(@NotNull String name) Returns the value of a request parameter as aRequestParameter
, ornull
if the parameter does not exist.@Nullable RequestParameter[]
SlingHttpServletRequest.getRequestParameters
(@NotNull String name) Returns an array ofRequestParameter
objects containing all of the values the given request parameter has, ornull
if the parameter does not exist.Methods in org.apache.sling.api that return types with arguments of type RequestParameterModifier and TypeMethodDescription@NotNull List<RequestParameter>
SlingHttpServletRequest.getRequestParameterList()
Returns the request parameters as instances of theRequestParameter
interface in the order or the request where the query string parameters are first and the POST request parameters are second. -
Uses of RequestParameter in org.apache.sling.api.request
Methods in org.apache.sling.api.request that return RequestParameterModifier and TypeMethodDescription@Nullable RequestParameter
Returns the first value for the named parameter or null if none@Nullable RequestParameter[]
Returns all values for the named parameter or null if none -
Uses of RequestParameter in org.apache.sling.api.request.builder
Methods in org.apache.sling.api.request.builder that return RequestParameterModifier and TypeMethodDescriptionstatic @NotNull RequestParameter
Builders.newRequestParameter
(String name, String value) Creates a new request parameterstatic @NotNull RequestParameter
Builders.newRequestParameter
(String name, String value, Charset encoding) Creates a new request parameter -
Uses of RequestParameter in org.apache.sling.api.wrappers
Methods in org.apache.sling.api.wrappers that return RequestParameterModifier and TypeMethodDescriptionSlingHttpServletRequestWrapper.getRequestParameter
(String name) SlingHttpServletRequestWrapper.getRequestParameters
(String name) Methods in org.apache.sling.api.wrappers that return types with arguments of type RequestParameter -
Uses of RequestParameter in org.apache.sling.engine.impl.parameters
Classes in org.apache.sling.engine.impl.parameters that implement RequestParameterModifier and TypeClassDescriptionclass
TheContainerRequestParameter
TODOclass
TheMultipartRequestParameter
represents a request parameter from a multipart/form-data POST request.Methods in org.apache.sling.engine.impl.parameters that return RequestParameterModifier and TypeMethodDescriptionParameterSupport.getRequestParameter
(String name) ParameterSupport.getRequestParameters
(String name) ParameterMap.put
(String key, RequestParameter[] value) Methods in org.apache.sling.engine.impl.parameters that return types with arguments of type RequestParameterModifier and TypeMethodDescriptionParameterMap.getRequestParameterList()
ParameterSupport.getRequestParameterList()
Methods in org.apache.sling.engine.impl.parameters with parameters of type RequestParameter -
Uses of RequestParameter in org.apache.sling.jackrabbit.usermanager.impl.post
Methods in org.apache.sling.jackrabbit.usermanager.impl.post that return RequestParameterModifier and TypeMethodDescriptionprotected @NotNull RequestParameter[]
AbstractAuthorizablePostServlet.convertToRequestParameterArray
(Object obj) -
Uses of RequestParameter in org.apache.sling.servlets.post.impl.helper
Methods in org.apache.sling.servlets.post.impl.helper that return RequestParameterMethods in org.apache.sling.servlets.post.impl.helper with parameters of type RequestParameterModifier and TypeMethodDescriptionvoid
RequestProperty.setDefaultValues
(RequestParameter[] defaultValues) void
RequestProperty.setValues
(RequestParameter[] values)