public abstract class Request extends HttpOperation
HttpServletRequest| Constructor and Description |
|---|
Request() |
| Modifier and Type | Method and Description |
|---|---|
static Request |
setAttribute(String name,
Object value)
Creates an
HttpOperation that calls ServletRequest.setAttribute(String, Object) on the current
request. |
static Request |
setCharacterEncoding(Charset charset)
Creates an
HttpOperation that calls ServletRequest.setCharacterEncoding(String) on the current
request. |
static Request |
setCharacterEncoding(String encoding)
Creates an
HttpOperation that calls ServletRequest.setCharacterEncoding(String) on the current
request. |
perform, performHttpandpublic static Request setCharacterEncoding(String encoding)
HttpOperation that calls ServletRequest.setCharacterEncoding(String) on the current
request.encoding - The encoding to applypublic static Request setCharacterEncoding(Charset charset)
HttpOperation that calls ServletRequest.setCharacterEncoding(String) on the current
request.charset - The character set to applypublic static Request setAttribute(String name, Object value)
HttpOperation that calls ServletRequest.setAttribute(String, Object) on the current
request.name - The name of the request attributevalue - The value to setCopyright © 2023 OCPsoft. All rights reserved.