org.apache.tapestry.ioc.util |
|
Java Source File Name | Type | Comment |
AbstractMessages.java | Class | 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). |
BodyBuilder.java | Class | Utility class for assembling the body used with Javassist when defining a method or
constructor. |
BodyBuilderTest.java | Class | |
CaseInsensitiveMap.java | Class | An mapped collection where the keys are always strings and access to values is case-insensitive.
The case of keys in the map is maintained, but on any access to a key (directly or
indirectly), all key comparisons are performed in a case-insensitive manner. |
CaseInsensitiveMapTest.java | Class | |
Stack.java | Class | A simple, streamlined implementation of
java.util.Stack . |
StackTest.java | Class | |
StrategyRegistry.java | Class | A key component in implementing the "Gang of Four" Strategy pattern. |
StrategyRegistryTest.java | Class | |
UtilMessages.java | Class | |