Groovy Documentation

Package org.codehaus.groovy.grails.web.util

 

Interface Summary
StreamCharBuffer.LazyInitializingWriter Interface for a Writer that gets initialized if it is used Can be used for passing in to "connectTo" method of StreamCharBuffer
 


Class Summary
BoundedCharsAsEncodedBytesCounter Counts chars encoded as bytes up to a certain limit (capacity of byte buffer).
CodecPrintWriter
DebugHttpSessionListener Simple implementation of the HttpListener interface that writes to standard out
GrailsPrintWriter PrintWriter implementation that doesn't have synchronization.
IncludeResponseWrapper Response wrapper used to capture the content of a response (such as within in an include).
IncludedContent Represents some content that has been used in an include request.
Log4jConfigListener Configures Log4j in WAR deployment using Grails Log4j DSL.
StreamByteBuffer An in-memory buffer that provides OutputStream and InputStream interfaces.
StreamCharBuffer

StreamCharBuffer is a multipurpose in-memory buffer that can replace JDK in-memory buffers (StringBuffer, StringBuilder, StringWriter).

StreamCharBuffer.StreamCharBufferReader This is the java.io.Reader implementation for StreamCharBuffer
StreamCharBuffer.StreamCharBufferWriter This is the java.io.Writer implementation for StreamCharBuffer
StringCharArrayAccessor Provides optimized access to java.lang.String internals
TypeConvertingMap An category for use with maps that want type conversion capabilities
WebUtils Utility methods to access commons objects and perform common web related functions for the internal framework.
 


Enum Summary
StreamByteBuffer.ReadMode
 


Groovy Documentation