Package org.apache.tapestry5.commons.util
package org.apache.tapestry5.commons.util
-
ClassDescriptionAbstract implementation of
Messages
that doesn't know where values come from (that information is supplied in a subclass, via theAbstractMessages.valueForKey(String)
method).Used (as part of aUnknownValueException
to identify what available values are present.An mapped collection where the keys are always strings and access to values is case-insensitive.Exception used when aCoercion
throws an exception while trying to coerce a value.Exception used whenTypeCoercer
doesn't find a coercion from a type to another.Static factory methods to ease the creation of new collection types (when using generics).Some utility methods used in different Tapestry subprojects.Exception used when trying to assemble a page but different versions of the same class are found.Contains static methods useful for manipulating exceptions.Represents a sequence of integer values, either ascending or descending.Combines multiple values to form a single composite key.Stack<E>A simple, streamlined implementation ofStack
.A key component in implementing the "Gang of Four" Strategy pattern.StringToEnumCoercion<T extends Enum>ACoercion
for converting strings into an instance of a particular enumerated type.Used to represent a period of time, specifically as a configuration value.Special exception used when a value (typically from a map) is referenced that does not exist.Utility methods related to managing framework version numbers.