|
|||||||||
| Home >> All >> org >> infohazard >> maverick >> [ util overview ] | PREV NEXT | ||||||||
A
- ATTR_PARAM_NAME - Static variable in class org.infohazard.maverick.util.XML
- The attribute for a parameter name
- ATTR_VALUE - Static variable in class org.infohazard.maverick.util.XML
- The attribute which represents the "value" of an element.
- addCookie(Cookie) - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- addDateHeader(String, long) - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- addHeader(String, String) - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- addIntHeader(String, int) - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
B
- Buffer - interface org.infohazard.maverick.util.Buffer.
- Simple interface to abstract out both ServletOutputStreams and PrintWriters.
- buffer - Variable in class org.infohazard.maverick.util.FakeHttpServletResponse
- Actually holds all the output data.
C
- charset - Variable in class org.infohazard.maverick.util.FakeHttpServletResponse
- We need to track the charset which is applied to the response using setContentType so that we can intelligently convert between streams and readers.
- charset - Variable in class org.infohazard.maverick.util.ServletOutputStreamBuffer
- clear() - Method in class org.infohazard.maverick.util.NoOverwriteMap
- close() - Method in class org.infohazard.maverick.util.PrintWriterBuffer
- containsKey(Object) - Method in class org.infohazard.maverick.util.NoOverwriteMap
- containsValue(Object) - Method in class org.infohazard.maverick.util.NoOverwriteMap
E
- entrySet() - Method in class org.infohazard.maverick.util.NoOverwriteMap
- equals(Object) - Method in class org.infohazard.maverick.util.NoOverwriteMap
- escape(String) - Static method in class org.infohazard.maverick.util.XML
- Escapes any html characters in the input string.
F
- FakeHttpServletResponse - class org.infohazard.maverick.util.FakeHttpServletResponse.
- Stores data written to the response and allows it to be obtained later.
- FakeHttpServletResponse(HttpServletResponse) - Constructor for class org.infohazard.maverick.util.FakeHttpServletResponse
- Creates a response wrapper which buffers the output.
- FastByteArrayOutputStream - class org.infohazard.maverick.util.FastByteArrayOutputStream.
- Allows us to convert this into a ByteArrayInputStream without copying the buffer.
- FastByteArrayOutputStream() - Constructor for class org.infohazard.maverick.util.FastByteArrayOutputStream
- flushBuffer() - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
G
- get(Object) - Method in class org.infohazard.maverick.util.NoOverwriteMap
- getAsReader() - Method in interface org.infohazard.maverick.util.Buffer
- Produces a reader of the buffered data.
- getAsReader() - Method in class org.infohazard.maverick.util.PrintWriterBuffer
- getAsReader() - Method in class org.infohazard.maverick.util.ServletOutputStreamBuffer
- getAsString() - Method in interface org.infohazard.maverick.util.Buffer
- Produces the buffered data in string form.
- getAsString() - Method in class org.infohazard.maverick.util.PrintWriterBuffer
- getAsString() - Method in class org.infohazard.maverick.util.ServletOutputStreamBuffer
- getDuplicateKey() - Method in class org.infohazard.maverick.util.NoOverwriteMap.OverwriteException
- getHttpResponse() - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- getInputStream() - Method in class org.infohazard.maverick.util.FastByteArrayOutputStream
- You should be done writing before you call this method.
- getOutputAsReader() - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- Provides the buffered output as a Reader.
- getOutputAsString() - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- Provides the buffered output as a String.
- getOutputStream() - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- getParams(Element) - Static method in class org.infohazard.maverick.util.XML
- Extracts a set of param child nodes from the specified node.
- getValue(Element, String) - Static method in class org.infohazard.maverick.util.XML
- Extracts the named value from the element, by checking (in order):
- getWriter() - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
H
- hashCode() - Method in class org.infohazard.maverick.util.NoOverwriteMap
- holder - Variable in class org.infohazard.maverick.util.ServletOutputStreamBuffer
I
- isEmpty() - Method in class org.infohazard.maverick.util.NoOverwriteMap
K
- key - Variable in class org.infohazard.maverick.util.NoOverwriteMap.OverwriteException
- keySet() - Method in class org.infohazard.maverick.util.NoOverwriteMap
L
- log - Static variable in class org.infohazard.maverick.util.FakeHttpServletResponse
- Logger.
- log - Static variable in class org.infohazard.maverick.util.PrintWriterBuffer
- Logger.
N
- NO_BUFFER_MSG - Static variable in class org.infohazard.maverick.util.FakeHttpServletResponse
- NoOverwriteMap - class org.infohazard.maverick.util.NoOverwriteMap.
- Map wrapper which prevents overwriting existing keys.
- NoOverwriteMap(Map) - Constructor for class org.infohazard.maverick.util.NoOverwriteMap
- NoOverwriteMap.OverwriteException - exception org.infohazard.maverick.util.NoOverwriteMap.OverwriteException.
- NoOverwriteMap.OverwriteException(Object) - Constructor for class org.infohazard.maverick.util.NoOverwriteMap.OverwriteException
O
- org.infohazard.maverick.util - package org.infohazard.maverick.util
- outputSize() - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- outputter - Static variable in class org.infohazard.maverick.util.XML
P
- PrintWriterBuffer - class org.infohazard.maverick.util.PrintWriterBuffer.
- PrintWriterBuffer() - Constructor for class org.infohazard.maverick.util.PrintWriterBuffer
- Construct.
- prefersReader() - Method in interface org.infohazard.maverick.util.Buffer
- True if it is more efficient to call toReader() than toString().
- prefersReader() - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- prefersReader() - Method in class org.infohazard.maverick.util.PrintWriterBuffer
- It's more efficient to simply go directly to String.
- prefersReader() - Method in class org.infohazard.maverick.util.ServletOutputStreamBuffer
- It's always more efficient to use a reader because the buffer need not be copied.
- put(Object, Object) - Method in class org.infohazard.maverick.util.NoOverwriteMap
- Prevents overwriting existing keys.
- putAll(Map) - Method in class org.infohazard.maverick.util.NoOverwriteMap
- Prevents overwriting existing keys.
R
- remove(Object) - Method in class org.infohazard.maverick.util.NoOverwriteMap
S
- ServletOutputStreamBuffer - class org.infohazard.maverick.util.ServletOutputStreamBuffer.
- ServletOutputStreamBuffer(String) - Constructor for class org.infohazard.maverick.util.ServletOutputStreamBuffer
- sendError(int) - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- This actually sends to the real response and flags an error condition.
- sendError(int, String) - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- This actually sends to the real response and flags an error condition.
- setContentLength(int) - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- setContentType(String) - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- setDateHeader(String, long) - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- setHeader(String, String) - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- setIntHeader(String, int) - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- setLocale(Locale) - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- setStatus(int) - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- setStatus(int, String) - Method in class org.infohazard.maverick.util.FakeHttpServletResponse
- size() - Method in interface org.infohazard.maverick.util.Buffer
- size() - Method in class org.infohazard.maverick.util.NoOverwriteMap
- size() - Method in class org.infohazard.maverick.util.PrintWriterBuffer
- size() - Method in class org.infohazard.maverick.util.ServletOutputStreamBuffer
T
- TAG_PARAM - Static variable in class org.infohazard.maverick.util.XML
- The tag for a parameter node
- toString(Element) - Static method in class org.infohazard.maverick.util.XML
- Converts the specified node (and subnodes) to a nice, pretty, html escaped XML string.
V
- values() - Method in class org.infohazard.maverick.util.NoOverwriteMap
W
- wrapped - Variable in class org.infohazard.maverick.util.NoOverwriteMap
- write(int) - Method in class org.infohazard.maverick.util.ServletOutputStreamBuffer
- Overriden from ServletOutputStream
X
- XML - class org.infohazard.maverick.util.XML.
- created January 27, 2002
- XML() - Constructor for class org.infohazard.maverick.util.XML
A B C E F G H I K L N O P R S T V W X
|
|||||||||
| Home >> All >> org >> infohazard >> maverick >> [ util overview ] | PREV NEXT | ||||||||