Uses of Interface
org.apache.tapestry5.ioc.def.DecoratorDef

Packages that use DecoratorDef
org.apache.tapestry5.internal For internal usage only; API subject to change. 
org.apache.tapestry5.internal.spring   
org.apache.tapestry5.ioc.def   
org.apache.tapestry5.ioc.internal   
org.apache.tapestry5.ioc.internal.util   
org.apache.tapestry5.ioc.test   
 

Uses of DecoratorDef in org.apache.tapestry5.internal
 

Methods in org.apache.tapestry5.internal that return types with arguments of type DecoratorDef
 Set<DecoratorDef> SyntheticModuleDef.getDecoratorDefs()
          Returns an empty set.
 

Uses of DecoratorDef in org.apache.tapestry5.internal.spring
 

Methods in org.apache.tapestry5.internal.spring that return types with arguments of type DecoratorDef
 Set<DecoratorDef> SpringModuleDef.getDecoratorDefs()
          Returns an empty set.
 

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

Subinterfaces of DecoratorDef in org.apache.tapestry5.ioc.def
 interface DecoratorDef2
          Extended version of DecoratorDef introduced to determine any module method annotated with Decorate as a decorator method.
 

Methods in org.apache.tapestry5.ioc.def that return types with arguments of type DecoratorDef
 Set<DecoratorDef> ModuleDef.getDecoratorDefs()
          Returns all the decorator definitions built/provided by this module.
 

Uses of DecoratorDef in org.apache.tapestry5.ioc.internal
 

Classes in org.apache.tapestry5.ioc.internal that implement DecoratorDef
 class DecoratorDefImpl
           
 

Methods in org.apache.tapestry5.ioc.internal that return types with arguments of type DecoratorDef
 Set<DecoratorDef> Module.findMatchingDecoratorDefs(ServiceDef serviceDef)
          Iterates over any decorator definitions defined by the module and returns those that apply to the provided service definition.
 Set<DecoratorDef> ModuleImpl.findMatchingDecoratorDefs(ServiceDef serviceDef)
           
 Set<DecoratorDef> DefaultModuleDefImpl.getDecoratorDefs()
           
 

Uses of DecoratorDef in org.apache.tapestry5.ioc.internal.util
 

Methods in org.apache.tapestry5.ioc.internal.util with parameters of type DecoratorDef
static DecoratorDef2 InternalUtils.toDecoratorDef2(DecoratorDef decorator)
           
 

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

Methods in org.apache.tapestry5.ioc.test that return DecoratorDef
protected  DecoratorDef IOCTestCase.mockDecoratorDef()
           
 

Methods in org.apache.tapestry5.ioc.test with parameters of type DecoratorDef
protected  void IOCTestCase.train_matches(DecoratorDef decoratorDef, ServiceDef serviceDef, boolean matches)
           
 



Copyright © 2003-2012 The Apache Software Foundation.