Groovy Documentation

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

 

Interface Summary
GrailsLazyProxyPrintWriter.DestinationFactory Factory to lazily instantiate the destination.
GrailsWrappedWriter
StreamCharBuffer.LazyInitializingMultipleWriter
StreamCharBuffer.LazyInitializingWriter
 


Class Summary
AbstractTypeConvertingMap An category for use with maps that want type conversion capabilities
BoundedCharsAsEncodedBytesCounter Counts chars encoded as bytes up to a certain limit (capacity of byte buffer).
CacheEntry Wrapper for a value inside a cache that adds timestamp information for expiration and prevents "cache storms" with a Lock.
ClassAndMimeTypeRegistry Abstract class for class that maintains a registry of mappings MimeType,Class and a particular object type.
CodecPrintWriter
GrailsLazyProxyPrintWriter
GrailsPrintWriter PrintWriter implementation that doesn't have synchronization. null object references are ignored in print methods (nothing gets printed)
GrailsPrintWriterAdapter @author Lari Hotari
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.
StreamByteBuffer An in-memory buffer that provides OutputStream and InputStream interfaces.
StreamCharBuffer
StreamCharBuffer.EncodedPart
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 A 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.
WithCodecHelper Helper methods for withCodec feature.
 


Enum Summary
StreamByteBuffer.ReadMode
 


Groovy Documentation