Package org.apache.tapestry5.internal.util

[INTERNAL USE ONLY] various utility classes; API subject to change.

See:
          Description

Interface Summary
ParameterBuilder Builds single parameter value to pass into a method being invoked by a MethodInvocationBuilder.
 

Class Summary
AutofocusValidationDecorator Used by Form to determine which fields will be focused and a what priority.
Base64InputStream An extension of ByteArrayInputStream that is initialized from a Base64 input stream (rather than from a byte array).
Base64OutputStream An extension of ByteArrayOutputStream that allows the final byte array to be converted to a Base64 string.
CaptureResultCallback<T> Implementation of ComponentEventCallback that simply captures the result value.
Holder<T> An object that holds some type of other object.
IntegerRange Represents a sequence of integer values, either ascending or descending.
LocaleUtils Contains code borrowed from commons-lang.
MacOutputStream An output stream that wraps around a Mac (message authentication code algorithm).
MethodInvocationBuilder A utility class for building part of a method body to invoke a method.
MultiKey Combines multiple values to form a single composite key.
NamedSet<T> Simple, thread-safe associative array that relates a name to a value.
NotificationEventCallback A ComponentEventCallback used for notification events.
PrintOutCollector Utility for collecting the output of a PrintWriter.
RenderableAsBlock Allows any Renderable object to act as a Block.
SelectModelRenderer  
StringParameterBuilder Implementation of ParameterBuilder that simply provides a static string value for the parameter expression.
StringRenderable Renders a string using MarkupWriter.write(String).
TeeOutputStream An output stream that acts like a "tee", copying all provided bytes to two output streams.
ValidationDecoratorWrapper Implementation of ValidationDecorator that delegates all method invocations.
 

Package org.apache.tapestry5.internal.util Description

[INTERNAL USE ONLY] various utility classes; API subject to change.



Copyright © 2003-2012 The Apache Software Foundation.