public final class ScriptHttpRequestWrapper extends Object
| Constructor and Description |
|---|
ScriptHttpRequestWrapper(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeader(String name)
Gets the header associated with the passed name.
|
String[] |
getHeaders(String name)
Gets the headers associated with the passed name.
|
String |
getParameter(String name)
Gets the parameter associated with the passed name.
|
String[] |
getParameters(String name)
Gets the parameters associated with the passed name.
|
public ScriptHttpRequestWrapper(javax.servlet.http.HttpServletRequest request)
public String getParameter(String name)
name - the parameter namepublic String[] getParameters(String name)
name - the parameter namepublic String getHeader(String name)
name - the header nameCopyright © 2010–2022 Open Identity Platform Community. All rights reserved.