AbstractConfigurationImpl |
|
AbstractMethodInvokingInstrumenter |
Base class for service decorators and service advisors that work by invoking a module method.
|
AbstractReloadableObjectCreator |
|
AbstractServiceCreator |
Abstract implementation of ObjectCreator geared towards the creation of the core service implementation,
either by invoking a service builder method on a module, or by invoking a constructor.
|
AbstractServiceInstrumenter |
|
ConfigurationType |
Defines the three types of configurations a service may request.
|
EagerLoadServiceProxy |
Interface implemented by all service proxies.
|
InternalRegistry |
Internal view of the module registry, adding additional methods needed by modules.
|
Module |
A module within the Tapestry IoC registry.
|
ObjectCreatorSource |
|
ObjectLocatorImpl |
Base service locator class used when only the module is known (i.e., when instantiating a module
class).
|
ServiceActivityTracker |
|
ServiceDefAccumulator |
Simple interface used when invoking a bind() method on a module class.
|
ServiceProxyProvider |
Used in concert with SerializationSupport to convert service tokens back
into service proxies.
|
TypeCoercerProxy |
A simplified version of TypeCoercer used to defer the instantiation of the actual TypeCoercer
service until necessary.
|