Package org.infohazard.maverick.util

Interface Summary
Buffer Simple interface to abstract out both ServletOutputStreams and PrintWriters.
 

Class Summary
FakeHttpServletResponse Stores data written to the response and allows it to be obtained later.
FastByteArrayOutputStream Allows us to convert this into a ByteArrayInputStream without copying the buffer.
NoOverwriteMap Map wrapper which prevents overwriting existing keys.
PrintWriterBuffer  
ServletOutputStreamBuffer  
XML  
 

Exception Summary
NoOverwriteMap.OverwriteException