Uses of Package
org.apache.tapestry5.ioc.internal
Packages that use org.apache.tapestry5.ioc.internal
Package
Description
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
-
Classes in org.apache.tapestry5.ioc.internal used by org.apache.tapestry5.ioc.internalClassDescriptionBase class for service decorators and service advisors that work by invoking a module method.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.Abstract base class for implementations ofServiceDecorator
(i.e., old school) andServiceAdvisor
(i.e., new school).Defines the three types of configurations a service may request.Interface implemented by all service proxies.Internal view of the module registry, adding additional methods needed by modules.A module within the Tapestry IoC registry.An object which can, when passed aServiceBuilderResources
, create a correspondingObjectCreator
.Base service locator class used when only the module is known (i.e., when instantiating a module class).Used to update the status of services defined by theServiceActivityScoreboard
.Simple interface used when invoking a bind() method on a module class.Used in concert withSerializationSupport
to convert service tokens back into service proxies.A simplified version ofTypeCoercer
used to defer the instantiation of the actual TypeCoercer service until necessary. -
Classes in org.apache.tapestry5.ioc.internal used by org.apache.tapestry5.ioc.internal.servicesClassDescriptionInterface implemented by all service proxies.Used to update the status of services defined by the
ServiceActivityScoreboard
.