org.apache.catalina.authenticator
public final class SavedRequest extends Object
IMPLEMENTATION NOTE - It is assumed that this object is accessed only from the context of a single thread, so no synchronization around internal collection classes is performed.
Version: $Revision: 536381 $ $Date: 2007-05-09 01:58:24 +0200 (Wed, 09 May 2007) $
Method Summary | |
---|---|
void | addCookie(Cookie cookie) |
void | addHeader(String name, String value) |
void | addLocale(Locale locale) |
void | addParameter(String name, String[] values) |
ByteChunk | getBody() |
String | getContentType() |
Iterator | getCookies() |
Iterator | getHeaderNames() |
Iterator | getHeaderValues(String name) |
Iterator | getLocales() |
String | getMethod() |
Iterator | getParameterNames() |
String[] | getParameterValues(String name) |
String | getQueryString() |
String | getRequestURI() |
void | setBody(ByteChunk body) |
void | setContentType(String contentType) |
void | setMethod(String method) |
void | setQueryString(String queryString) |
void | setRequestURI(String requestURI) |