org.woelker.jimix.core
public interface HttpRequest
| Modifier and Type | Field and Description |
|---|---|
static int |
STATUS_NOT_FOUND |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String key) |
OutputStream |
getOutputStream() |
String |
getPathInfo() |
String |
getRequestURI() |
void |
sendError(int errorStatus) |
void |
sendRedirect(String url) |
void |
setAttribute(String key,
Object attribute) |
void |
setContentType(String contentType) |
void |
setHeader(String header,
String value) |
static final int STATUS_NOT_FOUND
String getPathInfo()
String getRequestURI()
void setContentType(String contentType)
OutputStream getOutputStream() throws IOException
IOExceptionvoid sendError(int errorStatus)
throws IOException
IOExceptionvoid sendRedirect(String url) throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.