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

Packages that use DecoratorDef
org.apache.tapestry5.internal   
org.apache.tapestry5.internal.spring   
org.apache.tapestry5.ioc.def   
org.apache.tapestry5.ioc.internal   
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
 

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> ModuleImpl.findMatchingDecoratorDefs(ServiceDef serviceDef)
           
 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> DefaultModuleDefImpl.getDecoratorDefs()
           
 

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 © 2006-2009 Apache Software Foundation. All Rights Reserved.