Uses of Interface
org.apache.tapestry5.ioc.ServiceDecorator
Packages that use ServiceDecorator
Package
Description
Tapestry IOC service definitions
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
-
Uses of ServiceDecorator in org.apache.tapestry5.ioc.def
Methods in org.apache.tapestry5.ioc.def that return ServiceDecoratorModifier and TypeMethodDescriptionDecoratorDef.createDecorator
(ModuleBuilderSource moduleSource, ServiceResources resources) Creates an object that can perform the decoration (in the default case, by invoking the decorator method on the module class or instance. -
Uses of ServiceDecorator in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement ServiceDecoratorMethods in org.apache.tapestry5.ioc.internal that return ServiceDecoratorModifier and TypeMethodDescriptionDecoratorDefImpl.createDecorator
(ModuleBuilderSource moduleSource, ServiceResources resources) Methods in org.apache.tapestry5.ioc.internal that return types with arguments of type ServiceDecoratorModifier and TypeMethodDescriptionInternalRegistry.findDecoratorsForService
(ServiceDef3 serviceDef) Searches for decorators for a particular service.RegistryImpl.findDecoratorsForService
(ServiceDef3 serviceDef) -
Uses of ServiceDecorator in org.apache.tapestry5.ioc.test
Methods in org.apache.tapestry5.ioc.test that return ServiceDecoratorModifier and TypeMethodDescriptionprotected final ServiceDecorator
IOCTestCase.mockServiceDecorator()
Deprecated.Methods in org.apache.tapestry5.ioc.test with parameters of type ServiceDecoratorModifier and TypeMethodDescriptionprotected final void
IOCTestCase.train_createInterceptor
(ServiceDecorator decorator, Object coreObject, Object interceptor) Deprecated.