Package org.apache.tapestry5.internal.util
[INTERNAL USE ONLY] various utility classes; API subject to change.
-
Class Summary Class Description AutofocusValidationDecorator Used byForm
to determine which fields will be focused and a what priority.Base64InputStream An extension ofByteArrayInputStream
that is initialized from a Base64 input stream (rather than from a byte array).Base64OutputStream An extension ofByteArrayOutputStream
that allows the final byte array to be converted to a Base64 string.CaptureResultCallback<T> Implementation ofComponentEventCallback
that simply captures the result value.Holder<T> An object that holds some type of other object.LocaleUtils Contains code borrowed from commons-lang.MacOutputStream An output stream that wraps around aMac
(message authentication code algorithm).MessageCatalogResource NamedSet<T> Simple, thread-safe associative array that relates a name to a value.NotificationEventCallback AComponentEventCallback
used for notification events.PrintOutCollector Utility for collecting the output of aPrintWriter
.RecomputableSupport A utility class for managing a cacheable result that can be recomputed when needed.RenderableAsBlock Allows anyRenderable
object to act as aBlock
.SelectModelRenderer StringRenderable Renders a string usingMarkupWriter.write(String)
.TeeOutputStream An output stream that acts like a "tee", copying all provided bytes to two output streams.ValidationDecoratorWrapper Implementation ofValidationDecorator
that delegates all method invocations.VirtualResource Base class for virtual resources: resources that are not simply mapped to stored files, but are assembled, as necessary, on the fly.