This project has retired. For details please refer to its Attic page.
Index (Autotags 1.3-SNAPSHOT API)
A B C D E F G H I J M N O P Q S T V W 

A

AbstractGenerateMojo - Class in org.apache.tiles.autotag.plugin
Abstract class to generate boilerplate code starting from template model classes.
AbstractGenerateMojo() - Constructor for class org.apache.tiles.autotag.plugin.AbstractGenerateMojo
 
AbstractModelBody - Class in org.apache.tiles.autotag.core.runtime
Base class for the abstraction of the body.
AbstractModelBody(Writer) - Constructor for class org.apache.tiles.autotag.core.runtime.AbstractModelBody
Constructor.
AbstractTemplateClassGenerator - Class in org.apache.tiles.autotag.generate
A base template class generator.
AbstractTemplateClassGenerator(VelocityEngine) - Constructor for class org.apache.tiles.autotag.generate.AbstractTemplateClassGenerator
Constructor.
AbstractTemplateSuiteGenerator - Class in org.apache.tiles.autotag.generate
A base template suite generator.
AbstractTemplateSuiteGenerator(VelocityEngine) - Constructor for class org.apache.tiles.autotag.generate.AbstractTemplateSuiteGenerator
Constructor.
addClassesTemplateClassGenerator(TemplateClassGenerator) - Method in class org.apache.tiles.autotag.generate.TemplateGeneratorBuilder
Adds a new template class generator to generate classes.
addClassesTemplateSuiteGenerator(TemplateSuiteGenerator) - Method in class org.apache.tiles.autotag.generate.TemplateGeneratorBuilder
Adds a new template suite generator to generate classes.
addResourcesTemplateClassGenerator(TemplateClassGenerator) - Method in class org.apache.tiles.autotag.generate.TemplateGeneratorBuilder
Adds a new template class generator to generate resources.
addResourcesTemplateSuiteGenerator(TemplateSuiteGenerator) - Method in class org.apache.tiles.autotag.generate.TemplateGeneratorBuilder
Adds a new template suite generator to generate resources.
addTemplateClass(TemplateClass) - Method in class org.apache.tiles.autotag.model.TemplateSuite
Adds a new template class.
AutotagRuntime<R> - Interface in org.apache.tiles.autotag.core.runtime
Builder interface for creating requests.
AutotagRuntimeException - Exception in org.apache.tiles.autotag.core
Generic exception for Autotag.
AutotagRuntimeException() - Constructor for exception org.apache.tiles.autotag.core.AutotagRuntimeException
Constructor.
AutotagRuntimeException(String) - Constructor for exception org.apache.tiles.autotag.core.AutotagRuntimeException
Constructor.
AutotagRuntimeException(Throwable) - Constructor for exception org.apache.tiles.autotag.core.AutotagRuntimeException
Constructor.
AutotagRuntimeException(String, Throwable) - Constructor for exception org.apache.tiles.autotag.core.AutotagRuntimeException
Constructor.

B

build() - Method in class org.apache.tiles.autotag.generate.TemplateGeneratorBuilder
Builds and returns a new template generator.

C

capitalizeFirstLetter(String) - Method in class org.apache.tiles.autotag.tool.StringTool
Creates a string in which the first character is capitalized.
ClassParseException - Exception in org.apache.tiles.autotag.core
Thrown if there is a problem when parsing a class source.
ClassParseException() - Constructor for exception org.apache.tiles.autotag.core.ClassParseException
Constructor.
ClassParseException(String) - Constructor for exception org.apache.tiles.autotag.core.ClassParseException
Constructor.
ClassParseException(Throwable) - Constructor for exception org.apache.tiles.autotag.core.ClassParseException
Constructor.
ClassParseException(String, Throwable) - Constructor for exception org.apache.tiles.autotag.core.ClassParseException
Constructor.
close() - Method in class org.apache.tiles.autotag.core.runtime.util.NullWriter
CreateDescriptorMojo - Class in org.apache.tiles.autotag.plugin
Creates a descriptor for the template model in XML format.
CreateDescriptorMojo() - Constructor for class org.apache.tiles.autotag.plugin.CreateDescriptorMojo
 
createModelBody() - Method in interface org.apache.tiles.autotag.core.runtime.AutotagRuntime
Creates a new ModelBody instance to match the request.
createNewInstance() - Static method in class org.apache.tiles.autotag.generate.TemplateGeneratorBuilder
Creates a new instance of the builder.
createRequest() - Method in interface org.apache.tiles.autotag.core.runtime.AutotagRuntime
Creates a new Request instance.
createTemplateGenerator() - Method in class org.apache.tiles.autotag.freemarker.FMTemplateGeneratorFactory
 
createTemplateGenerator() - Method in interface org.apache.tiles.autotag.generate.TemplateGeneratorFactory
Creates a template generator.
createTemplateGenerator() - Method in class org.apache.tiles.autotag.jsp.JspTemplateGeneratorFactory
 
createTemplateGenerator() - Method in class org.apache.tiles.autotag.velocity.VelocityTemplateGeneratorFactory
 
createTemplateGeneratorFactory(VelocityEngine) - Method in class org.apache.tiles.autotag.plugin.AbstractGenerateMojo
Creates a template generator factory.
createTemplateGeneratorFactory(VelocityEngine) - Method in class org.apache.tiles.autotag.plugin.GenerateFreemarkerMojo
 
createTemplateGeneratorFactory(VelocityEngine) - Method in class org.apache.tiles.autotag.plugin.GenerateJspMojo
 
createTemplateGeneratorFactory(VelocityEngine) - Method in class org.apache.tiles.autotag.plugin.GenerateVelocityMojo
 
createTemplateSuite() - Method in class org.apache.tiles.autotag.core.QDoxTemplateSuiteFactory
 
createTemplateSuite() - Method in interface org.apache.tiles.autotag.model.TemplateSuiteFactory
Creates a template suite.

D

DirectoryOutputLocator - Class in org.apache.tiles.autotag.core
Outputs the files in the test directory.
DirectoryOutputLocator(File) - Constructor for class org.apache.tiles.autotag.core.DirectoryOutputLocator
 
DirectoryOutputLocator(File, long) - Constructor for class org.apache.tiles.autotag.core.DirectoryOutputLocator
 

E

evaluate() - Method in class org.apache.tiles.autotag.core.runtime.AbstractModelBody
 
evaluate() - Method in interface org.apache.tiles.autotag.core.runtime.ModelBody
Evaluates the body and writes in the default writer.
evaluate(Writer) - Method in interface org.apache.tiles.autotag.core.runtime.ModelBody
Evaluates the body and writes the result in the writer.
evaluateAsString() - Method in class org.apache.tiles.autotag.core.runtime.AbstractModelBody
 
evaluateAsString() - Method in interface org.apache.tiles.autotag.core.runtime.ModelBody
Evaluates a body and returns it as a string.
evaluateWithoutWriting() - Method in class org.apache.tiles.autotag.core.runtime.AbstractModelBody
 
evaluateWithoutWriting() - Method in interface org.apache.tiles.autotag.core.runtime.ModelBody
Evaluates a body, but discards result.
execute() - Method in class org.apache.tiles.autotag.plugin.AbstractGenerateMojo
execute() - Method in class org.apache.tiles.autotag.plugin.CreateDescriptorMojo

F

flush() - Method in class org.apache.tiles.autotag.core.runtime.util.NullWriter
FMModelGenerator - Class in org.apache.tiles.autotag.freemarker
Generates a single Freemarker directive model, given a template class.
FMModelGenerator(VelocityEngine) - Constructor for class org.apache.tiles.autotag.freemarker.FMModelGenerator
Constructor.
FMModelRepositoryGenerator - Class in org.apache.tiles.autotag.freemarker
Generates the model repository, given the template suite.
FMModelRepositoryGenerator(VelocityEngine) - Constructor for class org.apache.tiles.autotag.freemarker.FMModelRepositoryGenerator
Constructor.
FMTemplateGeneratorFactory - Class in org.apache.tiles.autotag.freemarker
Creates a template generator that generates code for Freemarker.
FMTemplateGeneratorFactory(OutputLocator, VelocityEngine, TemplateGeneratorBuilder) - Constructor for class org.apache.tiles.autotag.freemarker.FMTemplateGeneratorFactory
Constructor.

G

generate(OutputLocator, String, TemplateSuite, TemplateClass, Map<String, String>, String, String) - Method in class org.apache.tiles.autotag.generate.AbstractTemplateClassGenerator
 
generate(OutputLocator, String, TemplateSuite, Map<String, String>) - Method in class org.apache.tiles.autotag.generate.AbstractTemplateSuiteGenerator
 
generate(OutputLocator, String, TemplateSuite, TemplateClass, Map<String, String>, String, String) - Method in interface org.apache.tiles.autotag.generate.TemplateClassGenerator
Generates the code.
generate(String, TemplateSuite, Map<String, String>, String, String) - Method in interface org.apache.tiles.autotag.generate.TemplateGenerator
Generates the code.
generate(OutputLocator, String, TemplateSuite, Map<String, String>) - Method in interface org.apache.tiles.autotag.generate.TemplateSuiteGenerator
Generates the code.
GenerateFreemarkerMojo - Class in org.apache.tiles.autotag.plugin
Generates Freemarker code.
GenerateFreemarkerMojo() - Constructor for class org.apache.tiles.autotag.plugin.GenerateFreemarkerMojo
 
GenerateJspMojo - Class in org.apache.tiles.autotag.plugin
Goal which touches a timestamp file.
GenerateJspMojo() - Constructor for class org.apache.tiles.autotag.plugin.GenerateJspMojo
 
GenerateVelocityMojo - Class in org.apache.tiles.autotag.plugin
Generates Velocity code.
GenerateVelocityMojo() - Constructor for class org.apache.tiles.autotag.plugin.GenerateVelocityMojo
 
getClassToCast(String) - Method in class org.apache.tiles.autotag.tool.StringTool
Returns the class to be used to cast an Object.
getDefaultValue() - Method in class org.apache.tiles.autotag.model.TemplateParameter
Returns the default value, as it will be written in Java code.
getDefaultValue(String, String) - Method in class org.apache.tiles.autotag.tool.StringTool
Returns the default value for a type.
getDirectoryName(String, TemplateSuite, TemplateClass, Map<String, String>, String, String) - Method in class org.apache.tiles.autotag.freemarker.FMModelGenerator
 
getDirectoryName(String, TemplateSuite, Map<String, String>) - Method in class org.apache.tiles.autotag.freemarker.FMModelRepositoryGenerator
 
getDirectoryName(String, TemplateSuite, TemplateClass, Map<String, String>, String, String) - Method in class org.apache.tiles.autotag.generate.AbstractTemplateClassGenerator
Calculates and returns the directory where the file will be written..
getDirectoryName(String, TemplateSuite, Map<String, String>) - Method in class org.apache.tiles.autotag.generate.AbstractTemplateSuiteGenerator
Calculates and returns the directory where the file will be written..
getDirectoryName(String, TemplateSuite, TemplateClass, Map<String, String>, String, String) - Method in class org.apache.tiles.autotag.jsp.TagClassGenerator
 
getDirectoryName(String, TemplateSuite, Map<String, String>) - Method in class org.apache.tiles.autotag.jsp.TLDGenerator
 
getDirectoryName(String, TemplateSuite, TemplateClass, Map<String, String>, String, String) - Method in class org.apache.tiles.autotag.velocity.VelocityDirectiveGenerator
 
getDirectoryName(String, TemplateSuite, Map<String, String>) - Method in class org.apache.tiles.autotag.velocity.VelocityPropertiesGenerator
 
getDocumentation() - Method in class org.apache.tiles.autotag.model.TemplateClass
Returns the documentation for this class.
getDocumentation() - Method in class org.apache.tiles.autotag.model.TemplateMethod
Returns the documentation for this method.
getDocumentation() - Method in class org.apache.tiles.autotag.model.TemplateParameter
Returns the documentation for this parameter.
getDocumentation() - Method in class org.apache.tiles.autotag.model.TemplateSuite
Returns the documentation.
getExecuteMethod() - Method in class org.apache.tiles.autotag.model.TemplateClass
Returns the method that execute this class.
getExportedName() - Method in class org.apache.tiles.autotag.model.TemplateParameter
Returns the exported name, i.e.
getFilename(String, TemplateSuite, TemplateClass, Map<String, String>, String, String) - Method in class org.apache.tiles.autotag.freemarker.FMModelGenerator
 
getFilename(String, TemplateSuite, Map<String, String>) - Method in class org.apache.tiles.autotag.freemarker.FMModelRepositoryGenerator
 
getFilename(String, TemplateSuite, TemplateClass, Map<String, String>, String, String) - Method in class org.apache.tiles.autotag.generate.AbstractTemplateClassGenerator
Calculates and returns the filename of the generated file.
getFilename(String, TemplateSuite, Map<String, String>) - Method in class org.apache.tiles.autotag.generate.AbstractTemplateSuiteGenerator
Calculates and returns the filename of the generated file.
getFilename(String, TemplateSuite, TemplateClass, Map<String, String>, String, String) - Method in class org.apache.tiles.autotag.jsp.TagClassGenerator
 
getFilename(String, TemplateSuite, Map<String, String>) - Method in class org.apache.tiles.autotag.jsp.TLDGenerator
 
getFilename(String, TemplateSuite, TemplateClass, Map<String, String>, String, String) - Method in class org.apache.tiles.autotag.velocity.VelocityDirectiveGenerator
 
getFilename(String, TemplateSuite, Map<String, String>) - Method in class org.apache.tiles.autotag.velocity.VelocityPropertiesGenerator
 
getGetterSetterSuffix() - Method in class org.apache.tiles.autotag.model.TemplateParameter
Returns the suffix for getter and setter of the property generated by this parameter.
getName() - Method in class org.apache.tiles.autotag.model.TemplateClass
The name of the parsed class.
getName() - Method in class org.apache.tiles.autotag.model.TemplateMethod
Returns the name of the method.
getName() - Method in class org.apache.tiles.autotag.model.TemplateParameter
Returns the name of the parameter.
getName() - Method in class org.apache.tiles.autotag.model.TemplateSuite
Returns the template suite name.
getOutputStream(String) - Method in class org.apache.tiles.autotag.core.DirectoryOutputLocator
 
getOutputStream(String) - Method in interface org.apache.tiles.autotag.core.OutputLocator
Returns a writer for the file at this path.
getParameter(String, Class<T>, T) - Method in interface org.apache.tiles.autotag.core.runtime.AutotagRuntime
Extracts a parameter from the tag.
getParameterByName(String) - Method in class org.apache.tiles.autotag.model.TemplateMethod
Returns a parameter given its name.
getParameters() - Method in class org.apache.tiles.autotag.model.TemplateClass
Returns the collection of regular parameters (no request, no body) of the execute method.
getParameters() - Method in class org.apache.tiles.autotag.model.TemplateMethod
Returns the parameters of this method.
getParameters() - Method in class org.apache.tiles.autotag.plugin.AbstractGenerateMojo
Returns the map of parameters.
getParameters() - Method in class org.apache.tiles.autotag.plugin.GenerateFreemarkerMojo
Returns the map of parameters.
getParameters() - Method in class org.apache.tiles.autotag.plugin.GenerateJspMojo
Returns the map of parameters.
getParameters() - Method in class org.apache.tiles.autotag.plugin.GenerateVelocityMojo
Returns the map of parameters.
getRuntimeClass() - Method in class org.apache.tiles.autotag.plugin.AbstractGenerateMojo
Name of the Runtime class.
getRuntimeClass() - Method in class org.apache.tiles.autotag.plugin.GenerateFreemarkerMojo
Name of the Runtime class.
getRuntimeClass() - Method in class org.apache.tiles.autotag.plugin.GenerateJspMojo
Name of the Runtime class.
getRuntimeClass() - Method in class org.apache.tiles.autotag.plugin.GenerateVelocityMojo
Name of the Runtime class.
getSimpleName() - Method in class org.apache.tiles.autotag.model.TemplateClass
Returns the name of the class, without the package part.
getTagClassPrefix() - Method in class org.apache.tiles.autotag.model.TemplateClass
Returns the tag class prefix.
getTagName() - Method in class org.apache.tiles.autotag.model.TemplateClass
Returns the tag name.
getTemplateClassByName(String) - Method in class org.apache.tiles.autotag.model.TemplateSuite
Returns a template class given its name.
getTemplateClasses() - Method in class org.apache.tiles.autotag.model.TemplateSuite
Returns the template classes.
getTemplatePath(String, TemplateSuite, TemplateClass, Map<String, String>, String, String) - Method in class org.apache.tiles.autotag.freemarker.FMModelGenerator
 
getTemplatePath(String, TemplateSuite, Map<String, String>) - Method in class org.apache.tiles.autotag.freemarker.FMModelRepositoryGenerator
 
getTemplatePath(String, TemplateSuite, TemplateClass, Map<String, String>, String, String) - Method in class org.apache.tiles.autotag.generate.AbstractTemplateClassGenerator
Calculates and returns the template path.
getTemplatePath(String, TemplateSuite, Map<String, String>) - Method in class org.apache.tiles.autotag.generate.AbstractTemplateSuiteGenerator
Calculates and returns the template path.
getTemplatePath(String, TemplateSuite, TemplateClass, Map<String, String>, String, String) - Method in class org.apache.tiles.autotag.jsp.TagClassGenerator
 
getTemplatePath(String, TemplateSuite, Map<String, String>) - Method in class org.apache.tiles.autotag.jsp.TLDGenerator
 
getTemplatePath(String, TemplateSuite, TemplateClass, Map<String, String>, String, String) - Method in class org.apache.tiles.autotag.velocity.VelocityDirectiveGenerator
 
getTemplatePath(String, TemplateSuite, Map<String, String>) - Method in class org.apache.tiles.autotag.velocity.VelocityPropertiesGenerator
 
getType() - Method in class org.apache.tiles.autotag.model.TemplateParameter
Returns the type of the parameter.

H

hasBody() - Method in class org.apache.tiles.autotag.model.TemplateClass
Indicates that this class needs a tag body.
hasBody() - Method in class org.apache.tiles.autotag.model.TemplateMethod
Indicates that this method needs a tag body.

I

isBody() - Method in class org.apache.tiles.autotag.model.TemplateParameter
Indicates that this parameter implements ModelBody.
isGeneratingClasses() - Method in interface org.apache.tiles.autotag.generate.TemplateGenerator
Indicates that this generator generates classes.
isGeneratingResources() - Method in interface org.apache.tiles.autotag.generate.TemplateGenerator
Indicates that this generator generates resources.
isRequest() - Method in class org.apache.tiles.autotag.model.TemplateParameter
Indicates that this parameter implements Request.
isRequired() - Method in class org.apache.tiles.autotag.model.TemplateParameter
Indicates that this parameter is required.
isUptodate(String) - Method in class org.apache.tiles.autotag.core.DirectoryOutputLocator
 
isUptodate(String) - Method in interface org.apache.tiles.autotag.core.OutputLocator
Checks if the output is up to date.

J

JspTemplateGeneratorFactory - Class in org.apache.tiles.autotag.jsp
Creates a template generator to build JSP code around template models.
JspTemplateGeneratorFactory(OutputLocator, OutputLocator, VelocityEngine, TemplateGeneratorBuilder) - Constructor for class org.apache.tiles.autotag.jsp.JspTemplateGeneratorFactory
Constructor.

M

ModelBody - Interface in org.apache.tiles.autotag.core.runtime
Abstracts a tag/directive body.

N

NullWriter - Class in org.apache.tiles.autotag.core.runtime.util
A writer that does not write anything.
NullWriter() - Constructor for class org.apache.tiles.autotag.core.runtime.util.NullWriter
 

O

org.apache.tiles.autotag.core - package org.apache.tiles.autotag.core
The Autotag core parsing code.
org.apache.tiles.autotag.core.runtime - package org.apache.tiles.autotag.core.runtime
Runtime part for all Autotag generated code.
org.apache.tiles.autotag.core.runtime.annotation - package org.apache.tiles.autotag.core.runtime.annotation
Annotations to be used in template classes.
org.apache.tiles.autotag.core.runtime.util - package org.apache.tiles.autotag.core.runtime.util
Utilities for Autotag core runtime.
org.apache.tiles.autotag.freemarker - package org.apache.tiles.autotag.freemarker
Autotag support for Freemarker.
org.apache.tiles.autotag.generate - package org.apache.tiles.autotag.generate
The Autotag generation classes.
org.apache.tiles.autotag.jsp - package org.apache.tiles.autotag.jsp
Autotag support for JavaServer Pages.
org.apache.tiles.autotag.model - package org.apache.tiles.autotag.model
Domain model classes representing a parsed template suite.
org.apache.tiles.autotag.plugin - package org.apache.tiles.autotag.plugin
Contains the autotag mojos.
org.apache.tiles.autotag.tool - package org.apache.tiles.autotag.tool
Velocity tools to be used in Velocity templates.
org.apache.tiles.autotag.velocity - package org.apache.tiles.autotag.velocity
Autotag support for Velocity.
OutputLocator - Interface in org.apache.tiles.autotag.core
Decouples the autotag generator from the actual location of the files.

P

Parameter - Annotation Type in org.apache.tiles.autotag.core.runtime.annotation
Specifies behaviour for a parameter of the "execute" method of a template class.

Q

QDoxTemplateSuiteFactory - Class in org.apache.tiles.autotag.core
Creates a template suite using QDox.
QDoxTemplateSuiteFactory(File...) - Constructor for class org.apache.tiles.autotag.core.QDoxTemplateSuiteFactory
Constructor.
QDoxTemplateSuiteFactory(URL...) - Constructor for class org.apache.tiles.autotag.core.QDoxTemplateSuiteFactory
Constructor.

S

SAME_NAME - Static variable in annotation type org.apache.tiles.autotag.core.runtime.annotation.Parameter
Indicates to use the parameter name itself for the exported name.
setClassesOutputLocator(OutputLocator) - Method in class org.apache.tiles.autotag.generate.TemplateGeneratorBuilder
Sets the classes output directory.
setDocumentation(String) - Method in class org.apache.tiles.autotag.model.TemplateClass
Sets the documentation for this class.
setDocumentation(String) - Method in class org.apache.tiles.autotag.model.TemplateMethod
Sets the documentation for this method.
setDocumentation(String) - Method in class org.apache.tiles.autotag.model.TemplateParameter
Sets the documentation for this parameter.
setRequestClass(String) - Method in class org.apache.tiles.autotag.core.QDoxTemplateSuiteFactory
Sets the request class used by the suite.
setResourcesOutputLocator(OutputLocator) - Method in class org.apache.tiles.autotag.generate.TemplateGeneratorBuilder
Sets the resources output directory.
setSuiteDocumentation(String) - Method in class org.apache.tiles.autotag.core.QDoxTemplateSuiteFactory
Sets the suite documentation to assign to the suite.
setSuiteName(String) - Method in class org.apache.tiles.autotag.core.QDoxTemplateSuiteFactory
Sets the suite name to assign to the created suite.
splitOnNewlines(String) - Method in class org.apache.tiles.autotag.tool.StringTool
Creates a list of strings, separating a string when a newline is encountered.
StringTool - Class in org.apache.tiles.autotag.tool
A Velocity tools to manipulate strings.
StringTool() - Constructor for class org.apache.tiles.autotag.tool.StringTool
Constructor.

T

TagClassGenerator - Class in org.apache.tiles.autotag.jsp
Generates a tag class using a template class.
TagClassGenerator(VelocityEngine) - Constructor for class org.apache.tiles.autotag.jsp.TagClassGenerator
Constructor.
TemplateClass - Class in org.apache.tiles.autotag.model
It represents a parsed template class.
TemplateClass(String) - Constructor for class org.apache.tiles.autotag.model.TemplateClass
Constructor.
TemplateClass(String, String, String, TemplateMethod) - Constructor for class org.apache.tiles.autotag.model.TemplateClass
Constructor.
TemplateClassGenerator - Interface in org.apache.tiles.autotag.generate
Generates code from a parsed class.
TemplateGenerator - Interface in org.apache.tiles.autotag.generate
Generates all the code for a template suite.
TemplateGeneratorBuilder - Class in org.apache.tiles.autotag.generate
TemplateGeneratorFactory - Interface in org.apache.tiles.autotag.generate
Creates a new template generator.
TemplateMethod - Class in org.apache.tiles.autotag.model
It represents a parsed method in a parsed template class.
TemplateMethod(String, Iterable<? extends TemplateParameter>) - Constructor for class org.apache.tiles.autotag.model.TemplateMethod
Constructor.
TemplateParameter - Class in org.apache.tiles.autotag.model
It represents a parameter in a method in a parsed template class.
TemplateParameter(String, String, String, String, boolean, boolean) - Constructor for class org.apache.tiles.autotag.model.TemplateParameter
Constructor.
TemplateSuite - Class in org.apache.tiles.autotag.model
It represents a suite of template classes.
TemplateSuite(String, String) - Constructor for class org.apache.tiles.autotag.model.TemplateSuite
Constructor.
TemplateSuite(String, String, Iterable<? extends TemplateClass>) - Constructor for class org.apache.tiles.autotag.model.TemplateSuite
Constructor.
TemplateSuiteFactory - Interface in org.apache.tiles.autotag.model
Creates a new template suite.
TemplateSuiteGenerator - Interface in org.apache.tiles.autotag.generate
Generates code from a template suite.
TLDGenerator - Class in org.apache.tiles.autotag.jsp
Generates the TLD file, using a template suite.
TLDGenerator(VelocityEngine) - Constructor for class org.apache.tiles.autotag.jsp.TLDGenerator
Constructor.
toString() - Method in class org.apache.tiles.autotag.model.TemplateClass
 
toString() - Method in class org.apache.tiles.autotag.model.TemplateMethod
 
toString() - Method in class org.apache.tiles.autotag.model.TemplateParameter
 
toString() - Method in class org.apache.tiles.autotag.model.TemplateSuite
 

V

VelocityDirectiveGenerator - Class in org.apache.tiles.autotag.velocity
Generates a Velocity directive using a template class.
VelocityDirectiveGenerator(VelocityEngine) - Constructor for class org.apache.tiles.autotag.velocity.VelocityDirectiveGenerator
Constructor.
VelocityPropertiesGenerator - Class in org.apache.tiles.autotag.velocity
Generates a Velocity properties containing the list of generated user directives for future use.
VelocityPropertiesGenerator(VelocityEngine) - Constructor for class org.apache.tiles.autotag.velocity.VelocityPropertiesGenerator
Constructor.
VelocityTemplateGeneratorFactory - Class in org.apache.tiles.autotag.velocity
Creates a template generator that generates code to build Velocity code around template classes.
VelocityTemplateGeneratorFactory(OutputLocator, OutputLocator, VelocityEngine, TemplateGeneratorBuilder) - Constructor for class org.apache.tiles.autotag.velocity.VelocityTemplateGeneratorFactory
Constructor.

W

write(char[], int, int) - Method in class org.apache.tiles.autotag.core.runtime.util.NullWriter
A B C D E F G H I J M N O P Q S T V W 

Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.