|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectjavax.servlet.ServletResponseWrapper
javax.servlet.http.HttpServletResponseWrapper
utils.gate.cow.HttpOnlyResponseWrapper
class HttpOnlyResponseWrapper extends HttpServletResponseWrapper
| Field Summary |
|---|
| Fields inherited from class HttpServletResponseWrapper | |
|---|---|
| SC_CONTINUE, SC_SWITCHING_PROTOCOLS, SC_OK, SC_CREATED, SC_ACCEPTED, SC_NON_AUTHORITATIVE_INFORMATION, SC_NO_CONTENT, SC_RESET_CONTENT, SC_PARTIAL_CONTENT, SC_MULTIPLE_CHOICES, SC_MOVED_PERMANENTLY, SC_MOVED_TEMPORARILY, SC_FOUND, SC_SEE_OTHER, SC_NOT_MODIFIED, SC_USE_PROXY, SC_TEMPORARY_REDIRECT, SC_BAD_REQUEST, SC_UNAUTHORIZED, SC_PAYMENT_REQUIRED, SC_FORBIDDEN, SC_NOT_FOUND, SC_METHOD_NOT_ALLOWED, SC_NOT_ACCEPTABLE, SC_PROXY_AUTHENTICATION_REQUIRED, SC_REQUEST_TIMEOUT, SC_CONFLICT, SC_GONE, SC_LENGTH_REQUIRED, SC_PRECONDITION_FAILED, SC_REQUEST_ENTITY_TOO_LARGE, SC_REQUEST_URI_TOO_LONG, SC_UNSUPPORTED_MEDIA_TYPE, SC_REQUESTED_RANGE_NOT_SATISFIABLE, SC_EXPECTATION_FAILED, SC_INTERNAL_SERVER_ERROR, SC_NOT_IMPLEMENTED, SC_BAD_GATEWAY, SC_SERVICE_UNAVAILABLE, SC_GATEWAY_TIMEOUT, SC_HTTP_VERSION_NOT_SUPPORTED |
| Property Summary | |
|---|---|
private static SimpleDateFormat |
cookieFormat
|
| Constructor Summary | |
HttpOnlyResponseWrapper(HttpServletResponse res)
|
|
| Method Summary | |
|---|---|
void
|
addCookie(Cookie cookie)
|
void
|
addHeader(String name, String value)
|
void
|
setHeader(String name, String value)
|
| Methods inherited from class HttpServletResponseWrapper | |
|---|---|
| setStatus, setStatus, setHeader, addHeader, sendError, sendError, containsHeader, setDateHeader, addCookie, encodeURL, encodeRedirectURL, encodeUrl, encodeRedirectUrl, sendRedirect, addDateHeader, setIntHeader, addIntHeader, reset, flushBuffer, getContentType, setContentLength, setContentType, getOutputStream, setLocale, getLocale, setBufferSize, getBufferSize, getCharacterEncoding, getWriter, setCharacterEncoding, resetBuffer, isCommitted, getResponse, setResponse, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Methods inherited from class ServletResponseWrapper | |
|---|---|
| reset, flushBuffer, getContentType, setContentLength, setContentType, getOutputStream, setLocale, getLocale, setBufferSize, getBufferSize, getCharacterEncoding, getWriter, setCharacterEncoding, resetBuffer, isCommitted, getResponse, setResponse, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Property Detail |
|---|
private static SimpleDateFormat cookieFormat
| Constructor Detail |
|---|
public HttpOnlyResponseWrapper(HttpServletResponse res)
| Method Detail |
|---|
@Override public void addCookie(Cookie cookie)
@Override public void addHeader(String name, String value)
@Override public void setHeader(String name, String value)
Groovy Documentation