Uses of Class
net.sf.jelly.apt.strategies.TypeDeclarationLoopStrategy

Packages that use TypeDeclarationLoopStrategy
net.sf.jelly.apt.freemarker.transforms  
net.sf.jelly.apt.strategies  
net.sf.jelly.apt.tags  
 

Uses of TypeDeclarationLoopStrategy in net.sf.jelly.apt.freemarker.transforms
 

Methods in net.sf.jelly.apt.freemarker.transforms that return TypeDeclarationLoopStrategy
 TypeDeclarationLoopStrategy ForAllTypesTransform.newStrategy()
           
 

Uses of TypeDeclarationLoopStrategy in net.sf.jelly.apt.strategies
 

Subclasses of TypeDeclarationLoopStrategy in net.sf.jelly.apt.strategies
 class ImportedTypeDeclarationLoopStrategy<B extends TemplateBlock>
          Evaluates its body for all imported types of a specified type declaration.
 class NestedTypeDeclarationLoopStrategy<B extends TemplateBlock>
          Evaluates its body for all nested types in a type declaration.
 

Uses of TypeDeclarationLoopStrategy in net.sf.jelly.apt.tags
 

Constructors in net.sf.jelly.apt.tags with parameters of type TypeDeclarationLoopStrategy
ForAllTypesTag(TypeDeclarationLoopStrategy strategy)