Uses of Interface
org.apache.tapestry5.ioc.ServiceDecorator

Packages that use ServiceDecorator
org.apache.tapestry5.ioc.def Tapestry IOC service definitions 
org.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change. 
org.apache.tapestry5.ioc.test Classes supporting testing of Tapestry IOC services 
 

Uses of ServiceDecorator in org.apache.tapestry5.ioc.def
 

Methods in org.apache.tapestry5.ioc.def that return ServiceDecorator
 ServiceDecorator DecoratorDef.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 ServiceDecorator
 class ServiceDecoratorImpl
          A wrapper around a decorator method.
 

Methods in org.apache.tapestry5.ioc.internal that return ServiceDecorator
 ServiceDecorator DecoratorDefImpl.createDecorator(ModuleBuilderSource moduleSource, ServiceResources resources)
           
 

Methods in org.apache.tapestry5.ioc.internal that return types with arguments of type ServiceDecorator
 List<ServiceDecorator> InternalRegistry.findDecoratorsForService(ServiceDef3 serviceDef)
          Searches for decorators for a particular service.
 List<ServiceDecorator> RegistryImpl.findDecoratorsForService(ServiceDef3 serviceDef)
           
 

Uses of ServiceDecorator in org.apache.tapestry5.ioc.test
 

Methods in org.apache.tapestry5.ioc.test that return ServiceDecorator
protected  ServiceDecorator IOCTestCase.mockServiceDecorator()
           
 

Methods in org.apache.tapestry5.ioc.test with parameters of type ServiceDecorator
protected  void IOCTestCase.train_createInterceptor(ServiceDecorator decorator, Object coreObject, Object interceptor)
           
 



Copyright © 2003-2012 The Apache Software Foundation.