Uses of Class
net.sf.jelly.apt.freemarker.FreemarkerTransform

Packages that use FreemarkerTransform
net.sf.jelly.apt.freemarker  
net.sf.jelly.apt.freemarker.transforms  
 

Uses of FreemarkerTransform in net.sf.jelly.apt.freemarker
 

Methods in net.sf.jelly.apt.freemarker that return types with arguments of type FreemarkerTransform
protected  java.util.Collection<FreemarkerTransform> FreemarkerProcessor.getTransforms()
          The collection of transforms to establish in the model before processing.
 

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

Subclasses of FreemarkerTransform in net.sf.jelly.apt.freemarker.transforms
 class AnnotationValueTransform
          Outputs an annotation value.
 class FileTransform
          Pipes its body to a new file in the APT target directory.
 class ForAllConstructorsTransform
          Evaluates its body for all constructors of the specified type declaration.
 class ForAllFieldsTransform
          Evaluates its body for all fields of the specified type declaration.
 class ForAllImportedTypesTransform
          Evaluates its body for all imported types of a specified type declaration.
 class ForAllMethodsTransform
          Evaluates its body for all methods of a type declaration.
 class ForAllNestedTypesTransform
          Evaluates its body for all nested types in a type declaration.
 class ForAllPackagesTransform
          Evaluates its body for all packages.
 class ForAllParametersTransform
          Evaluates its body for all parameters of the current (or given) method or constructor declaration.
 class ForAllPropertiesTransform
          Evaluates its body for all properties of a type declaration.
 class ForAllThrownTypesTransform
          Iterates through each thrown type of an executable declaration.
 class ForAllTypesTransform
          Evaluates its body for each type declaration.
 class IfHasAnnotationTransform
          Evalute the body of the tag if the specified declaration has a given annotation.
 class IfHasDeclarationTransform
          Evalute the body of the tag if the specified type has a declaration.
 class JavaSourceTransform
          Output to a new java source file.
 class PrimitiveWrapperTransform
          Wrap body if type is primitove.
 class UnwrapIfPrimitiveTransform
          Unwrap body if type is primitive.
 class WrapIfPrimitiveTransform
          Wrap body if type is primitive.