Package org.sitemesh.webapp.contentfilter.io

Interface Summary
RoutablePrintWriter.DestinationFactory Factory to lazily instantiate the destination.
RoutableServletOutputStream.DestinationFactory Factory to lazily instantiate the destination.
 

Class Summary
Buffer A shared buffer, that can provide an interface as either a PrintWriter (through Buffer.getWriter()) or ServletOutputStream (through Buffer.getOutputStream().
ByteBufferBuilder A speedy implementation of ByteArrayOutputStream.
HttpContentType Extracts the type and encoding from an HTTP Content-Type header.
RoutablePrintWriter Provides a PrintWriter that routes through to another PrintWriter, however the destination can be changed at any point.
RoutableServletOutputStream Provides a ServletOutputStream that routes through to another ServletOutputStream, however the destination can be changed at any point.
TextEncoder Converts text as bytes to chars using specified encoding.
 



Copyright © 2011. All Rights Reserved.