Class |
Description |
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 |
StreamCharBufferMetaUtils
|
|
StringCharArrayAccessor
|
Provides optimized access to java.lang.String internals |
TagLibraryMetaUtils
|
|
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. |