| Package | Description |
|---|---|
| org.ocpsoft.rewrite.servlet.config |
| Modifier and Type | Method and Description |
|---|---|
static Response |
Response.addCookie(javax.servlet.http.Cookie cookie)
|
static Response |
Response.addDateHeader(String name,
long value)
Create an
Operation that adds a date header to the HttpServletResponse |
static Response |
Response.addHeader(String name,
String value)
Create an
Operation that adds a header to the HttpServletResponse |
static Response |
Response.addIntHeader(String name,
int value)
Create an
Operation that adds an int header to the HttpServletResponse |
static Response |
Response.setCode(int code) |
static Response |
Response.withOutputInterceptedBy(ResponseContentInterceptor... buffers)
Add the given
ResponseContentInterceptor instances to the current ServletResponse. |
static Response |
Response.withOutputStreamWrappedBy(ResponseStreamWrapper... wrappers) |
static Response |
Response.write(byte... bytes) |
static Response |
Response.write(InputStream stream) |
static Response |
Response.write(Object value) |
Copyright © 2013 OCPsoft. All Rights Reserved.