Alphabetical Index

A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractContext - class org.apache.velocity.context.AbstractContext
This class is the abstract base class for all conventional Velocity Context implementations.
AbstractContext() - constructor for class org.apache.velocity.context.AbstractContext
default CTOR
AbstractContext(org.apache.velocity.context.Context) - constructor for class org.apache.velocity.context.AbstractContext
Chaining constructor accepts a Context argument.
AbstractExecutor - class org.apache.velocity.runtime.parser.node.AbstractExecutor
Abstract class that is used to execute an arbitrary method that is in introspected.
add(int,Object) - method in class org.apache.velocity.anakia.NodeList
add(Method) - method in class org.apache.velocity.util.introspection.MethodMap
Add a method to a list of methods by name.
add(Object) - method in class org.apache.velocity.anakia.NodeList
add_escapes(String) - method in class org.apache.velocity.runtime.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAll(Collection) - method in class org.apache.velocity.anakia.NodeList
addAll(int,Collection) - method in class org.apache.velocity.anakia.NodeList
addEntries(Hashtable) - method in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
Copy all the entries into the entryDirectory It will overwrite any duplicate keys.
addEscapes(String) - static method in class org.apache.velocity.runtime.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEventHandler(org.apache.velocity.app.event.EventHandler) - method in class org.apache.velocity.app.event.EventCartridge
Adds an event handler(s) to the Cartridge.
addFile(String) - method in class org.apache.velocity.runtime.directive.ParseDirectiveException
Add a file to the filename stack
AdditiveExpression() - method in class org.apache.velocity.runtime.parser.Parser
addNamespace(String) - method in class org.apache.velocity.runtime.VelocimacroManager
adds a namespace to the namespaces
addNewAllowed - field in class org.apache.velocity.runtime.VelocimacroFactory
controls if new VMs can be added.
addObject(Object) - method in class org.apache.velocity.app.FieldMethodizer
Add an Object to methodize
addObject(String) - method in class org.apache.velocity.app.FieldMethodizer
Add the Name of the class to methodize
addProperty(String,Object) - method in class org.apache.velocity.runtime.configuration.Configuration
Add a property to the configuration.
addProperty(String,Object) - static method in class org.apache.velocity.runtime.Runtime
Add a property to the configuration.
addProperty(String,Object) - method in class org.apache.velocity.runtime.RuntimeInstance
Add a property to the configuration.
addProperty(String,Object) - method in class org.apache.velocity.runtime.RuntimeServices
Add a property to the configuration.
addProperty(String,Object) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Add a property to the configuration.
addProperty(String,Object) - static method in class org.apache.velocity.app.Velocity
Add a Velocity Runtime property.
addProperty(String,Object) - method in class org.apache.velocity.app.VelocityEngine
Add a Velocity Runtime property.
addStringProperty(String,String) - method in class org.apache.velocity.runtime.configuration.Configuration
Sets a string property w/o checking for commas - used internally when a property has been broken up into strings that could contain escaped commas to prevent the inadvertant vectorization.
addTemplateTestCases() - method in class org.apache.velocity.test.TemplateTestSuite
Adds the template test cases to run to this test suite.
addVelocimacro(String,String,argArray[],String) - static method in class org.apache.velocity.runtime.Runtime
Adds a new Velocimacro.
addVelocimacro(String,String,argArray[],String) - method in class org.apache.velocity.runtime.RuntimeInstance
Adds a new Velocimacro.
addVelocimacro(String,String,argArray[],String) - method in class org.apache.velocity.runtime.RuntimeServices
Adds a new Velocimacro.
addVelocimacro(String,String,argArray[],String) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Adds a new Velocimacro.
addVelocimacro(String,String,argArray[],String) - method in class org.apache.velocity.runtime.VelocimacroFactory
adds a macro to the factory.
addVM(String,String,argArray[],String) - method in class org.apache.velocity.runtime.VelocimacroManager
Adds a VM definition to the cache.
Used to put VMProxyArgs into this context.
adjustBeginLineColumn(int,int) - method in class org.apache.velocity.runtime.parser.VelocityCharStream
Method to adjust line and column numbers for the start of a token.
al - field in class org.apache.velocity.test.TemplateTestCase
allElements(Element) - method in class org.apache.velocity.anakia.TreeWalker
Creates a new Vector and walks the Element tree.
allEmpty(List) - method in class org.apache.velocity.util.StringUtils
Check to see if all the string objects passed in are empty.
allEmpty(Object[]) - method in class org.apache.velocity.test.provider.TestProvider
ALPHA_CHAR - static field in class org.apache.velocity.runtime.parser.ParserConstants
ALPHANUM_CHAR - static field in class org.apache.velocity.runtime.parser.ParserConstants
alternate() - method in class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
Alternates to the next in the list.
alternates - field in class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
MethodMap.AmbiguousException - class org.apache.velocity.util.introspection.MethodMap.AmbiguousException
simple distinguishable exception, used when we run across ambiguous overloading
AnakiaElement - class org.apache.velocity.anakia.AnakiaElement
A JDOM Element that is tailored for Anakia needs.
AnakiaElement(String) - constructor for class org.apache.velocity.anakia.AnakiaElement
This will create an AnakiaElement in no Namespace.
AnakiaElement(String,Namespace) - constructor for class org.apache.velocity.anakia.AnakiaElement
This will create a new AnakiaElement with the supplied (local) name, and define the Namespace to be used.
AnakiaElement(String,String) - constructor for class org.apache.velocity.anakia.AnakiaElement
This will create a new AnakiaElement with the supplied (local) name, and specifies the URI of the Namespace the Element should be in, resulting it being unprefixed (in the default namespace).
AnakiaElement(String,String,String) - constructor for class org.apache.velocity.anakia.AnakiaElement
This will create a new AnakiaElement with the supplied (local) name, and specifies the prefix and URI of the Namespace the Element should be in.
AnakiaJDOMFactory - class org.apache.velocity.anakia.AnakiaJDOMFactory
A customized JDOMFactory for Anakia that produces AnakiaElement instances instead of ordinary JDOM Element instances.
AnakiaJDOMFactory() - constructor for class org.apache.velocity.anakia.AnakiaJDOMFactory
AnakiaTask - class org.apache.velocity.anakia.AnakiaTask
The purpose of this Ant Task is to allow you to use Velocity as an XML transformation tool like XSLT is.
AnakiaTask() - constructor for class org.apache.velocity.anakia.AnakiaTask
Constructor creates the SAXBuilder.
AnakiaTestCase - class org.apache.velocity.test.AnakiaTestCase
This is a test case for Anakia.
AnakiaTestCase() - constructor for class org.apache.velocity.test.AnakiaTestCase
Creates a new instance.
applicationAttributes - field in class org.apache.velocity.runtime.RuntimeInstance
applyTo(String,Document) - method in class org.apache.velocity.anakia.XPathTool
Apply an XPath to a JDOM Document
applyTo(String,Element) - method in class org.apache.velocity.anakia.XPathTool
Apply an XPath to a JDOM Element
applyTo(String,List) - method in class org.apache.velocity.anakia.XPathTool
Apply an XPath to a nodeset
arg - field in class org.apache.velocity.runtime.parser.Parser.JJCalls
argarray - field in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
argArray - field in class org.apache.velocity.runtime.directive.VelocimacroProxy
argmap - field in class org.apache.velocity.runtime.visitor.VMReferenceMungeVisitor
Map containing VM arg to instance-use reference Passed in with CTOR
args - field in class org.apache.velocity.runtime.parser.node.GetExecutor
Container to hold the 'key' part of get(key).
array - field in class org.apache.velocity.util.ArrayIterator
The objects to iterate.
ArrayIterator - class org.apache.velocity.util.ArrayIterator
An Iterator wrapper for an Object[].
ArrayIterator(Object) - constructor for class org.apache.velocity.util.ArrayIterator
Creates a new iterator instance for the specified array.
assembleResourceLoaderInitializers() - method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
This will produce a List of Hashtables, each hashtable contains the intialization info for a particular resource loader.
Assignment() - method in class org.apache.velocity.runtime.parser.Parser
assureResultsDirectoryExists(String) - static method in class org.apache.velocity.test.BaseTestCase
Assures that the results directory exists.
ASTAddNode - class org.apache.velocity.runtime.parser.node.ASTAddNode
Handles integer addition of nodes Please look at the Parser.jjt file which is what controls the generation of this class.
ASTAddNode(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTAddNode
ASTAddNode(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTAddNode
ASTAndNode - class org.apache.velocity.runtime.parser.node.ASTAndNode
Please look at the Parser.jjt file which is what controls the generation of this class.
ASTAndNode(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTAndNode
ASTAndNode(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTAndNode
ASTAssignment - class org.apache.velocity.runtime.parser.node.ASTAssignment
ASTAssignment(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTAssignment
ASTAssignment(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTAssignment
ASTBlock - class org.apache.velocity.runtime.parser.node.ASTBlock
ASTBlock(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTBlock
ASTBlock(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTBlock
ASTComment - class org.apache.velocity.runtime.parser.node.ASTComment
ASTComment(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTComment
ASTComment(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTComment
ASTDirective - class org.apache.velocity.runtime.parser.node.ASTDirective
This class is responsible for handling the pluggable directives in VTL.
ASTDirective(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTDirective
ASTDirective(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTDirective
ASTDivNode - class org.apache.velocity.runtime.parser.node.ASTDivNode
Handles integer division of nodes Please look at the Parser.jjt file which is what controls the generation of this class.
ASTDivNode(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTDivNode
ASTDivNode(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTDivNode
ASTElseIfStatement - class org.apache.velocity.runtime.parser.node.ASTElseIfStatement
This class is responsible for handling the ElseIf VTL control statement.
ASTElseIfStatement(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTElseIfStatement
ASTElseIfStatement(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTElseIfStatement
ASTElseStatement - class org.apache.velocity.runtime.parser.node.ASTElseStatement
This class is responsible for handling the Else VTL control statement.
ASTElseStatement(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTElseStatement
ASTElseStatement(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTElseStatement
ASTEQNode - class org.apache.velocity.runtime.parser.node.ASTEQNode
Handles the equivalence operator == This operator requires that the LHS and RHS are both of the same Class.
ASTEQNode(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTEQNode
ASTEQNode(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTEQNode
ASTEscape - class org.apache.velocity.runtime.parser.node.ASTEscape
This class is responsible for handling Escapes in VTL.
ASTEscape(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTEscape
ASTEscape(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTEscape
ASTEscapedDirective - class org.apache.velocity.runtime.parser.node.ASTEscapedDirective
This class is responsible for handling EscapedDirectives in VTL.
ASTEscapedDirective(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTEscapedDirective
ASTEscapedDirective(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTEscapedDirective
ASTExpression - class org.apache.velocity.runtime.parser.node.ASTExpression
ASTExpression(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTExpression
ASTExpression(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTExpression
ASTFalse - class org.apache.velocity.runtime.parser.node.ASTFalse
ASTFalse(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTFalse
ASTFalse(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTFalse
ASTGENode - class org.apache.velocity.runtime.parser.node.ASTGENode
ASTGENode(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTGENode
ASTGENode(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTGENode
ASTGTNode - class org.apache.velocity.runtime.parser.node.ASTGTNode
ASTGTNode(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTGTNode
ASTGTNode(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTGTNode
ASTIdentifier - class org.apache.velocity.runtime.parser.node.ASTIdentifier
ASTIdentifier.java Method support for identifiers : $foo mainly used by ASTRefrence Introspection is now moved to 'just in time' or at render / execution time.
ASTIdentifier(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTIdentifier
ASTIdentifier(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTIdentifier
ASTIfStatement - class org.apache.velocity.runtime.parser.node.ASTIfStatement
Please look at the Parser.jjt file which is what controls the generation of this class.
ASTIfStatement(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTIfStatement
ASTIfStatement(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTIfStatement
ASTIncludeStatement - class org.apache.velocity.runtime.parser.node.ASTIncludeStatement
ASTIncludeStatement(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTIncludeStatement
ASTIncludeStatement(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTIncludeStatement
ASTIntegerRange - class org.apache.velocity.runtime.parser.node.ASTIntegerRange
handles the range 'operator' [ n ..
ASTIntegerRange(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTIntegerRange
ASTIntegerRange(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTIntegerRange
ASTLENode - class org.apache.velocity.runtime.parser.node.ASTLENode
ASTLENode(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTLENode
ASTLENode(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTLENode
ASTLTNode - class org.apache.velocity.runtime.parser.node.ASTLTNode
ASTLTNode(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTLTNode
ASTLTNode(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTLTNode
ASTMethod - class org.apache.velocity.runtime.parser.node.ASTMethod
ASTMethod.java Method support for references : $foo.method() NOTE : introspection is now done at render time.
ASTMethod(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTMethod
ASTMethod(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTMethod
ASTModNode - class org.apache.velocity.runtime.parser.node.ASTModNode
Handles integer modulus division Please look at the Parser.jjt file which is what controls the generation of this class.
ASTModNode(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTModNode
ASTModNode(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTModNode
ASTMulNode - class org.apache.velocity.runtime.parser.node.ASTMulNode
Handles integer multiplication Please look at the Parser.jjt file which is what controls the generation of this class.
ASTMulNode(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTMulNode
ASTMulNode(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTMulNode
ASTNENode - class org.apache.velocity.runtime.parser.node.ASTNENode
ASTNENode(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTNENode
ASTNENode(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTNENode
ASTNotNode - class org.apache.velocity.runtime.parser.node.ASTNotNode
ASTNotNode(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTNotNode
ASTNotNode(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTNotNode
ASTNumberLiteral - class org.apache.velocity.runtime.parser.node.ASTNumberLiteral
ASTNumberLiteral(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTNumberLiteral
ASTNumberLiteral(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTNumberLiteral
ASTObjectArray - class org.apache.velocity.runtime.parser.node.ASTObjectArray
ASTObjectArray(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTObjectArray
ASTObjectArray(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTObjectArray
ASTOrNode - class org.apache.velocity.runtime.parser.node.ASTOrNode
Please look at the Parser.jjt file which is what controls the generation of this class.
ASTOrNode(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTOrNode
ASTOrNode(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTOrNode
ASTParameters - class org.apache.velocity.runtime.parser.node.ASTParameters
ASTParameters(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTParameters
ASTParameters(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTParameters
ASTprocess - class org.apache.velocity.runtime.parser.node.ASTprocess
ASTprocess(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTprocess
ASTprocess(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTprocess
ASTReference - class org.apache.velocity.runtime.parser.node.ASTReference
This class is responsible for handling the references in VTL ($foo).
ASTReference(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTReference
ASTReference(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTReference
ASTSetDirective - class org.apache.velocity.runtime.parser.node.ASTSetDirective
Node for the #set directive
ASTSetDirective(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTSetDirective
ASTSetDirective(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTSetDirective
ASTStringLiteral - class org.apache.velocity.runtime.parser.node.ASTStringLiteral
ASTStringLiteral support.
ASTStringLiteral(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTStringLiteral
ASTStringLiteral(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTStringLiteral
ASTSubtractNode - class org.apache.velocity.runtime.parser.node.ASTSubtractNode
Handles integer subtraction of nodes (in #set() ) Please look at the Parser.jjt file which is what controls the generation of this class.
ASTSubtractNode(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTSubtractNode
ASTSubtractNode(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTSubtractNode
ASTText - class org.apache.velocity.runtime.parser.node.ASTText
ASTText(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTText
ASTText(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTText
ASTTrue - class org.apache.velocity.runtime.parser.node.ASTTrue
ASTTrue(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTTrue
ASTTrue(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTTrue
ASTVariable - class org.apache.velocity.runtime.parser.node.ASTVariable
ASTVariable(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTVariable
ASTVariable(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTVariable
ASTWord - class org.apache.velocity.runtime.parser.node.ASTWord
ASTWord(int) - constructor for class org.apache.velocity.runtime.parser.node.ASTWord
ASTWord(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.ASTWord
attachToContext(org.apache.velocity.context.Context) - method in class org.apache.velocity.app.event.EventCartridge
Attached the EventCartridge to the context Final because not something one should mess with lightly :)
A special subclass of XMLOutputter that will be used to output Attribute nodes.
autoFlush - field in class org.apache.velocity.io.VelocityWriter
autoReloadLibrary - field in class org.apache.velocity.runtime.VelocimacroFactory
determines if the libraries are auto-loaded when they change
available - field in class org.apache.velocity.runtime.parser.VelocityCharStream
AvalonLogSystem - class org.apache.velocity.runtime.log.AvalonLogSystem
Implementation of a Avalon logger.
AvalonLogSystem() - constructor for class org.apache.velocity.runtime.log.AvalonLogSystem
default CTOR.

B

backup(int) - method in class org.apache.velocity.runtime.parser.CharStream
Backs up the input stream by amount steps.
backup(int) - method in class org.apache.velocity.runtime.parser.VelocityCharStream
Backs up the input stream by amount steps.
bang() - method in class org.apache.velocity.test.provider.TestProvider
IntrospectorTestCase2.Bar - class org.apache.velocity.test.IntrospectorTestCase2.Bar
baseDir - field in class org.apache.velocity.anakia.AnakiaTask
the base directory
baseFileName - field in class org.apache.velocity.test.TemplateTestCase
The base file name of the template and comparison file (i.e.
basePath - field in class org.apache.velocity.runtime.configuration.Configuration
Base path of the configuration file used to create this Configuration object.
BaseTestCase - class org.apache.velocity.test.BaseTestCase
Base test case that provides a few utility methods for the rest of the tests.
BaseTestCase(String) - constructor for class org.apache.velocity.test.BaseTestCase
Default constructor.
BaseVisitor - class org.apache.velocity.runtime.visitor.BaseVisitor
This is the base class for all visitors.
beginLine, beginColumn, endLine, endColumn - field in class org.apache.velocity.runtime.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - method in class org.apache.velocity.runtime.parser.CharStream
Returns the next character that marks the beginning of the next token.
BeginToken() - method in class org.apache.velocity.runtime.parser.VelocityCharStream
Returns the next character that marks the beginning of the next token.
blather - field in class org.apache.velocity.runtime.parser.node.ASTSetDirective
blather - field in class org.apache.velocity.runtime.VelocimacroFactory
controls log output
BLOCK - static field in class org.apache.velocity.runtime.directive.DirectiveConstants
Block directive indicator
booleanMethod(boolean) - method in class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
BooleanPropertyExecutor - class org.apache.velocity.runtime.parser.node.BooleanPropertyExecutor
Handles discovery and valuation of a boolean object property, of the form public boolean is when executed.
BoolObj - class org.apache.velocity.test.provider.BoolObj
simple class to test boolean property introspection - can't use TestProvider as there is a get( String ) and that comes before isProperty in the search pattern
bufcolumn - field in class org.apache.velocity.runtime.parser.VelocityCharStream
buffer - field in class org.apache.velocity.runtime.parser.VelocityCharStream
bufferOverflow() - method in class org.apache.velocity.io.VelocityWriter
bufferSize - field in class org.apache.velocity.io.VelocityWriter
bufline - field in class org.apache.velocity.runtime.parser.VelocityCharStream
bufpos - field in class org.apache.velocity.runtime.parser.VelocityCharStream
bufsize - field in class org.apache.velocity.runtime.parser.VelocityCharStream
builder - field in class org.apache.velocity.anakia.AnakiaTask
SAXBuilder instance to use
byteMethod(byte) - method in class org.apache.velocity.test.IntrospectorTestCase.MethodProvider

C

cache - field in class org.apache.velocity.runtime.resource.ResourceCacheImpl
Cache storage, assumed to be thread-safe.
CACHE_MISS - static field in class org.apache.velocity.util.introspection.ClassMap
cachedClassNames - field in class org.apache.velocity.util.introspection.IntrospectorBase
Holds the qualified class names for the classes we hold in the classMethodMaps hash
CACHEDUMP_MSG - static field in class org.apache.velocity.util.introspection.Introspector
define a public string so that it can be looked for if interested
ClassMap.CacheMiss - class org.apache.velocity.util.introspection.ClassMap.CacheMiss
calcDistance(Object[],Class[]) - method in class org.apache.velocity.util.introspection.MethodMap
Calculates the distance, expressed as a vector of inheritance steps, between the calling args and the method args.
callerReference - field in class org.apache.velocity.runtime.directive.VMProxyArg
the reference we are proxying for
callingArgs - field in class org.apache.velocity.runtime.directive.VelocimacroProxy
callingArgTypes - field in class org.apache.velocity.runtime.directive.VelocimacroProxy
canAddVelocimacro(String,String) - method in class org.apache.velocity.runtime.VelocimacroFactory
determines if a given macro/namespace (name, source) combo is allowed to be added
capitalizeFirstLetter(String) - static method in class org.apache.velocity.util.StringUtils
Capitalize the first letter but leave the rest as they are.
cb - field in class org.apache.velocity.io.VelocityWriter
characterMethod(char) - method in class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
CharStream - interface org.apache.velocity.runtime.parser.CharStream
This interface describes a character stream that maintains line and column number positions of the characters.
checkPrimitive(Class,Class) - method in class org.apache.velocity.util.introspection.MethodMap
check for primitive and widening.
Child - class org.apache.velocity.test.provider.Child
Rudimentary class used in the testbed to test introspection with subclasses of a particular class.
children - field in class org.apache.velocity.runtime.parser.node.SimpleNode
childrenAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.Node
childrenAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.SimpleNode
Accept the visitor.
chop(String,int) - static method in class org.apache.velocity.util.StringUtils
Chop i characters off the end of a string.
chop(String,int) - method in class org.apache.velocity.test.provider.TestProvider
Chop i characters off the end of a string.
chop(String,int,String) - static method in class org.apache.velocity.util.StringUtils
Chop i characters off the end of a string.
classHash - field in class org.apache.velocity.app.FieldMethodizer
Hold the class objects by field name
ClassloaderChangeTest - class org.apache.velocity.test.ClassloaderChangeTest
Tests if we can hand Velocity an arbitrary class for logging.
ClassloaderChangeTest() - constructor for class org.apache.velocity.test.ClassloaderChangeTest
Default constructor.
ClassMap - class org.apache.velocity.util.introspection.ClassMap
A cache of introspection information for a specific class instance.
ClassMap() - constructor for class org.apache.velocity.util.introspection.ClassMap
ClassMap(Class) - constructor for class org.apache.velocity.util.introspection.ClassMap
Standard constructor
classMethodMaps - field in class org.apache.velocity.util.introspection.IntrospectorBase
Holds the method maps for the classes we know about, keyed by Class object.
className - field in class org.apache.velocity.runtime.resource.loader.ResourceLoader
Class name for this loader, for logging/debuggin purposes.
ClasspathResourceLoader - class org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
ClasspathResourceLoader is a simple loader that will load templates from the classpath.
ClasspathResourceTest - class org.apache.velocity.test.ClasspathResourceTest
Load templates from the Classpath.
ClasspathResourceTest() - constructor for class org.apache.velocity.test.ClasspathResourceTest
Default constructor.
clazz - field in class org.apache.velocity.util.introspection.ClassMap
Class passed into the constructor used to as the basis for the Method map.
cleanup() - method in class org.apache.velocity.texen.ant.Texen
A hook method called at the end of execute() which can be overridden to perform any necessary cleanup activities (such as the release of database connections, etc.).
cleanup() - method in class org.apache.velocity.texen.ant.TexenTask
A hook method called at the end of execute() which can be overridden to perform any necessary cleanup activities (such as the release of database connections, etc.).
clear() - method in class org.apache.velocity.anakia.NodeList
clear() - method in class org.apache.velocity.io.VelocityWriter
Discard the output buffer.
clearCache() - method in class org.apache.velocity.util.introspection.Introspector
Clears the classmap and classname caches, and logs that we did so
clearCache() - method in class org.apache.velocity.util.introspection.IntrospectorBase
Clears the classmap and classname caches
clearNodeScope(org.apache.velocity.runtime.parser.node.Node) - method in class org.apache.velocity.runtime.parser.JJTParserState
clearProperty(String) - method in class org.apache.velocity.runtime.configuration.Configuration
Clear a property in the configuration.
clearProperty(String) - static method in class org.apache.velocity.runtime.Runtime
Clear the values pertaining to a particular property.
clearProperty(String) - method in class org.apache.velocity.runtime.RuntimeInstance
Clear the values pertaining to a particular property.
clearProperty(String) - method in class org.apache.velocity.runtime.RuntimeServices
Clear the values pertaining to a particular property.
clearProperty(String) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Clear the values pertaining to a particular property.
clearProperty(String) - static method in class org.apache.velocity.app.Velocity
Clear a Velocity Runtime property.
clearProperty(String) - method in class org.apache.velocity.app.VelocityEngine
Clear a Velocity Runtime property.
clearStateVars() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
Clears all state variables, resets to start values, clears stateStack.
clone() - method in class org.apache.velocity.anakia.NodeList
Returns a NodeList that contains the same nodes as this node list.
clone() - method in class org.apache.velocity.VelocityContext
Clones this context object.
cloneNodes() - method in class org.apache.velocity.anakia.NodeList
close() - method in class org.apache.velocity.runtime.resource.loader.JarHolder
close() - method in class org.apache.velocity.io.VelocityWriter
Close the stream.
closeDbConnection(Connection) - method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
Closes connection to the datasource
closeJar(String) - method in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
Closes a Jar file and set its URLConnection to null.
closeNodeScope(org.apache.velocity.runtime.parser.node.Node,int) - method in class org.apache.velocity.runtime.parser.JJTParserState
CMP_FILE_EXT - static field in class org.apache.velocity.test.ClasspathResourceTest
Comparison file extension.
CMP_FILE_EXT - static field in class org.apache.velocity.test.MultiLoaderTestCase
Comparison file extension.
CMP_FILE_EXT - static field in class org.apache.velocity.test.MultipleFileResourcePathTest
Comparison file extension.
CMP_FILE_EXT - static field in class org.apache.velocity.test.TemplateTestBase
Comparison file extension.
collapseNewlines(String) - static method in class org.apache.velocity.util.StringUtils
Remove/collapse multiple newline characters.
collapseSpaces(String) - static method in class org.apache.velocity.util.StringUtils
Remove/collapse multiple spaces.
column - field in class org.apache.velocity.runtime.directive.Directive
column - field in class org.apache.velocity.runtime.parser.VelocityCharStream
combine(org.apache.velocity.runtime.configuration.Configuration) - method in class org.apache.velocity.runtime.configuration.Configuration
Combines an existing Hashtable with this Hashtable.
COMMA - static field in class org.apache.velocity.runtime.parser.ParserConstants
Comment() - method in class org.apache.velocity.runtime.parser.Parser
commonInit(org.apache.velocity.runtime.RuntimeServices,ExtendedProperties) - method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
This initialization is used by all resource loaders and must be called to set up common properties shared by all resource loaders
CommonsExtPropTestCase - class org.apache.velocity.test.CommonsExtPropTestCase
Tests for the Commons ExtendedProperties class.
CommonsExtPropTestCase() - constructor for class org.apache.velocity.test.CommonsExtPropTestCase
Creates a new instance.
compare1 - field in class org.apache.velocity.test.VelocityAppTestCase
COMPARE_DIR - static field in class org.apache.velocity.test.AnakiaTestCase
COMPARE_DIR - static field in class org.apache.velocity.test.ClasspathResourceTest
Results relative to the build directory.
COMPARE_DIR - static field in class org.apache.velocity.test.CommonsExtPropTestCase
Comparison directory.
COMPARE_DIR - static field in class org.apache.velocity.test.ConfigurationTestCase
Comparison directory.
COMPARE_DIR - static field in class org.apache.velocity.test.MultiLoaderTestCase
Results relative to the build directory.
COMPARE_DIR - static field in class org.apache.velocity.test.MultipleFileResourcePathTest
Results relative to the build directory.
COMPARE_DIR - static field in class org.apache.velocity.test.TemplateTestBase
Results relative to the build directory.
COMPARE_DIR - static field in class org.apache.velocity.test.TexenClasspathTestCase
Directory where comparison output is stored.
COMPARE_DIR - static field in class org.apache.velocity.test.TexenTestCase
Directory where comparison output is stored.
Compiler - class org.apache.velocity.runtime.compiler.Compiler
The start of a velocity template compiler.
computableReference - field in class org.apache.velocity.runtime.parser.node.ASTReference
concat(List) - method in class org.apache.velocity.util.StringUtils
Concatenates a list of objects as a String.
concat(List) - method in class org.apache.velocity.test.provider.TestProvider
concat(Object[]) - method in class org.apache.velocity.test.provider.TestProvider
concat(String,String) - method in class org.apache.velocity.test.provider.TestProvider
ConditionalAndExpression() - method in class org.apache.velocity.runtime.parser.Parser
ConditionalOrExpression() - method in class org.apache.velocity.runtime.parser.Parser
Configuration - class org.apache.velocity.runtime.configuration.Configuration
This class extends normal Java properties by adding the possibility to use the same key many times concatenating the value strings instead of overwriting them.
configuration - field in class org.apache.velocity.runtime.RuntimeInstance
Object that houses the configuration options for the velocity runtime.
Configuration() - constructor for class org.apache.velocity.runtime.configuration.Configuration
Creates an empty extended properties object.
Configuration(String) - constructor for class org.apache.velocity.runtime.configuration.Configuration
Creates and loads the extended properties from the specified file.
Configuration(String,String) - constructor for class org.apache.velocity.runtime.configuration.Configuration
Creates and loads the extended properties from the specified file.
ConfigurationTestCase - class org.apache.velocity.test.ConfigurationTestCase
Tests for the Configuration class.
ConfigurationTestCase() - constructor for class org.apache.velocity.test.ConfigurationTestCase
Creates a new instance.
configureEmail() - method in class org.apache.velocity.runtime.log.Log4JLogSystem
Configures the logging to email
configureFile() - method in class org.apache.velocity.runtime.log.Log4JLogSystem
Configures the logging to a file.
configureRemote() - method in class org.apache.velocity.runtime.log.Log4JLogSystem
Configures the logging to a remote server
configureSyslog() - method in class org.apache.velocity.runtime.log.Log4JLogSystem
Configures the logging to syslogd
conn - field in class org.apache.velocity.runtime.resource.loader.JarHolder
constant - field in class org.apache.velocity.runtime.directive.VMProxyArg
by default, we are dynamic.
contains(Object) - method in class org.apache.velocity.anakia.NodeList
containsAll(Collection) - method in class org.apache.velocity.anakia.NodeList
containsKey(Object) - method in class org.apache.velocity.context.AbstractContext
Indicates whether the specified key is in the context.
containsKey(Object) - method in class org.apache.velocity.context.Context
Indicates whether the specified key is in the context.
containsKey(Object) - method in class org.apache.velocity.context.InternalContextAdapterImpl
Indicates whether the specified key is in the context.
containsKey(Object) - method in class org.apache.velocity.context.VMContext
not yet impl
CONTENT_TYPE - static field in class org.apache.velocity.servlet.VelocityServlet
The HTTP content type context key.
ContentResource - class org.apache.velocity.runtime.resource.ContentResource
This class represent a general text resource that may have been retrieved from any number of possible sources.
ContentResource() - constructor for class org.apache.velocity.runtime.resource.ContentResource
Default empty constructor
context - field in class org.apache.velocity.runtime.visitor.BaseVisitor
Context used during traversal
context - field in class org.apache.velocity.context.InternalContextAdapterImpl
the user data Context that we are wrapping
Context - interface org.apache.velocity.context.Context
Interface describing the application data context.
context - field in class org.apache.velocity.test.TemplateTestCase
context - field in class org.apache.velocity.VelocityContext
Storage for key/value pairs.
context - field in class org.apache.velocity.app.tools.VelocityFormatter
context1 - field in class org.apache.velocity.test.TemplateTestCase
context2 - field in class org.apache.velocity.test.TemplateTestCase
contextData - field in class org.apache.velocity.util.introspection.IntrospectionCacheData
contextProperties - field in class org.apache.velocity.texen.ant.Texen
These are properties that are fed into the initial context from a properties file.
contextProperties - field in class org.apache.velocity.texen.ant.TexenTask
These are properties that are fed into the initial context from a properties file.
contextPropertiesFile - field in class org.apache.velocity.texen.ant.Texen
Reference to the context properties that is held until processing in the execute() method.
contextReference - field in class org.apache.velocity.runtime.directive.VMProxyArg
our identity in the current context
ContextSafetyTestCase - class org.apache.velocity.test.ContextSafetyTestCase
Tests if we are context safe : can we switch objects in the context and re-merge the template safely.
ContextSafetyTestCase() - constructor for class org.apache.velocity.test.ContextSafetyTestCase
controlContext - field in class org.apache.velocity.texen.Generator
Context used for generating the texen output.
controlTemplate - field in class org.apache.velocity.texen.ant.Texen
This is the control template that governs the output.
controlTemplate - field in class org.apache.velocity.texen.ant.TexenTask
This is the control template that governs the output.
convert(String) - method in class org.apache.velocity.convert.WebMacro
Iterate through the set of find/replace regexes that will convert a given WM template to a VM template
convertName(String) - method in class org.apache.velocity.convert.WebMacro
Simple extension conversion of .wm to .vm
convertProperties(Properties) - static method in class org.apache.velocity.runtime.configuration.Configuration
Convert a standard properties class into a configuration class.
convertTemplate(String) - method in class org.apache.velocity.convert.WebMacro
Apply find/replace regexes to our WM template
COUNTER_INITIAL_VALUE - static field in class org.apache.velocity.runtime.RuntimeConstants
Initial counter value in #foreach directives.
COUNTER_NAME - static field in class org.apache.velocity.runtime.RuntimeConstants
Initial counter value in #foreach directives.
counterInitialValue - field in class org.apache.velocity.runtime.directive.Foreach
What value to start the loop counter at.
counterName - field in class org.apache.velocity.runtime.directive.Foreach
The name of the variable to use when placing the counter value into the context.
createClassMap(Class) - method in class org.apache.velocity.util.introspection.IntrospectorBase
Creates a class map for specific class and registers it in the cache.
createContext(HttpServletRequest,HttpServletResponse) - method in class org.apache.velocity.servlet.VelocityServlet
Returns a context suitable to pass to the handleRequest() method

Default implementation will create a VelocityContext object, put the HttpServletRequest and HttpServletResponse into the context accessable via the keys VelocityServlet.REQUEST and VelocityServlet.RESPONSE, respectively.
createLogSystem(org.apache.velocity.runtime.RuntimeServices) - static method in class org.apache.velocity.runtime.log.LogManager
Creates a new logging system or returns an existing one specified by the application.
createNewParser() - method in class org.apache.velocity.runtime.RuntimeInstance
Returns a JavaCC generated Parser.
createNewParser() - static method in class org.apache.velocity.runtime.RuntimeSingleton
Returns a JavaCC generated Parser.
createVelocimacro(String) - method in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
ctext - field in class org.apache.velocity.runtime.parser.node.ASTText
ctx - field in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
curChar - field in class org.apache.velocity.runtime.parser.ParserTokenManager
curLexState - field in class org.apache.velocity.runtime.parser.ParserTokenManager
current - field in class org.apache.velocity.util.SimplePool
index of previous to next free slot
current - field in class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
currentResource - field in class org.apache.velocity.context.InternalContextBase
Current resource - used for carrying encoding and other information down into the rendering process
currentTemplateName - field in class org.apache.velocity.runtime.parser.Parser
Name of current template we are parsing.
currentToken - field in class org.apache.velocity.runtime.parser.ParseException
This is the last token that has been consumed successfully.

D

data - field in class org.apache.velocity.runtime.resource.Resource
Resource might require ancillary storage of some kind
dataSource - field in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
dataSourceName - field in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
DataSourceResourceLoader - class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
This is a simple template file loader that loads templates from a DataSource instead of plain files.
debug(Object) - static method in class org.apache.velocity.runtime.Runtime
Log a debug message.
debug(Object) - method in class org.apache.velocity.runtime.RuntimeInstance
Log a debug message.
debug(Object) - method in class org.apache.velocity.runtime.RuntimeServices
Log a debug message.
debug(Object) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Log a debug message.
debug(Object) - static method in class org.apache.velocity.app.Velocity
Log a debug message.
debug(Object) - method in class org.apache.velocity.app.VelocityEngine
Log a debug message.
DEBUG_ID - static field in class org.apache.velocity.runtime.log.LogSystem
Prefix for debug messages.
DEBUG_ON - static field in class org.apache.velocity.runtime.log.LogSystem
DEBUG_PREFIX - static field in class org.apache.velocity.runtime.RuntimeConstants
Log message prefixes
debugMode - static field in class org.apache.velocity.runtime.directive.Macro
debugPrint - field in class org.apache.velocity.runtime.parser.ParserTokenManager
debugStream - field in class org.apache.velocity.runtime.parser.ParserTokenManager
DEFAULT - static field in class org.apache.velocity.runtime.parser.ParserConstants
DEFAULT_BUFFER - static field in class org.apache.velocity.io.VelocityWriter
constant indicating that the Writer is buffered and is using the implementation default buffer size
DEFAULT_CONTENT_TYPE - static field in class org.apache.velocity.servlet.VelocityServlet
The default content type for the response
DEFAULT_OUTPUT_ENCODING - static field in class org.apache.velocity.servlet.VelocityServlet
Encoding for the output stream
DEFAULT_OUTPUTTER - static field in class org.apache.velocity.anakia.AnakiaElement
DEFAULT_OUTPUTTER - static field in class org.apache.velocity.anakia.NodeList
DEFAULT_RUNTIME_DIRECTIVES - static field in class org.apache.velocity.runtime.RuntimeConstants
Default Runtime properties
DEFAULT_RUNTIME_PROPERTIES - static field in class org.apache.velocity.runtime.RuntimeConstants
Default Runtime properties.
DEFAULT_TEXEN_PROPERTIES - static field in class org.apache.velocity.texen.Generator
Default properties file used for controlling the tools placed in the context.
defaultCharBufferSize - static field in class org.apache.velocity.io.VelocityWriter
defaultContentType - static field in class org.apache.velocity.servlet.VelocityServlet
The default content type.
defaultLexState - field in class org.apache.velocity.runtime.parser.ParserTokenManager
defaults - field in class org.apache.velocity.runtime.configuration.Configuration
Default configurations repository.
DELIMITER - static field in class org.apache.velocity.runtime.configuration.Configuration.PropertiesTokenizer
The property delimiter used while parsing (a comma).
deprecationCrutch - field in class org.apache.velocity.runtime.configuration.Configuration
depthCount - field in class org.apache.velocity.runtime.directive.ParseDirectiveException
destDir - field in class org.apache.velocity.anakia.AnakiaTask
the destination directory
DIGIT - static field in class org.apache.velocity.runtime.parser.ParserConstants
directive - field in class org.apache.velocity.runtime.parser.node.ASTDirective
Directive - class org.apache.velocity.runtime.directive.Directive
Base class for all directives used in Velocity.
DIRECTIVE - static field in class org.apache.velocity.runtime.parser.ParserConstants
Directive() - method in class org.apache.velocity.runtime.parser.Parser
Supports the Pluggable Directives #foo( arg+ )
DIRECTIVE_CHAR - static field in class org.apache.velocity.runtime.parser.ParserConstants
DIRECTIVE_TERMINATOR - static field in class org.apache.velocity.runtime.parser.ParserConstants
DirectiveArg() - method in class org.apache.velocity.runtime.parser.Parser
Supports the arguments for the Pluggable Directives We add whitespace in here as a token so the VMs can easily reconstruct a macro body from the token stream See Directive()
DirectiveConstants - interface org.apache.velocity.runtime.directive.DirectiveConstants
Base class for all directives used in Velocity.
directiveName - field in class org.apache.velocity.runtime.parser.node.ASTDirective
directives - field in class org.apache.velocity.runtime.parser.Parser
This Hashtable contains a list of all of the dynamic directives.
disable_tracing() - method in class org.apache.velocity.runtime.parser.Parser
discover(Class,String) - method in class org.apache.velocity.runtime.parser.node.BooleanPropertyExecutor
discover(Class,String) - method in class org.apache.velocity.runtime.parser.node.PropertyExecutor
display() - method in class org.apache.velocity.runtime.configuration.Configuration
Display the configuration for debugging purposes.
distance - field in class org.apache.velocity.util.introspection.MethodMap.Twonk
DIVIDE - static field in class org.apache.velocity.runtime.parser.ParserConstants
document - field in class org.apache.velocity.test.view.TemplateNodeView
Root of the AST node structure that results from parsing a template.
doException() - method in class org.apache.velocity.test.MethodInvocationExceptionTest
doGet(HttpServletRequest,HttpServletResponse) - method in class org.apache.velocity.servlet.VelocityServlet
Handles GET - calls doRequest()
doIntrospection(Class) - method in class org.apache.velocity.runtime.parser.node.ASTIdentifier
introspects the class to find the method name of the node, or if that fails, treats the reference object as a map and treats the identifier as a key in that map.
does the instrospection of the class for the method needed.
DOLLAR - static field in class org.apache.velocity.runtime.parser.ParserConstants
DOLLARBANG - static field in class org.apache.velocity.runtime.parser.ParserConstants
Done() - method in class org.apache.velocity.runtime.parser.CharStream
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
Done() - method in class org.apache.velocity.runtime.parser.VelocityCharStream
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
doPost(HttpServletRequest,HttpServletResponse) - method in class org.apache.velocity.servlet.VelocityServlet
Handle a POST request - calls doRequest()
doRequest(HttpServletRequest,HttpServletResponse) - method in class org.apache.velocity.servlet.VelocityServlet
Handles all requests
DOT - static field in class org.apache.velocity.runtime.parser.ParserConstants
DOUBLE_ESCAPE - static field in class org.apache.velocity.runtime.parser.ParserConstants
DOUBLEDOT - static field in class org.apache.velocity.runtime.parser.ParserConstants
doubleMethod(double) - method in class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
dump(String) - method in class org.apache.velocity.runtime.parser.node.SimpleNode
dumps the log messages this logger is holding into a new logger
dumpNamespace(String) - method in class org.apache.velocity.runtime.VelocimacroManager
Removes the VMs and the namespace from the manager.
dumpVMNamespace(String) - static method in class org.apache.velocity.runtime.Runtime
tells the vmFactory to dump the specified namespace.
dumpVMNamespace(String) - method in class org.apache.velocity.runtime.RuntimeInstance
tells the vmFactory to dump the specified namespace.
dumpVMNamespace(String) - method in class org.apache.velocity.runtime.RuntimeServices
tells the vmFactory to dump the specified namespace.
dumpVMNamespace(String) - static method in class org.apache.velocity.runtime.RuntimeSingleton
tells the vmFactory to dump the specified namespace.
dumpVMNamespace(String) - method in class org.apache.velocity.runtime.VelocimacroFactory
tells the vmManager to dump the specified namespace

E

element(String) - method in class org.apache.velocity.anakia.AnakiaJDOMFactory
element(String,Namespace) - method in class org.apache.velocity.anakia.AnakiaJDOMFactory
element(String,String) - method in class org.apache.velocity.anakia.AnakiaJDOMFactory
element(String,String,String) - method in class org.apache.velocity.anakia.AnakiaJDOMFactory
elementKey - field in class org.apache.velocity.runtime.directive.Foreach
The reference name used to access each of the elements in the list object.
ELSE_DIRECTIVE - static field in class org.apache.velocity.runtime.parser.ParserConstants
ELSEIF_DIRECTIVE - static field in class org.apache.velocity.runtime.parser.ParserConstants
ElseIfStatement() - method in class org.apache.velocity.runtime.parser.Parser
ElseStatement() - method in class org.apache.velocity.runtime.parser.Parser
enable_tracing() - method in class org.apache.velocity.runtime.parser.Parser
encoding - field in class org.apache.velocity.runtime.resource.Resource
Character encoding of this resource
encoding - static field in class org.apache.velocity.servlet.VelocityServlet
The encoding to use when generating outputing.
ENCODING_DEFAULT - static field in class org.apache.velocity.runtime.RuntimeConstants
EncodingTestCase - class org.apache.velocity.test.EncodingTestCase
Tests input encoding handling.
EncodingTestCase() - constructor for class org.apache.velocity.test.EncodingTestCase
END - static field in class org.apache.velocity.runtime.parser.ParserConstants
ensureDirectoryFor(File) - method in class org.apache.velocity.anakia.AnakiaTask
create directories as needed
entryDirectory - field in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
Maps entries to the parent JAR File Key = the entry *excluding* plain directories Value = the JAR URL
enum - field in class org.apache.velocity.util.EnumerationIterator
The enumeration to iterate.
enumerateKeys() - method in class org.apache.velocity.runtime.resource.ResourceCache
returns an Iterator of Keys in the cache
enumerateKeys() - method in class org.apache.velocity.runtime.resource.ResourceCacheImpl
EnumerationIterator - class org.apache.velocity.util.EnumerationIterator
An Iterator wrapper for an Enumeration.
EnumerationIterator(Enumeration) - constructor for class org.apache.velocity.util.EnumerationIterator
Creates a new iteratorwrapper instance for the specified Enumeration.
EOF - static field in class org.apache.velocity.runtime.parser.ParserConstants
eol - field in class org.apache.velocity.runtime.parser.ParseException
The end of line string for this machine.
EOL - static field in class org.apache.velocity.util.StringUtils
Line separator for the OS we are operating on.
EOL_LENGTH - static field in class org.apache.velocity.util.StringUtils
Length of the line separator.
EqualityExpression() - method in class org.apache.velocity.runtime.parser.Parser
EQUALS - static field in class org.apache.velocity.runtime.parser.ParserConstants
equals(Object) - method in class org.apache.velocity.anakia.NodeList
Tests for equality with another object.
ERR_MSG_FRAGMENT - static field in class org.apache.velocity.texen.ant.Texen
This message fragment (telling users to consult the log or invoke ant with the -debug flag) is appended to rethrown exception messages.
ERR_MSG_FRAGMENT - static field in class org.apache.velocity.texen.ant.TexenTask
This message fragment (telling users to consult the log or invoke ant with the -debug flag) is appended to rethrown exception messages.
error(HttpServletRequest,HttpServletResponse,Exception) - method in class org.apache.velocity.servlet.VelocityServlet
Invoked when there is an error thrown in any part of doRequest() processing.
error(Object) - static method in class org.apache.velocity.runtime.Runtime
Log an error message.
error(Object) - method in class org.apache.velocity.runtime.RuntimeInstance
Log an error message.
error(Object) - method in class org.apache.velocity.runtime.RuntimeServices
Log an error message.
error(Object) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Log an error message.
error(Object) - static method in class org.apache.velocity.app.Velocity
Log an error message.
error(Object) - method in class org.apache.velocity.app.VelocityEngine
Log an error message.
ERROR_ID - static field in class org.apache.velocity.runtime.log.LogSystem
Prefix for error messages.
ERROR_PREFIX - static field in class org.apache.velocity.runtime.RuntimeConstants
errorCode - field in class org.apache.velocity.runtime.parser.TokenMgrError
Indicates the reason why the exception is thrown.
errorCondition - field in class org.apache.velocity.Template
ERRORMSG_END - static field in class org.apache.velocity.runtime.RuntimeConstants
Ending tag for error messages triggered by passing a parameter not allowed in the #include directive.
ERRORMSG_START - static field in class org.apache.velocity.runtime.RuntimeConstants
Starting tag for error messages triggered by passing a parameter not allowed in the #include directive.
Escape - class org.apache.velocity.anakia.Escape
This class is for escaping CDATA sections.
ESCAPE - static field in class org.apache.velocity.runtime.parser.ParserConstants
Escape() - constructor for class org.apache.velocity.anakia.Escape
Empty constructor
Escape() - method in class org.apache.velocity.runtime.parser.Parser
Used to catch and process escape sequences in grammatical constructs as escapes outside of VTL are just characters.
ESCAPE_DIRECTIVE - static field in class org.apache.velocity.runtime.parser.ParserConstants
escaped - field in class org.apache.velocity.runtime.parser.node.ASTReference
EscapedDirective() - method in class org.apache.velocity.runtime.parser.Parser
used to separate the notion of a valid directive that has been escaped, versus something that looks like a directive and is just schmoo.
escapedDirective(String) - method in class org.apache.velocity.runtime.parser.Parser
Produces a processed output for an escaped control or pluggable directive
escPrefix - field in class org.apache.velocity.runtime.parser.node.ASTReference
Renders the input stream using the context into the output writer.
Renders the input stream using the context into the output writer.
evaluate(org.apache.velocity.context.Context,Writer,String,Reader) - static method in class org.apache.velocity.app.Velocity
Renders the input reader using the context into the output writer.
Renders the input reader using the context into the output writer.
evaluate(org.apache.velocity.context.Context,Writer,String,String) - static method in class org.apache.velocity.app.Velocity
renders the input string using the context into the output writer.
renders the input string using the context into the output writer.
evaluate(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTAndNode
logical and : null && right = false left && null = false null && null = false
evaluate(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTElseIfStatement
An ASTElseStatement is true if the expression it contains evaluates to true.
evaluate(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTElseStatement
An ASTElseStatement always evaluates to true.
evaluate(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTEQNode
Calculates the value of the logical expression arg1 == arg2 All class types are supported.
evaluate(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTExpression
evaluate(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTFalse
evaluate(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTGENode
evaluate(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTGTNode
evaluate(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTLENode
evaluate(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTLTNode
evaluate(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTNENode
evaluate(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTNotNode
evaluate(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTOrNode
the logical or : the rule : left || null -> left null || right -> right null || null -> false left || right -> left || right
evaluate(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTReference
Computes boolean value of this reference Returns the actual value of reference return type boolean, and 'true' if value is not null
evaluate(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTTrue
evaluate(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.Node
evaluate(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.SimpleNode
eventCartridge - field in class org.apache.velocity.context.InternalContextBase
EventCartridge we are to carry.
EventCartridge - class org.apache.velocity.app.event.EventCartridge
'Package' of event handlers...
EventHandler - interface org.apache.velocity.app.event.EventHandler
Base interface for all event handlers
EventHandlingTestCase - class org.apache.velocity.test.EventHandlingTestCase
Tests event handling
EventHandlingTestCase() - constructor for class org.apache.velocity.test.EventHandlingTestCase
Default constructor.
exceptionSwitch - field in class org.apache.velocity.test.EventHandlingTestCase
execute() - method in class org.apache.velocity.anakia.AnakiaTask
Main body of the application
execute() - method in class org.apache.velocity.texen.ant.Texen
Execute the input script with Velocity
execute() - method in class org.apache.velocity.texen.ant.TexenTask
Execute the input script with Velocity
execute(Object,org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.AbstractExecutor
Execute method against context.
execute(Object,org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTIdentifier
invokes the method on the object passed in
execute(Object,org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTMethod
invokes the method.
execute(Object,org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTReference
gets an Object that 'is' the value of the reference
execute(Object,org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.GetExecutor
Execute method against context.
execute(Object,org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.Node
execute(Object,org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.PropertyExecutor
Execute method against context.
execute(Object,org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.SimpleNode
ExpandBuff(boolean) - method in class org.apache.velocity.runtime.parser.VelocityCharStream
expectedTokenSequences - field in class org.apache.velocity.runtime.parser.ParseException
Each entry in this array is an array of integers.
Expression() - method in class org.apache.velocity.runtime.parser.Parser
extension - field in class org.apache.velocity.anakia.AnakiaTask
the default output extension is .html
ExternalLoggerTest - class org.apache.velocity.test.ExternalLoggerTest
Tests if we can hand Velocity an arbitrary class for logging.
ExternalLoggerTest() - constructor for class org.apache.velocity.test.ExternalLoggerTest
Default constructor.
extractPath(String) - method in class org.apache.velocity.convert.WebMacro
Gets the path segment of the full path to a file (i.e.

F

failures - field in class org.apache.velocity.test.IntrospectorTestCase
FALSE - static field in class org.apache.velocity.runtime.parser.ParserConstants
False() - method in class org.apache.velocity.runtime.parser.Parser
fieldHash - field in class org.apache.velocity.app.FieldMethodizer
Hold the field objects by field name
FieldMethodizer - class org.apache.velocity.app.FieldMethodizer
This is a small utility class allow easy access to static fields in a class, such as string constants.
FieldMethodizer() - constructor for class org.apache.velocity.app.FieldMethodizer
Allow object to be initialized without any data.
FieldMethodizer(Object) - constructor for class org.apache.velocity.app.FieldMethodizer
Constructor that takes as it's arg a living object to methodize.
FieldMethodizer(String) - constructor for class org.apache.velocity.app.FieldMethodizer
Constructor that takes as it's arg the name of the class to methodize.
file - field in class org.apache.velocity.runtime.configuration.Configuration
The file connected to this repository (holding comments and such).
file(String) - static method in class org.apache.velocity.texen.util.FileUtil
A method to get a File object.
file(String,String) - static method in class org.apache.velocity.texen.util.FileUtil
A method to get a File object.
FILE_EXT - static field in class org.apache.velocity.test.AnakiaTestCase
FILE_RESOURCE_LOADER_CACHE - static field in class org.apache.velocity.runtime.RuntimeConstants
The public handle for turning the caching on in the FileResourceLoader.
FILE_RESOURCE_LOADER_PATH - static field in class org.apache.velocity.test.MultiLoaderTestCase
Path for templates.
FILE_RESOURCE_LOADER_PATH - static field in class org.apache.velocity.runtime.RuntimeConstants
The public handle for setting a path in the FileResourceLoader.
FILE_RESOURCE_LOADER_PATH - static field in class org.apache.velocity.test.TemplateTestBase
Path for templates.
FILE_RESOURCE_LOADER_PATH1 - static field in class org.apache.velocity.test.MultipleFileResourcePathTest
Path for templates.
FILE_RESOURCE_LOADER_PATH2 - static field in class org.apache.velocity.test.MultipleFileResourcePathTest
Path for templates.
fileContentsToString(String) - static method in class org.apache.velocity.util.StringUtils
Read the contents of a file and place them in a string object.
fileDepth - field in class org.apache.velocity.runtime.parser.ParserTokenManager
filenameStack - field in class org.apache.velocity.runtime.directive.ParseDirectiveException
FileResourceLoader - class org.apache.velocity.runtime.resource.loader.FileResourceLoader
A loader for templates stored on the file system.
fileSeparator - field in class org.apache.velocity.runtime.configuration.Configuration
File separator.
fileSeparator - field in class org.apache.velocity.texen.ant.Texen
Path separator.
fileSeparator - field in class org.apache.velocity.texen.ant.TexenTask
Path separator.
FileUtil - class org.apache.velocity.texen.util.FileUtil
A general file utility for use in the context
FillBuff() - method in class org.apache.velocity.runtime.parser.VelocityCharStream
fillContextDefaults(org.apache.velocity.context.Context) - method in class org.apache.velocity.texen.Generator
Add properties that will aways be in the context by default
Add all the contents of a Hashtable to the context.
fillContextProperties(org.apache.velocity.context.Context) - method in class org.apache.velocity.texen.Generator
Add objects to the context from the current properties.
finalize() - method in class org.apache.velocity.runtime.log.Log4JLogSystem
Also do a shutdown if the object is destroy()'d.
finalize() - method in class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
Also do a shutdown if the object is destroy()'d.
find(Object) - static method in class org.apache.velocity.test.IntrospectorTestCase2.Tester
find(Object) - static method in class org.apache.velocity.test.IntrospectorTestCase2.Tester2
find(String,Object[]) - method in class org.apache.velocity.util.introspection.MethodMap
Find a method.
findClass(String) - method in class org.apache.velocity.test.TestClassloader
findMethod(String,Object[]) - method in class org.apache.velocity.util.introspection.ClassMap
Find a Method using the methodKey provided.
findTemplate(String,String) - method in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
Try to find a template given a normalized path.
first - field in class org.apache.velocity.runtime.parser.Parser.JJCalls
first, last - field in class org.apache.velocity.runtime.parser.node.SimpleNode
firstLetterCaps(String) - static method in class org.apache.velocity.util.StringUtils
Makes the first letter caps and the rest lowercase.
floatMethod(float) - method in class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
flush() - method in class org.apache.velocity.io.VelocityWriter
Flush the stream.
flushBuffer() - method in class org.apache.velocity.io.VelocityWriter
Flush the output buffer to the underlying character stream, without flushing the stream itself.
flushed - field in class org.apache.velocity.io.VelocityWriter
IntrospectorTestCase2.Foo - class org.apache.velocity.test.IntrospectorTestCase2.Foo
fooClass - field in class org.apache.velocity.test.TestClassloader
Foreach - class org.apache.velocity.runtime.directive.Foreach
Foreach directive used for moving through arrays, or objects that provide an Iterator.
FORMAL_COMMENT - static field in class org.apache.velocity.runtime.parser.ParserConstants
FORMAL_REFERENCE - static field in class org.apache.velocity.runtime.parser.node.ASTReference
formatArray(Object) - method in class org.apache.velocity.app.tools.VelocityFormatter
Formats an array into the form "A, B and C".
formatArray(Object,String) - method in class org.apache.velocity.app.tools.VelocityFormatter
Formats an array into the form "A<delim>B<delim>C".
formatArray(Object,String,String) - method in class org.apache.velocity.app.tools.VelocityFormatter
Formats an array into the form "A<delim>B<finaldelim>C".
formatLongDate(Date) - method in class org.apache.velocity.app.tools.VelocityFormatter
Formats a date in 'long' style.
formatLongDateTime(Date) - method in class org.apache.velocity.app.tools.VelocityFormatter
Formats a date/time in 'long' style.
formatShortDate(Date) - method in class org.apache.velocity.app.tools.VelocityFormatter
Formats a date in 'short' style.
formatShortDateTime(Date) - method in class org.apache.velocity.app.tools.VelocityFormatter
Formats a date/time in 'short' style.
formatVector(Vector) - method in class org.apache.velocity.app.tools.VelocityFormatter
Formats a vector into the form "A, B and C".
formatVector(Vector,String) - method in class org.apache.velocity.app.tools.VelocityFormatter
Formats a vector into the form "A<delim>B<delim>C".
formatVector(Vector,String,String) - method in class org.apache.velocity.app.tools.VelocityFormatter
Formats a vector into the form "Adelim>B<finaldelim>C".
fromLibrary - field in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry

G

gen - field in class org.apache.velocity.runtime.parser.Parser.JJCalls
GENERALSTATIC - field in class org.apache.velocity.runtime.directive.VMProxyArg
in the event our type is switched - we don't care really what it is
generateParseException() - method in class org.apache.velocity.runtime.parser.Parser
Generator - class org.apache.velocity.texen.Generator
A text/code generator class
Generator() - constructor for class org.apache.velocity.texen.Generator
Default constructor.
Generator(Properties) - constructor for class org.apache.velocity.texen.Generator
Create a new Generator object with a given property set.
Generator(String) - constructor for class org.apache.velocity.texen.Generator
Create a new generator object with properties loaded from a file.
get() - method in class org.apache.velocity.util.SimplePool
Get an object from the pool, null if the pool is empty.
get(int) - method in class org.apache.velocity.anakia.NodeList
get(Object) - method in class org.apache.velocity.runtime.resource.ResourceCache
retrieves a Resource from the cache
get(Object) - method in class org.apache.velocity.runtime.resource.ResourceCacheImpl
get(String) - method in class org.apache.velocity.context.AbstractContext
Gets the value corresponding to the provided key from the context.
get(String) - method in class org.apache.velocity.context.Context
Gets the value corresponding to the provided key from the context.
get(String) - method in class org.apache.velocity.app.FieldMethodizer
Accessor method to get the fields by name.
get(String) - method in class org.apache.velocity.context.InternalContextAdapterImpl
Gets the value corresponding to the provided key from the context.
get(String) - method in class org.apache.velocity.util.introspection.MethodMap
Return a list of methods with the same name.
get(String) - method in class org.apache.velocity.test.provider.TestProvider
Test the ability of vel to use a get(key) method for any object type, not just one that implements the Map interface.
get(String) - method in class org.apache.velocity.context.VMContext
Impl of the Context.gut() method.
get(String,String) - method in class org.apache.velocity.runtime.VelocimacroManager
gets a new living VelocimacroProxy object by the name / source template duple
getAccessibleMethods(Class) - static method in class org.apache.velocity.util.introspection.ClassMap
Retrieves public methods for a class.
Recursively finds a match for each method, starting with the class, and then searching the superclass and interfaces.
getApplicationAttribute(Object) - method in class org.apache.velocity.runtime.RuntimeInstance
getApplicationAttribute(Object) - method in class org.apache.velocity.runtime.RuntimeServices
getArgArray(org.apache.velocity.runtime.parser.node.Node) - static method in class org.apache.velocity.runtime.directive.Macro
creates an array containing the literal strings in the macro arguement
getArgArray(org.apache.velocity.runtime.parser.node.Node) - method in class org.apache.velocity.runtime.directive.VelocimacroProxy
gets the args to the VM from the instance-use AST
getArray() - method in class org.apache.velocity.test.provider.TestProvider
getASTAsStringArray(org.apache.velocity.runtime.parser.node.Node) - static method in class org.apache.velocity.runtime.directive.Macro
Returns an array of the literal rep of the AST
getAttributes() - method in class org.apache.velocity.anakia.AnakiaElement
This returns the complete set of attributes for this element, as a NodeList of Attribute objects in no particular order, or an empty list if there are none.
getAutoload() - method in class org.apache.velocity.runtime.VelocimacroFactory
get the switch for automatic reloading of global library-based VMs
getBaseContext() - method in class org.apache.velocity.context.InternalContextAdapterImpl
Returns the base context that we are wrapping.
getBaseContext() - method in class org.apache.velocity.context.InternalWrapperContext
returns the base full context impl
getBaseContext() - method in class org.apache.velocity.context.VMContext
returns the base full context impl
getBeginColumn() - method in class org.apache.velocity.runtime.parser.CharStream
Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
getBeginColumn() - method in class org.apache.velocity.runtime.parser.VelocityCharStream
Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
getBeginLine() - method in class org.apache.velocity.runtime.parser.CharStream
Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
getBeginLine() - method in class org.apache.velocity.runtime.parser.VelocityCharStream
Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
getBlather() - method in class org.apache.velocity.runtime.VelocimacroFactory
get output message mode
getBoolean(String) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a boolean associated with the given configuration key.
getBoolean(String,Boolean) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a boolean associated with the given configuration key.
getBoolean(String,boolean) - static method in class org.apache.velocity.runtime.Runtime
Boolean property accessor method to hide the configuration implementation.
getBoolean(String,boolean) - method in class org.apache.velocity.runtime.RuntimeInstance
Boolean property accessor method to hide the configuration implementation.
getBoolean(String,boolean) - method in class org.apache.velocity.runtime.RuntimeServices
Boolean property accessor method to hide the configuration implementation.
getBoolean(String,boolean) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Boolean property accessor method to hide the configuration implementation.
getBufferSize() - method in class org.apache.velocity.io.VelocityWriter
This method returns the size of the buffer used by the JspWriter.
getByte(String) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a byte associated with the given configuration key.
getByte(String,Byte) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a byte associated with the given configuration key.
getCachedClass() - method in class org.apache.velocity.util.introspection.ClassMap
getCallerReference() - method in class org.apache.velocity.runtime.directive.VMProxyArg
getChainedContext() - method in class org.apache.velocity.context.AbstractContext
returns innerContext if one is chained
getChild() - method in class org.apache.velocity.test.provider.TestProvider
getChildren() - method in class org.apache.velocity.anakia.AnakiaElement
This returns a NodeList of all the child elements nested directly (one level deep) within this element, as Element objects.
getChildren(String) - method in class org.apache.velocity.anakia.AnakiaElement
This returns a NodeList of all the child elements nested directly (one level deep) within this element with the given local name and belonging to no namespace, returned as Element objects.
getChildren(String,Namespace) - method in class org.apache.velocity.anakia.AnakiaElement
This returns a NodeList of all the child elements nested directly (one level deep) within this element with the given local name and belonging to the given Namespace, returned as Element objects.
getClassName() - method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
Return the class name of this resource Loader
getColumn() - method in class org.apache.velocity.runtime.parser.CharStream
Returns the column position of the character last read.
getColumn() - method in class org.apache.velocity.runtime.directive.Directive
for log msg purposes
getColumn() - method in class org.apache.velocity.runtime.parser.node.Node
getColumn() - method in class org.apache.velocity.runtime.parser.node.SimpleNode
getColumn() - method in class org.apache.velocity.runtime.parser.VelocityCharStream
getConfiguration() - static method in class org.apache.velocity.runtime.Runtime
Return the velocity runtime configuration object.
getConfiguration() - method in class org.apache.velocity.runtime.RuntimeInstance
Return the velocity runtime configuration object.
getConfiguration() - method in class org.apache.velocity.runtime.RuntimeServices
Return the velocity runtime configuration object.
getConfiguration() - static method in class org.apache.velocity.runtime.RuntimeSingleton
Return the velocity runtime configuration object.
getContent() - method in class org.apache.velocity.anakia.AnakiaElement
This returns the full content of the element as a NodeList which may contain objects of type String, Element, Comment, ProcessingInstruction, CDATA, and EntityRef.
getContent(String) - static method in class org.apache.velocity.runtime.Runtime
Returns a static content resource from the resource manager.
getContent(String) - method in class org.apache.velocity.runtime.RuntimeInstance
Returns a static content resource from the resource manager.
getContent(String) - method in class org.apache.velocity.runtime.RuntimeServices
Returns a static content resource from the resource manager.
getContent(String) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Returns a static content resource from the resource manager.
getContent(String,String) - static method in class org.apache.velocity.runtime.Runtime
Returns a static content resource from the resource manager.
getContent(String,String) - method in class org.apache.velocity.runtime.RuntimeInstance
Returns a static content resource from the resource manager.
getContent(String,String) - method in class org.apache.velocity.runtime.RuntimeServices
Returns a static content resource from the resource manager.
getContent(String,String) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Returns a static content resource from the resource manager.
getContext(Hashtable) - method in class org.apache.velocity.texen.Generator
Create a new context and fill it with the elements of the objs Hashtable.
getContextProperties() - method in class org.apache.velocity.texen.ant.Texen
Get the context properties that will be fed into the initial context be the generating process starts.
getContextProperties() - method in class org.apache.velocity.texen.ant.TexenTask
Get the context properties that will be fed into the initial context be the generating process starts.
getContextReference() - method in class org.apache.velocity.runtime.directive.VMProxyArg
getControlTemplate() - method in class org.apache.velocity.texen.ant.Texen
Get the control template for the generating process.
getControlTemplate() - method in class org.apache.velocity.texen.ant.TexenTask
Get the control template for the generating process.
getCurrentResource() - method in class org.apache.velocity.context.InternalContextAdapterImpl
temporary fix to enable #include() to figure out current encoding.
getCurrentResource() - method in class org.apache.velocity.context.InternalContextBase
temporary fix to enable #include() to figure out current encoding.
getCurrentResource() - method in class org.apache.velocity.context.InternalHousekeepingContext
temporary fix to enable #include() to figure out current encoding.
getCurrentResource() - method in class org.apache.velocity.context.VMContext
temporary fix to enable #include() to figure out current encoding.
getCurrentTemplateName() - method in class org.apache.velocity.context.InternalContextAdapterImpl
get the current template name
getCurrentTemplateName() - method in class org.apache.velocity.context.InternalContextBase
get the current template name
getCurrentTemplateName() - method in class org.apache.velocity.context.InternalHousekeepingContext
get the current template name
getCurrentTemplateName() - method in class org.apache.velocity.context.VMContext
get the current template name
getCustomers() - method in class org.apache.velocity.test.provider.TestProvider
getCustomers2() - method in class org.apache.velocity.test.provider.TestProvider
getData() - method in class org.apache.velocity.runtime.resource.Resource
Get arbitrary data object that might be used by the resource.
getDirective(String) - method in class org.apache.velocity.runtime.parser.Parser
This method gets a Directive from the directives Hashtable
getDirectiveName() - method in class org.apache.velocity.runtime.parser.node.ASTDirective
Gets the name of this directive.
getDouble(String) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a double associated with the given configuration key.
getDouble(String,Double) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a double associated with the given configuration key.
getEmptyList() - method in class org.apache.velocity.test.provider.TestProvider
getEncoding() - method in class org.apache.velocity.runtime.resource.Resource
get the encoding of this resource for example, "ISO-8859-1"
getEndColumn() - method in class org.apache.velocity.runtime.parser.CharStream
Returns the column number of the last character for current token (being matched after the last call to BeginTOken).
getEndColumn() - method in class org.apache.velocity.runtime.parser.VelocityCharStream
Returns the column number of the last character for current token (being matched after the last call to BeginTOken).
getEndLine() - method in class org.apache.velocity.runtime.parser.CharStream
Returns the line number of the last character for current token (being matched after the last call to BeginTOken).
getEndLine() - method in class org.apache.velocity.runtime.parser.VelocityCharStream
Returns the line number of the last character for current token (being matched after the last call to BeginTOken).
getEntries() - method in class org.apache.velocity.runtime.resource.loader.JarHolder
getEventCartridge() - method in class org.apache.velocity.context.InternalContextAdapterImpl
getEventCartridge() - method in class org.apache.velocity.context.InternalContextBase
getEventCartridge() - method in class org.apache.velocity.context.InternalEventContext
getEventCartridge() - method in class org.apache.velocity.context.VMContext
GetExecutor - class org.apache.velocity.runtime.parser.node.GetExecutor
Executor that simply tries to execute a get(key) operation.
GetExecutor(org.apache.velocity.runtime.RuntimeServices,Class,String) - constructor for class org.apache.velocity.runtime.parser.node.GetExecutor
Default constructor.
getExtendedProperties() - method in class org.apache.velocity.runtime.configuration.Configuration
Routine intended for deprecation period only as we switch from using the Configuration class in Velocity to the Jakarta Commons ExtendedProperties

Do not use this for general use.

getFileName(String,String,String) - static method in class org.apache.velocity.test.BaseTestCase
Concatenates the file name parts together appropriately.
getFirstToken() - method in class org.apache.velocity.runtime.parser.node.Node
getFirstToken() - method in class org.apache.velocity.runtime.parser.node.SimpleNode
getFloat(String) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a float associated with the given configuration key.
getFloat(String,Float) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a float associated with the given configuration key.
getFoo() - method in class org.apache.velocity.test.MethodInvocationExceptionTest
getFoo() - method in class org.apache.velocity.test.provider.TestProvider
getFromLibrary() - method in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
getHashtable() - method in class org.apache.velocity.test.provider.TestProvider
GetImage() - method in class org.apache.velocity.runtime.parser.CharStream
Returns a string made up of characters from the marked token beginning to the current buffer position.
GetImage() - method in class org.apache.velocity.runtime.parser.VelocityCharStream
Returns a string made up of characters from the marked token beginning to the current buffer position.
getInclude() - method in class org.apache.velocity.runtime.configuration.Configuration
Gets the property value for including other properties files.
getInfo() - method in class org.apache.velocity.runtime.parser.node.Node
getInfo() - method in class org.apache.velocity.runtime.parser.node.SimpleNode
getInstance() - static method in class org.apache.velocity.texen.Generator
Create a new generator object with default properties.
getInt(String) - method in class org.apache.velocity.runtime.configuration.Configuration
The purpose of this method is to get the configuration resource with the given name as an integer.
getInt(String) - static method in class org.apache.velocity.runtime.Runtime
Int property accessor method to hide the configuration implementation.
getInt(String) - method in class org.apache.velocity.runtime.RuntimeInstance
Int property accessor method to hide the configuration implementation.
getInt(String) - method in class org.apache.velocity.runtime.RuntimeServices
Int property accessor method to hide the configuration implementation.
getInt(String) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Int property accessor method to hide the configuration implementation.
getInt(String,int) - method in class org.apache.velocity.runtime.configuration.Configuration
The purpose of this method is to get the configuration resource with the given name as an integer, or a default value.
getInt(String,int) - static method in class org.apache.velocity.runtime.Runtime
Int property accessor method to hide the configuration implementation.
getInt(String,int) - method in class org.apache.velocity.runtime.RuntimeInstance
Int property accessor method to hide the configuration implementation.
getInt(String,int) - method in class org.apache.velocity.runtime.RuntimeServices
Int property accessor method to hide the configuration implementation.
getInt(String,int) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Int property accessor method to hide the configuration implementation.
getInteger(String) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a int associated with the given configuration key.
getInteger(String,int) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a int associated with the given configuration key.
getInteger(String,Integer) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a int associated with the given configuration key.
getInternalUserContext() - method in class org.apache.velocity.context.InternalContextAdapterImpl
returns the user data context that we are wrapping
getInternalUserContext() - method in class org.apache.velocity.context.InternalWrapperContext
returns the wrapped user context
getInternalUserContext() - method in class org.apache.velocity.context.VMContext
return the inner / user context
getIntrospector() - method in class org.apache.velocity.runtime.RuntimeInstance
Return the Introspector for this instance
getIntrospector() - method in class org.apache.velocity.runtime.RuntimeServices
getIntrospector() - static method in class org.apache.velocity.runtime.RuntimeSingleton
Return the Introspector for this RuntimeInstance
returns an Iterator to the collection in the #foreach()
getKeys() - method in class org.apache.velocity.context.AbstractContext
Get all the keys for the values in the context
getKeys() - method in class org.apache.velocity.runtime.configuration.Configuration
Get the list of the keys contained in the configuration repository.
getKeys() - method in class org.apache.velocity.context.Context
Get all the keys for the values in the context
getKeys() - method in class org.apache.velocity.context.InternalContextAdapterImpl
Get all the keys for the values in the context
getKeys() - method in class org.apache.velocity.context.VMContext
impl badly
getKeys(String) - method in class org.apache.velocity.runtime.configuration.Configuration
Get the list of the keys contained in the configuration repository that match the specified prefix.
getLastModified() - method in class org.apache.velocity.runtime.resource.Resource
Return the lastModifed time of this template.
getLastModified(org.apache.velocity.runtime.resource.Resource) - method in class org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
Defaults to return 0
getLastModified(org.apache.velocity.runtime.resource.Resource) - method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
getLastModified(org.apache.velocity.runtime.resource.Resource) - method in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
Get the last modified time of the InputStream source that was used to create the template.
getLastModified(org.apache.velocity.runtime.resource.Resource) - method in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
getLastModified(org.apache.velocity.runtime.resource.Resource) - method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
Get the last modified time of the InputStream source that was used to create the template.
getLastToken() - method in class org.apache.velocity.runtime.parser.node.Node
getLastToken() - method in class org.apache.velocity.runtime.parser.node.SimpleNode
getLeftHandSide() - method in class org.apache.velocity.runtime.parser.node.ASTSetDirective
returns the ASTReference that is the LHS of the set statememt
getLibraryName(String,String) - method in class org.apache.velocity.runtime.VelocimacroManager
getLine() - method in class org.apache.velocity.runtime.parser.CharStream
Returns the line number of the character last read.
getLine() - method in class org.apache.velocity.runtime.directive.Directive
for log msg purposes
getLine() - method in class org.apache.velocity.runtime.parser.node.Node
getLine() - method in class org.apache.velocity.runtime.parser.node.SimpleNode
getLine() - method in class org.apache.velocity.runtime.parser.VelocityCharStream
getList() - method in class org.apache.velocity.anakia.NodeList
Retrieves the underlying list used to store the nodes.
getList() - method in class org.apache.velocity.test.provider.TestProvider
getLoader(org.apache.velocity.runtime.RuntimeServices,String) - static method in class org.apache.velocity.runtime.resource.loader.ResourceLoaderFactory
Gets the loader specified in the configuration file.
getLoaderNameForResource(String) - method in class org.apache.velocity.runtime.resource.ResourceManager
Determines is a template exists, and returns name of the loader that provides it.
getLoaderNameForResource(String) - method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Determines is a template exists, and returns name of the loader that provides it.
getLoaderNameForResource(String) - static method in class org.apache.velocity.runtime.Runtime
Determines is a template exists, and returns name of the loader that provides it.
getLoaderNameForResource(String) - method in class org.apache.velocity.runtime.RuntimeInstance
Determines is a template exists, and returns name of the loader that provides it.
getLoaderNameForResource(String) - method in class org.apache.velocity.runtime.RuntimeServices
Determines is a template exists, and returns name of the loader that provides it.
getLoaderNameForResource(String) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Determines is a template exists, and returns name of the loader that provides it.
getLong(String) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a long associated with the given configuration key.
getLong(String,Long) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a long associated with the given configuration key.
getMax() - method in class org.apache.velocity.util.SimplePool
Return the size of the pool
getMenu() - method in class org.apache.velocity.test.provider.TestProvider
getMessage() - method in class org.apache.velocity.runtime.directive.ParseDirectiveException
Get a message.
getMessage() - method in class org.apache.velocity.runtime.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - method in class org.apache.velocity.runtime.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMethod(Class,String,Object[]) - method in class org.apache.velocity.util.introspection.Introspector
Gets the method defined by name and params for the Class c.
getMethod(Class,String,Object[]) - method in class org.apache.velocity.util.introspection.IntrospectorBase
Gets the method defined by name and params for the Class c.
getMethodName() - method in class org.apache.velocity.exception.MethodInvocationException
Returns the name of the method that threw the exception
getModificationCheckInterval() - method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
Get the interval at which the InputStream source should be checked for modifications.
getName() - method in class org.apache.velocity.test.provider.Child
getName() - method in class org.apache.velocity.runtime.directive.Directive
Return the name of this directive
getName() - method in class org.apache.velocity.runtime.directive.Foreach
Return name of this directive.
getName() - method in class org.apache.velocity.runtime.directive.Include
Return name of this directive.
getName() - method in class org.apache.velocity.runtime.directive.Literal
Return name of this directive.
getName() - method in class org.apache.velocity.runtime.directive.Macro
Return name of this directive.
getName() - method in class org.apache.velocity.runtime.directive.Parse
Return name of this directive.
getName() - method in class org.apache.velocity.test.provider.Person
getName() - method in class org.apache.velocity.runtime.resource.Resource
Get the name of this template.
getName() - method in class org.apache.velocity.test.provider.TestProvider
getName() - method in class org.apache.velocity.runtime.directive.VelocimacroProxy
Return name of this Velocimacro.
getNamespace(String) - method in class org.apache.velocity.runtime.VelocimacroManager
returns the hash for the specified namespace.
getNamespace(String,boolean) - method in class org.apache.velocity.runtime.VelocimacroManager
returns the hash for the specified namespace, and if it doesn't exist will create a new one and add it to the namespaces
getNextToken() - method in class org.apache.velocity.runtime.parser.Parser
getNextToken() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
getNodeTree() - method in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
getNodeTree() - method in class org.apache.velocity.runtime.directive.VMProxyArg
getNumArgs() - method in class org.apache.velocity.runtime.directive.VelocimacroProxy
returns the number of ars needed for this VM
getObject(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.directive.VMProxyArg
returns the value of the reference.
getOutputDirectory() - method in class org.apache.velocity.texen.ant.Texen
Get the output directory.
getOutputDirectory() - method in class org.apache.velocity.texen.ant.TexenTask
Get the output directory.
getOutputFile() - method in class org.apache.velocity.texen.ant.Texen
Get the output file for the generation process.
getOutputFile() - method in class org.apache.velocity.texen.ant.TexenTask
Get the output file for the generation process.
getOutputPath() - method in class org.apache.velocity.texen.Generator
Get the output path for the generated output.
getPackageAsPath(String) - static method in class org.apache.velocity.util.StringUtils
Return a package name as a relative path name
getPerson() - method in class org.apache.velocity.test.provider.TestProvider
getProject() - method in class org.apache.velocity.texen.ant.Texen
Get the Ant project which will be non-null if this bean is used as a Task and adapted by the Ant TaskAdapter.
getProperties(String) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a list of properties associated with the given configuration key.
getProperties(String,Properties) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a list of properties associated with the given configuration key.
getProperty(String) - method in class org.apache.velocity.runtime.configuration.Configuration
Gets a property from the configuration.
getProperty(String) - static method in class org.apache.velocity.runtime.Runtime
Allows an external caller to get a property.
getProperty(String) - method in class org.apache.velocity.runtime.RuntimeInstance
Allows an external caller to get a property.
getProperty(String) - method in class org.apache.velocity.runtime.RuntimeServices
Allows an external caller to get a property.
getProperty(String) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Allows an external caller to get a property.
getProperty(String) - static method in class org.apache.velocity.app.Velocity
Get a Velocity Runtime property.
getProperty(String) - method in class org.apache.velocity.app.VelocityEngine
Get a Velocity Runtime property.
getPublicMethod(Class,String,Class[]) - static method in class org.apache.velocity.util.introspection.ClassMap
Looks up the method with specified name and signature in the first public superclass or implemented interface of the class.
getPublicMethod(Method) - static method in class org.apache.velocity.util.introspection.ClassMap
For a given method, retrieves its publicly accessible counterpart.
getReferenceName() - method in class org.apache.velocity.exception.MethodInvocationException
Retrieves the name of the reference that caused the exception
getRelativePath(String) - method in class org.apache.velocity.anakia.AnakiaTask
Hacky method to figure out the relative path that we are currently in.
getRelSearches() - method in class org.apache.velocity.test.provider.TestProvider
getRemaining() - method in class org.apache.velocity.io.VelocityWriter
getResource(String) - method in class org.apache.velocity.runtime.resource.loader.JarHolder
getResource(String,int) - static method in class org.apache.velocity.runtime.resource.ResourceFactory
getResource(String,int) - method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Gets the named resource.
getResource(String,int,String) - method in class org.apache.velocity.runtime.resource.ResourceManager
Gets the named resource.
getResource(String,int,String) - method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Gets the named resource.
getResourceLoader() - method in class org.apache.velocity.runtime.resource.Resource
Return the template loader that pulled in the template stream
getResourceStream(String) - method in class org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - method in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - method in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
Get the InputStream that the Runtime will parse to create a template.
getRightHandSide() - method in class org.apache.velocity.runtime.parser.node.ASTSetDirective
returns the RHS Node of the set statement
getRoot() - method in class org.apache.velocity.runtime.parser.node.ASTReference
getRootString() - method in class org.apache.velocity.runtime.parser.node.ASTReference
Returns the 'root string', the reference key
getRuntimeInstance() - static method in class org.apache.velocity.runtime.RuntimeSingleton
returns the RuntimeInstance object for this singleton For internal use only :)
getRuntimeServices() - static method in class org.apache.velocity.runtime.RuntimeSingleton
getSearch() - method in class org.apache.velocity.test.provider.TestProvider
getShort(String) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a short associated with the given configuration key.
getShort(String,Short) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a short associated with the given configuration key.
getSourceTemplate() - method in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
getStack() - method in class org.apache.velocity.test.provider.TestProvider
getStateFalse() - method in class org.apache.velocity.test.provider.TestProvider
getStateTrue() - method in class org.apache.velocity.test.provider.TestProvider
getStaticObject() - method in class org.apache.velocity.runtime.directive.VMProxyArg
getString(String) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a string associated with the given configuration key.
getString(String) - static method in class org.apache.velocity.runtime.Runtime
String property accessor method to hide the configuration implementation
getString(String) - method in class org.apache.velocity.runtime.RuntimeInstance
String property accessor method to hide the configuration implementation
getString(String) - method in class org.apache.velocity.runtime.RuntimeServices
String property accessor method to hide the configuration implementation
getString(String) - static method in class org.apache.velocity.runtime.RuntimeSingleton
String property accessor method to hide the configuration implementation
getString(String,String) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a string associated with the given configuration key.
getString(String,String) - static method in class org.apache.velocity.runtime.Runtime
String property accessor method with default to hide the configuration implementation.
getString(String,String) - method in class org.apache.velocity.runtime.RuntimeInstance
String property accessor method with default to hide the configuration implementation.
getString(String,String) - method in class org.apache.velocity.runtime.RuntimeServices
String property accessor method with default to hide the configuration implementation.
getString(String,String) - static method in class org.apache.velocity.runtime.RuntimeSingleton
String property accessor method with default to hide the configuration implementation.
getStringArray(String) - method in class org.apache.velocity.runtime.configuration.Configuration
Get an array of strings associated with the given configuration key.
GetSuffix(int) - method in class org.apache.velocity.runtime.parser.CharStream
Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
GetSuffix(int) - method in class org.apache.velocity.runtime.parser.VelocityCharStream
Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
getTemplate(String) - static method in class org.apache.velocity.runtime.Runtime
Returns a Template from the resource manager.
getTemplate(String) - method in class org.apache.velocity.runtime.RuntimeInstance
Returns a Template from the resource manager.
getTemplate(String) - method in class org.apache.velocity.runtime.RuntimeServices
Returns a Template from the resource manager.
getTemplate(String) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Returns a Template from the resource manager.
getTemplate(String) - static method in class org.apache.velocity.app.Velocity
Returns a Template from the Velocity resource management system.
getTemplate(String) - method in class org.apache.velocity.app.VelocityEngine
Returns a Template from the Velocity resource management system.
getTemplate(String) - method in class org.apache.velocity.servlet.VelocityServlet
Retrieves the requested template.
getTemplate(String,String) - method in class org.apache.velocity.texen.Generator
Returns a template, based on encoding and path.
getTemplate(String,String) - static method in class org.apache.velocity.runtime.Runtime
Returns a Template from the resource manager
getTemplate(String,String) - method in class org.apache.velocity.runtime.RuntimeInstance
Returns a Template from the resource manager
getTemplate(String,String) - method in class org.apache.velocity.runtime.RuntimeServices
Returns a Template from the resource manager
getTemplate(String,String) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Returns a Template from the resource manager
getTemplate(String,String) - static method in class org.apache.velocity.app.Velocity
Returns a Template from the Velocity resource management system.
getTemplate(String,String) - method in class org.apache.velocity.app.VelocityEngine
Returns a Template from the Velocity resource management system.
getTemplate(String,String) - method in class org.apache.velocity.servlet.VelocityServlet
Retrieves the requested template with the specified character encoding.
getTemplateLocalInline() - method in class org.apache.velocity.runtime.VelocimacroFactory
getTemplateNameStack() - method in class org.apache.velocity.context.InternalContextAdapterImpl
Returns the template name stack in form of an array.
getTemplateNameStack() - method in class org.apache.velocity.context.InternalContextBase
get the current template name stack
getTemplateNameStack() - method in class org.apache.velocity.context.InternalHousekeepingContext
Returns the template name stack in form of an array.
getTemplateNameStack() - method in class org.apache.velocity.context.VMContext
Returns the template name stack in form of an array.
getTemplatePath() - method in class org.apache.velocity.texen.Generator
Get the template path.
getTemplatePath() - method in class org.apache.velocity.texen.ant.Texen
Get the path where Velocity will look for templates using the file template loader.
getTemplatePath() - method in class org.apache.velocity.texen.ant.TexenTask
Get the path where Velocity will look for templates using the file template loader.
getTemplateTestKey(int) - static method in class org.apache.velocity.test.TemplateTestSuite
Macro which returns the properties file key for the specified template test number.
getTestCaseName(String) - static method in class org.apache.velocity.test.BaseTestCase
Turns a base file name into a test case name.
getText(String) - static method in class org.apache.velocity.anakia.Escape
Do the escaping.
getThrow() - method in class org.apache.velocity.test.provider.TestProvider
getTime(long,String) - method in class org.apache.velocity.runtime.log.VelocityFormatter
Utility method to format time.
getTitle() - method in class org.apache.velocity.test.provider.TestProvider
getToken(int) - method in class org.apache.velocity.runtime.parser.Parser
getType() - method in class org.apache.velocity.runtime.directive.Directive
Get the directive type BLOCK/LINE
getType() - method in class org.apache.velocity.runtime.directive.Foreach
Return type of this directive.
getType() - method in class org.apache.velocity.runtime.directive.Include
Return type of this directive.
getType() - method in class org.apache.velocity.runtime.directive.Literal
Return type of this directive.
getType() - method in class org.apache.velocity.runtime.directive.Macro
Return type of this directive.
getType() - method in class org.apache.velocity.runtime.parser.node.Node
getType() - method in class org.apache.velocity.runtime.directive.Parse
Return type of this directive.
getType() - method in class org.apache.velocity.runtime.parser.node.SimpleNode
getType() - method in class org.apache.velocity.runtime.directive.VelocimacroProxy
Velocimacros are always LINE type directives.
getType() - method in class org.apache.velocity.runtime.directive.VMProxyArg
getUrlPath() - method in class org.apache.velocity.runtime.resource.loader.JarHolder
getVariableValue(org.apache.velocity.context.Context,String) - method in class org.apache.velocity.runtime.parser.node.ASTReference
getVector() - method in class org.apache.velocity.test.provider.TestProvider
getVector(String) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a Vector of strings associated with the given configuration key.
getVector(String,Vector) - method in class org.apache.velocity.runtime.configuration.Configuration
Get a Vector of strings associated with the given configuration key.
getVelocimacro(String,String) - static method in class org.apache.velocity.runtime.Runtime
Returns the appropriate VelocimacroProxy object if strVMname is a valid current Velocimacro.
getVelocimacro(String,String) - method in class org.apache.velocity.runtime.RuntimeInstance
Returns the appropriate VelocimacroProxy object if strVMname is a valid current Velocimacro.
getVelocimacro(String,String) - method in class org.apache.velocity.runtime.RuntimeServices
Returns the appropriate VelocimacroProxy object if strVMname is a valid current Velocimacro.
getVelocimacro(String,String) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Returns the appropriate VelocimacroProxy object if strVMname is a valid current Velocimacro.
getVelocimacro(String,String) - method in class org.apache.velocity.runtime.VelocimacroFactory
actual factory : creates a Directive that will behave correctly wrt getting the framework to dig out the correct # of args
getWrappedThrowable() - method in class org.apache.velocity.exception.MethodInvocationException
returns the wrapped Throwable that caused this MethodInvocationException to be thrown
getWriter(String,String) - method in class org.apache.velocity.texen.Generator
Returns a writer, based on encoding and path.
getXPath(String) - static method in class org.apache.velocity.anakia.XPathCache
Returns an XPath object representing the requested XPath expression.
GLOBAL_NAMESPACE - static field in class org.apache.velocity.runtime.VelocimacroManager
globalCache - field in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Object implementing ResourceCache to be our resource manager's Resource cache.

H

h - field in class org.apache.velocity.test.TemplateTestCase
Implement this method to add your application data to the context, calling the getTemplate() method to produce your return value.
handleRequest(org.apache.velocity.context.Context) - method in class org.apache.velocity.servlet.VelocityServlet
Implement this method to add your application data to the context, calling the getTemplate() method to produce your return value.
HASH - static field in class org.apache.velocity.runtime.parser.ParserConstants
hashCode() - method in class org.apache.velocity.anakia.NodeList
Returns the hash code of the contained list.
hasMoreTokens() - method in class org.apache.velocity.runtime.configuration.Configuration.PropertiesTokenizer
Check whether the object has more tokens.
hasNext() - method in class org.apache.velocity.util.ArrayIterator
Check to see if there is another element in the array.
hasNext() - method in class org.apache.velocity.util.EnumerationIterator
Check to see if there is another element in the array.

I

i - field in class org.apache.velocity.test.IntrospectorTestCase2.Bar
icacheGet(Object) - method in class org.apache.velocity.context.InternalContextAdapterImpl
returns an IntrospectionCache Data (@see IntrospectionCacheData) object if exists for the key
icacheGet(Object) - method in class org.apache.velocity.context.InternalContextBase
returns an IntrospectionCache Data (@see IntrospectionCacheData) object if exists for the key
icacheGet(Object) - method in class org.apache.velocity.context.InternalHousekeepingContext
returns an IntrospectionCache Data (@see IntrospectionCacheData) object if exists for the key
icacheGet(Object) - method in class org.apache.velocity.context.VMContext
returns an IntrospectionCache Data (@see IntrospectionCacheData) object if exists for the key
places an IntrospectionCache Data (@see IntrospectionCacheData) element in the cache for specified key
places an IntrospectionCache Data (@see IntrospectionCacheData) element in the cache for specified key
places an IntrospectionCache Data (@see IntrospectionCacheData) element in the cache for specified key
places an IntrospectionCache Data (@see IntrospectionCacheData) element in the cache for specified key
icb - field in class org.apache.velocity.context.InternalContextAdapterImpl
the ICB we are wrapping.
id - field in class org.apache.velocity.runtime.parser.node.SimpleNode
identifier - field in class org.apache.velocity.runtime.parser.node.ASTIdentifier
identifier - field in class org.apache.velocity.runtime.parser.node.ASTReference
IDENTIFIER - static field in class org.apache.velocity.runtime.parser.ParserConstants
Identifier() - method in class org.apache.velocity.runtime.parser.Parser
This method corresponds to variable references in Velocity templates.
IDENTIFIER_CHAR - static field in class org.apache.velocity.runtime.parser.ParserConstants
iec - field in class org.apache.velocity.context.InternalContextAdapterImpl
The InternalEventContext that we are wrapping.
IF_DIRECTIVE - static field in class org.apache.velocity.runtime.parser.ParserConstants
IfStatement() - method in class org.apache.velocity.runtime.parser.Parser
ii(int,int) - method in class org.apache.velocity.test.IntrospectorTestCase3.MethodProvider
image - field in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
image - field in class org.apache.velocity.runtime.parser.ParserTokenManager
image - field in class org.apache.velocity.runtime.parser.Token
The string image of the token.
IN_FORMAL_COMMENT - static field in class org.apache.velocity.runtime.parser.ParserConstants
IN_MULTI_LINE_COMMENT - static field in class org.apache.velocity.runtime.parser.ParserConstants
IN_SINGLE_LINE_COMMENT - static field in class org.apache.velocity.runtime.parser.ParserConstants
inBuf - field in class org.apache.velocity.runtime.parser.VelocityCharStream
include - static field in class org.apache.velocity.runtime.configuration.Configuration
This is the name of the property that can point to other properties file for including other properties files.
Include - class org.apache.velocity.runtime.directive.Include
Pluggable directive that handles the #include() statement in VTL.
inComment - field in class org.apache.velocity.runtime.parser.ParserTokenManager
indent - field in class org.apache.velocity.runtime.visitor.NodeViewMode
indentString() - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Indent child nodes to help visually identify the structure of the AST.
indexOf(Object) - method in class org.apache.velocity.anakia.NodeList
inDirective - field in class org.apache.velocity.runtime.parser.ParserTokenManager
info - field in class org.apache.velocity.runtime.parser.node.SimpleNode
info(Object) - static method in class org.apache.velocity.runtime.Runtime
Log an info message.
info(Object) - method in class org.apache.velocity.runtime.RuntimeInstance
Log an info message.
info(Object) - method in class org.apache.velocity.runtime.RuntimeServices
Log an info message.
info(Object) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Log an info message.
info(Object) - static method in class org.apache.velocity.app.Velocity
Log an info message.
info(Object) - method in class org.apache.velocity.app.VelocityEngine
Log an info message.
INFO_ARRAY - static field in class org.apache.velocity.runtime.directive.Foreach
Flag to indicate that the list object being used in an array.
INFO_COLLECTION - static field in class org.apache.velocity.runtime.directive.Foreach
Flag to indicate that the list object being used is a Collection.
INFO_ENUMERATION - static field in class org.apache.velocity.runtime.directive.Foreach
Flag to indicate that the list object being used is an Enumeration
INFO_ID - static field in class org.apache.velocity.runtime.log.LogSystem
Prefix for info messages.
INFO_ITERATOR - static field in class org.apache.velocity.runtime.directive.Foreach
Flag to indicate that the list object being used provides an Iterator.
INFO_MAP - static field in class org.apache.velocity.runtime.directive.Foreach
Flag to indicate that the list object being used is a Map.
INFO_PREFIX - static field in class org.apache.velocity.runtime.RuntimeConstants
init - field in class org.apache.velocity.runtime.directive.VelocimacroProxy
init() - method in class org.apache.velocity.runtime.resource.loader.JarHolder
init() - static method in class org.apache.velocity.runtime.Runtime
init() - method in class org.apache.velocity.runtime.RuntimeInstance
init() - method in class org.apache.velocity.runtime.RuntimeServices
init() - static method in class org.apache.velocity.runtime.RuntimeSingleton
init() - static method in class org.apache.velocity.app.Velocity
initialize the Velocity runtime engine, using the default properties of the Velocity distribution
init() - method in class org.apache.velocity.app.VelocityEngine
initialize the Velocity runtime engine, using the default properties of the Velocity distribution
init(ExtendedProperties) - method in class org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
This is abstract in the base class, so we need it
init(ExtendedProperties) - method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
init(ExtendedProperties) - method in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
Initialize the template loader with a a resources class.
init(ExtendedProperties) - method in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
Called by Velocity to initialize the loader
init(ExtendedProperties) - method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
Initialize the template loader with a a resources class.
init(org.apache.velocity.context.InternalContextAdapter,Object) - method in class org.apache.velocity.runtime.parser.node.ASTDirective
init(org.apache.velocity.context.InternalContextAdapter,Object) - method in class org.apache.velocity.runtime.parser.node.ASTEscape
init(org.apache.velocity.context.InternalContextAdapter,Object) - method in class org.apache.velocity.runtime.parser.node.ASTIdentifier
simple init - don't do anything that is context specific.
init(org.apache.velocity.context.InternalContextAdapter,Object) - method in class org.apache.velocity.runtime.parser.node.ASTMethod
simple init - init our subtree and get what we can from the AST
init(org.apache.velocity.context.InternalContextAdapter,Object) - method in class org.apache.velocity.runtime.parser.node.ASTNumberLiteral
Initialization method - doesn't do much but do the object creation.
init(org.apache.velocity.context.InternalContextAdapter,Object) - method in class org.apache.velocity.runtime.parser.node.ASTReference
init(org.apache.velocity.context.InternalContextAdapter,Object) - method in class org.apache.velocity.runtime.parser.node.ASTSetDirective
simple init.
init(org.apache.velocity.context.InternalContextAdapter,Object) - method in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
init : we don't have to do much.
init(org.apache.velocity.context.InternalContextAdapter,Object) - method in class org.apache.velocity.runtime.parser.node.ASTText
init(org.apache.velocity.context.InternalContextAdapter,Object) - method in class org.apache.velocity.runtime.parser.node.Node
init(org.apache.velocity.context.InternalContextAdapter,Object) - method in class org.apache.velocity.runtime.parser.node.SimpleNode
init(org.apache.velocity.runtime.configuration.Configuration) - method in class org.apache.velocity.runtime.configuration.Configuration
Private initializer method that sets up the generic resources.
init(org.apache.velocity.runtime.RuntimeServices) - method in class org.apache.velocity.runtime.log.AvalonLogSystem
init()
init()
init()
init()
init(org.apache.velocity.runtime.RuntimeServices) - method in class org.apache.velocity.runtime.log.Log4JLogSystem
init(org.apache.velocity.runtime.RuntimeServices) - method in class org.apache.velocity.runtime.log.LogSystem
init()
init(org.apache.velocity.runtime.RuntimeServices) - method in class org.apache.velocity.runtime.log.NullLogSystem
init()
init(org.apache.velocity.runtime.RuntimeServices) - method in class org.apache.velocity.runtime.log.PrimordialLogSystem
init(org.apache.velocity.runtime.RuntimeServices) - method in class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
How this directive is to be initialized.
simple init - init the tree and get the elementKey from the AST
simple init - init the tree and get the elementKey from the AST
Store the literal rendition of a node using the Node.literal().
The major meat of VelocimacroProxy, init() checks the # of arguments, patches the macro body, renders the macro into an AST, and then inits the AST, so it is ready for quick rendering.
init(Properties) - static method in class org.apache.velocity.runtime.Runtime
Initialize the Velocity Runtime with a Properties object.
init(Properties) - method in class org.apache.velocity.runtime.RuntimeInstance
Initialize the Velocity Runtime with a Properties object.
init(Properties) - method in class org.apache.velocity.runtime.RuntimeServices
Initialize the Velocity Runtime with a Properties object.
init(Properties) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Initialize the Velocity Runtime with a Properties object.
init(Properties) - static method in class org.apache.velocity.app.Velocity
initialize the Velocity runtime engine, using default properties plus the properties in the passed in java.util.Properties object
init(Properties) - method in class org.apache.velocity.app.VelocityEngine
initialize the Velocity runtime engine, using default properties plus the properties in the passed in java.util.Properties object
init(ServletConfig) - method in class org.apache.velocity.servlet.VelocityServlet
Performs initialization of this servlet.
init(String) - method in class org.apache.velocity.runtime.log.AvalonLogSystem
initializes the log system using the logfile argument
init(String) - static method in class org.apache.velocity.runtime.Runtime
Initialize the Velocity Runtime with the name of ExtendedProperties object.
init(String) - method in class org.apache.velocity.runtime.RuntimeInstance
Initialize the Velocity Runtime with the name of ExtendedProperties object.
init(String) - method in class org.apache.velocity.runtime.RuntimeServices
Initialize the Velocity Runtime with the name of ExtendedProperties object.
init(String) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Initialize the Velocity Runtime with the name of ExtendedProperties object.
init(String) - static method in class org.apache.velocity.app.Velocity
initialize the Velocity runtime engine, using default properties plus the properties in the properties file passed in as the arg
init(String) - method in class org.apache.velocity.app.VelocityEngine
initialize the Velocity runtime engine, using default properties plus the properties in the properties file passed in as the arg
init(Writer,int,boolean) - method in class org.apache.velocity.io.VelocityWriter
INIT_PROPS_KEY - static field in class org.apache.velocity.servlet.VelocityServlet
This is the string that is looked for when getInitParameter is called.
initControlContext() - method in class org.apache.velocity.texen.ant.Texen
Creates a VelocityContext.
initControlContext() - method in class org.apache.velocity.texen.ant.TexenTask
Creates a VelocityContext.
initDocument() - method in class org.apache.velocity.Template
initializes the document.
initialize(org.apache.velocity.runtime.RuntimeServices) - method in class org.apache.velocity.runtime.resource.ResourceCache
initializes the ResourceCache.
initialize(org.apache.velocity.runtime.RuntimeServices) - method in class org.apache.velocity.runtime.resource.ResourceCacheImpl
initialize(org.apache.velocity.runtime.RuntimeServices) - method in class org.apache.velocity.runtime.resource.ResourceManager
Initialize the ResourceManager.
initialize(org.apache.velocity.runtime.RuntimeServices) - method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Initialize the ResourceManager.
initialized - field in class org.apache.velocity.runtime.RuntimeInstance
Indicate whether the Runtime has been fully initialized.
initialized - field in class org.apache.velocity.Template
To keep track of whether this template has been initialized.
initializeDirectives() - method in class org.apache.velocity.runtime.RuntimeInstance
This methods initializes all the directives that are used by the Velocity Runtime.
initializeLogger() - method in class org.apache.velocity.runtime.RuntimeInstance
Initialize the Velocity logging system.
initializeParserPool() - method in class org.apache.velocity.runtime.RuntimeInstance
Initializes the Velocity parser pool.
initializeProperties() - method in class org.apache.velocity.runtime.RuntimeInstance
Initialize Velocity properties, if the default properties have not been laid down first then do so.
initializeResourceManager() - method in class org.apache.velocity.runtime.RuntimeInstance
initVelocimacro() - method in class org.apache.velocity.runtime.VelocimacroFactory
initialize the factory - setup all permissions load all global libraries.
initVelocity(ServletConfig) - method in class org.apache.velocity.servlet.VelocityServlet
Initializes the Velocity runtime, first calling loadConfiguration(ServletConvig) to get a java.util.Properties of configuration information and then calling Velocity.init().
inlineLocalMode - field in class org.apache.velocity.runtime.VelocimacroManager
InlineScopeVMTestCase - class org.apache.velocity.test.InlineScopeVMTestCase
Tests if the VM template-locality is working.
InlineScopeVMTestCase() - constructor for class org.apache.velocity.test.InlineScopeVMTestCase
innerContext - field in class org.apache.velocity.context.AbstractContext
the chained Context if any
innerContext - field in class org.apache.velocity.context.VMContext
the base context store.
input1 - field in class org.apache.velocity.test.VelocityAppTestCase
INPUT_ENCODING - static field in class org.apache.velocity.runtime.RuntimeConstants
The character encoding for the templates.
input_stream - field in class org.apache.velocity.runtime.parser.ParserTokenManager
inputEncoding - field in class org.apache.velocity.texen.Generator
This is the encoding for the input file(s) (templates).
inputEncoding - field in class org.apache.velocity.texen.ant.Texen
This is the encoding for the input file(s) (templates).
inputEncoding - field in class org.apache.velocity.texen.ant.TexenTask
This is the encoding for the input file(s) (templates).
inputStream - field in class org.apache.velocity.runtime.parser.VelocityCharStream
inReference - field in class org.apache.velocity.runtime.parser.ParserTokenManager
inSet - field in class org.apache.velocity.runtime.parser.ParserTokenManager
inspect(Class) - method in class org.apache.velocity.app.FieldMethodizer
Method that retrieves all public static fields in the class we are methodizing.
instance - static field in class org.apache.velocity.texen.Generator
The generator tools used for creating additional output withing the control template.
integerMethod(int) - method in class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
IntegerRange() - method in class org.apache.velocity.runtime.parser.Parser
supports the [n..m] vector generator for use in the #foreach() to generate measured ranges w/o needing explicit support from the app/servlet
internalContainsKey(Object) - method in class org.apache.velocity.context.AbstractContext
Implement to determine if a key is in the storage.
internalContainsKey(Object) - method in class org.apache.velocity.VelocityContext
determines if there is a value for the given key
InternalContextAdapter - interface org.apache.velocity.context.InternalContextAdapter
interface to bring all necessary internal and user contexts together.
InternalContextAdapterImpl - class org.apache.velocity.context.InternalContextAdapterImpl
This adapter class is the container for all context types for internal use.
CTOR takes a Context and wraps it, delegating all 'data' calls to it.
InternalContextBase - class org.apache.velocity.context.InternalContextBase
class to encapsulate the 'stuff' for internal operation of velocity.
InternalEventContext - interface org.apache.velocity.context.InternalEventContext
Interface for event support.
internalGet(String) - method in class org.apache.velocity.context.AbstractContext
Implement to return a value from the context storage.
internalGet(String) - method in class org.apache.velocity.VelocityContext
retrieves value for key from internal storage
internalGetKeys() - method in class org.apache.velocity.context.AbstractContext
Implement to return an object array of key strings from your storage.
internalGetKeys() - method in class org.apache.velocity.VelocityContext
returns array of keys
InternalHousekeepingContext - interface org.apache.velocity.context.InternalHousekeepingContext
interface to encapsulate the 'stuff' for internal operation of velocity.
internalInit() - method in class org.apache.velocity.runtime.log.Log4JLogSystem
initializes the log system using the logfile argument
internalInit(String) - method in class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
initializes the log system using the logfile argument
internalPut(String,Object) - method in class org.apache.velocity.context.AbstractContext
Implement to put a value into the context storage.
internalPut(String,Object) - method in class org.apache.velocity.VelocityContext
stores the value for key to internal storage
internalRemove(Object) - method in class org.apache.velocity.context.AbstractContext
I mplement to remove an item from your storage.
internalRemove(Object) - method in class org.apache.velocity.VelocityContext
remove a key/value pair from the internal storage
InternalWrapperContext - interface org.apache.velocity.context.InternalWrapperContext
interface for internal context wrapping functionality
interpolate - field in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
interpolate(String,org.apache.velocity.context.Context) - static method in class org.apache.velocity.runtime.parser.node.NodeUtils
Utility method to interpolate context variables into string literals.
INTERPOLATE_STRINGLITERALS - static field in class org.apache.velocity.runtime.RuntimeConstants
Switch for the interpolation facility for string literals
interpolateimage - field in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
introspectionCache - field in class org.apache.velocity.context.InternalContextBase
cache for node/context specific introspection information
IntrospectionCacheData - class org.apache.velocity.util.introspection.IntrospectionCacheData
Holds information for node-local context data introspection information.
Introspector - class org.apache.velocity.util.introspection.Introspector
This basic function of this class is to return a Method object for a particular class given the name of a method and the parameters to the method in the form of an Object[] The first time the Introspector sees a class it creates a class method map for the class in question.
introspector - field in class org.apache.velocity.runtime.RuntimeInstance
Introspector(org.apache.velocity.runtime.RuntimeServices) - constructor for class org.apache.velocity.util.introspection.Introspector
Recieves our RuntimeServices object
IntrospectorBase - class org.apache.velocity.util.introspection.IntrospectorBase
This basic function of this class is to return a Method object for a particular class given the name of a method and the parameters to the method in the form of an Object[] The first time the Introspector sees a class it creates a class method map for the class in question.
IntrospectorTestCase - class org.apache.velocity.test.IntrospectorTestCase
Test case for the Velocity Introspector which uses the Java Reflection API to determine the correct signature of the methods used in VTL templates.
IntrospectorTestCase() - constructor for class org.apache.velocity.test.IntrospectorTestCase
IntrospectorTestCase(String) - constructor for class org.apache.velocity.test.IntrospectorTestCase
Creates a new instance.
IntrospectorTestCase2 - class org.apache.velocity.test.IntrospectorTestCase2
Test case for the Velocity Introspector which tests the ability to find a 'best match'
IntrospectorTestCase2() - constructor for class org.apache.velocity.test.IntrospectorTestCase2
IntrospectorTestCase2(String) - constructor for class org.apache.velocity.test.IntrospectorTestCase2
Creates a new instance.
IntrospectorTestCase3 - class org.apache.velocity.test.IntrospectorTestCase3
Simple introspector test case for primitive problem found in 1.3
IntrospectorTestCase3(String) - constructor for class org.apache.velocity.test.IntrospectorTestCase3
Creates a new instance.
invalid - field in class org.apache.velocity.runtime.parser.node.SimpleNode
INVALID_LEXICAL_STATE - static field in class org.apache.velocity.runtime.parser.TokenMgrError
Tried to change to an invalid lexical state.
Invokes a currently registered Velocimacro with the parms provided and places the rendered stream into the writer.
Invokes a currently registered Velocimacro with the parms provided and places the rendered stream into the writer.
isAlive() - method in class org.apache.velocity.runtime.parser.node.AbstractExecutor
Tell whether the executor is alive by looking at the value of the method.
isAutoFlush() - method in class org.apache.velocity.io.VelocityWriter
This method indicates whether the JspWriter is autoFlushing.
isBoolean() - method in class org.apache.velocity.test.provider.BoolObj
isCachingOn - field in class org.apache.velocity.runtime.resource.loader.ResourceLoader
Does this loader want templates produced with it cached in the Runtime.
isCachingOn() - method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
The Runtime uses this to find out whether this template loader wants the Runtime to cache templates created with InputStreams provided by this loader.
isConstant() - method in class org.apache.velocity.runtime.directive.VMProxyArg
tells if arg we are poxying for is dynamic or constant.
isDirective - field in class org.apache.velocity.runtime.parser.node.ASTDirective
isDirective(String) - method in class org.apache.velocity.runtime.parser.Parser
This method finds out of the directive exists in the directives Hashtable.
isEmpty() - method in class org.apache.velocity.anakia.NodeList
isInitialized - field in class org.apache.velocity.runtime.configuration.Configuration
Has this configuration been intialized.
isInitialized() - method in class org.apache.velocity.runtime.configuration.Configuration
Indicate to client code whether property resources have been initialized or not.
isInvalid() - method in class org.apache.velocity.runtime.parser.node.Node
isInvalid() - method in class org.apache.velocity.runtime.parser.node.SimpleNode
isMatch(String,String,String,String,String) - method in class org.apache.velocity.test.BaseTestCase
Returns whether the processed template matches the content of the provided comparison file.
isNotboolean() - method in class org.apache.velocity.test.provider.BoolObj
isNull(Object,Object) - method in class org.apache.velocity.app.tools.VelocityFormatter
Returns a default value if the object passed is null.
isSourceModified() - method in class org.apache.velocity.runtime.resource.Resource
isSourceModified(org.apache.velocity.runtime.resource.Resource) - method in class org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
Defaults to return false.
isSourceModified(org.apache.velocity.runtime.resource.Resource) - method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
isSourceModified(org.apache.velocity.runtime.resource.Resource) - method in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
How to keep track of all the modified times across the paths.
isSourceModified(org.apache.velocity.runtime.resource.Resource) - method in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
isSourceModified(org.apache.velocity.runtime.resource.Resource) - method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
Given a template, check to see if the source of InputStream has been modified.
isVelocimacro(String,String) - static method in class org.apache.velocity.runtime.Runtime
Checks to see if a VM exists
isVelocimacro(String,String) - method in class org.apache.velocity.runtime.RuntimeInstance
Checks to see if a VM exists
isVelocimacro(String,String) - method in class org.apache.velocity.runtime.RuntimeServices
Checks to see if a VM exists
isVelocimacro(String,String) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Checks to see if a VM exists
isVelocimacro(String,String) - method in class org.apache.velocity.runtime.VelocimacroFactory
Tells the world if a given directive string is a Velocimacro
iterator() - method in class org.apache.velocity.anakia.NodeList

J

j - field in class org.apache.velocity.test.IntrospectorTestCase2.Foo
jarfiles - field in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
Maps JAR URLs to the actual JAR Key = the JAR URL Value = the JAR
JarHolder - class org.apache.velocity.runtime.resource.loader.JarHolder
A small wrapper around a Jar
JarHolder(org.apache.velocity.runtime.RuntimeServices,String) - constructor for class org.apache.velocity.runtime.resource.loader.JarHolder
JarResourceLoader - class org.apache.velocity.runtime.resource.loader.JarResourceLoader
ResourceLoader to load templates from multiple Jar files.
jj_2_1(int) - method in class org.apache.velocity.runtime.parser.Parser
jj_2_10(int) - method in class org.apache.velocity.runtime.parser.Parser
jj_2_11(int) - method in class org.apache.velocity.runtime.parser.Parser
jj_2_12(int) - method in class org.apache.velocity.runtime.parser.Parser
jj_2_2(int) - method in class org.apache.velocity.runtime.parser.Parser
jj_2_3(int) - method in class org.apache.velocity.runtime.parser.Parser
jj_2_4(int) - method in class org.apache.velocity.runtime.parser.Parser
jj_2_5(int) - method in class org.apache.velocity.runtime.parser.Parser
jj_2_6(int) - method in class org.apache.velocity.runtime.parser.Parser
jj_2_7(int) - method in class org.apache.velocity.runtime.parser.Parser
jj_2_8(int) - method in class org.apache.velocity.runtime.parser.Parser
jj_2_9(int) - method in class org.apache.velocity.runtime.parser.Parser
jj_2_rtns - field in class org.apache.velocity.runtime.parser.Parser
jj_3_1() - method in class org.apache.velocity.runtime.parser.Parser
jj_3_10() - method in class org.apache.velocity.runtime.parser.Parser
jj_3_11() - method in class org.apache.velocity.runtime.parser.Parser
jj_3_12() - method in class org.apache.velocity.runtime.parser.Parser
jj_3_2() - method in class org.apache.velocity.runtime.parser.Parser
jj_3_3() - method in class org.apache.velocity.runtime.parser.Parser
jj_3_4() - method in class org.apache.velocity.runtime.parser.Parser
jj_3_5() - method in class org.apache.velocity.runtime.parser.Parser
jj_3_6() - method in class org.apache.velocity.runtime.parser.Parser
jj_3_7() - method in class org.apache.velocity.runtime.parser.Parser
jj_3_8() - method in class org.apache.velocity.runtime.parser.Parser
jj_3_9() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_100() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_101() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_102() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_103() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_104() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_105() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_106() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_19() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_20() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_21() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_22() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_23() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_24() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_25() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_26() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_27() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_28() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_29() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_30() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_31() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_32() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_33() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_34() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_35() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_36() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_37() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_38() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_39() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_40() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_41() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_42() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_43() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_44() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_45() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_46() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_47() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_48() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_49() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_50() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_51() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_52() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_53() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_54() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_55() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_56() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_57() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_58() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_59() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_60() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_61() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_62() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_63() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_64() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_65() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_66() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_67() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_68() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_69() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_70() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_71() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_72() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_73() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_74() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_75() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_76() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_77() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_78() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_79() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_80() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_81() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_82() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_83() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_84() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_85() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_86() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_87() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_88() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_89() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_90() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_91() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_92() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_93() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_94() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_95() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_96() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_97() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_98() - method in class org.apache.velocity.runtime.parser.Parser
jj_3R_99() - method in class org.apache.velocity.runtime.parser.Parser
jj_add_error_token(int,int) - method in class org.apache.velocity.runtime.parser.Parser
jj_consume_token(int) - method in class org.apache.velocity.runtime.parser.Parser
jj_endpos - field in class org.apache.velocity.runtime.parser.Parser
jj_expentries - field in class org.apache.velocity.runtime.parser.Parser
jj_expentry - field in class org.apache.velocity.runtime.parser.Parser
jj_gc - field in class org.apache.velocity.runtime.parser.Parser
jj_gen - field in class org.apache.velocity.runtime.parser.Parser
jj_kind - field in class org.apache.velocity.runtime.parser.Parser
jj_la - field in class org.apache.velocity.runtime.parser.Parser
jj_la1 - field in class org.apache.velocity.runtime.parser.Parser
jj_la1_0 - field in class org.apache.velocity.runtime.parser.Parser
jj_la1_1 - field in class org.apache.velocity.runtime.parser.Parser
jj_lasttokens - field in class org.apache.velocity.runtime.parser.Parser
jj_ntk - field in class org.apache.velocity.runtime.parser.Parser
jj_ntk() - method in class org.apache.velocity.runtime.parser.Parser
jj_rescan - field in class org.apache.velocity.runtime.parser.Parser
jj_rescan_token() - method in class org.apache.velocity.runtime.parser.Parser
jj_save(int,int) - method in class org.apache.velocity.runtime.parser.Parser
jj_scan_token(int) - method in class org.apache.velocity.runtime.parser.Parser
jj_scanpos, jj_lastpos - field in class org.apache.velocity.runtime.parser.Parser
jj_semLA - field in class org.apache.velocity.runtime.parser.Parser
jjAddStates(int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjbitVec0 - static field in class org.apache.velocity.runtime.parser.ParserTokenManager
jjbitVec2 - static field in class org.apache.velocity.runtime.parser.ParserTokenManager
Parser.JJCalls - class org.apache.velocity.runtime.parser.Parser.JJCalls
jjCanMove_0(int,int,int,long,long) - static method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjCheckNAdd(int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjCheckNAddStates(int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjCheckNAddStates(int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjCheckNAddTwoStates(int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjFillToken() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjimageLen - field in class org.apache.velocity.runtime.parser.ParserTokenManager
jjmatchedKind - field in class org.apache.velocity.runtime.parser.ParserTokenManager
jjmatchedPos - field in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveNfa_0(int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveNfa_1(int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveNfa_2(int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveNfa_3(int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveNfa_4(int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveNfa_5(int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveNfa_6(int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveNfa_7(int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveNfa_8(int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa0_0() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa0_1() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa0_2() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa0_3() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa0_4() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa0_5() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa0_6() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa0_7() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa0_8() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa1_0(long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa1_1(long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa1_2(long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa1_3(long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa1_4(long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa1_5(long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa1_6(long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa1_7(long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa1_8(long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa2_0(long,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa2_1(long,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa2_2(long,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa2_4(long,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa2_5(long,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa3_0(long,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa3_1(long,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa3_2(long,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa3_4(long,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa3_5(long,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa4_0(long,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa4_1(long,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa4_2(long,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa4_4(long,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa4_5(long,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjMoveStringLiteralDfa5_4(long,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjnewLexState - static field in class org.apache.velocity.runtime.parser.ParserTokenManager
jjnewStateCnt - field in class org.apache.velocity.runtime.parser.ParserTokenManager
jjnextStates - static field in class org.apache.velocity.runtime.parser.ParserTokenManager
jjround - field in class org.apache.velocity.runtime.parser.ParserTokenManager
jjrounds - field in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfa_0(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfa_1(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfa_2(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfa_3(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfa_4(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfa_5(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfa_6(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfa_7(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfa_8(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfaWithStates_0(int,int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfaWithStates_1(int,int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfaWithStates_2(int,int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfaWithStates_3(int,int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfaWithStates_4(int,int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfaWithStates_5(int,int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfaWithStates_6(int,int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfaWithStates_7(int,int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStartNfaWithStates_8(int,int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjstateSet - field in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStopAtPos(int,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStopStringLiteralDfa_0(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStopStringLiteralDfa_1(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStopStringLiteralDfa_2(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStopStringLiteralDfa_3(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStopStringLiteralDfa_4(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStopStringLiteralDfa_5(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStopStringLiteralDfa_6(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStopStringLiteralDfa_7(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjStopStringLiteralDfa_8(int,long) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
jjstrLiteralImages - static field in class org.apache.velocity.runtime.parser.ParserTokenManager
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTAddNode
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTAndNode
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTAssignment
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTBlock
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTComment
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTDirective
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTDivNode
Accept the visitor.
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTElseStatement
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTEQNode
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTEscape
Accept the visitor.
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTExpression
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTFalse
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTGENode
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTGTNode
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTIdentifier
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTIfStatement
Accept the visitor.
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTIntegerRange
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTLENode
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTLTNode
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTMethod
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTModNode
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTMulNode
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTNENode
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTNotNode
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTNumberLiteral
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTObjectArray
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTOrNode
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTParameters
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTprocess
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTReference
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTSetDirective
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTSubtractNode
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTText
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTTrue
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTVariable
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.ASTWord
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.Node
Accept the visitor.
jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor,Object) - method in class org.apache.velocity.runtime.parser.node.SimpleNode
Accept the visitor.
jjtAddChild(org.apache.velocity.runtime.parser.node.Node,int) - method in class org.apache.velocity.runtime.parser.node.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(org.apache.velocity.runtime.parser.node.Node,int) - method in class org.apache.velocity.runtime.parser.node.SimpleNode
JJTADDNODE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTANDNODE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTASSIGNMENT - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTBLOCK - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
jjtClose() - method in class org.apache.velocity.runtime.parser.node.Node
This method is called after all the child nodes have been added.
jjtClose() - method in class org.apache.velocity.runtime.parser.node.SimpleNode
JJTCOMMENT - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTDIRECTIVE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTDIVNODE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTELSEIFSTATEMENT - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTELSESTATEMENT - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTEQNODE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTESCAPE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTESCAPEDDIRECTIVE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTEXPRESSION - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTFALSE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTGENODE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
jjtGetChild(int) - method in class org.apache.velocity.runtime.parser.node.Node
This method returns a child node.
jjtGetChild(int) - method in class org.apache.velocity.runtime.parser.node.SimpleNode
jjtGetNumChildren() - method in class org.apache.velocity.runtime.parser.node.Node
Return the number of children the node has.
jjtGetNumChildren() - method in class org.apache.velocity.runtime.parser.node.SimpleNode
jjtGetParent() - method in class org.apache.velocity.runtime.parser.node.Node
jjtGetParent() - method in class org.apache.velocity.runtime.parser.node.SimpleNode
JJTGTNODE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTIDENTIFIER - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTIFSTATEMENT - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTINTEGERRANGE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTLENODE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTLTNODE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTMETHOD - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTMODNODE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTMULNODE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTNENODE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
jjtNodeName - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTNOTNODE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTNUMBERLITERAL - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTOBJECTARRAY - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
jjtoMore - static field in class org.apache.velocity.runtime.parser.ParserTokenManager
jjtOpen() - method in class org.apache.velocity.runtime.parser.node.Node
This method is called after the node has been made the current node.
jjtOpen() - method in class org.apache.velocity.runtime.parser.node.SimpleNode
JJTORNODE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
jjtoSkip - static field in class org.apache.velocity.runtime.parser.ParserTokenManager
jjtoSpecial - static field in class org.apache.velocity.runtime.parser.ParserTokenManager
jjtoToken - static field in class org.apache.velocity.runtime.parser.ParserTokenManager
JJTParserState - class org.apache.velocity.runtime.parser.JJTParserState
JJTParserState() - constructor for class org.apache.velocity.runtime.parser.JJTParserState
JJTPROCESS - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
jjtree - field in class org.apache.velocity.runtime.parser.Parser
JJTREFERENCE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTSETDIRECTIVE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
jjtSetParent(org.apache.velocity.runtime.parser.node.Node) - method in class org.apache.velocity.runtime.parser.node.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(org.apache.velocity.runtime.parser.node.Node) - method in class org.apache.velocity.runtime.parser.node.SimpleNode
JJTSTRINGLITERAL - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTSUBTRACTNODE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTTEXT - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTTRUE - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTVOID - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants
JJTWORD - static field in class org.apache.velocity.runtime.parser.ParserTreeConstants

K

keyColumn - field in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
keysAsListed - field in class org.apache.velocity.runtime.configuration.Configuration
These are the keys in the order they listed in the configuration file.
kind - field in class org.apache.velocity.runtime.parser.Token
An integer that describes the kind of this token.

L

lastIndexOf(Object) - method in class org.apache.velocity.anakia.NodeList
lastModified - field in class org.apache.velocity.runtime.resource.Resource
The file modification time (in milliseconds) for the cached template.
lastModifiedCheck - field in class org.apache.velocity.anakia.AnakiaTask
check the last modified date on files.
layout - field in class org.apache.velocity.runtime.log.Log4JLogSystem
logging layout
LBRACKET - static field in class org.apache.velocity.runtime.parser.ParserConstants
LCURLY - static field in class org.apache.velocity.runtime.parser.ParserConstants
left - field in class org.apache.velocity.runtime.parser.node.ASTSetDirective
leftReference - field in class org.apache.velocity.runtime.parser.node.ASTSetDirective
lengthOfMatch - field in class org.apache.velocity.runtime.parser.ParserTokenManager
LETTER - static field in class org.apache.velocity.runtime.parser.ParserConstants
LEXICAL_ERROR - static field in class org.apache.velocity.runtime.parser.TokenMgrError
Lexical error occured.
LexicalError(boolean,int,int,int,String,char) - static method in class org.apache.velocity.runtime.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - static field in class org.apache.velocity.runtime.parser.ParserTokenManager
libModMap - field in class org.apache.velocity.runtime.VelocimacroFactory
map of the library Template objects used for reload determination
libraryMap - field in class org.apache.velocity.runtime.VelocimacroManager
map of names of library tempates/namespaces
lii(List,int,int) - method in class org.apache.velocity.test.IntrospectorTestCase3.MethodProvider
limitLen(int,String) - method in class org.apache.velocity.app.tools.VelocityFormatter
Limits 'string' to 'maxlen' characters.
limitLen(int,String,String) - method in class org.apache.velocity.app.tools.VelocityFormatter
Limits 'string' to 'maxlen' character.
line - field in class org.apache.velocity.runtime.directive.Directive
LINE - static field in class org.apache.velocity.runtime.directive.DirectiveConstants
Line directive indicator
line - field in class org.apache.velocity.runtime.parser.VelocityCharStream
listIterator() - method in class org.apache.velocity.anakia.NodeList
listIterator(int) - method in class org.apache.velocity.anakia.NodeList
literal - field in class org.apache.velocity.runtime.parser.node.ASTReference
Literal - class org.apache.velocity.runtime.directive.Literal
A very simple directive that leverages the Node.literal() to grab the literal rendition of a node.
literal() - method in class org.apache.velocity.runtime.parser.node.ASTReference
Override of the SimpleNode method literal() Returns the literal representation of the node.
literal() - method in class org.apache.velocity.runtime.parser.node.Node
literal() - method in class org.apache.velocity.runtime.parser.node.SimpleNode
literalText - field in class org.apache.velocity.runtime.directive.Literal
ll(long,long) - method in class org.apache.velocity.test.IntrospectorTestCase3.MethodProvider
lll(List,long) - method in class org.apache.velocity.test.IntrospectorTestCase3.MethodProvider
lll(List,long,int) - method in class org.apache.velocity.test.IntrospectorTestCase3.MethodProvider
lll(List,long,List) - method in class org.apache.velocity.test.IntrospectorTestCase3.MethodProvider
load(InputStream) - method in class org.apache.velocity.runtime.configuration.Configuration
Load the properties from the given input stream.
load(String) - method in class org.apache.velocity.texen.util.PropertiesUtil
Load properties from either a file in the templatePath if there is one or the classPath.
loadConfiguration(ServletConfig) - method in class org.apache.velocity.servlet.VelocityServlet
Loads the configuration information and returns that information as a Properties, which will be used to initialize the Velocity runtime.
loadDirective(String,String) - method in class org.apache.velocity.runtime.RuntimeInstance
instantiates and loads the directive with some basic checks
loadFromClassPath(String) - method in class org.apache.velocity.texen.util.PropertiesUtil
Load a properties file from the classpath
loadFromTemplatePath(String) - method in class org.apache.velocity.texen.util.PropertiesUtil
Load a properties file from the templatePath defined in the generator.
loadJar(String) - method in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
loadResource(String,int,String) - method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Loads a resource from the current set of resource loaders
localcontext - field in class org.apache.velocity.context.VMContext
container for any local or constant VMProxy items
localcontextscope - field in class org.apache.velocity.context.VMContext
support for local context scope feature, where all references are local
log(int,Object) - method in class org.apache.velocity.runtime.RuntimeInstance
Handle logging.
log(String) - method in class org.apache.velocity.texen.ant.Texen
Log a message.
Log4JLogSystem - class org.apache.velocity.runtime.log.Log4JLogSystem
Implementation of a Log4J logger.
Log4JLogSystem() - constructor for class org.apache.velocity.runtime.log.Log4JLogSystem
default CTOR.
logfile - field in class org.apache.velocity.runtime.log.Log4JLogSystem
the runtime.log property value
logger - field in class org.apache.velocity.runtime.log.AvalonLogSystem
logger - field in class org.apache.velocity.runtime.log.Log4JLogSystem
log4java logging interface
logger - field in class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
log4java logging interface
LOGICAL_AND - static field in class org.apache.velocity.runtime.parser.ParserConstants
LOGICAL_EQUALS - static field in class org.apache.velocity.runtime.parser.ParserConstants
LOGICAL_GE - static field in class org.apache.velocity.runtime.parser.ParserConstants
LOGICAL_GT - static field in class org.apache.velocity.runtime.parser.ParserConstants
LOGICAL_LE - static field in class org.apache.velocity.runtime.parser.ParserConstants
LOGICAL_LT - static field in class org.apache.velocity.runtime.parser.ParserConstants
LOGICAL_NOT - static field in class org.apache.velocity.runtime.parser.ParserConstants
LOGICAL_NOT_EQUALS - static field in class org.apache.velocity.runtime.parser.ParserConstants
LOGICAL_OR - static field in class org.apache.velocity.runtime.parser.ParserConstants
LogManager - class org.apache.velocity.runtime.log.LogManager
This class is responsible for instantiating the correct LoggingSystem

The approach is :

  • First try to see if the user is passing in a living object that is a LogSystem, allowing the app to give is living custom loggers.
logString - field in class org.apache.velocity.test.EventHandlingTestCase
logString - field in class org.apache.velocity.test.ExternalLoggerTest
LogSystem - interface org.apache.velocity.runtime.log.LogSystem
Base interface that Logging systems need to implement.
logSystem - field in class org.apache.velocity.runtime.RuntimeInstance
The Runtime logger.
LOGSYSTEM_LOG4J_EMAIL_BUFFER_SIZE - static field in class org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_EMAIL_FROM - static field in class org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_EMAIL_SERVER - static field in class org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_EMAIL_SUBJECT - static field in class org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_EMAIL_TO - static field in class org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_FILE_BACKUPS - static field in class org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_FILE_SIZE - static field in class org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_PATTERN - static field in class org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_REMOTE_HOST - static field in class org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_REMOTE_PORT - static field in class org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_SYSLOGD_FACILITY - static field in class org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_SYSLOGD_HOST - static field in class org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
logVelocityMessage(int,String) - method in class org.apache.velocity.runtime.log.AvalonLogSystem
logs messages
logVelocityMessage(int,String) - method in class org.apache.velocity.test.ClassloaderChangeTest
method to catch Velocity log messages.
logVelocityMessage(int,String) - method in class org.apache.velocity.test.EventHandlingTestCase
handler for LogSystem interface
logVelocityMessage(int,String) - method in class org.apache.velocity.test.ExternalLoggerTest
Send a log message from Velocity.
logVelocityMessage(int,String) - method in class org.apache.velocity.runtime.log.Log4JLogSystem
logs messages
logVelocityMessage(int,String) - method in class org.apache.velocity.runtime.log.LogSystem
Send a log message from Velocity.
logVelocityMessage(int,String) - method in class org.apache.velocity.runtime.log.NullLogSystem
logs messages to the great Garbage Collector in the sky
logVelocityMessage(int,String) - method in class org.apache.velocity.runtime.log.PrimordialLogSystem
logs messages.
logVelocityMessage(int,String) - method in class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
logs messages
logVMMessageInfo(String) - method in class org.apache.velocity.runtime.VelocimacroFactory
localization of the logging logic
logVMMessageWarn(String) - method in class org.apache.velocity.runtime.VelocimacroFactory
localization of the logging logic
logWhenFound - field in class org.apache.velocity.runtime.resource.ResourceManagerImpl
switch to turn off log notice when a resource is found for the first time.
longMethod(long) - method in class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
lookingAhead - field in class org.apache.velocity.runtime.parser.Parser
LOOP_DETECTED - static field in class org.apache.velocity.runtime.parser.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LPAREN - static field in class org.apache.velocity.runtime.parser.ParserConstants
lparen - field in class org.apache.velocity.runtime.parser.ParserTokenManager

M

Macro - class org.apache.velocity.runtime.directive.Macro
Macro.java Macro implements the macro definition directive of VTL.
macrobody - field in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
macroBody - field in class org.apache.velocity.runtime.directive.VelocimacroProxy
wrapper class for holding VM information
macroLibVec - field in class org.apache.velocity.runtime.VelocimacroFactory
vector of the library names
macroname - field in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
macroName - field in class org.apache.velocity.runtime.directive.VelocimacroProxy
main(args[]) - static method in class org.apache.velocity.test.view.TemplateNodeView
For testing
main(String[]) - static method in class org.apache.velocity.runtime.compiler.Compiler
main(String[]) - static method in class org.apache.velocity.test.misc.Test
main(String[]) - static method in class org.apache.velocity.convert.WebMacro
Main hook for the conversion process.
makeAlternator(String,String,String) - method in class org.apache.velocity.app.tools.VelocityFormatter
Makes an alternator object that alternates between two values.
makeAlternator(String,String,String,String) - method in class org.apache.velocity.app.tools.VelocityFormatter
Makes an alternator object that alternates between three values.
makeAlternator(String,String,String,String,String) - method in class org.apache.velocity.app.tools.VelocityFormatter
Makes an alternator object that alternates between four values.
makeAutoAlternator(String,String,String) - method in class org.apache.velocity.app.tools.VelocityFormatter
Makes an alternator object that alternates between two values automatically.
makeMethodKey(Method) - method in class org.apache.velocity.util.introspection.ClassMap
Make a methodKey for the given method using the concatenation of the name and the types of the method parameters.
makeMethodKey(String,Object[]) - static method in class org.apache.velocity.util.introspection.ClassMap
makeSubstRE(int) - method in class org.apache.velocity.convert.WebMacro
Makes a Perl 5 regular expression for use by ORO.
manager - field in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
marks - field in class org.apache.velocity.runtime.parser.JJTParserState
max - field in class org.apache.velocity.util.SimplePool
max amount of objects to be managed set via CTOR
maxNextCharInd - field in class org.apache.velocity.runtime.parser.VelocityCharStream
me() - method in class org.apache.velocity.test.provider.TestProvider
meeh - field in class org.apache.velocity.app.event.EventCartridge
merge(org.apache.velocity.context.Context,Writer) - method in class org.apache.velocity.Template
The AST node structure is merged with the context to produce the final output.
merges the template with the context.
mergeTemplate(String,org.apache.velocity.context.Context,Writer) - static method in class org.apache.velocity.app.Velocity
merges a template and puts the rendered stream into the writer
merges a template and puts the rendered stream into the writer
merges a template and puts the rendered stream into the writer
merges a template and puts the rendered stream into the writer
message(FileWriter,String) - method in class org.apache.velocity.test.CommonsExtPropTestCase
message(FileWriter,String) - method in class org.apache.velocity.test.ConfigurationTestCase
method - field in class org.apache.velocity.runtime.parser.node.AbstractExecutor
Method to be executed.
method - field in class org.apache.velocity.util.introspection.ClassMap.MethodInfo
method - field in class org.apache.velocity.test.IntrospectorTestCase
Method() - method in class org.apache.velocity.runtime.parser.Parser
This method has yet to be fully implemented but will allow arbitrarily nested method calls
methodByNameMap - field in class org.apache.velocity.util.introspection.MethodMap
Keep track of all methods with the same name.
methodCache - field in class org.apache.velocity.util.introspection.ClassMap
Cache of Methods, or CACHE_MISS, keyed by method name and actual arguments used to find it.
methodException(Class,String,Exception) - method in class org.apache.velocity.app.event.EventCartridge
Implementation of MethodExceptionEventHandler method methodException().
methodException(Class,String,Exception) - method in class org.apache.velocity.test.EventHandlingTestCase
Handles exceptions thrown during in-template method access
methodException(Class,String,Exception) - method in class org.apache.velocity.app.event.MethodExceptionEventHandler
methodException(Class,String,Exception) - method in class org.apache.velocity.test.misc.Test
MethodExceptionEventHandler - interface org.apache.velocity.app.event.MethodExceptionEventHandler
Called when a method throws an exception.
ClassMap.MethodInfo - class org.apache.velocity.util.introspection.ClassMap.MethodInfo
Used for the iterative discovery process for public methods.
MethodInfo(Method) - constructor for class org.apache.velocity.util.introspection.ClassMap.MethodInfo
MethodInvocationException - class org.apache.velocity.exception.MethodInvocationException
Application-level exception thrown when a reference method is invoked and an exception is thrown.
MethodInvocationException(String,Throwable,String) - constructor for class org.apache.velocity.exception.MethodInvocationException
CTOR - wraps the passed in exception for examination later
Tests if we can hand Velocity an arbitrary class for logging.
MethodInvocationExceptionTest() - constructor for class org.apache.velocity.test.MethodInvocationExceptionTest
Default constructor.
methodMap - field in class org.apache.velocity.util.introspection.ClassMap
MethodMap - class org.apache.velocity.util.introspection.MethodMap
methodName - field in class org.apache.velocity.runtime.parser.node.ASTMethod
methodName - field in class org.apache.velocity.exception.MethodInvocationException
methodUsed - field in class org.apache.velocity.runtime.parser.node.PropertyExecutor
MILLIS_PER_SECOND - static field in class org.apache.velocity.runtime.resource.Resource
The number of milliseconds in a minute, used to calculate the check interval.
min(int,int) - method in class org.apache.velocity.io.VelocityWriter
Our own little min method, to avoid loading java.lang.Math if we've run out of file descriptors and we're trying to print a stack trace.
MINUS - static field in class org.apache.velocity.runtime.parser.ParserConstants
MiscTestCase - class org.apache.velocity.test.MiscTestCase
Test case for any miscellaneous stuff.
MiscTestCase() - constructor for class org.apache.velocity.test.MiscTestCase
MiscTestCase(String) - constructor for class org.apache.velocity.test.MiscTestCase
mk - field in class org.apache.velocity.runtime.parser.JJTParserState
mkdir(String) - static method in class org.apache.velocity.texen.util.FileUtil
Creates the directory s (and any parent directories needed).
modificationCheckInterval - field in class org.apache.velocity.runtime.resource.Resource
How often the file modification time is checked (in milliseconds).
modificationCheckInterval - field in class org.apache.velocity.runtime.resource.loader.ResourceLoader
This property will be passed on to the templates that are created with this loader.
modificationTime - field in class org.apache.velocity.runtime.VelocimacroFactory.Twonk
MODULUS - static field in class org.apache.velocity.runtime.parser.ParserConstants
MoreLexicalActions() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
morePrefix - field in class org.apache.velocity.runtime.parser.node.ASTReference
moreSpecific(org.apache.velocity.util.introspection.MethodMap.Twonk) - method in class org.apache.velocity.util.introspection.MethodMap.Twonk
msg - field in class org.apache.velocity.runtime.directive.ParseDirectiveException
MULTI_LINE_COMMENT - static field in class org.apache.velocity.runtime.parser.ParserConstants
MultiLoaderTestCase - class org.apache.velocity.test.MultiLoaderTestCase
Load templates from the Classpath.
MultiLoaderTestCase() - constructor for class org.apache.velocity.test.MultiLoaderTestCase
Default constructor.
Multiple paths in the file resource loader.
MultipleFileResourcePathTest() - constructor for class org.apache.velocity.test.MultipleFileResourcePathTest
Default constructor.
MultiplicativeExpression() - method in class org.apache.velocity.runtime.parser.Parser
MULTIPLY - static field in class org.apache.velocity.runtime.parser.ParserConstants

N

name - field in class org.apache.velocity.util.introspection.ClassMap.MethodInfo
name - field in class org.apache.velocity.runtime.resource.Resource
Name of the resource
namespace - field in class org.apache.velocity.runtime.directive.VelocimacroProxy
namespaceHash - field in class org.apache.velocity.runtime.VelocimacroManager
Hash of namespace hashes.
namespacesOn - field in class org.apache.velocity.runtime.VelocimacroManager
NEWLINE - static field in class org.apache.velocity.runtime.parser.ParserConstants
newToken(int) - static method in class org.apache.velocity.runtime.parser.Token
Returns a new Token object, by default.
next - field in class org.apache.velocity.runtime.parser.Parser.JJCalls
next - field in class org.apache.velocity.runtime.parser.Token
A reference to the next regular (non-special) token from the input stream.
next() - method in class org.apache.velocity.util.ArrayIterator
Move to next element in the array.
next() - method in class org.apache.velocity.util.EnumerationIterator
Move to next element in the array.
nextChar - field in class org.apache.velocity.io.VelocityWriter
nextCheck - field in class org.apache.velocity.runtime.resource.Resource
The next time the file modification time will be checked (in milliseconds).
nextToken() - method in class org.apache.velocity.runtime.configuration.Configuration.PropertiesTokenizer
Get next token.
nf - field in class org.apache.velocity.app.tools.VelocityFormatter
NO_BUFFER - static field in class org.apache.velocity.io.VelocityWriter
constant indicating that the Writer is not buffering output
NO_REFERENCE_VALUE - static field in class org.apache.velocity.test.EventHandlingTestCase
Node - interface org.apache.velocity.runtime.parser.node.Node
All AST nodes must implement this interface.
node_created - field in class org.apache.velocity.runtime.parser.JJTParserState
nodeArity() - method in class org.apache.velocity.runtime.parser.JJTParserState
nodeCreated() - method in class org.apache.velocity.runtime.parser.JJTParserState
NodeException - class org.apache.velocity.runtime.exception.NodeException
NodeException(String,org.apache.velocity.runtime.parser.node.Node) - constructor for class org.apache.velocity.runtime.exception.NodeException
NodeList - class org.apache.velocity.anakia.NodeList
Provides a class for wrapping a list of JDOM objects primarily for use in template engines and other kinds of text transformation tools.
NodeList() - constructor for class org.apache.velocity.anakia.NodeList
Creates an empty node list.
NodeList(Document) - constructor for class org.apache.velocity.anakia.NodeList
Creates a node list that holds a single Document node.
NodeList(Element) - constructor for class org.apache.velocity.anakia.NodeList
Creates a node list that holds a single Element node.
NodeList(List) - constructor for class org.apache.velocity.anakia.NodeList
Creates a node list that holds a list of nodes.
NodeList(List,boolean) - constructor for class org.apache.velocity.anakia.NodeList
Creates a node list that holds a list of nodes.
NodeList(Object) - constructor for class org.apache.velocity.anakia.NodeList
nodes - field in class org.apache.velocity.runtime.parser.JJTParserState
nodes - field in class org.apache.velocity.anakia.NodeList
The contained nodes
nodeTree - field in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
nodeTree - field in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
nodeTree - field in class org.apache.velocity.runtime.directive.VelocimacroProxy
nodeTree - field in class org.apache.velocity.runtime.directive.VMProxyArg
the AST if the type is such that it's dynamic (ex.
NodeUtils - class org.apache.velocity.runtime.parser.node.NodeUtils
Utilities for dealing with the AST node structure.
NodeViewMode - class org.apache.velocity.runtime.visitor.NodeViewMode
This class is simply a visitor implementation that traverses the AST, produced by the Velocity parsing process, and creates a visual structure of the AST.
NORMAL_REFERENCE - static field in class org.apache.velocity.runtime.parser.node.ASTReference
normalizeNewlines(String) - method in class org.apache.velocity.test.BaseTestCase
Normalizes lines to account for platform differences.
normalizePath(String) - static method in class org.apache.velocity.util.StringUtils
Return a context-relative path, beginning with a "/", that represents the canonical version of the specified path after ".." and "." elements are resolved out.
nseh - field in class org.apache.velocity.app.event.EventCartridge
NullLogSystem - class org.apache.velocity.runtime.log.NullLogSystem
Logger used in case of failure.
NullLogSystem() - constructor for class org.apache.velocity.runtime.log.NullLogSystem
NullSetEventHandler - interface org.apache.velocity.app.event.NullSetEventHandler
Event handler : lets an app approve / veto writing a log message when RHS of #set() is null.
nullString - field in class org.apache.velocity.runtime.parser.node.ASTReference
NUMBER_LITERAL - static field in class org.apache.velocity.runtime.parser.ParserConstants
NUMBER_OF_PARSERS - static field in class org.apache.velocity.runtime.RuntimeConstants
Number of parsers to create
NumberLiteral() - method in class org.apache.velocity.runtime.parser.Parser
numChildren - field in class org.apache.velocity.runtime.parser.node.ASTReference
numMacroArgs - field in class org.apache.velocity.runtime.directive.VelocimacroProxy
numTreeChildren - field in class org.apache.velocity.runtime.directive.VMProxyArg
number of children in our tree if a reference

O

ob - field in class org.apache.velocity.test.provider.TestProvider
objConcat(List) - method in class org.apache.velocity.test.provider.TestProvider
OBJECT - static field in class org.apache.velocity.util.introspection.ClassMap
OBJECT - static field in class org.apache.velocity.util.introspection.MethodMap
ObjectArray() - method in class org.apache.velocity.runtime.parser.Parser
objectArrayMethod(Object[]) - method in class org.apache.velocity.test.provider.TestProvider
openDbConnection() - method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
gets connection to the datasource specified through the configuration parameters.
openNodeScope(org.apache.velocity.runtime.parser.node.Node) - method in class org.apache.velocity.runtime.parser.JJTParserState
OUTPUT - static field in class org.apache.velocity.test.ClassloaderChangeTest
output(Attribute,Writer) - method in class org.apache.velocity.anakia.NodeList.AttributeXMLOutputter
OUTPUT_ENCODING - static field in class org.apache.velocity.runtime.RuntimeConstants
Encoding for the output stream.
OUTPUT_PATH - static field in class org.apache.velocity.texen.Generator
Where the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.Texen
This is where texen here the texen output will placed.
outputDirectory - field in class org.apache.velocity.texen.ant.