|
Class Summary |
| AbstractResource |
Abstract implementation of Resource. |
| ClasspathResource |
Implementation of Resource for files on the classpath (as defined by a ClassLoader). |
| CollectionFactory |
Static factory methods to ease the creation of new collection types (when using generics). |
| ConcurrentBarrier |
A barrier used to execute code in a context where it is guarded by read/write locks. |
| DelegatingInjectionResources |
Chain of command for InjectionDefaultProvider. |
| DummyLock |
Acts like a Lock but all operations are no-ops. |
| GenericsUtils |
Static methods related to the use of JDK 1.5 generics. |
| IdToDependencyNode<T> |
Used to order objects into an "execution" order. |
| InheritanceSearch |
Used to search from a particular class up the inheritance hierarchy of extended classes and implemented interfaces. |
| InternalUtils |
Utilities used within various internal implementations of the tapestry-ioc module. |
| JDKUtils |
Internal utilities for identifying the JDK version, used in the rare cases
that we are patching around JDK bugs. |
| LocalizedNameGenerator |
Used in a wide variety of resource searches. |
| LocationImpl |
Implementation class for Location. |
| MapInjectionResources |
InjectionDefaultProvider that operates using a Map from type to value. |
| MessageFormatterImpl |
|
| MessagesImpl |
Implementation of Messages based around a ResourceBundle. |
| OneShotLock |
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. |
| Orderer<T> |
Used to order objects into an "execution" order. |
| URLChangeTracker |
Given a (growing) set of URLs, can periodically check to see if any of the underlying resources has changed. |
| WrongConfigurationTypeGuard |
Used when invoking a contribute method to guard against a request for the wrong type of configuration interface. |