A C D E F G H I J M N O P R S T U V W

A

accept(DeclarationVisitor) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedAnnotationTypeDeclaration
 
accept(DeclarationVisitor) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedAnnotationTypeElementDeclaration
 
accept(DeclarationVisitor) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedClassDeclaration
 
accept(DeclarationVisitor) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedConstructorDeclaration
 
accept(DeclarationVisitor) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
 
accept(DeclarationVisitor) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedEnumConstantDeclaration
 
accept(DeclarationVisitor) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedEnumDeclaration
 
accept(DeclarationVisitor) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedExecutableDeclaration
 
accept(DeclarationVisitor) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedFieldDeclaration
 
accept(DeclarationVisitor) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedInterfaceDeclaration
 
accept(DeclarationVisitor) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedMemberDeclaration
 
accept(DeclarationVisitor) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedMethodDeclaration
 
accept(DeclarationVisitor) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedPackageDeclaration
 
accept(DeclarationVisitor) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedParameterDeclaration
 
accept(DeclarationVisitor) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
 
accept(DeclarationVisitor) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeParameterDeclaration
 
accept(TypeVisitor) - Method in class net.sf.jelly.apt.decorations.type.DecoratedAnnotationType
 
accept(TypeVisitor) - Method in class net.sf.jelly.apt.decorations.type.DecoratedArrayType
 
accept(TypeVisitor) - Method in class net.sf.jelly.apt.decorations.type.DecoratedClassType
 
accept(TypeVisitor) - Method in class net.sf.jelly.apt.decorations.type.DecoratedDeclaredType
 
accept(TypeVisitor) - Method in class net.sf.jelly.apt.decorations.type.DecoratedEnumType
 
accept(TypeVisitor) - Method in class net.sf.jelly.apt.decorations.type.DecoratedInterfaceType
 
accept(TypeVisitor) - Method in class net.sf.jelly.apt.decorations.type.DecoratedPrimitiveType
 
accept(TypeVisitor) - Method in class net.sf.jelly.apt.decorations.type.DecoratedReferenceType
 
accept(TypeVisitor) - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
accept(TypeVisitor) - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeVariable
 
accept(TypeVisitor) - Method in class net.sf.jelly.apt.decorations.type.DecoratedVoidType
 
accept(TypeVisitor) - Method in class net.sf.jelly.apt.decorations.type.DecoratedWildcardType
 
addListener(AnnotationProcessorListener) - Method in class net.sf.jelly.apt.decorations.DecoratedAnnotationProcessorEnvironment
 
afterBody() - Method in class net.sf.jelly.apt.freemarker.FreemarkerTemplateBlock
Process the strategy.
AnnotationFilterableDeclarationLoopStrategy<D extends com.sun.mirror.declaration.Declaration,B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
A declaration loop that is filterable by an annotation class.
AnnotationFilterableDeclarationLoopStrategy() - Constructor for class net.sf.jelly.apt.strategies.AnnotationFilterableDeclarationLoopStrategy
 
AnnotationFilterableDeclarationLoopTag<S extends AnnotationFilterableDeclarationLoopStrategy> - Class in net.sf.jelly.apt.tags
A declaration loop tag that is filterable by an annotation class.
AnnotationFilterableDeclarationLoopTag(S) - Constructor for class net.sf.jelly.apt.tags.AnnotationFilterableDeclarationLoopTag
 
AnnotationValueStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Outputs an annotation value.
AnnotationValueStrategy() - Constructor for class net.sf.jelly.apt.strategies.AnnotationValueStrategy
 
AnnotationValueTag - Class in net.sf.jelly.apt.tags
Outputs an annotation value.
AnnotationValueTag() - Constructor for class net.sf.jelly.apt.tags.AnnotationValueTag
 
AnnotationValueTransform - Class in net.sf.jelly.apt.freemarker.transforms
Outputs an annotation value.
AnnotationValueTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.AnnotationValueTransform
Construct a new transform under the specified namespace.
APTJellyContext - Class in net.sf.jelly.apt
A jelly context with an AnnotationProcessorEnvironment.
APTJellyContext(AnnotationProcessorEnvironment) - Constructor for class net.sf.jelly.apt.APTJellyContext
 
APTJellyContext(AnnotationProcessorEnvironment, JellyContext) - Constructor for class net.sf.jelly.apt.APTJellyContext
 
APTJellyObjectWrapper - Class in net.sf.jelly.apt.freemarker
Freemarker object wrapper for the APT-Jelly output classes.
APTJellyObjectWrapper() - Constructor for class net.sf.jelly.apt.freemarker.APTJellyObjectWrapper
 
APTJellyProcessor - Class in net.sf.jelly.apt
Annotation processor that establishes a JellyContext with the AnnotationProcessorEnvironment established.
APTJellyProcessor(AnnotationProcessorEnvironment, InputSource) - Constructor for class net.sf.jelly.apt.APTJellyProcessor
Construct a processor with the given environment for the given script.
APTJellyProcessorFactory - Class in net.sf.jelly.apt
Basic annotation processor factory for a APTJellyProcessor.
APTJellyProcessorFactory() - Constructor for class net.sf.jelly.apt.APTJellyProcessorFactory
 
APTJellyProcessorFactory(URL) - Constructor for class net.sf.jelly.apt.APTJellyProcessorFactory
 
APTJellyTag<S extends TemplateStrategy> - Class in net.sf.jelly.apt
Tag support for jelly tags.
APTJellyTag(S) - Constructor for class net.sf.jelly.apt.APTJellyTag
 
APTTagLibrary - Class in net.sf.jelly.apt.tags
Tag registry for the APT tags.
APTTagLibrary() - Constructor for class net.sf.jelly.apt.tags.APTTagLibrary
 

C

close() - Method in class net.sf.jelly.apt.freemarker.FreemarkerTemplateBlock
 
ConstructorDeclarationLoopStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Evaluates its body for all constructors of the specified type declaration.
ConstructorDeclarationLoopStrategy() - Constructor for class net.sf.jelly.apt.strategies.ConstructorDeclarationLoopStrategy
 
Context - Class in net.sf.jelly.apt
The context for the annotation processing tool.
Context() - Constructor for class net.sf.jelly.apt.Context
 
convertString(String, Class) - Method in class net.sf.jelly.apt.freemarker.FreemarkerTransform
Attempts to convert a string value to a given class using the "valueOf" method or "fromString" method.
createChildContext() - Method in class net.sf.jelly.apt.APTJellyContext
 

D

DECLARATION_DECORATOR_OPTION - Static variable in class net.sf.jelly.apt.ProcessorFactory
Option for specifying the declaration decorator.
DeclarationDecorator - Class in net.sf.jelly.apt.decorations
Decorates a Declaration when visited.
DeclarationDecorator() - Constructor for class net.sf.jelly.apt.decorations.DeclarationDecorator
 
DeclarationLoopStrategy<D extends com.sun.mirror.declaration.Declaration,B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Invokes the template body over a set of declarations.
DeclarationLoopStrategy() - Constructor for class net.sf.jelly.apt.strategies.DeclarationLoopStrategy
 
DeclarationLoopTag<S extends DeclarationLoopStrategy> - Class in net.sf.jelly.apt.tags
A tag that is the loop over a set of declarations.
DeclarationLoopTag(S) - Constructor for class net.sf.jelly.apt.tags.DeclarationLoopTag
 
decorate(D) - Static method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates a declaration.
decorate(Collection<D>) - Static method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates a collection of declarations.
decorate(AnnotationMirror) - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorate an annotation mirror.
decorate(T) - Static method in class net.sf.jelly.apt.decorations.TypeMirrorDecorator
Decorate a type mirror.
decorate(Collection<T>) - Static method in class net.sf.jelly.apt.decorations.TypeMirrorDecorator
Decorate a collection fo type mirrors.
decorateAnnotationMirrors(Collection<AnnotationMirror>) - Static method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates a collection of annotation mirrors.
DecoratedAnnotationMirror - Class in net.sf.jelly.apt.decorations.declaration
A decorated annotation mirror provides:

properties for each of its elements

DecoratedAnnotationMirror(AnnotationMirror) - Constructor for class net.sf.jelly.apt.decorations.declaration.DecoratedAnnotationMirror
 
DecoratedAnnotationProcessorEnvironment - Class in net.sf.jelly.apt.decorations
A decorated annotation processor environment returns its options correctly parsed.
DecoratedAnnotationProcessorEnvironment(AnnotationProcessorEnvironment) - Constructor for class net.sf.jelly.apt.decorations.DecoratedAnnotationProcessorEnvironment
 
DecoratedAnnotationType - Class in net.sf.jelly.apt.decorations.type
 
DecoratedAnnotationType(AnnotationType) - Constructor for class net.sf.jelly.apt.decorations.type.DecoratedAnnotationType
 
DecoratedAnnotationTypeDeclaration - Class in net.sf.jelly.apt.decorations.declaration
 
DecoratedAnnotationTypeDeclaration(AnnotationTypeDeclaration) - Constructor for class net.sf.jelly.apt.decorations.declaration.DecoratedAnnotationTypeDeclaration
 
DecoratedAnnotationTypeElementDeclaration - Class in net.sf.jelly.apt.decorations.declaration
 
DecoratedAnnotationTypeElementDeclaration(AnnotationTypeElementDeclaration) - Constructor for class net.sf.jelly.apt.decorations.declaration.DecoratedAnnotationTypeElementDeclaration
 
DecoratedArrayType - Class in net.sf.jelly.apt.decorations.type
 
DecoratedArrayType(ArrayType) - Constructor for class net.sf.jelly.apt.decorations.type.DecoratedArrayType
 
DecoratedClassDeclaration - Class in net.sf.jelly.apt.decorations.declaration
 
DecoratedClassDeclaration(ClassDeclaration) - Constructor for class net.sf.jelly.apt.decorations.declaration.DecoratedClassDeclaration
 
DecoratedClassType - Class in net.sf.jelly.apt.decorations.type
 
DecoratedClassType(ClassType) - Constructor for class net.sf.jelly.apt.decorations.type.DecoratedClassType
 
DecoratedConstructorDeclaration - Class in net.sf.jelly.apt.decorations.declaration
 
DecoratedConstructorDeclaration(ConstructorDeclaration) - Constructor for class net.sf.jelly.apt.decorations.declaration.DecoratedConstructorDeclaration
 
DecoratedDeclaration - Class in net.sf.jelly.apt.decorations.declaration
A decorated declaration provides: boolean properties for each Modifier A property for the javadoc for this declaration.
DecoratedDeclaration(Declaration) - Constructor for class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
 
DecoratedDeclaredType - Class in net.sf.jelly.apt.decorations.type
A decorated declared type provides a property for getting its actual type parameters as a list (so they can be accessed with the [] operator in expression language).
DecoratedDeclaredType(DeclaredType) - Constructor for class net.sf.jelly.apt.decorations.type.DecoratedDeclaredType
 
DecoratedEnumConstantDeclaration - Class in net.sf.jelly.apt.decorations.declaration
 
DecoratedEnumConstantDeclaration(FieldDeclaration) - Constructor for class net.sf.jelly.apt.decorations.declaration.DecoratedEnumConstantDeclaration
 
DecoratedEnumDeclaration - Class in net.sf.jelly.apt.decorations.declaration
 
DecoratedEnumDeclaration(EnumDeclaration) - Constructor for class net.sf.jelly.apt.decorations.declaration.DecoratedEnumDeclaration
 
DecoratedEnumType - Class in net.sf.jelly.apt.decorations.type
 
DecoratedEnumType(EnumType) - Constructor for class net.sf.jelly.apt.decorations.type.DecoratedEnumType
 
DecoratedExecutableDeclaration - Class in net.sf.jelly.apt.decorations.declaration
 
DecoratedExecutableDeclaration(ExecutableDeclaration) - Constructor for class net.sf.jelly.apt.decorations.declaration.DecoratedExecutableDeclaration
 
DecoratedFieldDeclaration - Class in net.sf.jelly.apt.decorations.declaration
 
DecoratedFieldDeclaration(FieldDeclaration) - Constructor for class net.sf.jelly.apt.decorations.declaration.DecoratedFieldDeclaration
 
DecoratedInterfaceDeclaration - Class in net.sf.jelly.apt.decorations.declaration
 
DecoratedInterfaceDeclaration(InterfaceDeclaration) - Constructor for class net.sf.jelly.apt.decorations.declaration.DecoratedInterfaceDeclaration
 
DecoratedInterfaceType - Class in net.sf.jelly.apt.decorations.type
 
DecoratedInterfaceType(InterfaceType) - Constructor for class net.sf.jelly.apt.decorations.type.DecoratedInterfaceType
 
DecoratedMemberDeclaration - Class in net.sf.jelly.apt.decorations.declaration
 
DecoratedMemberDeclaration(MemberDeclaration) - Constructor for class net.sf.jelly.apt.decorations.declaration.DecoratedMemberDeclaration
 
DecoratedMethodDeclaration - Class in net.sf.jelly.apt.decorations.declaration
A decorated method declaration provides: boolean properties for whether the method is a "getter" or "setter".
DecoratedMethodDeclaration(MethodDeclaration) - Constructor for class net.sf.jelly.apt.decorations.declaration.DecoratedMethodDeclaration
 
DecoratedPackageDeclaration - Class in net.sf.jelly.apt.decorations.declaration
 
DecoratedPackageDeclaration(PackageDeclaration) - Constructor for class net.sf.jelly.apt.decorations.declaration.DecoratedPackageDeclaration
 
DecoratedParameterDeclaration - Class in net.sf.jelly.apt.decorations.declaration
 
DecoratedParameterDeclaration(ParameterDeclaration) - Constructor for class net.sf.jelly.apt.decorations.declaration.DecoratedParameterDeclaration
 
DecoratedPrimitiveType - Class in net.sf.jelly.apt.decorations.type
A decorated type mirror provides: A string property denoting the java keyword for its kind.
DecoratedPrimitiveType(PrimitiveType) - Constructor for class net.sf.jelly.apt.decorations.type.DecoratedPrimitiveType
 
DecoratedReferenceType - Class in net.sf.jelly.apt.decorations.type
 
DecoratedReferenceType(ReferenceType) - Constructor for class net.sf.jelly.apt.decorations.type.DecoratedReferenceType
 
DecoratedTypeDeclaration - Class in net.sf.jelly.apt.decorations.declaration
A decorated type declaration provides:

boolean properties for the "type" of type declaration.

DecoratedTypeDeclaration(TypeDeclaration) - Constructor for class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
 
DecoratedTypeMirror - Class in net.sf.jelly.apt.decorations.type
A decorated type mirror provides:

boolean properties to determine the type of mirror an isInstanceOf method that determines whether this mirrors a class that is an instanceof the class denoted by the given fully-qualified name.

DecoratedTypeMirror(TypeMirror) - Constructor for class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
DecoratedTypeParameterDeclaration - Class in net.sf.jelly.apt.decorations.declaration
 
DecoratedTypeParameterDeclaration(TypeParameterDeclaration) - Constructor for class net.sf.jelly.apt.decorations.declaration.DecoratedTypeParameterDeclaration
 
DecoratedTypeVariable - Class in net.sf.jelly.apt.decorations.type
 
DecoratedTypeVariable(TypeVariable) - Constructor for class net.sf.jelly.apt.decorations.type.DecoratedTypeVariable
 
DecoratedVoidType - Class in net.sf.jelly.apt.decorations.type
 
DecoratedVoidType(VoidType) - Constructor for class net.sf.jelly.apt.decorations.type.DecoratedVoidType
 
DecoratedWildcardType - Class in net.sf.jelly.apt.decorations.type
 
DecoratedWildcardType(WildcardType) - Constructor for class net.sf.jelly.apt.decorations.type.DecoratedWildcardType
 
decorateEnvironment(AnnotationProcessorEnvironment) - Method in class net.sf.jelly.apt.ProcessorFactory
Decorate the annotation processor environment.
delegate - Variable in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
 
delegate - Variable in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
doTag(XMLOutput) - Method in class net.sf.jelly.apt.APTJellyTag
 

E

equals(Object) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedAnnotationMirror
 
equals(Object) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
 
equals(Object) - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
ExecutableDeclarationLoopStrategy<E extends com.sun.mirror.declaration.ExecutableDeclaration,B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Loop strategy through a collection of ExecutableDeclarations.
ExecutableDeclarationLoopStrategy() - Constructor for class net.sf.jelly.apt.strategies.ExecutableDeclarationLoopStrategy
 
ExecutableDeclarationLoopTag<S extends ExecutableDeclarationLoopStrategy> - Class in net.sf.jelly.apt.tags
Loop tag through a collection of ExecutableDeclarations.
ExecutableDeclarationLoopTag(S) - Constructor for class net.sf.jelly.apt.tags.ExecutableDeclarationLoopTag
 

F

FieldDeclarationLoopStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Evaluates its body for all fields of the specified type declaration.
FieldDeclarationLoopStrategy() - Constructor for class net.sf.jelly.apt.strategies.FieldDeclarationLoopStrategy
 
FileStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Strategy for getting the output to a new file relative to the output directory specified for APT.
FileStrategy() - Constructor for class net.sf.jelly.apt.strategies.FileStrategy
 
FileTag - Class in net.sf.jelly.apt.tags
Tag that pipes its output to a new file relative to the output directory specified for APT.
FileTag() - Constructor for class net.sf.jelly.apt.tags.FileTag
 
FileTransform - Class in net.sf.jelly.apt.freemarker.transforms
Pipes its body to a new file in the APT target directory.
FileTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.FileTransform
Construct a new transform under the specified namespace.
findFirst(Class<S>) - Method in class net.sf.jelly.apt.strategies.StrategyStack
Finds the first strategy that is of the specified class.
findSetter(String, S) - Method in class net.sf.jelly.apt.freemarker.FreemarkerTransform
Finds the setter for the given property on the specified strategy.
FM_LIBRARY_NS_OPTION - Static variable in class net.sf.jelly.apt.freemarker.FreemarkerProcessorFactory
 
ForAllConstructorsTag - Class in net.sf.jelly.apt.tags
Evaluates its body for all constructors of the a type declaration.
ForAllConstructorsTag() - Constructor for class net.sf.jelly.apt.tags.ForAllConstructorsTag
 
ForAllConstructorsTransform - Class in net.sf.jelly.apt.freemarker.transforms
Evaluates its body for all constructors of the specified type declaration.
ForAllConstructorsTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.ForAllConstructorsTransform
Construct a new transform under the specified namespace.
ForAllFieldsTag - Class in net.sf.jelly.apt.tags
Evaluates its body for all fields.
ForAllFieldsTag() - Constructor for class net.sf.jelly.apt.tags.ForAllFieldsTag
 
ForAllFieldsTransform - Class in net.sf.jelly.apt.freemarker.transforms
Evaluates its body for all fields of the specified type declaration.
ForAllFieldsTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.ForAllFieldsTransform
Construct a new transform under the specified namespace.
ForAllImportedTypesTag - Class in net.sf.jelly.apt.tags
Evaluates its body for all imported types of a specified type declaration.
ForAllImportedTypesTag() - Constructor for class net.sf.jelly.apt.tags.ForAllImportedTypesTag
 
ForAllImportedTypesTransform - Class in net.sf.jelly.apt.freemarker.transforms
Evaluates its body for all imported types of a specified type declaration.
ForAllImportedTypesTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.ForAllImportedTypesTransform
Construct a new transform under the specified namespace.
ForAllMethodsTag - Class in net.sf.jelly.apt.tags
Evaluates its body for all methods of a type declaration.
ForAllMethodsTag() - Constructor for class net.sf.jelly.apt.tags.ForAllMethodsTag
 
ForAllMethodsTransform - Class in net.sf.jelly.apt.freemarker.transforms
Evaluates its body for all methods of a type declaration.
ForAllMethodsTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.ForAllMethodsTransform
Construct a new transform under the specified namespace.
ForAllNestedTypesTag - Class in net.sf.jelly.apt.tags
Evaluates its body for all nested types in a type declaration.
ForAllNestedTypesTag() - Constructor for class net.sf.jelly.apt.tags.ForAllNestedTypesTag
 
ForAllNestedTypesTransform - Class in net.sf.jelly.apt.freemarker.transforms
Evaluates its body for all nested types in a type declaration.
ForAllNestedTypesTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.ForAllNestedTypesTransform
Construct a new transform under the specified namespace.
ForAllPackagesTag - Class in net.sf.jelly.apt.tags
Evaluates its body for all packages.
ForAllPackagesTag() - Constructor for class net.sf.jelly.apt.tags.ForAllPackagesTag
 
ForAllPackagesTransform - Class in net.sf.jelly.apt.freemarker.transforms
Evaluates its body for all packages.
ForAllPackagesTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.ForAllPackagesTransform
Construct a new transform under the specified namespace.
ForAllParametersTag - Class in net.sf.jelly.apt.tags
Evaluates its body for all parameters of the current method or constructor declaration.
ForAllParametersTag() - Constructor for class net.sf.jelly.apt.tags.ForAllParametersTag
 
ForAllParametersTransform - Class in net.sf.jelly.apt.freemarker.transforms
Evaluates its body for all parameters of the current (or given) method or constructor declaration.
ForAllParametersTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.ForAllParametersTransform
Construct a new transform under the specified namespace.
ForAllPropertiesTag - Class in net.sf.jelly.apt.tags
Evaluates its body for all properties of a type declaration.
ForAllPropertiesTag() - Constructor for class net.sf.jelly.apt.tags.ForAllPropertiesTag
 
ForAllPropertiesTransform - Class in net.sf.jelly.apt.freemarker.transforms
Evaluates its body for all properties of a type declaration.
ForAllPropertiesTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.ForAllPropertiesTransform
Construct a new transform under the specified namespace.
ForAllThrownTypesTag - Class in net.sf.jelly.apt.tags
Iterates through each thrown type of an executable declaration.
ForAllThrownTypesTag() - Constructor for class net.sf.jelly.apt.tags.ForAllThrownTypesTag
 
ForAllThrownTypesTransform - Class in net.sf.jelly.apt.freemarker.transforms
Iterates through each thrown type of an executable declaration.
ForAllThrownTypesTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.ForAllThrownTypesTransform
Construct a new transform under the specified namespace.
ForAllTypesTag - Class in net.sf.jelly.apt.tags
Evaluates its body for each type declaration.
ForAllTypesTag() - Constructor for class net.sf.jelly.apt.tags.ForAllTypesTag
 
ForAllTypesTag(TypeDeclarationLoopStrategy) - Constructor for class net.sf.jelly.apt.tags.ForAllTypesTag
 
ForAllTypesTransform - Class in net.sf.jelly.apt.freemarker.transforms
Evaluates its body for each type declaration.
ForAllTypesTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.ForAllTypesTransform
Construct a new transform under the specified namespace.
FreemarkerJavaDoc - Class in net.sf.jelly.apt.freemarker
Freemarker template model for javadoc tags.
FreemarkerJavaDoc(JavaDoc) - Constructor for class net.sf.jelly.apt.freemarker.FreemarkerJavaDoc
 
FreemarkerJavaDoc.FreemarkerJavaDocTagList - Class in net.sf.jelly.apt.freemarker
 
FreemarkerJavaDoc.FreemarkerJavaDocTagList(ArrayList<String>) - Constructor for class net.sf.jelly.apt.freemarker.FreemarkerJavaDoc.FreemarkerJavaDocTagList
To construct a tag list, at least one value must be supplied.
FreemarkerModel - Class in net.sf.jelly.apt.freemarker
The freemarker data model.
FreemarkerModel() - Constructor for class net.sf.jelly.apt.freemarker.FreemarkerModel
 
FreemarkerProcessor - Class in net.sf.jelly.apt.freemarker
The processor for a freemarker template file.
FreemarkerProcessor(URL) - Constructor for class net.sf.jelly.apt.freemarker.FreemarkerProcessor
 
FreemarkerProcessorFactory - Class in net.sf.jelly.apt.freemarker
A processor factory for the freemarker engine.
FreemarkerProcessorFactory() - Constructor for class net.sf.jelly.apt.freemarker.FreemarkerProcessorFactory
 
FreemarkerProcessorFactory(URL) - Constructor for class net.sf.jelly.apt.freemarker.FreemarkerProcessorFactory
 
FreemarkerTemplateBlock - Class in net.sf.jelly.apt.freemarker
A freemarker template block.
FreemarkerTemplateBlock(Writer, TemplateStrategyControl, String) - Constructor for class net.sf.jelly.apt.freemarker.FreemarkerTemplateBlock
 
FreemarkerTransform<S extends TemplateStrategyControl> - Class in net.sf.jelly.apt.freemarker
Base class for freemarker transforms.
FreemarkerTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.FreemarkerTransform
Construct a new transform under the specified namespace.
FreemarkerVariable - Class in net.sf.jelly.apt.freemarker
A variable in the freemarker model.
FreemarkerVariable(String, String, Object) - Constructor for class net.sf.jelly.apt.freemarker.FreemarkerVariable
The variable.

G

get(int) - Method in class net.sf.jelly.apt.freemarker.FreemarkerJavaDoc.FreemarkerJavaDocTagList
 
get(String) - Method in class net.sf.jelly.apt.freemarker.FreemarkerJavaDoc
 
get() - Static method in class net.sf.jelly.apt.freemarker.FreemarkerModel
Get the current model in the thread.
get() - Static method in class net.sf.jelly.apt.strategies.StrategyStack
The current stack.
getActualTypeArguments() - Method in class net.sf.jelly.apt.decorations.type.DecoratedDeclaredType
 
getAllDeclarationsToConsiderForAnnotationFiltering() - Method in class net.sf.jelly.apt.strategies.AnnotationFilterableDeclarationLoopStrategy
Get the list of all declarations to consider.
getAllDeclarationsToConsiderForAnnotationFiltering() - Method in class net.sf.jelly.apt.strategies.MemberDeclarationLoopStrategy
 
getAllDeclarationsToConsiderForAnnotationFiltering() - Method in class net.sf.jelly.apt.strategies.PackageDeclarationLoopStrategy
Gets all the package declarations in the environment.
getAllDeclarationsToConsiderForAnnotationFiltering() - Method in class net.sf.jelly.apt.strategies.ParameterDeclarationLoopStrategy
 
getAllDeclarationsToConsiderForAnnotationFiltering() - Method in class net.sf.jelly.apt.strategies.TypeDeclarationLoopStrategy
The base collection of types over which to iterate.
getAllImportedTypes(TypeDeclaration) - Static method in class net.sf.jelly.apt.strategies.ImportedTypeDeclarationLoopStrategy
Get all imported types of a given type declaration.
getAllPackageDeclarations(AnnotationProcessorEnvironment) - Static method in class net.sf.jelly.apt.strategies.PackageDeclarationLoopStrategy
Method for getting all package declarations of a given environment.
getAllTypeDeclarations() - Method in class net.sf.jelly.apt.strategies.ImportedTypeDeclarationLoopStrategy
 
getAllTypeDeclarations() - Method in class net.sf.jelly.apt.strategies.NestedTypeDeclarationLoopStrategy
Limits the loop to all type declarations of the current type declaration.
getAllTypeDeclarations() - Method in class net.sf.jelly.apt.strategies.TypeDeclarationLoopStrategy
Get all type declarations from the annotation processor environment.
getAnnotation(Class<A>) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
 
getAnnotation(Class<A>) - Method in class net.sf.jelly.apt.decorations.declaration.PropertyDeclaration
Gets the annotation on the getter.
getAnnotation() - Method in class net.sf.jelly.apt.strategies.AnnotationFilterableDeclarationLoopStrategy
Optional annotation by which to filter the classes.
getAnnotation() - Method in class net.sf.jelly.apt.strategies.AnnotationValueStrategy
The specified annotation.
getAnnotation() - Method in class net.sf.jelly.apt.strategies.IfHasAnnotationStrategy
The annotation to check for.
getAnnotationMirrors() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
 
getAnnotationMirrors() - Method in class net.sf.jelly.apt.decorations.declaration.PropertyDeclaration
Gets the collection of annotations on the setter and the getter.
getAnnotationProcessorEnvironment() - Method in class net.sf.jelly.apt.APTJellyContext
 
getAnnotationProcessorEnvironment() - Method in class net.sf.jelly.apt.APTJellyProcessor
The AnnotationProcessorEnvironment.
getAnnotationProcessorEnvironment() - Method in class net.sf.jelly.apt.strategies.FileStrategy
The current annotation processor environment.
getAnnotationProcessorEnvironment() - Method in class net.sf.jelly.apt.strategies.JavaSourceStrategy
The current annotation processor environment.
getAnnotationProcessorEnvironment() - Method in class net.sf.jelly.apt.strategies.MemberDeclarationLoopStrategy
The current annotation processing environment.
getAnnotationProcessorEnvironment() - Method in class net.sf.jelly.apt.strategies.PackageDeclarationLoopStrategy
The current annotation processor environment.
getAnnotationProcessorEnvironment() - Method in class net.sf.jelly.apt.strategies.TypeDeclarationLoopStrategy
The current annotation processor environment.
getAnnotations() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
A map of annotations for this declaration.
getAnnotations() - Method in class net.sf.jelly.apt.decorations.declaration.PropertyDeclaration
Gets the annotations on the setter and the getter.
getAnnotationType() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedAnnotationMirror
 
getAnnotationTypes() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedPackageDeclaration
 
getAnnotationVar() - Method in class net.sf.jelly.apt.strategies.AnnotationFilterableDeclarationLoopStrategy
The context variable in which to store the annotation, if specified.
getAsString() - Method in class net.sf.jelly.apt.freemarker.FreemarkerJavaDoc.FreemarkerJavaDocTagList
 
getAsString() - Method in class net.sf.jelly.apt.freemarker.FreemarkerJavaDoc
 
getBounds() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeParameterDeclaration
 
getCharset() - Method in class net.sf.jelly.apt.strategies.FileStrategy
The name of the charset to use.
getClasses() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedPackageDeclaration
 
getComponentType() - Method in class net.sf.jelly.apt.decorations.type.DecoratedArrayType
 
getConfiguration() - Method in class net.sf.jelly.apt.freemarker.FreemarkerProcessor
Get the freemarker configuration.
getConstantExpression() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedFieldDeclaration
 
getConstantValue() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedFieldDeclaration
 
getConstructors() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedClassDeclaration
 
getContainingType() - Method in class net.sf.jelly.apt.decorations.type.DecoratedDeclaredType
 
getContext() - Method in class net.sf.jelly.apt.APTJellyTag
Get the context.
getCurrentDeclaration() - Method in class net.sf.jelly.apt.strategies.AnnotationValueStrategy
Gets the current declaration (in a loop).
getCurrentDeclaration() - Method in class net.sf.jelly.apt.strategies.DeclarationLoopStrategy
The current declaration in the loop.
getCurrentDeclaration() - Method in class net.sf.jelly.apt.strategies.ExecutableDeclarationLoopStrategy
Get the current declaration as an executable declaration.
getCurrentDeclaration() - Method in class net.sf.jelly.apt.strategies.IfHasAnnotationStrategy
Gets the current declaration (in a loop).
getCurrentDeclaration() - Method in class net.sf.jelly.apt.strategies.TypeDeclarationLoopStrategy
 
getCurrentEnvironment() - Static method in class net.sf.jelly.apt.Context
Get the current annotation processor environment.
getCurrentExecutableDeclaration() - Method in class net.sf.jelly.apt.strategies.ParameterDeclarationLoopStrategy
Gets the current declaration (in a loop).
getCurrentExecutableDeclaration() - Method in class net.sf.jelly.apt.strategies.ThrownTypeLoopStrategy
Gets the current declaration (in a loop).
getCurrentPackageDeclaration() - Method in class net.sf.jelly.apt.strategies.TypeDeclarationLoopStrategy
Gets the current declaration (in a loop).
getCurrentTypeDeclaration() - Method in class net.sf.jelly.apt.strategies.ImportedTypeDeclarationLoopStrategy
Gets the current declaration (in a loop).
getCurrentTypeDeclaration() - Method in class net.sf.jelly.apt.strategies.MemberDeclarationLoopStrategy
Gets the current declaration (in a loop).
getCurrentTypeDeclaration() - Method in class net.sf.jelly.apt.strategies.NestedTypeDeclarationLoopStrategy
Gets the current declaration (in a loop).
getDeclaration() - Method in class net.sf.jelly.apt.decorations.type.DecoratedAnnotationType
 
getDeclaration() - Method in class net.sf.jelly.apt.decorations.type.DecoratedClassType
 
getDeclaration() - Method in class net.sf.jelly.apt.decorations.type.DecoratedDeclaredType
 
getDeclaration() - Method in class net.sf.jelly.apt.decorations.type.DecoratedEnumType
 
getDeclaration() - Method in class net.sf.jelly.apt.decorations.type.DecoratedInterfaceType
 
getDeclaration() - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeVariable
 
getDeclaration() - Method in class net.sf.jelly.apt.strategies.AnnotationValueStrategy
The declaration on which to get the annotation value.
getDeclaration() - Method in class net.sf.jelly.apt.strategies.IfHasAnnotationStrategy
The declaration on which to evaluate whether exists the annotation.
getDeclaration() - Method in class net.sf.jelly.apt.strategies.ImportedTypeDeclarationLoopStrategy
The type declaration for which to get all imported types.
getDeclaration() - Method in class net.sf.jelly.apt.strategies.MemberDeclarationLoopStrategy
The specified declaration.
getDeclaration() - Method in class net.sf.jelly.apt.strategies.NestedTypeDeclarationLoopStrategy
The declaration for which to iterate over all nested types.
getDeclaration() - Method in class net.sf.jelly.apt.strategies.ParameterDeclarationLoopStrategy
The specified declaration.
getDeclaration() - Method in class net.sf.jelly.apt.strategies.ThrownTypeLoopStrategy
The specified declaration.
getDeclarations() - Method in class net.sf.jelly.apt.strategies.AnnotationFilterableDeclarationLoopStrategy
The filtered list of declarations.
getDeclarations() - Method in class net.sf.jelly.apt.strategies.DeclarationLoopStrategy
The declarations to loop through.
getDeclarationsAnnotatedWith(AnnotationTypeDeclaration) - Method in class net.sf.jelly.apt.decorations.DecoratedAnnotationProcessorEnvironment
 
getDeclarationUtils() - Method in class net.sf.jelly.apt.decorations.DecoratedAnnotationProcessorEnvironment
 
getDeclarationVar() - Method in class net.sf.jelly.apt.strategies.IfHasDeclarationStrategy
The variable to which to assign the declaration variable, if it exists.
getDeclaringType() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedAnnotationTypeElementDeclaration
 
getDeclaringType() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedEnumConstantDeclaration
 
getDeclaringType() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedMemberDeclaration
 
getDecoratedDeclaration() - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Gets the decorated declaration.
getDecoratedTypeMirror() - Method in class net.sf.jelly.apt.decorations.TypeMirrorDecorator
Get the decorated type mirror.
getDefault() - Method in class net.sf.jelly.apt.strategies.AnnotationValueStrategy
The default value to output under any of the following circumstances:

the annotation wasn't found the specified type element wasn't found the value of the specified type element was its default value.

getDefaultValue() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedAnnotationTypeElementDeclaration
 
getDelegate() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
 
getDocComment() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
 
getDocComment() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedParameterDeclaration
 
getDocComment() - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
getElement() - Method in class net.sf.jelly.apt.strategies.AnnotationValueStrategy
The type element.
getElementValues() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedAnnotationMirror
 
getEnumConstants() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedEnumDeclaration
 
getEnums() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedPackageDeclaration
 
getExcludes() - Method in class net.sf.jelly.apt.strategies.AnnotationFilterableDeclarationLoopStrategy
Comma-separated list of annotations that will exclude the declaration from the loop.
getFields() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
 
getFiler() - Method in class net.sf.jelly.apt.decorations.DecoratedAnnotationProcessorEnvironment
 
getFormalTypeParameters() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedExecutableDeclaration
 
getFormalTypeParameters() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
 
getGetter() - Method in class net.sf.jelly.apt.decorations.declaration.PropertyDeclaration
The getter.
getIndexVar() - Method in class net.sf.jelly.apt.strategies.DeclarationLoopStrategy
Variable in which to store the value of the index.
getIndexVar() - Method in class net.sf.jelly.apt.strategies.ThrownTypeLoopStrategy
Variable in which to store the value of the index.
getInstance() - Static method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Gets an instance of TypeMirrorDecorator.
getInstance() - Static method in class net.sf.jelly.apt.decorations.TypeMirrorDecorator
Gets an instance of TypeMirrorDecorator.
getInterfaces() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedPackageDeclaration
 
getJavaDoc() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
The javadoc for this declaration.
getKeyword() - Method in class net.sf.jelly.apt.decorations.type.DecoratedPrimitiveType
 
getKind() - Method in class net.sf.jelly.apt.decorations.type.DecoratedPrimitiveType
 
getLoop(TemplateModel) - Method in class net.sf.jelly.apt.strategies.DeclarationLoopStrategy
The loop variable is the collection of declarations over which to loop.
getLoop(TemplateModel) - Method in class net.sf.jelly.apt.strategies.TemplateLoopStrategy
Get the loop.
getLoop(TemplateModel) - Method in class net.sf.jelly.apt.strategies.ThrownTypeLoopStrategy
 
getLowerBounds() - Method in class net.sf.jelly.apt.decorations.type.DecoratedWildcardType
 
getMemberDeclarations(TypeDeclaration) - Method in class net.sf.jelly.apt.strategies.ConstructorDeclarationLoopStrategy
All the constructors of the given declaration declaration, or an empty list if the current declaration is an interface declaration.
getMemberDeclarations(TypeDeclaration) - Method in class net.sf.jelly.apt.strategies.FieldDeclarationLoopStrategy
 
getMemberDeclarations(TypeDeclaration) - Method in class net.sf.jelly.apt.strategies.MemberDeclarationLoopStrategy
Get the desired member declarations of a given declaration.
getMemberDeclarations(TypeDeclaration) - Method in class net.sf.jelly.apt.strategies.MethodDeclarationLoopStrategy
The method declarations of the given type declaration.
getMemberDeclarations(TypeDeclaration) - Method in class net.sf.jelly.apt.strategies.PropertyDeclarationLoopStrategy
The property declarations of the given type declaration.
getMessager() - Method in class net.sf.jelly.apt.decorations.DecoratedAnnotationProcessorEnvironment
 
getMethods() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedAnnotationTypeDeclaration
 
getMethods() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedClassDeclaration
 
getMethods() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedInterfaceDeclaration
 
getMethods() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
 
getModifiers() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
 
getName() - Method in class net.sf.jelly.apt.freemarker.FreemarkerVariable
The name of the variable.
getName() - Method in class net.sf.jelly.apt.strategies.FileStrategy
The name of the file.
getName() - Method in class net.sf.jelly.apt.strategies.JavaSourceStrategy
Canonical (fully qualified) name of class whose source is to be written.
getNamespace() - Method in class net.sf.jelly.apt.freemarker.FreemarkerVariable
The namespace of the variable.
getNestedTypes() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
 
getObjectWrapper() - Method in class net.sf.jelly.apt.freemarker.FreemarkerProcessor
Get the object wrapper for the main model.
getOptions() - Method in class net.sf.jelly.apt.decorations.DecoratedAnnotationProcessorEnvironment
 
getOwner() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeParameterDeclaration
 
getPackage() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
 
getPackage(String) - Method in class net.sf.jelly.apt.decorations.DecoratedAnnotationProcessorEnvironment
 
getPackage() - Method in class net.sf.jelly.apt.strategies.FileStrategy
Package relative to which the file should be named, or the empty string if none.
getPackage() - Method in class net.sf.jelly.apt.strategies.TypeDeclarationLoopStrategy
The package declaration containing the types.
getParameter() - Method in exception net.sf.jelly.apt.strategies.MissingParameterException
The parameter that was missing.
getParameters() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedExecutableDeclaration
 
getPosition() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedAnnotationMirror
 
getPosition() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
 
getProcessorFor(Set<AnnotationTypeDeclaration>, AnnotationProcessorEnvironment) - Method in class net.sf.jelly.apt.ProcessorFactory
Default implementation ensures only one APT round does any work and establishes the context before instantiating the processor.
getProcessorFor(Set<AnnotationTypeDeclaration>) - Method in class net.sf.jelly.apt.ProcessorFactory
Get a freemarker processor.
getProperties() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
The readable properties of this type declaration.
getPropertyName() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedMethodDeclaration
 
getPropertyName() - Method in class net.sf.jelly.apt.decorations.declaration.PropertyDeclaration
Make sure the property name is calculated correctly.
getPropertyType() - Method in class net.sf.jelly.apt.decorations.declaration.PropertyDeclaration
The type of this property.
getQualifiedName() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedPackageDeclaration
 
getQualifiedName() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
 
getReturnType() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedMethodDeclaration
 
getReturnTypeVar() - Method in class net.sf.jelly.apt.strategies.MethodDeclarationLoopStrategy
The variable to which to assign the return type (as a TypeMirror).
getRootModel() - Method in class net.sf.jelly.apt.freemarker.FreemarkerProcessor
The root data model for the template.
getSetter() - Method in class net.sf.jelly.apt.decorations.declaration.PropertyDeclaration
The setter, or null if this property is a read-only property.
getSimpleName() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
 
getSimpleName() - Method in class net.sf.jelly.apt.decorations.declaration.PropertyDeclaration
The simple name of the property is the property name.
getSpecifiedTypeDeclarations() - Method in class net.sf.jelly.apt.decorations.DecoratedAnnotationProcessorEnvironment
 
getStrategy() - Method in class net.sf.jelly.apt.APTJellyTag
The strategy for this tag.
getSuperclass() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedClassDeclaration
 
getSuperclass() - Method in class net.sf.jelly.apt.decorations.type.DecoratedClassType
 
getSuperclassesMemberDeclarations(ClassDeclaration) - Method in class net.sf.jelly.apt.strategies.MemberDeclarationLoopStrategy
Get the member declarations for all superclasses of type.
getSuperinterfaces() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
 
getSuperinterfaces() - Method in class net.sf.jelly.apt.decorations.type.DecoratedDeclaredType
 
getSuperinterfacesMemberDeclarations(TypeDeclaration) - Method in class net.sf.jelly.apt.strategies.MemberDeclarationLoopStrategy
Get the member declarations for all superinterfaces of type.
getTemplateLoader() - Method in class net.sf.jelly.apt.freemarker.FreemarkerProcessor
Get the template loader for the freemarker configuration.
getTemplateURL() - Method in class net.sf.jelly.apt.APTJellyProcessorFactory
The Jelly processor factory supports more options for backwards-compatability.
getTemplateURL() - Method in class net.sf.jelly.apt.freemarker.FreemarkerProcessor
The template URL.
getTemplateURL() - Method in class net.sf.jelly.apt.ProcessorFactory
Get the URL to the template.
getThrownTypes() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedExecutableDeclaration
 
getThrownTypes() - Method in class net.sf.jelly.apt.strategies.ThrownTypeLoopStrategy
Get the thrown types.
getTransformName() - Method in class net.sf.jelly.apt.freemarker.FreemarkerTransform
The name of the transform.
getTransformNamespace() - Method in class net.sf.jelly.apt.freemarker.FreemarkerTransform
The namespace of the transform.
getTransforms() - Method in class net.sf.jelly.apt.freemarker.FreemarkerProcessor
The collection of transforms to establish in the model before processing.
getType() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedFieldDeclaration
 
getType() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedParameterDeclaration
 
getType() - Method in class net.sf.jelly.apt.strategies.IfHasDeclarationStrategy
The type on which to check for a declaration.
getType() - Method in class net.sf.jelly.apt.strategies.PrimitiveWrapperStrategy
The type to check for primitiveness.
getType() - Method in class net.sf.jelly.apt.strategies.UnwrapIfPrimitiveStrategy
The type to check for primitiveness.
getType() - Method in class net.sf.jelly.apt.strategies.WrapIfPrimitiveStrategy
The type to check for primitiveness.
getTypeDeclaration(String) - Method in class net.sf.jelly.apt.decorations.DecoratedAnnotationProcessorEnvironment
 
getTypeDeclarations() - Method in class net.sf.jelly.apt.decorations.DecoratedAnnotationProcessorEnvironment
 
getTypeUtils() - Method in class net.sf.jelly.apt.decorations.DecoratedAnnotationProcessorEnvironment
 
getUpperBounds() - Method in class net.sf.jelly.apt.decorations.type.DecoratedWildcardType
 
getValue() - Method in class net.sf.jelly.apt.freemarker.FreemarkerVariable
The value of the variable.
getValue() - Method in class net.sf.jelly.apt.strategies.AnnotationValueStrategy
 
getValue() - Method in class net.sf.jelly.apt.strategies.PrimitiveWrapperStrategy
 
getValue() - Method in class net.sf.jelly.apt.strategies.TemplateValueStrategy
Get the value to write to the template output.
getVar() - Method in class net.sf.jelly.apt.strategies.DeclarationLoopStrategy
The context variable in which to store the declaration.
getVar() - Method in class net.sf.jelly.apt.strategies.IfHasAnnotationStrategy
The name of the variable to which to assign the annotation.
getVar() - Method in class net.sf.jelly.apt.strategies.ThrownTypeLoopStrategy
The variable into which to store the current thrown type.
getVariable(String) - Method in class net.sf.jelly.apt.freemarker.FreemarkerModel
 
getVariable(String) - Method in interface net.sf.jelly.apt.TemplateModel
Get the value of a variable.
getVariables() - Method in class net.sf.jelly.apt.freemarker.FreemarkerProcessor
The collection of variables to establish in the model before processing.
getWriter(Writer, Map) - Method in class net.sf.jelly.apt.freemarker.FreemarkerTransform
 
getWriter() - Method in class net.sf.jelly.apt.strategies.FileStrategy
Return the writer to the specified file.
getWriter() - Method in class net.sf.jelly.apt.strategies.JavaSourceStrategy
Get the writer for the specified java source file.
getWriter() - Method in class net.sf.jelly.apt.strategies.TemplateOutputRedirectionStrategy
 

H

hasAnnotation(D, String) - Method in class net.sf.jelly.apt.strategies.AnnotationFilterableDeclarationLoopStrategy
Whether the given declaration is annotated with an annotation that has the given (fully-qualified) annotation name.
hidden(M, ArrayList<M>) - Method in class net.sf.jelly.apt.strategies.MemberDeclarationLoopStrategy
Determines whether a declaration is hidden by any declaration in the given list.

I

IfHasAnnotationStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Evalute the body of the tag if the specified declaration has a given annotation.
IfHasAnnotationStrategy() - Constructor for class net.sf.jelly.apt.strategies.IfHasAnnotationStrategy
 
IfHasAnnotationTag - Class in net.sf.jelly.apt.tags
Evalute the body of the tag if the current declaration (in a loop) has a given annotation.
IfHasAnnotationTag() - Constructor for class net.sf.jelly.apt.tags.IfHasAnnotationTag
 
IfHasAnnotationTransform - Class in net.sf.jelly.apt.freemarker.transforms
Evalute the body of the tag if the specified declaration has a given annotation.
IfHasAnnotationTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.IfHasAnnotationTransform
Construct a new transform under the specified namespace.
IfHasDeclarationStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Evalute the body of the tag if the specified type has a declaration.
IfHasDeclarationStrategy() - Constructor for class net.sf.jelly.apt.strategies.IfHasDeclarationStrategy
 
IfHasDeclarationTag - Class in net.sf.jelly.apt.tags
Evalute the body of the tag if the specified type has a declaration.
IfHasDeclarationTag() - Constructor for class net.sf.jelly.apt.tags.IfHasDeclarationTag
 
IfHasDeclarationTransform - Class in net.sf.jelly.apt.freemarker.transforms
Evalute the body of the tag if the specified type has a declaration.
IfHasDeclarationTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.IfHasDeclarationTransform
Construct a new transform under the specified namespace.
ImportedTypeDeclarationLoopStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Evaluates its body for all imported types of a specified type declaration.
ImportedTypeDeclarationLoopStrategy() - Constructor for class net.sf.jelly.apt.strategies.ImportedTypeDeclarationLoopStrategy
 
init(APTJellyContext) - Method in class net.sf.jelly.apt.APTJellyProcessor
Initialize an APTJellyContext.
invoke(B, TemplateOutput<B>, TemplateModel) - Method in interface net.sf.jelly.apt.strategies.TemplateStrategy
Invoke the strategy on a template block with the specified output, given a model.
invoke(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.TemplateStrategyControl
Invoke the strategy using the control process.
isAbstract() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
Whether the declaration is abstract.
isAnnotatedType() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedAnnotationTypeDeclaration
 
isAnnotatedType() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
 
isAnnotation() - Method in class net.sf.jelly.apt.decorations.type.DecoratedAnnotationType
 
isAnnotation() - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
isArray() - Method in class net.sf.jelly.apt.decorations.type.DecoratedArrayType
 
isArray() - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
isClass() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedClassDeclaration
 
isClass() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
 
isClass() - Method in class net.sf.jelly.apt.decorations.type.DecoratedClassType
 
isClass() - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
isCollection() - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
isDeclared() - Method in class net.sf.jelly.apt.decorations.type.DecoratedDeclaredType
 
isDeclared() - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
isEmpty() - Method in class net.sf.jelly.apt.freemarker.FreemarkerJavaDoc
 
isEnum() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedEnumDeclaration
 
isEnum() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
 
isEnum() - Method in class net.sf.jelly.apt.decorations.type.DecoratedEnumType
 
isEnum() - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
isFinal() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
Whether the declaration is final.
isGetter() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedMethodDeclaration
 
isIncludeClasses() - Method in class net.sf.jelly.apt.strategies.TypeDeclarationLoopStrategy
Whether to include classes in the collection of types over which to iterate.
isIncludeInterfaces() - Method in class net.sf.jelly.apt.strategies.TypeDeclarationLoopStrategy
Whether to include interfaces in the collection of types over which to iterate.
isIncludeSuperclasses() - Method in class net.sf.jelly.apt.strategies.MemberDeclarationLoopStrategy
Whether to include superclasses.
isIncludeSuperinterfaces() - Method in class net.sf.jelly.apt.strategies.MemberDeclarationLoopStrategy
Whether to include superinterfaces.
isInstanceOf(String) - Method in class net.sf.jelly.apt.decorations.type.DecoratedArrayType
 
isInstanceOf(String) - Method in class net.sf.jelly.apt.decorations.type.DecoratedClassType
 
isInstanceOf(String) - Method in class net.sf.jelly.apt.decorations.type.DecoratedDeclaredType
 
isInstanceOf(String) - Method in class net.sf.jelly.apt.decorations.type.DecoratedPrimitiveType
 
isInstanceOf(String) - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
isInterface() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedInterfaceDeclaration
 
isInterface() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
 
isInterface() - Method in class net.sf.jelly.apt.decorations.type.DecoratedInterfaceType
 
isInterface() - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
isNative() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
Whether the declaration is native.
isPaired(DecoratedMethodDeclaration, DecoratedMethodDeclaration) - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
Whether a specified getter and setter are paired.
isPrimitive() - Method in class net.sf.jelly.apt.decorations.type.DecoratedPrimitiveType
 
isPrimitive() - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
isPrivate() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
Whether the declaration is private.
isProtected() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
Whether the declaration is protected.
isPublic() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
Whether the declaration is public.
isReadOnly() - Method in class net.sf.jelly.apt.decorations.declaration.PropertyDeclaration
Whether this property is read-only.
isReferenceType() - Method in class net.sf.jelly.apt.decorations.type.DecoratedReferenceType
 
isReferenceType() - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
isSetter() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedMethodDeclaration
 
isStatic() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
Whether the declaration is static.
isStrictfp() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
Whether the declaration is strictfp.
isSynchronized() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
Whether the declaration is synchronized.
isTransient() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
Whether the declaration is transient.
isTypeVariable() - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
isTypeVariable() - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeVariable
 
isVarArgs() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedExecutableDeclaration
 
isVoid() - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
isVoid() - Method in class net.sf.jelly.apt.decorations.type.DecoratedVoidType
 
isVolatile() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
Whether the declaration is volatile.
isWildcard() - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
isWildcard() - Method in class net.sf.jelly.apt.decorations.type.DecoratedWildcardType
 

J

javaDoc - Variable in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
 
JavaDoc - Class in net.sf.jelly.apt.decorations
Object encapsulating the javadocs of a declaration.
JavaDoc() - Constructor for class net.sf.jelly.apt.decorations.JavaDoc
 
JavaDoc(String) - Constructor for class net.sf.jelly.apt.decorations.JavaDoc
 
JavaDoc.JavaDocTagList - Class in net.sf.jelly.apt.decorations
A list of values for a javadoc tag.
JavaDoc.JavaDocTagList(String) - Constructor for class net.sf.jelly.apt.decorations.JavaDoc.JavaDocTagList
To construct a tag list, at least one value must be supplied.
JavaSourceStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Strategy for getting the output to a new java source file.
JavaSourceStrategy() - Constructor for class net.sf.jelly.apt.strategies.JavaSourceStrategy
 
JavaSourceTag - Class in net.sf.jelly.apt.tags
Tag that pipes its output to a new java source file.
JavaSourceTag() - Constructor for class net.sf.jelly.apt.tags.JavaSourceTag
 
JavaSourceTransform - Class in net.sf.jelly.apt.freemarker.transforms
Output to a new java source file.
JavaSourceTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.JavaSourceTransform
Construct a new transform under the specified namespace.
JELLY_SCRIPT_FILE_OPTION - Static variable in class net.sf.jelly.apt.APTJellyProcessorFactory
Option to pass to APT specifying the jelly script on the filesystem to invoke.
JELLY_SCRIPT_URL_OPTION - Static variable in class net.sf.jelly.apt.APTJellyProcessorFactory
Option to pass to APT specifying a URL of the jelly script to invoke.
JellyTemplateOutput - Class in net.sf.jelly.apt
Output implementation for jelly templates.
JellyTemplateOutput(XMLOutput) - Constructor for class net.sf.jelly.apt.JellyTemplateOutput
 

M

MemberDeclarationLoopStrategy<M extends com.sun.mirror.declaration.MemberDeclaration,B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Loop tag through a collection of MemberDeclarations.
MemberDeclarationLoopStrategy() - Constructor for class net.sf.jelly.apt.strategies.MemberDeclarationLoopStrategy
 
MemberDeclarationLoopTag<S extends MemberDeclarationLoopStrategy> - Class in net.sf.jelly.apt.tags
Loop tag through a collection of MemberDeclarations of a type declaration.
MemberDeclarationLoopTag(S) - Constructor for class net.sf.jelly.apt.tags.MemberDeclarationLoopTag
 
MethodDeclarationLoopStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Evaluates its body for all methods of a type declaration.
MethodDeclarationLoopStrategy() - Constructor for class net.sf.jelly.apt.strategies.MethodDeclarationLoopStrategy
 
MissingParameterException - Exception in net.sf.jelly.apt.strategies
Thrown if a parameter is missing for a strategy.
MissingParameterException(String) - Constructor for exception net.sf.jelly.apt.strategies.MissingParameterException
 
MissingParameterException(String, String) - Constructor for exception net.sf.jelly.apt.strategies.MissingParameterException
 

N

NestedTypeDeclarationLoopStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Evaluates its body for all nested types in a type declaration.
NestedTypeDeclarationLoopStrategy() - Constructor for class net.sf.jelly.apt.strategies.NestedTypeDeclarationLoopStrategy
 
net.sf.jelly.apt - package net.sf.jelly.apt
 
net.sf.jelly.apt.decorations - package net.sf.jelly.apt.decorations
net.sf.jelly.apt.decorations.declaration - package net.sf.jelly.apt.decorations.declaration
net.sf.jelly.apt.decorations.type - package net.sf.jelly.apt.decorations.type
net.sf.jelly.apt.freemarker - package net.sf.jelly.apt.freemarker
net.sf.jelly.apt.freemarker.transforms - package net.sf.jelly.apt.freemarker.transforms
net.sf.jelly.apt.strategies - package net.sf.jelly.apt.strategies
net.sf.jelly.apt.tags - package net.sf.jelly.apt.tags
newAPTJellyContext(AnnotationProcessorEnvironment) - Method in class net.sf.jelly.apt.APTJellyProcessor
Instantiate a new APTJellyContext.
newProcessor(URL) - Method in class net.sf.jelly.apt.APTJellyProcessorFactory
 
newProcessor(URL) - Method in class net.sf.jelly.apt.freemarker.FreemarkerProcessorFactory
Instantiate a new freemarker processor.
newProcessor(URL) - Method in class net.sf.jelly.apt.ProcessorFactory
Instantiate a new processor.
newRootModel() - Method in class net.sf.jelly.apt.freemarker.FreemarkerProcessor
Instantiate a new root model.
newStrategy() - Method in class net.sf.jelly.apt.freemarker.FreemarkerTransform
Instantiate a new strategy instance.
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.AnnotationValueTransform
 
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.FileTransform
 
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.ForAllConstructorsTransform
 
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.ForAllFieldsTransform
 
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.ForAllImportedTypesTransform
 
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.ForAllMethodsTransform
 
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.ForAllNestedTypesTransform
 
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.ForAllPackagesTransform
 
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.ForAllParametersTransform
 
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.ForAllPropertiesTransform
 
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.ForAllThrownTypesTransform
 
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.ForAllTypesTransform
 
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.IfHasAnnotationTransform
 
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.IfHasDeclarationTransform
 
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.JavaSourceTransform
 
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.PrimitiveWrapperTransform
 
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.UnwrapIfPrimitiveTransform
 
newStrategy() - Method in class net.sf.jelly.apt.freemarker.transforms.WrapIfPrimitiveTransform
 

O

onError(Throwable) - Method in class net.sf.jelly.apt.freemarker.FreemarkerTemplateBlock
Just throw it.
onStart() - Method in class net.sf.jelly.apt.freemarker.FreemarkerTemplateBlock
Pre-process the strategy.

P

PackageDeclarationLoopStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Evaluates its body for all packages.
PackageDeclarationLoopStrategy() - Constructor for class net.sf.jelly.apt.strategies.PackageDeclarationLoopStrategy
 
ParameterDeclarationLoopStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Evaluates its body for all parameters of the current (or given) method or constructor declaration.
ParameterDeclarationLoopStrategy() - Constructor for class net.sf.jelly.apt.strategies.ParameterDeclarationLoopStrategy
 
parseOptions(Map<String, String>) - Static method in class net.sf.jelly.apt.decorations.DecoratedAnnotationProcessorEnvironment
The apt aptOptions need to be parsed because of a bug in the apt implementation.
postProcess(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.TemplateBlockStrategy
Pops this strategy off the stack.
postProcess(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.TemplateOutputRedirectionStrategy
 
postProcess(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.TemplateStrategyControl
Post-process the strategy.
postProcess(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.TemplateValueStrategy
Do nothing.
postProcess(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.UnwrapIfPrimitiveStrategy
 
postProcess(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.WrapIfPrimitiveStrategy
 
preProcess(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.IfHasAnnotationStrategy
 
preProcess(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.IfHasDeclarationStrategy
 
preProcess(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.TemplateBlockStrategy
Pushes this strategy on the stack and redirects the output.
preProcess(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.TemplateLoopStrategy
Gets the loop, and sets up the model for the first iteration.
preProcess(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.TemplateOutputRedirectionStrategy
 
preProcess(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.TemplateStrategyControl
Pre-process the strategy.
preProcess(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.TemplateValueStrategy
Writes the value to the output.
preProcess(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.WrapIfPrimitiveStrategy
 
PrimitiveWrapperStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Outputs the name of the wrapper for the primitive specified by the "type" parameter.
PrimitiveWrapperStrategy() - Constructor for class net.sf.jelly.apt.strategies.PrimitiveWrapperStrategy
 
PrimitiveWrapperTag - Class in net.sf.jelly.apt.tags
Outputs the name of the primitive wrapper for the specified type.
PrimitiveWrapperTag() - Constructor for class net.sf.jelly.apt.tags.PrimitiveWrapperTag
 
PrimitiveWrapperTransform - Class in net.sf.jelly.apt.freemarker.transforms
Wrap body if type is primitove.
PrimitiveWrapperTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.PrimitiveWrapperTransform
 
process() - Method in class net.sf.jelly.apt.APTJellyProcessor
Establish and initialize an APTJellyContext and run the script.
process() - Method in class net.sf.jelly.apt.freemarker.FreemarkerProcessor
 
process(TemplateException) - Method in class net.sf.jelly.apt.freemarker.FreemarkerProcessor
Process a TemplateException.
process(IOException) - Method in class net.sf.jelly.apt.freemarker.FreemarkerProcessor
Process an IOException.
processBody(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.TemplateBlockStrategy
Writes the body to the output.
processBody(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.TemplateLoopStrategy
Set up the model for the loop and process the body.
processBody(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.TemplateStrategyControl
Process the body of the block.
processBody(B, TemplateOutput<B>, TemplateModel) - Method in class net.sf.jelly.apt.strategies.TemplateValueStrategy
 
ProcessorFactory - Class in net.sf.jelly.apt
Base class for the annotation processor factory.
ProcessorFactory() - Constructor for class net.sf.jelly.apt.ProcessorFactory
 
ProcessorFactory(URL) - Constructor for class net.sf.jelly.apt.ProcessorFactory
 
PropertyDeclaration - Class in net.sf.jelly.apt.decorations.declaration
A property, representing the getter/setter pair.
PropertyDeclaration(DecoratedMethodDeclaration, DecoratedMethodDeclaration) - Constructor for class net.sf.jelly.apt.decorations.declaration.PropertyDeclaration
A property declaration.
PropertyDeclarationLoopStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Evaluates its body for all properties of a type declaration.
PropertyDeclarationLoopStrategy() - Constructor for class net.sf.jelly.apt.strategies.PropertyDeclarationLoopStrategy
 

R

redirect(FreemarkerTemplateBlock, Writer) - Method in class net.sf.jelly.apt.freemarker.FreemarkerTemplateBlock
Redirect the output.
redirect(APTJellyTag, Writer) - Method in class net.sf.jelly.apt.JellyTemplateOutput
 
redirect(B, Writer) - Method in interface net.sf.jelly.apt.TemplateOutput
Redirect the template output to a specified writer.
removeListener(AnnotationProcessorListener) - Method in class net.sf.jelly.apt.decorations.DecoratedAnnotationProcessorEnvironment
 
round - Static variable in class net.sf.jelly.apt.ProcessorFactory
 

S

set(FreemarkerModel) - Static method in class net.sf.jelly.apt.freemarker.FreemarkerModel
Set the current model.
setAnnotation(String) - Method in class net.sf.jelly.apt.strategies.AnnotationFilterableDeclarationLoopStrategy
Optional annotation by which to filter the classes.
setAnnotation(String) - Method in class net.sf.jelly.apt.strategies.AnnotationValueStrategy
The specified annotation.
setAnnotation(String) - Method in class net.sf.jelly.apt.strategies.IfHasAnnotationStrategy
The annotation to check for.
setAnnotation(String) - Method in class net.sf.jelly.apt.tags.AnnotationFilterableDeclarationLoopTag
Optional annotation by which to filter the classes.
setAnnotation(String) - Method in class net.sf.jelly.apt.tags.AnnotationValueTag
The specified annotation.
setAnnotation(String) - Method in class net.sf.jelly.apt.tags.IfHasAnnotationTag
The annotation to check for.
setAnnotationVar(String) - Method in class net.sf.jelly.apt.strategies.AnnotationFilterableDeclarationLoopStrategy
The context variable in which to store the annotation, if specified.
setAnnotationVar(String) - Method in class net.sf.jelly.apt.tags.AnnotationFilterableDeclarationLoopTag
The context variable in which to store the annotation, if specified.
setCharset(String) - Method in class net.sf.jelly.apt.strategies.FileStrategy
The name of the charset to use.
setCharset(String) - Method in class net.sf.jelly.apt.tags.FileTag
The name of the charset to use.
setDeclaration(Declaration) - Method in class net.sf.jelly.apt.strategies.AnnotationValueStrategy
The declaration on which to get the annotation value.
setDeclaration(Declaration) - Method in class net.sf.jelly.apt.strategies.IfHasAnnotationStrategy
The declaration on which to evaluate whether exists the annotation.
setDeclaration(TypeDeclaration) - Method in class net.sf.jelly.apt.strategies.ImportedTypeDeclarationLoopStrategy
The type declaration for which to get all imported types.
setDeclaration(TypeDeclaration) - Method in class net.sf.jelly.apt.strategies.MemberDeclarationLoopStrategy
The specified declaration.
setDeclaration(TypeDeclaration) - Method in class net.sf.jelly.apt.strategies.NestedTypeDeclarationLoopStrategy
The declaration for which to iterate over all nested types.
setDeclaration(ExecutableDeclaration) - Method in class net.sf.jelly.apt.strategies.ParameterDeclarationLoopStrategy
The specified declaration.
setDeclaration(ExecutableDeclaration) - Method in class net.sf.jelly.apt.strategies.ThrownTypeLoopStrategy
The specified declaration.
setDeclaration(Declaration) - Method in class net.sf.jelly.apt.tags.AnnotationValueTag
The declaration on which to get the annotation value.
setDeclaration(TypeDeclaration) - Method in class net.sf.jelly.apt.tags.ForAllImportedTypesTag
The type declaration for which to get all imported types.
setDeclaration(TypeDeclaration) - Method in class net.sf.jelly.apt.tags.ForAllNestedTypesTag
The declaration for which to iterate over all nested types.
setDeclaration(ExecutableDeclaration) - Method in class net.sf.jelly.apt.tags.ForAllParametersTag
The specified declaration.
setDeclaration(ExecutableDeclaration) - Method in class net.sf.jelly.apt.tags.ForAllThrownTypesTag
The specified declaration.
setDeclaration(Declaration) - Method in class net.sf.jelly.apt.tags.IfHasAnnotationTag
The declaration on which to evaluate whether exists the annotation.
setDeclaration(TypeDeclaration) - Method in class net.sf.jelly.apt.tags.MemberDeclarationLoopTag
The specified declaration.
setDeclarationVar(String) - Method in class net.sf.jelly.apt.strategies.IfHasDeclarationStrategy
The variable to which to assign the declaration variable, if it exists.
setDeclarationVar(String) - Method in class net.sf.jelly.apt.tags.IfHasDeclarationTag
The variable to which to assign the declaration variable, if it exists.
setDefault(String) - Method in class net.sf.jelly.apt.strategies.AnnotationValueStrategy
The default to return under any of the following circumstances:

the annotation wasn't found the specified type element wasn't found the value of the specified type element was its default value.

setDefault(String) - Method in class net.sf.jelly.apt.tags.AnnotationValueTag
The default to return under any of the following circumstances:

the annotation wasn't found the specified type element wasn't found the value of the specified type element was its default value.

setDocComment(String) - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
setElement(String) - Method in class net.sf.jelly.apt.strategies.AnnotationValueStrategy
The type element.
setElement(String) - Method in class net.sf.jelly.apt.tags.AnnotationValueTag
The type element.
setExcludes(String) - Method in class net.sf.jelly.apt.strategies.AnnotationFilterableDeclarationLoopStrategy
Comma-separated list of annotations that will exclude the declaration from the loop.
setExcludes(String) - Method in class net.sf.jelly.apt.tags.AnnotationFilterableDeclarationLoopTag
Comma-separated list of annotations that will exclude the declaration from the loop.
setIncludeClasses(boolean) - Method in class net.sf.jelly.apt.strategies.TypeDeclarationLoopStrategy
Whether to include classes in the collection of types over which to iterate.
setIncludeClasses(boolean) - Method in class net.sf.jelly.apt.tags.ForAllTypesTag
Whether to include classes in the collection of types over which to iterate.
setIncludeInterfaces(boolean) - Method in class net.sf.jelly.apt.strategies.TypeDeclarationLoopStrategy
Whether to include interfaces in the collection of types over which to iterate.
setIncludeInterfaces(boolean) - Method in class net.sf.jelly.apt.tags.ForAllTypesTag
Whether to include interfaces in the collection of types over which to iterate.
setIncludeSuperclasses(boolean) - Method in class net.sf.jelly.apt.strategies.MemberDeclarationLoopStrategy
Whether to include superclasses.
setIncludeSuperclasses(boolean) - Method in class net.sf.jelly.apt.tags.MemberDeclarationLoopTag
Whether to include superclasses.
setIncludeSuperinterfaces(boolean) - Method in class net.sf.jelly.apt.strategies.MemberDeclarationLoopStrategy
Whether to include superinterfaces.
setIncludeSuperinterfaces(boolean) - Method in class net.sf.jelly.apt.tags.MemberDeclarationLoopTag
Whether to include superinterfaces.
setIndexVar(String) - Method in class net.sf.jelly.apt.strategies.DeclarationLoopStrategy
Variable in which to store the value of the index.
setIndexVar(String) - Method in class net.sf.jelly.apt.strategies.ThrownTypeLoopStrategy
Variable in which to store the value of the index.
setIndexVar(String) - Method in class net.sf.jelly.apt.tags.DeclarationLoopTag
Variable in which to store the value of the index.
setIndexVar(String) - Method in class net.sf.jelly.apt.tags.ForAllThrownTypesTag
Variable in which to store the value of the index.
setName(String) - Method in class net.sf.jelly.apt.strategies.FileStrategy
The name of the file.
setName(String) - Method in class net.sf.jelly.apt.strategies.JavaSourceStrategy
Canonical (fully qualified) name of class whose source is to be written.
setName(String) - Method in class net.sf.jelly.apt.tags.FileTag
The name of the file.
setName(String) - Method in class net.sf.jelly.apt.tags.JavaSourceTag
Canonical (fully qualified) name of class whose source is to be written.
setPackage(String) - Method in class net.sf.jelly.apt.strategies.FileStrategy
Package relative to which the file should be named, or the empty string if none.
setPackage(PackageDeclaration) - Method in class net.sf.jelly.apt.strategies.TypeDeclarationLoopStrategy
The package declaration containing the types.
setPackage(String) - Method in class net.sf.jelly.apt.tags.FileTag
Package relative to which the file should be named, or the empty string if none.
setPackage(PackageDeclaration) - Method in class net.sf.jelly.apt.tags.ForAllTypesTag
The package declaration containing the types.
setReturnTypeVar(String) - Method in class net.sf.jelly.apt.strategies.MethodDeclarationLoopStrategy
The variable to which to assign the return type (as a TypeMirror).
setReturnTypeVar(String) - Method in class net.sf.jelly.apt.tags.ForAllMethodsTag
The variable to which to assign the return type (as a TypeMirror).
setType(TypeMirror) - Method in class net.sf.jelly.apt.strategies.IfHasDeclarationStrategy
The type on which to check for a declaration.
setType(TypeMirror) - Method in class net.sf.jelly.apt.strategies.PrimitiveWrapperStrategy
The type to check for primitiveness.
setType(TypeMirror) - Method in class net.sf.jelly.apt.strategies.UnwrapIfPrimitiveStrategy
The type to check for primitiveness.
setType(TypeMirror) - Method in class net.sf.jelly.apt.strategies.WrapIfPrimitiveStrategy
The type to check for primitiveness.
setType(TypeMirror) - Method in class net.sf.jelly.apt.tags.IfHasDeclarationTag
The type on which to check for a declaration.
setType(TypeMirror) - Method in class net.sf.jelly.apt.tags.PrimitiveWrapperTag
The type to check for primitiveness.
setType(TypeMirror) - Method in class net.sf.jelly.apt.tags.UnwrapIfPrimitiveTag
The type to check for primitiveness.
setType(TypeMirror) - Method in class net.sf.jelly.apt.tags.WrapIfPrimitiveTag
The type to check for primitiveness.
setupModelForLoop(TemplateModel, D, int) - Method in class net.sf.jelly.apt.strategies.AnnotationFilterableDeclarationLoopStrategy
 
setupModelForLoop(TemplateModel, D, int) - Method in class net.sf.jelly.apt.strategies.DeclarationLoopStrategy
 
setupModelForLoop(TemplateModel, MethodDeclaration, int) - Method in class net.sf.jelly.apt.strategies.MethodDeclarationLoopStrategy
 
setupModelForLoop(TemplateModel, I, int) - Method in class net.sf.jelly.apt.strategies.TemplateLoopStrategy
Sets up the model for the current loop.
setupModelForLoop(TemplateModel, ReferenceType, int) - Method in class net.sf.jelly.apt.strategies.ThrownTypeLoopStrategy
 
setupStrategy(S, Map) - Method in class net.sf.jelly.apt.freemarker.FreemarkerTransform
Setup the strategy given the specified arguments to the template transform.
setValue(String) - Method in class net.sf.jelly.apt.decorations.JavaDoc
 
setVar(String) - Method in class net.sf.jelly.apt.strategies.DeclarationLoopStrategy
The context variable in which to store the declaration.
setVar(String) - Method in class net.sf.jelly.apt.strategies.IfHasAnnotationStrategy
The name of the variable to which to assign the annotation.
setVar(String) - Method in class net.sf.jelly.apt.strategies.ThrownTypeLoopStrategy
The variable into which to store the current thrown type.
setVar(String) - Method in class net.sf.jelly.apt.tags.DeclarationLoopTag
The context variable in which to store the declaration.
setVar(String) - Method in class net.sf.jelly.apt.tags.ForAllThrownTypesTag
The variable into which to store the current thrown type.
setVar(String) - Method in class net.sf.jelly.apt.tags.IfHasAnnotationTag
The name of the variable to which to assign the annotation.
setVariable(String, Object) - Method in class net.sf.jelly.apt.APTJellyContext
If value is a Declaration or TypeMirror, decorate it before setting it in the context.
setVariable(String, Object) - Method in class net.sf.jelly.apt.freemarker.FreemarkerModel
 
setVariable(String, Object) - Method in interface net.sf.jelly.apt.TemplateModel
Put data into the model under a specified variable name.
size() - Method in class net.sf.jelly.apt.freemarker.FreemarkerJavaDoc.FreemarkerJavaDocTagList
 
strategy - Variable in class net.sf.jelly.apt.APTJellyTag
 
StrategyStack - Class in net.sf.jelly.apt.strategies
A stack for pushing the current strategy.
supportedAnnotationTypes() - Method in class net.sf.jelly.apt.ProcessorFactory
By default, all annotation types are supported.
supportedOptions() - Method in class net.sf.jelly.apt.APTJellyProcessorFactory
The Jelly processor factory supports more options for backwards-compatability.
supportedOptions() - Method in class net.sf.jelly.apt.freemarker.FreemarkerProcessorFactory
 
supportedOptions() - Method in class net.sf.jelly.apt.ProcessorFactory
The supported options for this factory.

T

template - Variable in class net.sf.jelly.apt.ProcessorFactory
 
TEMPLATE_FILE_OPTION - Static variable in class net.sf.jelly.apt.ProcessorFactory
Option to pass to APT specifying the template file on the filesystem to invoke.
TEMPLATE_URL_OPTION - Static variable in class net.sf.jelly.apt.ProcessorFactory
Option to pass to APT specifying a URL of the template to invoke.
TemplateBlock - Interface in net.sf.jelly.apt
An invokeable block of template code.
TemplateBlockStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
A strategy for outputing a template block.
TemplateBlockStrategy() - Constructor for class net.sf.jelly.apt.strategies.TemplateBlockStrategy
 
TemplateException - Exception in net.sf.jelly.apt
Exception indicating there's something wrong with the template.
TemplateException() - Constructor for exception net.sf.jelly.apt.TemplateException
 
TemplateException(String) - Constructor for exception net.sf.jelly.apt.TemplateException
 
TemplateException(String, Throwable) - Constructor for exception net.sf.jelly.apt.TemplateException
 
TemplateException(Throwable) - Constructor for exception net.sf.jelly.apt.TemplateException
 
TemplateLoopStrategy<I,B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
A template stategy that loops its block.
TemplateLoopStrategy() - Constructor for class net.sf.jelly.apt.strategies.TemplateLoopStrategy
 
TemplateModel - Interface in net.sf.jelly.apt
Interface for the data model for the template engine.
TemplateOutput<B extends TemplateBlock> - Interface in net.sf.jelly.apt
Output for a template.
TemplateOutputRedirectionStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
A strategy for redirecting output.
TemplateOutputRedirectionStrategy() - Constructor for class net.sf.jelly.apt.strategies.TemplateOutputRedirectionStrategy
 
TemplateStrategy<B extends TemplateBlock> - Interface in net.sf.jelly.apt.strategies
A strategy for using template output.
TemplateStrategyControl<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Base strategy class that goes through a specific control process when invoked.
TemplateStrategyControl() - Constructor for class net.sf.jelly.apt.strategies.TemplateStrategyControl
 
TemplateValueStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Writes a value to template output.
TemplateValueStrategy() - Constructor for class net.sf.jelly.apt.strategies.TemplateValueStrategy
 
ThrownTypeLoopStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Iterates through each thrown type of the specified executable declaration.
ThrownTypeLoopStrategy() - Constructor for class net.sf.jelly.apt.strategies.ThrownTypeLoopStrategy
 
toString() - Method in class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
 
toString() - Method in class net.sf.jelly.apt.decorations.JavaDoc.JavaDocTagList
 
toString() - Method in class net.sf.jelly.apt.decorations.JavaDoc
 
toString() - Method in class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
 
toString() - Method in class net.sf.jelly.apt.freemarker.FreemarkerJavaDoc
 
TYPE_DECORATOR_OPTION - Static variable in class net.sf.jelly.apt.ProcessorFactory
Option for specifying the type decorator.
TypeDeclarationLoopStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Evaluates its body for each type declaration.
TypeDeclarationLoopStrategy() - Constructor for class net.sf.jelly.apt.strategies.TypeDeclarationLoopStrategy
 
TypeMirrorDecorator - Class in net.sf.jelly.apt.decorations
Decorates a TypeMirror when visited.
TypeMirrorDecorator() - Constructor for class net.sf.jelly.apt.decorations.TypeMirrorDecorator
 

U

unwrap(TemplateModel, String) - Method in class net.sf.jelly.apt.freemarker.FreemarkerTransform
Unwrap the specified value of the given property.
UnwrapIfPrimitiveStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Writes out code that unboxes its body in from wrapper object if the specified type is primitive.
UnwrapIfPrimitiveStrategy() - Constructor for class net.sf.jelly.apt.strategies.UnwrapIfPrimitiveStrategy
 
UnwrapIfPrimitiveTag - Class in net.sf.jelly.apt.tags
Unwrap body if type is primitive.
UnwrapIfPrimitiveTag() - Constructor for class net.sf.jelly.apt.tags.UnwrapIfPrimitiveTag
 
UnwrapIfPrimitiveTransform - Class in net.sf.jelly.apt.freemarker.transforms
Unwrap body if type is primitive.
UnwrapIfPrimitiveTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.UnwrapIfPrimitiveTransform
 

V

visitAnnotationType(AnnotationType) - Method in class net.sf.jelly.apt.decorations.TypeMirrorDecorator
Decorates typeMirror and sets it as the decorated type mirror.
visitAnnotationTypeDeclaration(AnnotationTypeDeclaration) - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates declaration and sets it as the decorated declaration.
visitAnnotationTypeElementDeclaration(AnnotationTypeElementDeclaration) - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates declaration and sets it as the decorated declaration.
visitArrayType(ArrayType) - Method in class net.sf.jelly.apt.decorations.TypeMirrorDecorator
Decorates typeMirror and sets it as the decorated type mirror.
visitClassDeclaration(ClassDeclaration) - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates declaration and sets it as the decorated declaration.
visitClassType(ClassType) - Method in class net.sf.jelly.apt.decorations.TypeMirrorDecorator
Decorates typeMirror and sets it as the decorated type mirror.
visitConstructorDeclaration(ConstructorDeclaration) - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates declaration and sets it as the decorated declaration.
visitDeclaration(Declaration) - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates declaration and sets it as the decorated declaration.
visitDeclaredType(DeclaredType) - Method in class net.sf.jelly.apt.decorations.TypeMirrorDecorator
Decorates typeMirror and sets it as the decorated type mirror.
visitEnumConstantDeclaration(EnumConstantDeclaration) - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates declaration and sets it as the decorated declaration.
visitEnumDeclaration(EnumDeclaration) - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates declaration and sets it as the decorated declaration.
visitEnumType(EnumType) - Method in class net.sf.jelly.apt.decorations.TypeMirrorDecorator
Decorates typeMirror and sets it as the decorated type mirror.
visitExecutableDeclaration(ExecutableDeclaration) - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates declaration and sets it as the decorated declaration.
visitFieldDeclaration(FieldDeclaration) - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates declaration and sets it as the decorated declaration.
visitInterfaceDeclaration(InterfaceDeclaration) - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates declaration and sets it as the decorated declaration.
visitInterfaceType(InterfaceType) - Method in class net.sf.jelly.apt.decorations.TypeMirrorDecorator
Decorates typeMirror and sets it as the decorated type mirror.
visitMemberDeclaration(MemberDeclaration) - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates declaration and sets it as the decorated declaration.
visitMethodDeclaration(MethodDeclaration) - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates declaration and sets it as the decorated declaration.
visitPackageDeclaration(PackageDeclaration) - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates declaration and sets it as the decorated declaration.
visitParameterDeclaration(ParameterDeclaration) - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates declaration and sets it as the decorated declaration.
visitPrimitiveType(PrimitiveType) - Method in class net.sf.jelly.apt.decorations.TypeMirrorDecorator
Decorates typeMirror and sets it as the decorated type mirror.
visitReferenceType(ReferenceType) - Method in class net.sf.jelly.apt.decorations.TypeMirrorDecorator
Decorates typeMirror and sets it as the decorated type mirror.
visitTypeDeclaration(TypeDeclaration) - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates declaration and sets it as the decorated declaration.
visitTypeMirror(TypeMirror) - Method in class net.sf.jelly.apt.decorations.TypeMirrorDecorator
Decorates typeMirror and sets it as the decorated type mirror.
visitTypeParameterDeclaration(TypeParameterDeclaration) - Method in class net.sf.jelly.apt.decorations.DeclarationDecorator
Decorates declaration and sets it as the decorated declaration.
visitTypeVariable(TypeVariable) - Method in class net.sf.jelly.apt.decorations.TypeMirrorDecorator
Decorates typeMirror and sets it as the decorated type mirror.
visitVoidType(VoidType) - Method in class net.sf.jelly.apt.decorations.TypeMirrorDecorator
Decorates typeMirror and sets it as the decorated type mirror.
visitWildcardType(WildcardType) - Method in class net.sf.jelly.apt.decorations.TypeMirrorDecorator
Decorates typeMirror and sets it as the decorated type mirror.

W

wrap(Object) - Method in class net.sf.jelly.apt.freemarker.APTJellyObjectWrapper
 
WrapIfPrimitiveStrategy<B extends TemplateBlock> - Class in net.sf.jelly.apt.strategies
Writes out code that boxes its body in a wrapper object constructor if the specified type is primitive.
WrapIfPrimitiveStrategy() - Constructor for class net.sf.jelly.apt.strategies.WrapIfPrimitiveStrategy
 
WrapIfPrimitiveTag - Class in net.sf.jelly.apt.tags
Wrap body if type is primitive.
WrapIfPrimitiveTag() - Constructor for class net.sf.jelly.apt.tags.WrapIfPrimitiveTag
 
WrapIfPrimitiveTransform - Class in net.sf.jelly.apt.freemarker.transforms
Wrap body if type is primitive.
WrapIfPrimitiveTransform(String) - Constructor for class net.sf.jelly.apt.freemarker.transforms.WrapIfPrimitiveTransform
 
write(FreemarkerTemplateBlock) - Method in class net.sf.jelly.apt.freemarker.FreemarkerTemplateBlock
No-op, as the work of writing the block will be done by Freemarker.
write(APTJellyTag) - Method in class net.sf.jelly.apt.JellyTemplateOutput
 
write(String) - Method in class net.sf.jelly.apt.JellyTemplateOutput
 
write(B) - Method in interface net.sf.jelly.apt.TemplateOutput
Write a block of template code to the output.
write(String) - Method in interface net.sf.jelly.apt.TemplateOutput
Write a value to the template output.

A C D E F G H I J M N O P R S T U V W