Package org.apache.tapestry5.ioc.util

Class Summary
AbstractMessages Abstract implementation of Messages that doesn't know where values come from (that information is supplied in a subclass, via the AbstractMessages.valueForKey(String) method).
AvailableValues Used (as part of a UnknownValueException to identify what available values are present.
BodyBuilder Utility class for assembling the body used with Javassist when defining a method or constructor.
CaseInsensitiveMap<V> An mapped collection where the keys are always strings and access to values is case-insensitive.
ExceptionUtils Contains static methods useful for manipulating exceptions.
IdAllocator Used to "uniquify" names within a given context.
Stack<E> A simple, streamlined implementation of Stack.
StrategyRegistry<A> A key component in implementing the "Gang of Four" Strategy pattern.
TimeInterval Used to represent a period of time, specifically as a configuration value.
 

Exception Summary
UnknownValueException Special exception used when a value (typically from a map) is referenced that does not exist.
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.