Uses of Class
net.sf.jelly.apt.APTJellyTag

Packages that use APTJellyTag
net.sf.jelly.apt   
net.sf.jelly.apt.tags  
 

Uses of APTJellyTag in net.sf.jelly.apt
 

Methods in net.sf.jelly.apt with parameters of type APTJellyTag
 void JellyTemplateOutput.redirect(APTJellyTag block, java.io.Writer writer)
           
 void JellyTemplateOutput.write(APTJellyTag block)
           
 

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

Subclasses of APTJellyTag in net.sf.jelly.apt.tags
 class AnnotationFilterableDeclarationLoopTag<S extends AnnotationFilterableDeclarationLoopStrategy>
          A declaration loop tag that is filterable by an annotation class.
 class AnnotationValueTag
          Outputs an annotation value.
 class DeclarationLoopTag<S extends DeclarationLoopStrategy>
          A tag that is the loop over a set of declarations.
 class ExecutableDeclarationLoopTag<S extends ExecutableDeclarationLoopStrategy>
          Loop tag through a collection of ExecutableDeclarations.
 class FileTag
          Tag that pipes its output to a new file relative to the output directory specified for APT.
 class ForAllConstructorsTag
          Evaluates its body for all constructors of the a type declaration.
 class ForAllFieldsTag
          Evaluates its body for all fields.
 class ForAllImportedTypesTag
          Evaluates its body for all imported types of a specified type declaration.
 class ForAllMethodsTag
          Evaluates its body for all methods of a type declaration.
 class ForAllNestedTypesTag
          Evaluates its body for all nested types in a type declaration.
 class ForAllPackagesTag
          Evaluates its body for all packages.
 class ForAllParametersTag
          Evaluates its body for all parameters of the current method or constructor declaration.
 class ForAllPropertiesTag
          Evaluates its body for all properties of a type declaration.
 class ForAllThrownTypesTag
          Iterates through each thrown type of an executable declaration.
 class ForAllTypesTag
          Evaluates its body for each type declaration.
 class IfHasAnnotationTag
          Evalute the body of the tag if the current declaration (in a loop) has a given annotation.
 class IfHasDeclarationTag
          Evalute the body of the tag if the specified type has a declaration.
 class JavaSourceTag
          Tag that pipes its output to a new java source file.
 class MemberDeclarationLoopTag<S extends MemberDeclarationLoopStrategy>
          Loop tag through a collection of MemberDeclarations of a type declaration.
 class PrimitiveWrapperTag
          Outputs the name of the primitive wrapper for the specified type.
 class UnwrapIfPrimitiveTag
          Unwrap body if type is primitive.
 class WrapIfPrimitiveTag
          Wrap body if type is primitive.