org.apache.tapestry.ioc.internal.util |
|
Java Source File Name | Type | Comment |
AbstractResource.java | Class | Abstract implementation of
Resource . |
Bar.java | Interface | Used by
InheritanceSearchTest . |
BarImpl.java | Class | Used by
InheritanceSearchTest . |
ClasspathResource.java | Class | Implementation of
Resource for files on the classpath (as defined by a
ClassLoader ). |
ClasspathResourceTest.java | Class | |
CollectionFactory.java | Class | Static factory methods to ease the creation of new collection types (when using generics). |
CollectionFactoryTest.java | Class | |
ConcurrentBarrier.java | Class | A barrier used to execute code in a context where it is guarded by read/write locks. |
ConcurrentBarrierTest.java | Class | Test is structured a bit oddly, since it evolved from when the Concurrence annotation and aspect
evolved into the
ConcurrentBarrier utility class. |
ConcurrentTarget.java | Class | |
ConcurrentTargetWrapper.java | Class | |
Defense.java | Class | Static utility methods for defensive programming. |
DefenseTest.java | Class | |
DependencyNode.java | Class | Used by
org.apache.tapestry.ioc.internal.util.Orderer to establish backward dependencies for
org.apache.tapestry.ioc.Orderable objects. |
Foo.java | Interface | Used by
InheritanceSearchTest . |
FooBar.java | Interface | Used by
InheritanceSearchTest . |
FooBarImpl.java | Class | Used by
InheritanceSearchTest . |
FooImpl.java | Class | Used by
InheritanceSearchTest . |
IdAllocator.java | Class | Used to "uniquify" names within a given context. |
IdAllocatorTest.java | Class | |
InheritanceSearch.java | Class | Used to search from a particular class up the inheritance hierarchy of extended classes and
implemented interfaces.
The search starts with the initial class (provided in the constructor). |
InheritanceSearchTest.java | Class | |
InternalUtils.java | Class | Utilities used within various internal implemenations of Tapestry IOC and the rest of the
tapestry-core framework. |
InternalUtilsTest.java | Class | |
Invokable.java | Interface | Similiar to
Runnable execpt that it returns a value. |
LocalizedNameGenerator.java | Class | Used in a wide variety of resource searches. |
LocalizedNameGeneratorTest.java | Class | |
LocationImpl.java | Class | Implementation class for
org.apache.tapestry.ioc.Location . |
LocationImplTest.java | Class | |
MessageFormatterImpl.java | Class | |
MessageFormatterImplTest.java | Class | |
MessagesImpl.java | Class | Implementation of
org.apache.tapestry.ioc.Messages based around a
java.util.ResourceBundle . |
MessagesImplTest.java | Class | |
OneShotLock.java | Class | Logic for handling one shot semantics for classes; classes that include a method (or methods)
that "locks down" the instance, to prevent it from being used again in the future. |
OneShotLockSubject.java | Class | Evolved from a test for aspects + annotations to a test of a class that utilizeds OneShotLock as
a utility. |
OneShotLockTest.java | Class | |
Orderer.java | Class | Used to order objects into an "execution" order. |
OrdererTest.java | Class | |
TapestryException.java | Class | Exception class used as a replacement for
java.lang.RuntimeException when the exception
is related to a particular location. |
TargetMessages.java | Class | Used with
org.apache.tapestry.ioc.internal.util.MessagesImplTest . |
UtilMessages.java | Class | |