Package planetj.servlet.wrapper

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

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

Exception Summary
NoOverwriteMap.OverwriteException