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 Z

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.
ae - field in class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
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
Represents all comments...
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.
beginColumn - 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.
beginLine - 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
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.
carr - field in class org.apache.velocity.runtime.parser.node.ASTComment
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.
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.
chooseCharacterEncoding(HttpServletRequest) - method in class org.apache.velocity.servlet.VelocityServlet
Chooses the output character encoding to be used as the value for the "charset=" portion of the HTTP Content-Type header (and thus returned by response.getCharacterEncoding()).
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.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.util.introspection.Info
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
containsHeader(String) - method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
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.TexenTask
These are properties that are fed into the initial context from a properties file.
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.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.ASTEscape
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.RuntimeLogger
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, itself defaulting to DEFAULT_CONTENT_TYPE if not configured.
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.
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 HTTP GET requests by calling doRequest().
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
Handles HTTP POST requests by calling doRequest().
doRequest(HttpServletRequest,HttpServletResponse) - method in class org.apache.velocity.servlet.VelocityServlet
Handles all requests (by default).
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
encodeUrl(String) - method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
encoding - field in class org.apache.velocity.runtime.resource.Resource
Character encoding of this resource
encoding - field in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
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
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.
endLine - 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.
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.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.RuntimeLogger
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.TexenTask
Execute the input script with Velocity
execute(Object) - method in class org.apache.velocity.runtime.parser.node.AbstractExecutor
Execute method against context.
execute(Object) - method in class org.apache.velocity.runtime.parser.node.GetExecutor
Execute method against context.
execute(Object) - 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.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.Node
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.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 - 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.test.VelocityServletTest.MockHttpServletResponse
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 DateFormat.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 DateFormat.SHORT style.
formatShortDateTime(Date) - method in class org.apache.velocity.app.tools.VelocityFormatter
Formats a date/time in 'short' style.
formatVector(List) - method in class org.apache.velocity.app.tools.VelocityFormatter
Formats a vector into the form "A, B and C".
formatVector(List,String) - method in class org.apache.velocity.app.tools.VelocityFormatter
Formats a vector into the form "A<delim>B<delim>C".
formatVector(List,String,String) - method in class org.apache.velocity.app.tools.VelocityFormatter
Formats a list 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.
getApplicables(List,Class[]) - static method in class org.apache.velocity.util.introspection.MethodMap
Returns all methods that are applicable to actual argument types.
getApplicationAttribute(Object) - method in class org.apache.velocity.runtime.RuntimeInstance
getApplicationAttribute(Object) - method in class org.apache.velocity.runtime.RuntimeServices
Return the specified applcation attribute.
getApplicationAttribute(Object) - static method in class org.apache.velocity.runtime.RuntimeSingleton
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
getAttribute(String) - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
getAttributeNames() - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
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.test.VelocityServletTest.MockHttpServletResponse
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
getCharacterEncoding() - method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
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.util.introspection.Info
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.
getContext(String) - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
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.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.
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
getInitParameter(String) - method in class org.apache.velocity.test.VelocityServletTest.MockServletConfig
getInitParameter(String) - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
getInitParameterNames() - method in class org.apache.velocity.test.VelocityServletTest.MockServletConfig
getInitParameterNames() - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
getInputEncoding(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.directive.InputBase
Decides the encoding used during input processing of this directive.
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
Returns the configured method introspection/reflection implemenation.
getIntrospector() - static method in class org.apache.velocity.runtime.RuntimeSingleton
Return the Introspector for this RuntimeInstance
getIterator(Object,org.apache.velocity.util.introspection.Info) - method in class org.apache.velocity.util.introspection.Uberspect
To support iteratives - #foreach()
getIterator(Object,org.apache.velocity.util.introspection.Info) - method in class org.apache.velocity.util.introspection.UberspectImpl
To support iteratives - #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.util.introspection.Info
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.
getLocale() - method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
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.
getMajorVersion() - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
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() - method in class org.apache.velocity.runtime.parser.node.AbstractExecutor
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.
getMethod(Object,String,Object[],org.apache.velocity.util.introspection.Info) - method in class org.apache.velocity.util.introspection.Uberspect
Returns a general method, corresponding to $foo.bar( $woogie )
Method
getMethodName() - method in class org.apache.velocity.exception.MethodInvocationException
Returns the name of the method that threw the exception
getMethodName() - method in class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
getMethodName() - method in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
getMethodName() - method in class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
returns the method name used to set this 'property'
getMethodName() - method in class org.apache.velocity.util.introspection.VelMethod
returns the method name used
getMethodName() - method in class org.apache.velocity.util.introspection.VelPropertyGet
returns the method name used to return this 'property'
getMethodName() - method in class org.apache.velocity.util.introspection.VelPropertySet
returns the method name used to set this 'property'
getMimeType(String) - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
getMinorVersion() - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
getModificationCheckInterval() - method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
Get the interval at which the InputStream source should be checked for modifications.
getMostSpecific(List,Class[]) - static method in class org.apache.velocity.util.introspection.MethodMap
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.
getNamedDispatcher(String) - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
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.TexenTask
Get the output directory.
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.
getOutputStream() - method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
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
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.
getPropertyGet(Object,String,org.apache.velocity.util.introspection.Info) - method in class org.apache.velocity.util.introspection.Uberspect
Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie)
getPropertyGet(Object,String,org.apache.velocity.util.introspection.Info) - method in class org.apache.velocity.util.introspection.UberspectImpl
Property getter
Property setter - returns VelPropertySet appropos for #set($foo.bar = "geir")
Property setter
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.
getRealPath(String) - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
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
getRequestDispatcher(String) - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
getResource(String) - method in class org.apache.velocity.runtime.resource.loader.JarHolder
getResource(String) - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
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.
getResourceAsStream(String) - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
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.
getReturnType() - method in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
getReturnType() - method in class org.apache.velocity.util.introspection.VelMethod
returns the return type of the method invoked
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
getRuntimeServices() - static method in class org.apache.velocity.runtime.RuntimeSingleton
getSearch() - method in class org.apache.velocity.test.provider.TestProvider
getServerInfo() - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
getServlet(String) - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
getServletConfig() - method in class org.apache.velocity.test.VelocityServletTest.MockVelocityServlet
getServletContext() - method in class org.apache.velocity.test.VelocityServletTest.MockServletConfig
getServletName() - method in class org.apache.velocity.test.VelocityServletTest.MockServletConfig
getServletNames() - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
getServlets() - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
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
getTemplateName() - method in class org.apache.velocity.util.introspection.Info
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.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
getUberspect() - method in class org.apache.velocity.runtime.RuntimeInstance
getUberspect() - method in class org.apache.velocity.runtime.RuntimeServices
Returns the configured class introspection/reflection implemenation.
getUberspect() - static method in class org.apache.velocity.runtime.RuntimeSingleton
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() - method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
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
INCOMPARABLE - static field in class org.apache.velocity.util.introspection.MethodMap
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 - class org.apache.velocity.util.introspection.Info
Little class to carry in info such as template name, line and column for information error reporting from the uberspector implementations
info - field in class org.apache.velocity.runtime.parser.node.SimpleNode
Info() - constructor for class org.apache.velocity.util.introspection.Info
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.RuntimeLogger
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(String,int,int) - constructor for class org.apache.velocity.util.introspection.Info
INFO_ID - static field in class org.apache.velocity.runtime.log.LogSystem
Prefix for info messages.
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
This is the primary initialization method in the Velocity Runtime.
init() - method in class org.apache.velocity.util.introspection.Uberspect
Initializer - will be called before use
init() - method in class org.apache.velocity.util.introspection.UberspectImpl
init - does nothing - we need to have setRuntimeLogger called before getting our introspector, as the default vel introspector depends upon it.
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.ASTComment
We need to make sure we catch any of the dreaded MORE tokens.
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 (org.apache.velocity.properties).
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.
initializeIntrospection() - method in class org.apache.velocity.runtime.RuntimeInstance
Gets the classname for the Uberspect introspection package and instantiates an instance.
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
InputBase - class org.apache.velocity.runtime.directive.InputBase
Base class for directives which do input operations (e.g.
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.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.parser.node.PropertyExecutor
introspector - field in class org.apache.velocity.runtime.RuntimeInstance
introspector - static field in class org.apache.velocity.util.introspection.UberspectImpl
the default Velocity introspector
Introspector(org.apache.velocity.runtime.RuntimeLogger) - 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.
invoke(Object) - method in class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
invoke(Object) - method in class org.apache.velocity.util.introspection.VelPropertyGet
invocation method - called when the 'get action' should be preformed and a value returned
invoke(Object,Object) - method in class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
method used to set the value in the object
invoke(Object,Object) - method in class org.apache.velocity.util.introspection.VelPropertySet
method used to set the value in the object
invoke(Object,Object[]) - method in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
invoke(Object,Object[]) - method in class org.apache.velocity.util.introspection.VelMethod
invocation method - called when the method invocationshould be preformed and a value returned
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.
isApplicable(Method,Class[]) - static method in class org.apache.velocity.util.introspection.MethodMap
Returns true if the supplied method is applicable to actual argument types.
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
isCacheable() - method in class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
isCacheable() - method in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
isCacheable() - method in class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
specifies if this VelPropertySet is cacheable and able to be reused for this class of object it was returned for
isCacheable() - method in class org.apache.velocity.util.introspection.VelMethod
specifies if this VelMethod is cacheable and able to be reused for this class of object it was returned for
isCacheable() - method in class org.apache.velocity.util.introspection.VelPropertyGet
specifies if this VelPropertyGet is cacheable and able to be reused for this class of object it was returned for
isCacheable() - method in class org.apache.velocity.util.introspection.VelPropertySet
specifies if this VelPropertySet is cacheable and able to be reused for this class of object it was returned for
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.
isCommitted() - method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
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.
isMethodInvocationConvertible(Class,Class) - static method in class org.apache.velocity.util.introspection.MethodMap
Determines whether a type represented by a class object is convertible to another type represented by a class object using a method invocation conversion, treating object types of primitive types as if they were primitive types (that is, a Boolean actual parameter type matches boolean primitive formal type).
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.
isStrictMethodInvocationConvertible(Class,Class) - static method in class org.apache.velocity.util.introspection.MethodMap
Determines whether a type represented by a class object is convertible to another type represented by a class object using a method invocation conversion, without matching object and primitive types.
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_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_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_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_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_lastpos - field in class org.apache.velocity.runtime.parser.Parser
jj_lasttokens - field in class org.apache.velocity.runtime.parser.Parser
jj_nt - 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 - 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

last - field in class org.apache.velocity.runtime.parser.node.SimpleNode
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
LESS_SPECIFIC - static field in class org.apache.velocity.util.introspection.MethodMap
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.util.introspection.Info
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.
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(Exception,String) - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
log(int,Object) - method in class org.apache.velocity.runtime.RuntimeInstance
Handle logging.
log(String) - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
log(String,Throwable) - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
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
MacroParseException - class org.apache.velocity.runtime.directive.MacroParseException
Exception to indicate problem happened while constructing #macro() For internal use in parser - not to be passed to app level
MacroParseException(String) - constructor for class org.apache.velocity.runtime.directive.MacroParseException
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 - field in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
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 seconds).
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
MORE_SPECIFIC - static field in class org.apache.velocity.util.introspection.MethodMap
MoreLexicalActions() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
morePrefix - field in class org.apache.velocity.runtime.parser.node.ASTReference
moreSpecific(Class[],Class[]) - static method in class org.apache.velocity.util.introspection.MethodMap
Determines which method signature (represented by a class array) is more specific.
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
The default number of parser instances 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
ObjectArray() - method in class org.apache.velocity.runtime.parser.Parser
objectArrayMethod(Object[]) - method in class org.apache.velocity.test.provider.TestProvider
OLD_INIT_PROPS_KEY - static field in class org.apache.velocity.servlet.VelocityServlet
Use of this properties key has been deprecated, and will be removed in Velocity version 1.5.
OLDexecute(Object,org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.GetExecutor
Execute method against context.
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.TexenTask
This is where texen will place all the output that is a product of the generation process.
outputEncoding - field in class org.apache.velocity.texen.Generator
This is the encoding for the output file(s).
outputEncoding - field in class org.apache.velocity.texen.ant.TexenTask
This is the encoding for the output file(s).
outputErrorToStream(Writer,String) - method in class org.apache.velocity.runtime.directive.Include
Puts a message to the render output stream if ERRORMSG_START / END are valid property strings.
outputFile - field in class org.apache.velocity.texen.ant.TexenTask
This is the file where the generated text will be placed.
outputMsgEnd - field in class org.apache.velocity.runtime.directive.Include
outputMsgStart - field in class org.apache.velocity.runtime.directive.Include
outputString(Element,boolean) - method in class org.apache.velocity.anakia.OutputWrapper
This method walks an Element tree into a String.
OutputWrapper - class org.apache.velocity.anakia.OutputWrapper
This class extends XMLOutputter in order to provide a way to walk an Element tree into a String.
OutputWrapper() - constructor for class org.apache.velocity.anakia.OutputWrapper
Empty constructor
overridingProperties - field in class org.apache.velocity.runtime.RuntimeInstance
These are the properties that are laid down over top of the default properties when requested.

P

paramCount - field in class org.apache.velocity.runtime.parser.node.ASTMethod
Parameter() - method in class org.apache.velocity.runtime.parser.Parser
This method has yet to be fully implemented but will allow arbitrarily nested method calls
parameterTypes - field in class org.apache.velocity.util.introspection.ClassMap.MethodInfo
parent - field in class org.apache.velocity.runtime.parser.node.SimpleNode
Parse - class org.apache.velocity.runtime.directive.Parse
Pluggable directive that handles the #parse() statement in VTL.
parse(Reader,String) - method in class org.apache.velocity.runtime.parser.Parser
This was also added to allow parsers to be re-usable.
parse(Reader,String) - static method in class org.apache.velocity.runtime.Runtime
Parse the input and return the root of AST node structure.
parse(Reader,String) - method in class org.apache.velocity.runtime.RuntimeInstance
Parse the input and return the root of AST node structure.
parse(Reader,String) - method in class org.apache.velocity.runtime.RuntimeServices
Parse the input and return the root of AST node structure.
parse(Reader,String) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Parse the input and return the root of AST node structure.
parse(Reader,String,boolean) - static method in class org.apache.velocity.runtime.Runtime
Parse the input and return the root of the AST node structure.
parse(Reader,String,boolean) - method in class org.apache.velocity.runtime.RuntimeInstance
Parse the input and return the root of the AST node structure.
parse(Reader,String,boolean) - method in class org.apache.velocity.runtime.RuntimeServices
Parse the input and return the root of the AST node structure.
parse(Reader,String,boolean) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Parse the input and return the root of the AST node structure.
parse(String,Object,String,String) - method in class org.apache.velocity.test.provider.TestProvider
parse(String,org.apache.velocity.context.Context) - method in class org.apache.velocity.texen.Generator
Parse the control template and merge it with the control context.
parse(String,String) - method in class org.apache.velocity.texen.Generator
Parse an input and write the output to an output file.
parse(String,String,String,Object) - method in class org.apache.velocity.texen.Generator
Parse an input and write the output to an output file.
parse(String,String,String,String,String,Object) - method in class org.apache.velocity.texen.Generator
Parse an input and write the output to an output file.
PARSE_DIRECTIVE_MAXDEPTH - static field in class org.apache.velocity.runtime.RuntimeConstants
Maximum recursion depth allowed for the #parse directive.
ParseDirectiveException - class org.apache.velocity.runtime.directive.ParseDirectiveException
Exception for #parse() problems
ParseDirectiveException(String,int) - constructor for class org.apache.velocity.runtime.directive.ParseDirectiveException
Constructor
ParseErrorException - class org.apache.velocity.exception.ParseErrorException
Application-level exception thrown when a resource of any type has a syntax or other error which prevents it from being parsed.
ParseErrorException(String) - constructor for class org.apache.velocity.exception.ParseErrorException
ParseException - class org.apache.velocity.runtime.parser.ParseException
This exception is thrown when parse errors are encountered.
ParseException() - constructor for class org.apache.velocity.runtime.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(org.apache.velocity.runtime.parser.Token,int[][],String[]) - constructor for class org.apache.velocity.runtime.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException(String) - constructor for class org.apache.velocity.runtime.parser.ParseException
Parser - class org.apache.velocity.runtime.parser.Parser
This class is responsible for parsing a Velocity template.
parser - field in class org.apache.velocity.runtime.parser.node.SimpleNode
Parser(org.apache.velocity.runtime.parser.CharStream) - constructor for class org.apache.velocity.runtime.parser.Parser
Parser(org.apache.velocity.runtime.parser.ParserTokenManager) - constructor for class org.apache.velocity.runtime.parser.Parser
Parser(org.apache.velocity.runtime.RuntimeServices) - constructor for class org.apache.velocity.runtime.parser.Parser
This constructor was added to allow the re-use of parsers.
PARSER_POOL_SIZE - static field in class org.apache.velocity.runtime.RuntimeConstants
ParserConstants - interface org.apache.velocity.runtime.parser.ParserConstants
parserPool - field in class org.apache.velocity.runtime.RuntimeInstance
The Runtime parser pool
ParserTestCase - class org.apache.velocity.test.ParserTestCase
More specific parser tests where just templating isn't enough.
ParserTestCase(String) - constructor for class org.apache.velocity.test.ParserTestCase
ParserTokenManager - class org.apache.velocity.runtime.parser.ParserTokenManager
ParserTokenManager(org.apache.velocity.runtime.parser.CharStream) - constructor for class org.apache.velocity.runtime.parser.ParserTokenManager
ParserTokenManager(org.apache.velocity.runtime.parser.CharStream,int) - constructor for class org.apache.velocity.runtime.parser.ParserTokenManager
ParserTreeConstants - interface org.apache.velocity.runtime.parser.ParserTreeConstants
ParserVisitor - interface org.apache.velocity.runtime.parser.node.ParserVisitor
parseTree(String[]) - method in class org.apache.velocity.runtime.directive.VelocimacroProxy
parses the macro.
paths - field in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
The paths to search for templates.
peekNode() - method in class org.apache.velocity.runtime.parser.JJTParserState
pendingMessages - field in class org.apache.velocity.runtime.log.PrimordialLogSystem
perl - field in class org.apache.velocity.test.BaseTestCase
used for nomalization of output and compare data
perLineREs - static field in class org.apache.velocity.convert.WebMacro
The regexes to use for line by line substition.
Person - class org.apache.velocity.test.provider.Person
Rudimentary class used in the testbed to test introspection with subclasses of a particular class.
PLUS - static field in class org.apache.velocity.runtime.parser.ParserConstants
pool - field in class org.apache.velocity.util.SimplePool
popCurrentTemplateName() - method in class org.apache.velocity.context.InternalContextAdapterImpl
remove the current template name from stack
popCurrentTemplateName() - method in class org.apache.velocity.context.InternalContextBase
remove the current template name from stack
popCurrentTemplateName() - method in class org.apache.velocity.context.InternalHousekeepingContext
remove the current template name from stack
popCurrentTemplateName() - method in class org.apache.velocity.context.VMContext
remove the current template name from stack
popNode() - method in class org.apache.velocity.runtime.parser.JJTParserState
populateInitialContext(org.apache.velocity.context.Context) - method in class org.apache.velocity.texen.ant.TexenTask
Place useful objects into the initial context.
populateMethodCache() - method in class org.apache.velocity.util.introspection.ClassMap
Populate the Map of direct hits.
pos - field in class org.apache.velocity.util.ArrayIterator
The current position and size in the array.
PRE_DIRECTIVE - static field in class org.apache.velocity.runtime.parser.ParserConstants
prevCharIsCR - field in class org.apache.velocity.runtime.parser.VelocityCharStream
prevCharIsLF - field in class org.apache.velocity.runtime.parser.VelocityCharStream
PrimaryExpression() - method in class org.apache.velocity.runtime.parser.Parser
PrimordialLogSystem - class org.apache.velocity.runtime.log.PrimordialLogSystem
Pre-init logger.
PrimordialLogSystem() - constructor for class org.apache.velocity.runtime.log.PrimordialLogSystem
default CTOR.
process() - method in class org.apache.velocity.runtime.resource.ContentResource
Pull in static content and store it.
process() - method in class org.apache.velocity.runtime.parser.Parser
This method is what starts the whole parsing process.
process() - method in class org.apache.velocity.runtime.resource.Resource
Perform any subsequent processing that might need to be done by a resource.
process() - method in class org.apache.velocity.Template
gets the named resource as a stream, parses and inits
process(File,String,File,Document) - method in class org.apache.velocity.anakia.AnakiaTask
Process an XML file using Velocity
Used by Parser.java to process VMs withing the parsing process processAndRegister() doesn't actually render the macro to the output Processes the macro body into the internal representation used by the VelocimacroProxy objects, and if not currently used, adds it to the macro Factory
projectAttribute - field in class org.apache.velocity.anakia.AnakiaTask
the projectFile= attribute
projectFile - field in class org.apache.velocity.anakia.AnakiaTask
the File for the project.xml file
projectFileLastModified - field in class org.apache.velocity.anakia.AnakiaTask
last modified of the project file if it exists
Configuration.PropertiesReader - class org.apache.velocity.runtime.configuration.Configuration.PropertiesReader
This class is used to read properties lines.
PropertiesReader(Reader) - constructor for class org.apache.velocity.runtime.configuration.Configuration.PropertiesReader
Constructor.
Configuration.PropertiesTokenizer - class org.apache.velocity.runtime.configuration.Configuration.PropertiesTokenizer
This class divides into tokens a property value.
PropertiesTokenizer(String) - constructor for class org.apache.velocity.runtime.configuration.Configuration.PropertiesTokenizer
Constructor.
PropertiesUtil - class org.apache.velocity.texen.util.PropertiesUtil
A property utility class for the texen text/code generator Usually this class is only used from a Velocity context.
PropertyExecutor - class org.apache.velocity.runtime.parser.node.PropertyExecutor
Returned the value of object property when executed.
props - field in class org.apache.velocity.texen.Generator
Default properties used by texen.
provider - field in class org.apache.velocity.test.TemplateTestCase
proxyArgHash - field in class org.apache.velocity.runtime.directive.VelocimacroProxy
PUB_STAT_STRING - static field in class org.apache.velocity.test.provider.TestProvider
pushCurrentTemplateName(String) - method in class org.apache.velocity.context.InternalContextAdapterImpl
set the current template name on top of stack
pushCurrentTemplateName(String) - method in class org.apache.velocity.context.InternalContextBase
set the current template name on top of stack
pushCurrentTemplateName(String) - method in class org.apache.velocity.context.InternalHousekeepingContext
set the current template name on top of stack
pushCurrentTemplateName(String) - method in class org.apache.velocity.context.VMContext
set the current template name on top of stack
pushNode(org.apache.velocity.runtime.parser.node.Node) - method in class org.apache.velocity.runtime.parser.JJTParserState
put(Object) - method in class org.apache.velocity.util.SimplePool
Add the object to the pool, silent nothing if the pool is full
put(Object,org.apache.velocity.runtime.resource.Resource) - method in class org.apache.velocity.runtime.resource.ResourceCache
stores a Resource in the cache
put(Object,org.apache.velocity.runtime.resource.Resource) - method in class org.apache.velocity.runtime.resource.ResourceCacheImpl
put(String,Object) - method in class org.apache.velocity.context.AbstractContext
Adds a name/value pair to the context.
put(String,Object) - method in class org.apache.velocity.context.Context
Adds a name/value pair to the context.
put(String,Object) - method in class org.apache.velocity.context.InternalContextAdapterImpl
Adds a name/value pair to the context.
put(String,Object) - method in class org.apache.velocity.test.provider.TestProvider
Test the ability of vel to use a put(key) method for any object type, not just one that implements the Map interface.
put(String,Object) - method in class org.apache.velocity.context.VMContext
Impl of the Context.put() method.
putKey - field in class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl

Q

QUIET_REFERENCE - static field in class org.apache.velocity.runtime.parser.node.ASTReference

R

RBRACKET - static field in class org.apache.velocity.runtime.parser.ParserConstants
RCURLY - static field in class org.apache.velocity.runtime.parser.ParserConstants
readChar() - method in class org.apache.velocity.runtime.parser.CharStream
Returns the next character from the selected input.
readChar() - method in class org.apache.velocity.runtime.parser.VelocityCharStream
Returns the next character from the selected input.
readData(Connection,String,String) - method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
Reads the data from the datasource.
readLastModified(org.apache.velocity.runtime.resource.Resource,String) - method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
Fetches the last modification time of the resource
readProperty() - method in class org.apache.velocity.runtime.configuration.Configuration.PropertiesReader
Read a property.
ready - field in class org.apache.velocity.runtime.directive.Parse
reallyuntouchable() - method in class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
recycle(Writer) - method in class org.apache.velocity.io.VelocityWriter
resets this class so that it can be reused
REFERENCE - static field in class org.apache.velocity.runtime.parser.ParserConstants
Reference() - method in class org.apache.velocity.runtime.parser.Parser
REFERENCE_TERMINATOR - static field in class org.apache.velocity.runtime.parser.ParserConstants
REFERENCE_VALUE - static field in class org.apache.velocity.test.EventHandlingTestCase
ReferenceException - class org.apache.velocity.runtime.exception.ReferenceException
Exception thrown when a bad reference is found.
ReferenceException(String,org.apache.velocity.runtime.parser.node.Node) - constructor for class org.apache.velocity.runtime.exception.ReferenceException
referenceInsert(String,Object) - method in class org.apache.velocity.app.event.EventCartridge
Implementation of ReferenceInsertionEventHandler method referenceInsert().
referenceInsert(String,Object) - method in class org.apache.velocity.test.EventHandlingTestCase
Event handler for when a reference is inserted into the output stream.
referenceInsert(String,Object) - method in class org.apache.velocity.app.event.ReferenceInsertionEventHandler
A call-back which is executed during Velocity merge before a reference value is inserted into the output stream.
referenceInsert(String,Object) - method in class org.apache.velocity.test.misc.Test
A call-back which is executed during Velocity merge before a reference value is inserted into the output stream.
ReferenceInsertionEventHandler - interface org.apache.velocity.app.event.ReferenceInsertionEventHandler
Reference 'Stream insertion' event handler.
referenceName - field in class org.apache.velocity.exception.MethodInvocationException
referenceType - field in class org.apache.velocity.runtime.parser.node.ASTReference
REFMOD2 - static field in class org.apache.velocity.runtime.parser.ParserConstants
REFMOD2_RPAREN - static field in class org.apache.velocity.runtime.parser.ParserConstants
REFMODIFIER - static field in class org.apache.velocity.runtime.parser.ParserConstants
Takes an existing resource, and 'refreshes' it.
registerFromLib - field in class org.apache.velocity.runtime.VelocimacroManager
ReInit(java.io.InputStream,int,int) - method in class org.apache.velocity.runtime.parser.VelocityCharStream
ReInit(java.io.InputStream,int,int,int) - method in class org.apache.velocity.runtime.parser.VelocityCharStream
ReInit(java.io.Reader,int,int) - method in class org.apache.velocity.runtime.parser.VelocityCharStream
ReInit(java.io.Reader,int,int,int) - method in class org.apache.velocity.runtime.parser.VelocityCharStream
ReInit(org.apache.velocity.runtime.parser.CharStream) - method in class org.apache.velocity.runtime.parser.Parser
ReInit(org.apache.velocity.runtime.parser.CharStream) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
ReInit(org.apache.velocity.runtime.parser.CharStream,int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
ReInit(org.apache.velocity.runtime.parser.ParserTokenManager) - method in class org.apache.velocity.runtime.parser.Parser
ReInitRounds() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
RelationalExpression() - method in class org.apache.velocity.runtime.parser.Parser
remove() - method in class org.apache.velocity.util.ArrayIterator
No op--merely added to satify the Iterator interface.
remove() - method in class org.apache.velocity.util.EnumerationIterator
Unimplemented.
remove(int) - method in class org.apache.velocity.anakia.NodeList
remove(Object) - method in class org.apache.velocity.context.AbstractContext
Removes the value associated with the specified key from the context.
remove(Object) - method in class org.apache.velocity.context.Context
Removes the value associated with the specified key from the context.
remove(Object) - method in class org.apache.velocity.context.InternalContextAdapterImpl
Removes the value associated with the specified key from the context.
remove(Object) - method in class org.apache.velocity.anakia.NodeList
remove(Object) - method in class org.apache.velocity.runtime.resource.ResourceCache
removes a Resource from the cache
remove(Object) - method in class org.apache.velocity.runtime.resource.ResourceCacheImpl
remove(Object) - method in class org.apache.velocity.context.VMContext
impl badly
removeAll(Collection) - method in class org.apache.velocity.anakia.NodeList
removeAndHump(String) - static method in class org.apache.velocity.util.StringUtils
'Camels Hump' replacement of underscores.
removeAndHump(String,String) - static method in class org.apache.velocity.util.StringUtils
'Camels Hump' replacement.
removeAttribute(String) - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
Removes an event handler(s) from the Cartridge.
removeUnderScores(String) - static method in class org.apache.velocity.util.StringUtils
Remove underscores from a string and replaces first letters with capitals.
render(org.apache.velocity.context.InternalContextAdapter,Writer) - method in class org.apache.velocity.runtime.parser.node.ASTBlock
render(org.apache.velocity.context.InternalContextAdapter,Writer) - method in class org.apache.velocity.runtime.parser.node.ASTComment
render(org.apache.velocity.context.InternalContextAdapter,Writer) - method in class org.apache.velocity.runtime.parser.node.ASTDirective
render(org.apache.velocity.context.InternalContextAdapter,Writer) - method in class org.apache.velocity.runtime.parser.node.ASTElseIfStatement
renders the block
render(org.apache.velocity.context.InternalContextAdapter,Writer) - method in class org.apache.velocity.runtime.parser.node.ASTEscape
render(org.apache.velocity.context.InternalContextAdapter,Writer) - method in class org.apache.velocity.runtime.parser.node.ASTEscapedDirective
render(org.apache.velocity.context.InternalContextAdapter,Writer) - method in class org.apache.velocity.runtime.parser.node.ASTIfStatement
render(org.apache.velocity.context.InternalContextAdapter,Writer) - method in class org.apache.velocity.runtime.parser.node.ASTReference
gets the value of the reference and outputs it to the writer.
render(org.apache.velocity.context.InternalContextAdapter,Writer) - method in class org.apache.velocity.runtime.parser.node.ASTSetDirective
puts the value of the RHS into the context under the key of the LHS
render(org.apache.velocity.context.InternalContextAdapter,Writer) - method in class org.apache.velocity.runtime.parser.node.ASTText
render(org.apache.velocity.context.InternalContextAdapter,Writer) - method in class org.apache.velocity.runtime.parser.node.Node
render(org.apache.velocity.context.InternalContextAdapter,Writer) - method in class org.apache.velocity.runtime.parser.node.SimpleNode
How this directive is to be rendered
renders the #foreach() block
iterates through the argument list and renders every argument that is appropriate.
Throw the literal rendition of the block between #literal()/#end into the writer.
render() doesn't do anything in the final output rendering.
iterates through the argument list and renders every argument that is appropriate.
Renders the macro using the context
does the actual rendering of the included file
replaceAllowed - field in class org.apache.velocity.runtime.VelocimacroFactory
determines if replacement of global VMs are allowed controlled by VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL
REQUEST - static field in class org.apache.velocity.servlet.VelocityServlet
The context key for the HTTP request object.
A cleanup routine which is called at the end of the doRequest(HttpServletRequest,HttpServletResponse) processing sequence, allowing a derived class to do resource cleanup or other end of process cycle tasks.
requiresChecking() - method in class org.apache.velocity.runtime.resource.Resource
Is it time to check to see if the resource source has been updated?
reset() - method in class org.apache.velocity.runtime.parser.JJTParserState
reset() - method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
Resource - class org.apache.velocity.runtime.resource.Resource
This class represent a general text resource that may have been retrieved from any number of possible sources.
Resource() - constructor for class org.apache.velocity.runtime.resource.Resource
Default constructor
RESOURCE_CONTENT - static field in class org.apache.velocity.runtime.resource.ResourceManager
A static content resource.
RESOURCE_CONTENT - static field in class org.apache.velocity.runtime.resource.ResourceManagerImpl
A static content resource.
RESOURCE_LOADER - static field in class org.apache.velocity.runtime.RuntimeConstants
Key used to retrieve the names of the resource loaders to be used.
RESOURCE_LOADER_IDENTIFIER - static field in class org.apache.velocity.runtime.resource.ResourceManagerImpl
token used to identify the loader internally
RESOURCE_MANAGER_CACHE_CLASS - static field in class org.apache.velocity.runtime.RuntimeConstants
RESOURCE_MANAGER_CLASS - static field in class org.apache.velocity.runtime.RuntimeConstants
RESOURCE_MANAGER_LOGWHENFOUND - static field in class org.apache.velocity.runtime.RuntimeConstants
controls if the finding of a resource is logged
RESOURCE_TEMPLATE - static field in class org.apache.velocity.runtime.resource.ResourceManager
A template resources.
RESOURCE_TEMPLATE - static field in class org.apache.velocity.runtime.resource.ResourceManagerImpl
A template resources.
ResourceCache - interface org.apache.velocity.runtime.resource.ResourceCache
Interface that defines the shape of a pluggable resource cache for the included ResourceManager
ResourceCacheImpl - class org.apache.velocity.runtime.resource.ResourceCacheImpl
Default implementation of the resource cache for the default ResourceManager.
resourceExists(String) - static method in class org.apache.velocity.app.Velocity
Determines whether a resource is accessable via the currently configured resource loaders.
ResourceFactory - class org.apache.velocity.runtime.resource.ResourceFactory
Class responsible for instantiating Resource objects, given name and type.
ResourceLoader - class org.apache.velocity.runtime.resource.loader.ResourceLoader
This is abstract class the all text resource loaders should extend.
resourceLoader - field in class org.apache.velocity.runtime.resource.Resource
The template loader that initially loaded the input stream for this template, and knows how to check the source of the input stream for modification.
ResourceLoaderFactory - class org.apache.velocity.runtime.resource.loader.ResourceLoaderFactory
Factory to grab a template loader.
resourceLoaderInitializersActive - field in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Each loader needs a configuration object for its initialization, this flags keeps track of whether or not the configuration objects have been created for the resource loaders.
resourceLoaders - field in class org.apache.velocity.runtime.resource.ResourceManagerImpl
The List of templateLoaders that the Runtime will use to locate the InputStream source of a template.
ResourceManager - interface org.apache.velocity.runtime.resource.ResourceManager
Class to manage the text resource for the Velocity Runtime.
resourceManager - field in class org.apache.velocity.runtime.RuntimeInstance
ResourceManagerImpl - class org.apache.velocity.runtime.resource.ResourceManagerImpl
Class to manage the text resource for the Velocity Runtime.
ResourceNotFoundException - class org.apache.velocity.exception.ResourceNotFoundException
Application-level exception thrown when a resource of any type isn't found by the Velocity engine.
ResourceNotFoundException(String) - constructor for class org.apache.velocity.exception.ResourceNotFoundException
RESPONSE - static field in class org.apache.velocity.servlet.VelocityServlet
The context key for the HTTP response object.
result - field in class org.apache.velocity.test.IntrospectorTestCase
result1 - field in class org.apache.velocity.test.VelocimacroTestCase
result1 - field in class org.apache.velocity.test.VelocityAppTestCase
RESULT_DIR - static field in class org.apache.velocity.test.TemplateTestBase
Results relative to the build directory.
RESULT_FILE_EXT - static field in class org.apache.velocity.test.ClasspathResourceTest
Comparison file extension.
RESULT_FILE_EXT - static field in class org.apache.velocity.test.MultiLoaderTestCase
Comparison file extension.
RESULT_FILE_EXT - static field in class org.apache.velocity.test.MultipleFileResourcePathTest
Comparison file extension.
RESULT_FILE_EXT - static field in class org.apache.velocity.test.TemplateTestBase
Comparison file extension.
RESULTS_DIR - static field in class org.apache.velocity.test.AnakiaTestCase
RESULTS_DIR - static field in class org.apache.velocity.test.ClasspathResourceTest
Results relative to the build directory.
RESULTS_DIR - static field in class org.apache.velocity.test.CommonsExtPropTestCase
Results directory.
RESULTS_DIR - static field in class org.apache.velocity.test.ConfigurationTestCase
Results directory.
RESULTS_DIR - static field in class org.apache.velocity.test.MultiLoaderTestCase
Results relative to the build directory.
RESULTS_DIR - static field in class org.apache.velocity.test.MultipleFileResourcePathTest
Results relative to the build directory.
RESULTS_DIR - static field in class org.apache.velocity.test.TexenClasspathTestCase
Directory where results are generated.
RESULTS_DIR - static field in class org.apache.velocity.test.TexenTestCase
Directory where results are generated.
retainAll(Collection) - method in class org.apache.velocity.anakia.NodeList
ri - static field in class org.apache.velocity.runtime.RuntimeSingleton
ri - field in class org.apache.velocity.app.VelocityEngine
rieh - field in class org.apache.velocity.app.event.EventCartridge
right - field in class org.apache.velocity.runtime.parser.node.ASTSetDirective
rlog - field in class org.apache.velocity.runtime.parser.node.AbstractExecutor
rlog - field in class org.apache.velocity.util.introspection.Introspector
our engine runtime services
rlog - field in class org.apache.velocity.util.introspection.UberspectImpl
Our runtime logger.
rootNode() - method in class org.apache.velocity.runtime.parser.JJTParserState
rootString - field in class org.apache.velocity.runtime.parser.node.ASTReference
RPAREN - static field in class org.apache.velocity.runtime.parser.ParserConstants
rparen - field in class org.apache.velocity.runtime.parser.ParserTokenManager
RPARENHandler() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
handles the dropdown logic when encountering a RPAREN
rsvc - field in class org.apache.velocity.runtime.log.AvalonLogSystem
rsvc - field in class org.apache.velocity.runtime.directive.Directive
rsvc - field in class org.apache.velocity.runtime.resource.loader.JarHolder
rsvc - field in class org.apache.velocity.runtime.log.Log4JLogSystem
rsvc - field in class org.apache.velocity.runtime.parser.Parser
rsvc - field in class org.apache.velocity.runtime.log.PrimordialLogSystem
rsvc - field in class org.apache.velocity.runtime.resource.Resource
rsvc - field in class org.apache.velocity.runtime.resource.ResourceCacheImpl
Runtime services, generally initialized by the initialize() method.
rsvc - field in class org.apache.velocity.runtime.resource.loader.ResourceLoader
rsvc - field in class org.apache.velocity.runtime.resource.ResourceManagerImpl
rsvc - field in class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
rsvc - field in class org.apache.velocity.runtime.parser.node.SimpleNode
rsvc - field in class org.apache.velocity.runtime.VelocimacroFactory
runtime services for this instance
rsvc - field in class org.apache.velocity.runtime.VelocimacroManager
rsvc - field in class org.apache.velocity.runtime.directive.VMProxyArg
RUNT - static field in class org.apache.velocity.runtime.parser.node.ASTReference
runTest() - method in class org.apache.velocity.test.AnakiaTestCase
Runs the test.
runTest() - method in class org.apache.velocity.test.ClassloaderChangeTest
Runs the test.
runTest() - method in class org.apache.velocity.test.ClasspathResourceTest
Runs the test.
runTest() - method in class org.apache.velocity.test.CommonsExtPropTestCase
Runs the test.
runTest() - method in class org.apache.velocity.test.ConfigurationTestCase
Runs the test.
runTest() - method in class org.apache.velocity.test.ContextSafetyTestCase
Runs the test.
runTest() - method in class org.apache.velocity.test.EncodingTestCase
Runs the test.
runTest() - method in class org.apache.velocity.test.EventHandlingTestCase
Runs the test.
runTest() - method in class org.apache.velocity.test.ExternalLoggerTest
Runs the test.
runTest() - method in class org.apache.velocity.test.InlineScopeVMTestCase
Runs the test.
runTest() - method in class org.apache.velocity.test.IntrospectorTestCase
runTest() - method in class org.apache.velocity.test.IntrospectorTestCase2
runTest() - method in class org.apache.velocity.test.MethodInvocationExceptionTest
Runs the test : uses the Velocity class to eval a string which accesses a method that throws an exception.
runTest() - method in class org.apache.velocity.test.MiscTestCase
runTest() - method in class org.apache.velocity.test.MultiLoaderTestCase
Runs the test.
runTest() - method in class org.apache.velocity.test.MultipleFileResourcePathTest
Runs the test.
runTest() - method in class org.apache.velocity.test.TemplateTestCase
Runs the test.
runTest() - method in class org.apache.velocity.test.TexenClasspathTestCase
Runs the test.
runTest() - method in class org.apache.velocity.test.TexenTestCase
Runs the test.
runTest() - method in class org.apache.velocity.test.VelocimacroTestCase
Runs the test.
runTest() - method in class org.apache.velocity.test.VelocityAppTestCase
Runs the test.
runTest() - method in class org.apache.velocity.test.VelocityServletTest
Runs the test.
Runtime - class org.apache.velocity.runtime.Runtime
This is the Runtime system for Velocity.
RUNTIME_LOG - static field in class org.apache.velocity.runtime.RuntimeConstants
Location of the velocity log file.
RUNTIME_LOG_ERROR_STACKTRACE - static field in class org.apache.velocity.runtime.RuntimeConstants
Stack trace output for error messages.
RUNTIME_LOG_INFO_STACKTRACE - static field in class org.apache.velocity.runtime.RuntimeConstants
Stack trace output for info messages.
RUNTIME_LOG_LOGSYSTEM - static field in class org.apache.velocity.runtime.RuntimeConstants
externally provided logger
RUNTIME_LOG_LOGSYSTEM_CLASS - static field in class org.apache.velocity.runtime.RuntimeConstants
class of log system to use
RUNTIME_LOG_REFERENCE_LOG_INVALID - static field in class org.apache.velocity.runtime.RuntimeConstants
Logging of invalid references.
RUNTIME_LOG_WARN_STACKTRACE - static field in class org.apache.velocity.runtime.RuntimeConstants
Stack trace output for warning messages.
RuntimeConstants - interface org.apache.velocity.runtime.RuntimeConstants
This class defines the keys that are used in the velocity.properties file so that they can be referenced as a constant within Java code.
runtimeDirectives - field in class org.apache.velocity.runtime.RuntimeInstance
This is a hashtable of initialized directives.
RuntimeInstance - class org.apache.velocity.runtime.RuntimeInstance
This is the Runtime system for Velocity.
RuntimeInstance() - constructor for class org.apache.velocity.runtime.RuntimeInstance
RuntimeLogger - interface org.apache.velocity.runtime.RuntimeLogger
Interface for internal runtime logging services that are needed by the
RuntimeServices - interface org.apache.velocity.runtime.RuntimeServices
Interface for internal runtime services that are needed by the various components w/in Velocity.
RuntimeSingleton - class org.apache.velocity.runtime.RuntimeSingleton
This is the Runtime system for Velocity.

S

save(OutputStream,String) - method in class org.apache.velocity.runtime.configuration.Configuration
Save the properties to the given outputstream.
sawCacheDump - field in class org.apache.velocity.test.ClassloaderChangeTest
select(boolean,String,String) - method in class org.apache.velocity.util.StringUtils
If state is true then return the trueString, else return the falseString.
selectNodes(String) - method in class org.apache.velocity.anakia.AnakiaElement
Applies an XPath expression to this element and returns the resulting node list.
selectNodes(String) - method in class org.apache.velocity.anakia.NodeList
Applies an XPath expression to the node list and returns the resulting node list.
sendError(int) - method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
sendError(int,String) - method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
sendRedirect(String) - method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
set(int,Object) - method in class org.apache.velocity.anakia.NodeList
SET_DIRECTIVE - static field in class org.apache.velocity.runtime.parser.ParserConstants
setAddMacroPermission(boolean) - method in class org.apache.velocity.runtime.VelocimacroFactory
sets the permission to add new macros
setApplicationAttribute(Object,Object) - method in class org.apache.velocity.runtime.RuntimeInstance
setApplicationAttribute(Object,Object) - static method in class org.apache.velocity.app.Velocity
Set the an ApplicationAttribue, which is an Object set by the application which is accessable from any component of the system that gets a RuntimeServices.
setApplicationAttribute(Object,Object) - method in class org.apache.velocity.app.VelocityEngine
Set the an ApplicationAttribue, which is an Object set by the application which is accessable from any component of the system that gets a RuntimeServices.
setArgArray(String[]) - method in class org.apache.velocity.runtime.directive.VelocimacroProxy
sets the array of arguments specified in the macro definition
setAttribute(String,Object) - method in class org.apache.velocity.test.VelocityServletTest.MockServletContext
setAutoload(boolean) - method in class org.apache.velocity.runtime.VelocimacroFactory
set the switch for automatic reloading of global library-based VMs
setBangStart(Integer) - method in class org.apache.velocity.test.provider.TestProvider
setBasedir(File) - method in class org.apache.velocity.anakia.AnakiaTask
Set the base directory.
setBlather(boolean) - method in class org.apache.velocity.runtime.VelocimacroFactory
set output message mode
setBufferSize(int) - method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
setCachingOn(boolean) - method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
Set the caching state.
setConfiguration(ExtendedProperties) - static method in class org.apache.velocity.runtime.Runtime
Allow an external system to set an ExtendedProperties object to use.
setConfiguration(ExtendedProperties) - method in class org.apache.velocity.runtime.RuntimeInstance
Allow an external system to set an ExtendedProperties object to use.
setConfiguration(ExtendedProperties) - method in class org.apache.velocity.runtime.RuntimeServices
Allow an external system to set an ExtendedProperties object to use.
setConfiguration(ExtendedProperties) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Allow an external system to set an ExtendedProperties object to use.
Set an entire configuration at once.
Set an entire configuration at once.
setContentLength(int) - method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
setContentType(HttpServletRequest,HttpServletResponse) - method in class org.apache.velocity.servlet.VelocityServlet
Sets the content type of the response, defaulting to defaultContentType if not overriden.
setContentType(String) - method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
Records the character encoding.
setContext(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
setContextProperties(String) - method in class org.apache.velocity.texen.ant.TexenTask
Set the context properties that will be fed into the initial context be the generating process starts.
setControlTemplate(String) - method in class org.apache.velocity.texen.ant.TexenTask
[REQUIRED] Set the control template for the generating process.
setData(Object) - method in class org.apache.velocity.runtime.resource.Resource
Set arbitrary data object that might be used by the resource.
setDebugStream(java.io.PrintStream) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
setDefaultProperties() - method in class org.apache.velocity.runtime.RuntimeInstance
Initializes the Velocity Runtime with properties file.
setDefaultProps() - method in class org.apache.velocity.texen.Generator
Set default properties.
setDestdir(File) - method in class org.apache.velocity.anakia.AnakiaTask
Set the destination directory into which the VSL result files should be copied to
SetDirective() - method in class org.apache.velocity.runtime.parser.Parser
Currently support both types of set : #set( expr ) #set expr
setDirectiveName(String) - method in class org.apache.velocity.runtime.parser.node.ASTDirective
Sets the directive name.
setDirectives(Hashtable) - method in class org.apache.velocity.runtime.parser.Parser
This method sets the directives Hashtable
setEncoding(String) - method in class org.apache.velocity.runtime.resource.Resource
set the encoding of this resource for example, "ISO-8859-1"
setExtendedProperties(ExtendedProperties) - static method in class org.apache.velocity.app.Velocity
Set an entire configuration at once.
setExtendedProperties(ExtendedProperties) - method in class org.apache.velocity.app.VelocityEngine
Set an entire configuration at once.
setExtension(String) - method in class org.apache.velocity.anakia.AnakiaTask
Allow people to set the default output file extension
setFirstToken(org.apache.velocity.runtime.parser.Token) - method in class org.apache.velocity.runtime.parser.node.SimpleNode
setFoo(String) - method in class org.apache.velocity.test.MethodInvocationExceptionTest
setFromLibrary(boolean) - method in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
setInclude(String) - method in class org.apache.velocity.runtime.configuration.Configuration
Sets the property value for including other properties files.
setInfo(int) - method in class org.apache.velocity.runtime.parser.node.Node
setInfo(int) - method in class org.apache.velocity.runtime.parser.node.SimpleNode
setInputEncoding(String) - method in class org.apache.velocity.texen.Generator
Set the input (template) encoding.
setInputEncoding(String) - method in class org.apache.velocity.texen.ant.TexenTask
Set the input (template) encoding.
setInvalid() - method in class org.apache.velocity.runtime.parser.node.Node
setInvalid() - method in class org.apache.velocity.runtime.parser.node.SimpleNode
setLastModified(long) - method in class org.apache.velocity.runtime.resource.Resource
Set the last modified time for this template.
setLastModifiedCheck(String) - method in class org.apache.velocity.anakia.AnakiaTask
Turn on/off last modified checking.
setLiteral(String) - method in class org.apache.velocity.runtime.parser.node.ASTReference
Routine to allow the literal representation to be externally overridden.
setLocation(int,int) - method in class org.apache.velocity.runtime.directive.Directive
Allows the template location to be set
setMacrobody(String) - method in class org.apache.velocity.runtime.directive.VelocimacroProxy
Sets the orignal macro body.
setModificationCheckInterval(long) - method in class org.apache.velocity.runtime.resource.Resource
Set the modification check interval.
setModificationCheckInterval(long) - method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
Set the interval at which the InputStream source should be checked for modifications.
setName(String) - method in class org.apache.velocity.runtime.resource.Resource
Set the name of this resource, for example test.vm.
setName(String) - method in class org.apache.velocity.runtime.directive.VelocimacroProxy
sets the directive name of this VM
setNamespace(String) - method in class org.apache.velocity.runtime.directive.VelocimacroProxy
setNamespaceUsage(boolean) - method in class org.apache.velocity.runtime.VelocimacroManager
public switch to let external user of manager to control namespace usage indep of properties.
setNodeTree(org.apache.velocity.runtime.parser.node.SimpleNode) - method in class org.apache.velocity.runtime.directive.VelocimacroProxy
setObject(org.apache.velocity.context.InternalContextAdapter,Object) - method in class org.apache.velocity.runtime.directive.VMProxyArg
Invoked by VMContext when Context.put() is called for a proxied reference.
setOutputDirectory(File) - method in class org.apache.velocity.texen.ant.TexenTask
[REQUIRED] Set the output directory.
setOutputEncoding(String) - method in class org.apache.velocity.texen.Generator
Set the output encoding.
setOutputEncoding(String) - method in class org.apache.velocity.texen.ant.TexenTask
Set the output encoding.
setOutputFile(String) - method in class org.apache.velocity.texen.ant.TexenTask
[REQUIRED] Set the output file for the generation process.
setOutputPath(String) - method in class org.apache.velocity.texen.Generator
Set the output path for the generated output.
setProjectFile(String) - method in class org.apache.velocity.anakia.AnakiaTask
Allow people to set the path to the project.xml file
setProperty(String,Object) - method in class org.apache.velocity.runtime.configuration.Configuration
Set a property, this will replace any previously set values.
setProperty(String,Object) - static method in class org.apache.velocity.runtime.Runtime
Allows an external system to set a property in the Velocity Runtime.
setProperty(String,Object) - method in class org.apache.velocity.runtime.RuntimeInstance
Allows an external system to set a property in the Velocity Runtime.
setProperty(String,Object) - method in class org.apache.velocity.runtime.RuntimeServices
Allows an external system to set a property in the Velocity Runtime.
setProperty(String,Object) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Allows an external system to set a property in the Velocity Runtime.
setProperty(String,Object) - static method in class org.apache.velocity.app.Velocity
Set a Velocity Runtime property.
setProperty(String,Object) - method in class org.apache.velocity.app.VelocityEngine
Set a Velocity Runtime property.
setReferenceName(String) - method in class org.apache.velocity.exception.MethodInvocationException
Sets the reference name that threw this exception
setRegisterFromLib(boolean) - method in class org.apache.velocity.runtime.VelocimacroManager
setReplacementPermission(boolean) - method in class org.apache.velocity.runtime.VelocimacroFactory
sets the permission for allowing addMacro() calls to replace existing VM's
Set the template loader for this template.
setRuntimeLogger(org.apache.velocity.runtime.RuntimeLogger) - method in class org.apache.velocity.util.introspection.UberspectImpl
Sets the runtime logger - this must be called before anything else besides init() as to get the logger.
setRuntimeLogger(org.apache.velocity.runtime.RuntimeLogger) - method in class org.apache.velocity.util.introspection.UberspectLoggable
Sets the logger.
setRuntimeServices(org.apache.velocity.runtime.RuntimeServices) - method in class org.apache.velocity.runtime.resource.Resource
setState(Boolean) - method in class org.apache.velocity.test.provider.TestProvider
setStatus(int) - method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
setStatus(int,String) - method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
setStyle(String) - method in class org.apache.velocity.anakia.AnakiaTask
Allow people to set the path to the .vsl file
setTemplateLocalInline(boolean) - method in class org.apache.velocity.runtime.VelocimacroFactory
sets permission to have VMs local in scope to their declaring template note that this is really taken care of in the VMManager class, but we need it here for gating purposes in addVM eventually, I will slide this all into the manager, maybe.
setTemplateLocalInlineVM(boolean) - method in class org.apache.velocity.runtime.VelocimacroManager
setTemplatePath(File) - method in class org.apache.velocity.anakia.AnakiaTask
Set the path to the templates.
setTemplatePath(String) - method in class org.apache.velocity.texen.Generator
Set the template path, where Texen will look for Velocity templates.
setTemplatePath(String) - method in class org.apache.velocity.texen.ant.TexenTask
[REQUIRED] Set the path where Velocity will look for templates using the file template loader.
setTitle(String) - method in class org.apache.velocity.test.provider.TestProvider
setUp() - method in class org.apache.velocity.test.TemplateTestCase
Sets up the test.
setUp() - method in class org.apache.velocity.test.TexenClasspathTestCase
Sets up the test.
setUp() - method in class org.apache.velocity.test.TexenTestCase
Sets up the test.
setup() - method in class org.apache.velocity.runtime.directive.VMProxyArg
does the housekeeping upon creationg.
setupMacro(String[],int[]) - method in class org.apache.velocity.runtime.directive.VelocimacroProxy
basic VM setup.
setupProxyArgs(String[],int[]) - method in class org.apache.velocity.runtime.directive.VelocimacroProxy
setUseClasspath(boolean) - method in class org.apache.velocity.texen.ant.TexenTask
Set the use of the classpath in locating templates
setValue(org.apache.velocity.context.InternalContextAdapter,Object) - method in class org.apache.velocity.runtime.parser.node.ASTReference
Sets the value of a complex reference (something like $foo.bar) Currently used by ASTSetReference()
setVelocityEngine(org.apache.velocity.app.VelocityEngine) - method in class org.apache.velocity.texen.Generator
Set the velocity engine.
setVelocityPropertiesFile(File) - method in class org.apache.velocity.anakia.AnakiaTask
Allow people to set the path to the velocity.properties file This file is found relative to the path where the JVM was run.
setWriter(Writer) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
shortMethod(short) - method in class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
shouldLogOnNullSet(String,String) - method in class org.apache.velocity.app.event.EventCartridge
Implementation of NullSetEventHandler method shouldLogOnNullSet().
shouldLogOnNullSet(String,String) - method in class org.apache.velocity.test.EventHandlingTestCase
Event handler for when the right hand side of a #set() directive is null, which results in a log message.
shouldLogOnNullSet(String,String) - method in class org.apache.velocity.app.event.NullSetEventHandler
Called when the RHS of a #set() is null, which will result in a null LHS.
shouldLogOnNullSet(String,String) - method in class org.apache.velocity.test.misc.Test
showIterator(FileWriter,Iterator) - method in class org.apache.velocity.test.CommonsExtPropTestCase
showIterator(FileWriter,Iterator) - method in class org.apache.velocity.test.ConfigurationTestCase
showNode(org.apache.velocity.runtime.parser.node.Node,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display the type of nodes and optionally the first token.
showPerson(org.apache.velocity.test.provider.Person) - method in class org.apache.velocity.test.provider.TestProvider
showStackTrace() - method in class org.apache.velocity.runtime.RuntimeInstance
Added this to check and make sure that the configuration is initialized before trying to get properties from it.
showTokens - field in class org.apache.velocity.runtime.visitor.NodeViewMode
showVector(FileWriter,Vector) - method in class org.apache.velocity.test.CommonsExtPropTestCase
showVector(FileWriter,Vector) - method in class org.apache.velocity.test.ConfigurationTestCase
shutdown() - method in class org.apache.velocity.texen.Generator
Properly shut down the generator, right now this is simply flushing and closing the file writers that we have been holding on to.
shutdown() - method in class org.apache.velocity.runtime.log.Log4JLogSystem
Close all destinations
shutdown() - method in class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
Close all destinations
SimpleLog4JLogSystem - class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
Implementation of a simple log4j system that will either latch onto an existing category, or just do a simple rolling file log.
SimpleLog4JLogSystem() - constructor for class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
SimpleNode - class org.apache.velocity.runtime.parser.node.SimpleNode
SimpleNode(int) - constructor for class org.apache.velocity.runtime.parser.node.SimpleNode
SimpleNode(org.apache.velocity.runtime.parser.Parser,int) - constructor for class org.apache.velocity.runtime.parser.node.SimpleNode
SimplePool - class org.apache.velocity.util.SimplePool
Simple object pool.
SimplePool(int) - constructor for class org.apache.velocity.util.SimplePool
SINGLE_LINE_COMMENT - static field in class org.apache.velocity.runtime.parser.ParserConstants
singleLevelRef - field in class org.apache.velocity.runtime.directive.VMProxyArg
the 'de-dollared' reference if we are a ref but don't have a method attached
size - field in class org.apache.velocity.util.ArrayIterator
size() - method in class org.apache.velocity.anakia.NodeList
SkipLexicalActions(org.apache.velocity.runtime.parser.Token) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
sourceInitializerList - field in class org.apache.velocity.runtime.resource.ResourceManagerImpl
This is a list of the template input stream source initializers, basically properties for a particular template stream source.
sourceInitializerMap - field in class org.apache.velocity.runtime.resource.ResourceManagerImpl
This is a map of public name of the template stream source to it's initializer.
sourcetemplate - field in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
sp - field in class org.apache.velocity.runtime.parser.JJTParserState
specialConstructor - field in class org.apache.velocity.runtime.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialText(org.apache.velocity.runtime.parser.Token) - static method in class org.apache.velocity.runtime.parser.node.NodeUtils
Collect all the s that are carried along with a token.
specialToken - field in class org.apache.velocity.runtime.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
split(String,String) - static method in class org.apache.velocity.util.StringUtils
Create a string array from a string separated by delim
stackTrace(Throwable) - static method in class org.apache.velocity.util.StringUtils
Returns the output of printStackTrace as a String.
state - field in class org.apache.velocity.runtime.parser.node.SimpleNode
state - field in class org.apache.velocity.test.provider.TestProvider
stateint - field in class org.apache.velocity.test.provider.TestProvider
Statement() - method in class org.apache.velocity.runtime.parser.Parser
These are the types of statements that are acceptable in Velocity templates.
stateStack - field in class org.apache.velocity.runtime.parser.ParserTokenManager
stateStackPop() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
pushes the current state onto the 'state stack', and maintains the parens counts public because we need it in PD & VM handling
stateStackPush() - method in class org.apache.velocity.runtime.parser.ParserTokenManager
pops a state off the stack, and restores paren counts
STATIC_LEXER_ERROR - static field in class org.apache.velocity.runtime.parser.TokenMgrError
An attempt wass made to create a second instance of a static token manager.
staticFlag - static field in class org.apache.velocity.runtime.parser.VelocityCharStream
staticObject - field in class org.apache.velocity.runtime.directive.VMProxyArg
reference for the object if we proxy for a static arg like an NumberLiteral
STOP_DIRECTIVE - static field in class org.apache.velocity.runtime.parser.ParserConstants
StopStatement() - method in class org.apache.velocity.runtime.parser.Parser
This method corresponds to the #stop directive which just simulates and EOF so that parsing stops.
STRING_LITERAL - static field in class org.apache.velocity.runtime.parser.ParserConstants
StringLiteral() - method in class org.apache.velocity.runtime.parser.Parser
stringSubstitution(String,Hashtable) - static method in class org.apache.velocity.util.StringUtils
stringSubstitution(String,Map) - static method in class org.apache.velocity.util.StringUtils
Perform a series of substitutions.
StringUtils - class org.apache.velocity.util.StringUtils
This class provides some methods for dynamically invoking methods in objects, and some string manipulation methods used by torque.
style - field in class org.apache.velocity.anakia.AnakiaTask
the style= attribute
styleFile - field in class org.apache.velocity.anakia.AnakiaTask
the File to the style file
styleSheetLastModified - field in class org.apache.velocity.anakia.AnakiaTask
last modified of the style sheet
sub(String,String,String) - static method in class org.apache.velocity.util.StringUtils
Replaces all instances of oldString with newString in line.
subList(int,int) - method in class org.apache.velocity.anakia.NodeList
subset(String) - method in class org.apache.velocity.runtime.configuration.Configuration
Create a Configurations object that is a subset of this one.
suite() - static method in class org.apache.velocity.test.AnakiaTestCase
suite() - static method in class org.apache.velocity.test.ClassloaderChangeTest
suite() - static method in class org.apache.velocity.test.ClasspathResourceTest
suite() - static method in class org.apache.velocity.test.CommonsExtPropTestCase
suite() - static method in class org.apache.velocity.test.ConfigurationTestCase
suite() - static method in class org.apache.velocity.test.ContextSafetyTestCase
suite() - static method in class org.apache.velocity.test.EncodingTestCase
suite() - static method in class org.apache.velocity.test.EventHandlingTestCase
suite() - static method in class org.apache.velocity.test.ExternalLoggerTest
suite() - static method in class org.apache.velocity.test.InlineScopeVMTestCase
suite() - static method in class org.apache.velocity.test.IntrospectorTestCase
Get the containing TestSuite.
suite() - static method in class org.apache.velocity.test.IntrospectorTestCase2
Get the containing TestSuite.
suite() - static method in class org.apache.velocity.test.IntrospectorTestCase3
suite() - static method in class org.apache.velocity.test.MethodInvocationExceptionTest
suite() - static method in class org.apache.velocity.test.MiscTestCase
suite() - static method in class org.apache.velocity.test.MultiLoaderTestCase
suite() - static method in class org.apache.velocity.test.MultipleFileResourcePathTest
suite() - static method in class org.apache.velocity.test.ParserTestCase
suite() - static method in class org.apache.velocity.test.TemplateTestCase
suite() - static method in class org.apache.velocity.test.TexenClasspathTestCase
suite() - static method in class org.apache.velocity.test.TexenTestCase
suite() - static method in class org.apache.velocity.test.VelocimacroTestCase
suite() - static method in class org.apache.velocity.test.VelocityAppTestCase
suite() - static method in class org.apache.velocity.test.VelocityServletTest
SwitchTo(int) - method in class org.apache.velocity.runtime.parser.ParserTokenManager

T

tableName - field in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
Template - class org.apache.velocity.Template
This class is used for controlling all template operations.
template - field in class org.apache.velocity.runtime.VelocimacroFactory.Twonk
Template() - constructor for class org.apache.velocity.Template
Default constructor
template1 - field in class org.apache.velocity.test.VelocimacroTestCase
TEMPLATE_PATH - static field in class org.apache.velocity.texen.Generator
Where the velocity templates live.
templateColumn - field in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
templateExists(String) - static method in class org.apache.velocity.app.Velocity
templateExists(String) - method in class org.apache.velocity.app.VelocityEngine
Determines if a template is accessable via the currently configured resource loaders.
templateLocal - field in class org.apache.velocity.runtime.VelocimacroFactory
sets if template-local namespace in used
templateName - field in class org.apache.velocity.util.introspection.Info
templateNameStack - field in class org.apache.velocity.context.InternalContextBase
Template name stack.
TemplateNodeView - class org.apache.velocity.test.view.TemplateNodeView
Simple class for dumping the AST for a template.
TemplateNodeView(String) - constructor for class org.apache.velocity.test.view.TemplateNodeView
Default constructor: sets up the Velocity Runtime, creates the visitor for traversing the node structure and then produces the visual representation by the visitation.
templatePath - field in class org.apache.velocity.anakia.AnakiaTask
the template path
templatePath - field in class org.apache.velocity.texen.ant.TexenTask
This is where Velocity will look for templates using the file template loader.
templatePaths - field in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
Used to map the path that a template was found on so that we can properly check the modification times of the files.
TemplateTestBase - interface org.apache.velocity.test.TemplateTestBase
This is a base interface that contains a bunch of static final strings that are of use when testing templates.
TemplateTestCase - class org.apache.velocity.test.TemplateTestCase
Easily add test cases which evaluate templates and check their output.
TemplateTestCase(String) - constructor for class org.apache.velocity.test.TemplateTestCase
Creates a new instance.
TemplateTestSuite - class org.apache.velocity.test.TemplateTestSuite
Test suite for Templates.
TemplateTestSuite() - constructor for class org.apache.velocity.test.TemplateTestSuite
Creates an instace of the Apache Velocity test suite.
Test - class org.apache.velocity.test.misc.Test
This class the testbed for Velocity.
Test(String,String) - constructor for class org.apache.velocity.test.misc.Test
TEST_CASE_NAME - static field in class org.apache.velocity.test.InlineScopeVMTestCase
The name of this test case.
TEST_CASE_PROPERTIES - static field in class org.apache.velocity.test.TemplateTestBase
Properties file that lists which template tests to run.
TEST_CONFIG - static field in class org.apache.velocity.test.CommonsExtPropTestCase
Test configuration
TEST_CONFIG - static field in class org.apache.velocity.test.ConfigurationTestCase
Test configuration
testArgs() - method in class org.apache.velocity.test.ParserTestCase
Test to see if don't tolerage passing word tokens in anything but the 0th arg to #macro() and the 1th arg to foreach()
testBoolean(String) - method in class org.apache.velocity.runtime.configuration.Configuration
Test whether the string represent by value maps to a boolean value or not.
testclass - static field in class org.apache.velocity.test.TestClassloader
TestClassloader - class org.apache.velocity.test.TestClassloader
Simple (real simple...) classloader that depends on a Foo.class being located in the classloader directory under test
TestClassloader() - constructor for class org.apache.velocity.test.TestClassloader
testEquals() - method in class org.apache.velocity.test.ParserTestCase
Test to make sure that using '=' in #if() throws a PEE
testMacro() - method in class org.apache.velocity.test.ParserTestCase
Test to see if we force the first arg to #macro() to be a word
testProperties - field in class org.apache.velocity.test.TemplateTestSuite
TestProvider - class org.apache.velocity.test.provider.TestProvider
This class is used by the testbed.
testSimple() - method in class org.apache.velocity.test.IntrospectorTestCase3
TexenClasspathTestCase - class org.apache.velocity.test.TexenClasspathTestCase
This is a test case for Texen.
TexenClasspathTestCase() - constructor for class org.apache.velocity.test.TexenClasspathTestCase
Creates a new instance.
TexenTask - class org.apache.velocity.texen.ant.TexenTask
An ant task for generating output by using Velocity
TexenTestCase - class org.apache.velocity.test.TexenTestCase
This is a test case for Texen.
TexenTestCase() - constructor for class org.apache.velocity.test.TexenTestCase
Creates a new instance.
TEXT - static field in class org.apache.velocity.runtime.parser.ParserConstants
Text() - method in class org.apache.velocity.runtime.parser.Parser
This method is responsible for allowing all non-grammar text to pass through unscathed.
theAPLRules() - method in class org.apache.velocity.test.provider.TestProvider
theJar - field in class org.apache.velocity.runtime.resource.loader.JarHolder
thingy - field in class org.apache.velocity.util.introspection.IntrospectionCacheData
Object to pair with class - currently either a Method or AbstractExecutor.
throwException() - method in class org.apache.velocity.test.EventHandlingTestCase
silly method to throw an exception to test the method invocation exception event handling
timestampColumn - field in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
title - field in class org.apache.velocity.test.provider.TestProvider
TMPL_FILE_EXT - static field in class org.apache.velocity.test.ClasspathResourceTest
VTL file extension.
TMPL_FILE_EXT - static field in class org.apache.velocity.test.MultiLoaderTestCase
VTL file extension.
TMPL_FILE_EXT - static field in class org.apache.velocity.test.MultipleFileResourcePathTest
VTL file extension.
TMPL_FILE_EXT - static field in class org.apache.velocity.test.TemplateTestBase
VTL file extension.
toArray() - method in class org.apache.velocity.anakia.NodeList
toArray(Object[]) - method in class org.apache.velocity.anakia.NodeList
Token - class org.apache.velocity.runtime.parser.Token
Describes the input token stream.
token - field in class org.apache.velocity.runtime.parser.Parser
token_source - field in class org.apache.velocity.runtime.parser.Parser
tokenBegin - field in class org.apache.velocity.runtime.parser.VelocityCharStream
tokenImage - field in class org.apache.velocity.runtime.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - static field in class org.apache.velocity.runtime.parser.ParserConstants
TokenLexicalActions(org.apache.velocity.runtime.parser.Token) - method in class org.apache.velocity.runtime.parser.ParserTokenManager
tokenLiteral(org.apache.velocity.runtime.parser.Token) - static method in class org.apache.velocity.runtime.parser.node.NodeUtils
complete node literal
TokenMgrError - class org.apache.velocity.runtime.parser.TokenMgrError
TokenMgrError() - constructor for class org.apache.velocity.runtime.parser.TokenMgrError
TokenMgrError(boolean,int,int,int,String,char,int) - constructor for class org.apache.velocity.runtime.parser.TokenMgrError
TokenMgrError(String,int) - constructor for class org.apache.velocity.runtime.parser.TokenMgrError
toString() - method in class org.apache.velocity.anakia.AnakiaElement
Returns the XML serialized form of this element, as produced by the default XMLOutputter.
toString() - method in class org.apache.velocity.anakia.NodeList
This method returns the string resulting from concatenation of string representations of its nodes.
toString() - method in class org.apache.velocity.test.provider.TestProvider
toString() - method in class org.apache.velocity.runtime.parser.Token
Returns the image.
toString() - method in class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
Returns the current alternate.
toString() - method in class org.apache.velocity.app.tools.VelocityFormatter.VelocityAutoAlternator
Returns the current alternate, and automatically alternates to the next alternate in its sequence (trigged upon rendering).
toString(String) - method in class org.apache.velocity.runtime.parser.node.SimpleNode
touch() - method in class org.apache.velocity.runtime.resource.Resource
'Touch' this template and thereby resetting the nextCheck field.
treeWalk(Element,Collection) - method in class org.apache.velocity.anakia.TreeWalker
A recursive method to walk the Element tree.
TreeWalker - class org.apache.velocity.anakia.TreeWalker
This class allows you to walk a tree of JDOM Element objects.
TreeWalker() - constructor for class org.apache.velocity.anakia.TreeWalker
Empty constructor
TRUE - static field in class org.apache.velocity.runtime.parser.ParserConstants
True() - method in class org.apache.velocity.runtime.parser.Parser
tryUpcasting(Class) - method in class org.apache.velocity.util.introspection.ClassMap.MethodInfo
VelocimacroFactory.Twonk - class org.apache.velocity.runtime.VelocimacroFactory.Twonk
small continer class to hold the duple of a template and modification time.
type - field in class org.apache.velocity.test.IntrospectorTestCase
type - field in class org.apache.velocity.runtime.directive.VMProxyArg
type of arg I will have

U

uberInfo - field in class org.apache.velocity.runtime.parser.node.ASTIdentifier
This is really immutable after the init, so keep one for this node
uberInfo - field in class org.apache.velocity.runtime.parser.node.ASTReference
uberInfo - field in class org.apache.velocity.runtime.directive.Foreach
immutable, so create in init
Uberspect - interface org.apache.velocity.util.introspection.Uberspect
'Federated' introspection/reflection interface to allow the introspection behavior in Velocity to be customized.
uberSpect - field in class org.apache.velocity.runtime.RuntimeInstance
UBERSPECT_CLASSNAME - static field in class org.apache.velocity.runtime.RuntimeConstants
key name for uberspector
UberspectImpl - class org.apache.velocity.util.introspection.UberspectImpl
Implementation of Uberspect to provide the default introspective functionality of Velocity
UberspectLoggable - interface org.apache.velocity.util.introspection.UberspectLoggable
Marker interface to let an uberspector indicate it can and wants to log Thanks to Paulo for the suggestion
UnaryExpression() - method in class org.apache.velocity.runtime.parser.Parser
UNBOUNDED_BUFFER - static field in class org.apache.velocity.io.VelocityWriter
constant indicating that the Writer is buffered and is unbounded; this is used in BodyContent
UNKNOWN_PREFIX - static field in class org.apache.velocity.runtime.RuntimeConstants
untouchable() - method in class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
upcast - field in class org.apache.velocity.util.introspection.ClassMap.MethodInfo
UpdateLineColumn(char) - method in class org.apache.velocity.runtime.parser.VelocityCharStream
urlpath - field in class org.apache.velocity.runtime.resource.loader.JarHolder
usage() - static method in class org.apache.velocity.convert.WebMacro
How to use this little puppy :-)
useClasspath - field in class org.apache.velocity.texen.ant.TexenTask
Property which controls whether the classpath will be used when trying to locate templates.
usercontext - field in class org.apache.velocity.runtime.directive.VMProxyArg
not used in this impl : carries the appropriate user context
usingNamespaces(String) - method in class org.apache.velocity.runtime.VelocimacroManager
determines if currently using namespaces.

V

val - field in class org.apache.velocity.runtime.parser.node.ASTEscape
value - static field in class org.apache.velocity.runtime.parser.node.ASTFalse
value - field in class org.apache.velocity.runtime.parser.node.ASTNumberLiteral
value - static field in class org.apache.velocity.runtime.parser.node.ASTTrue
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTAddNode
computes the sum of the two nodes.
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTAndNode
Returns the value of the expression.
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTDivNode
computes the result of the division.
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTEQNode
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTExpression
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTFalse
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTGENode
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTGTNode
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTIntegerRange
does the real work.
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTLENode
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTLTNode
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTModNode
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTMulNode
computes the product of the two args.
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTNENode
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTNotNode
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTNumberLiteral
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTObjectArray
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTOrNode
Returns the value of the expression.
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTReference
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
renders the value of the string literal If the properties allow, and the string literal contains a $ or a # the literal is rendered against the context Otherwise, the stringlit is returned.
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTSubtractNode
computes the value of the subtraction.
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.ASTTrue
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.Node
value(org.apache.velocity.context.InternalContextAdapter) - method in class org.apache.velocity.runtime.parser.node.SimpleNode
ve - field in class org.apache.velocity.anakia.AnakiaTask
the VelocityEngine instance to use
ve - field in class org.apache.velocity.test.ClassloaderChangeTest
ve - field in class org.apache.velocity.test.ExternalLoggerTest
ve - field in class org.apache.velocity.texen.Generator
Velocity engine.
vec - field in class org.apache.velocity.test.TemplateTestCase
velcharstream - field in class org.apache.velocity.runtime.parser.Parser
UberspectImpl.VelGetterImpl - class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
VelGetterImpl() - constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
VelMethod - interface org.apache.velocity.util.introspection.VelMethod
Method used for regular method invocation $foo.bar()
UberspectImpl.VelMethodImpl - class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
Implementation of VelMethod
VelMethodImpl() - constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
VelMethodImpl(Method) - constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
VelocimacroFactory - class org.apache.velocity.runtime.VelocimacroFactory
VelocimacroFactory.java manages the set of VMs in a running Velocity engine.
CTOR : requires a runtime services from now on
VelocimacroManager - class org.apache.velocity.runtime.VelocimacroManager
Manages VMs in namespaces.
Adds the global namespace to the hash.
VelocimacroProxy - class org.apache.velocity.runtime.directive.VelocimacroProxy
VelocimacroProxy.java a proxy Directive-derived object to fit with the current directive system
VelocimacroTestCase - class org.apache.velocity.test.VelocimacroTestCase
This class tests strange Velocimacro issues.
VelocimacroTestCase() - constructor for class org.apache.velocity.test.VelocimacroTestCase
Velocity - class org.apache.velocity.app.Velocity
This class provides services to the application developer, such as :
  • Simple Velocity Runtime engine initialization methods.
Class that returns alternating values in a template.
VelocityAlternator(String[]) - constructor for class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
Constructor takes an array of Strings.
VelocityAppTestCase - class org.apache.velocity.test.VelocityAppTestCase
This class is intended to test the app.Velocity.java class.
VelocityAppTestCase() - constructor for class org.apache.velocity.test.VelocityAppTestCase
As VelocityAlternator, but calls alternate() automatically on rendering in a template.
VelocityAutoAlternator(String[]) - constructor for class org.apache.velocity.app.tools.VelocityFormatter.VelocityAutoAlternator
Constructor takes an array of Strings.
VelocityCharStream - class org.apache.velocity.runtime.parser.VelocityCharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
VelocityCharStream(java.io.InputStream,int,int) - constructor for class org.apache.velocity.runtime.parser.VelocityCharStream
VelocityCharStream(java.io.InputStream,int,int,int) - constructor for class org.apache.velocity.runtime.parser.VelocityCharStream
VelocityCharStream(java.io.Reader,int,int) - constructor for class org.apache.velocity.runtime.parser.VelocityCharStream
VelocityCharStream(java.io.Reader,int,int,int) - constructor for class org.apache.velocity.runtime.parser.VelocityCharStream
VelocityContext - class org.apache.velocity.VelocityContext
General purpose implemention of the application Context interface for general application use.
VelocityContext() - constructor for class org.apache.velocity.VelocityContext
Creates a new instance (with no inner context).
VelocityContext(Map) - constructor for class org.apache.velocity.VelocityContext
Creates a new instance with the provided storage (and no inner context).
Initializes internal storage (never to null), and inner context.
VelocityContext(org.apache.velocity.context.Context) - constructor for class org.apache.velocity.VelocityContext
Chaining constructor, used when you want to wrap a context in another.
VelocityEngine - class org.apache.velocity.app.VelocityEngine
This class provides a separate new-able instance of the Velocity template engine.
VelocityException - class org.apache.velocity.exception.VelocityException
Base class for Velocity exceptions thrown to the application layer.
VelocityException(String) - constructor for class org.apache.velocity.exception.VelocityException
VelocityFormatter - class org.apache.velocity.app.tools.VelocityFormatter
Formatting tool for inserting into the Velocity WebContext.
VelocityFormatter - class org.apache.velocity.runtime.log.VelocityFormatter
VelocityFormatter(org.apache.velocity.context.Context) - constructor for class org.apache.velocity.app.tools.VelocityFormatter
Constructor needs a backpointer to the context.
VelocityFormatter(String) - constructor for class org.apache.velocity.runtime.log.VelocityFormatter
velocityPropertiesFile - field in class org.apache.velocity.anakia.AnakiaTask
the file to get the velocity properties file
VelocityServlet - class org.apache.velocity.servlet.VelocityServlet
Base class which simplifies the use of Velocity with Servlets.
VelocityServletTest - class org.apache.velocity.test.VelocityServletTest
Tests our VelocityServlet implementation.
VelocityServletTest() - constructor for class org.apache.velocity.test.VelocityServletTest
Default constructor.
VelocityWriter - class org.apache.velocity.io.VelocityWriter
Implementation of a fast Writer.
VelocityWriter(int,boolean) - constructor for class org.apache.velocity.io.VelocityWriter
private constructor.
VelocityWriter(Writer) - constructor for class org.apache.velocity.io.VelocityWriter
Create a buffered character-output stream that uses a default-sized output buffer.
VelocityWriter(Writer,int,boolean) - constructor for class org.apache.velocity.io.VelocityWriter
Create a new buffered character-output stream that uses an output buffer of the given size.
VelPropertyGet - interface org.apache.velocity.util.introspection.VelPropertyGet
Interface defining a 'getter'.
VelPropertySet - interface org.apache.velocity.util.introspection.VelPropertySet
Interface used for setting values that appear to be properties in Velocity.
UberspectImpl.VelSetterImpl - class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
VelSetterImpl() - constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
VelSetterImpl(org.apache.velocity.util.introspection.VelMethod) - constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
visit(org.apache.velocity.runtime.parser.node.ASTAddNode,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTAddNode,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTAddNode ( + )
visit(org.apache.velocity.runtime.parser.node.ASTAddNode,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTAndNode,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTAndNode,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTAndNode ( && )
visit(org.apache.velocity.runtime.parser.node.ASTAndNode,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTAssignment,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTAssignment,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTAssignment node ( = )
visit(org.apache.velocity.runtime.parser.node.ASTAssignment,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTBlock,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTBlock,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTBlock node
visit(org.apache.velocity.runtime.parser.node.ASTBlock,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTComment,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTComment,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTDirective,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTDirective,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
visit(org.apache.velocity.runtime.parser.node.ASTDirective,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTDivNode,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTDivNode,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTDivNode ( / )
visit(org.apache.velocity.runtime.parser.node.ASTDivNode,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
Display an ASTElseIfStatement node
visit(org.apache.velocity.runtime.parser.node.ASTElseIfStatement,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTElseStatement,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTElseStatement,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTElseStatement node
visit(org.apache.velocity.runtime.parser.node.ASTElseStatement,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTEQNode,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTEQNode,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTEQNode ( == )
visit(org.apache.velocity.runtime.parser.node.ASTEQNode,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTExpression,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTExpression,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTExpression node
visit(org.apache.velocity.runtime.parser.node.ASTExpression,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTFalse,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTFalse,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTFalse node
visit(org.apache.velocity.runtime.parser.node.ASTFalse,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTGENode,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTGENode,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTGENode ( >= )
visit(org.apache.velocity.runtime.parser.node.ASTGENode,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTGTNode,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTGTNode,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTGTNode ( > )
visit(org.apache.velocity.runtime.parser.node.ASTGTNode,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTIdentifier,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTIdentifier,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTIdentifier node
visit(org.apache.velocity.runtime.parser.node.ASTIdentifier,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTIfStatement,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTIfStatement,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTIfStatement node
visit(org.apache.velocity.runtime.parser.node.ASTIfStatement,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTLENode,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTLENode,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTLENode ( <= )
visit(org.apache.velocity.runtime.parser.node.ASTLENode,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTLTNode,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTLTNode,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTLTNode ( <32)
visit(org.apache.velocity.runtime.parser.node.ASTLTNode,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTMethod,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTMethod,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTMethod node
visit(org.apache.velocity.runtime.parser.node.ASTMethod,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTModNode,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTModNode,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTModNode ( % )
visit(org.apache.velocity.runtime.parser.node.ASTModNode,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTMulNode,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTMulNode,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTMulNode ( * )
visit(org.apache.velocity.runtime.parser.node.ASTMulNode,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTNENode,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTNENode,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTNENode ( != )
visit(org.apache.velocity.runtime.parser.node.ASTNENode,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTNotNode,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTNotNode,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTNotNode ( ! )
visit(org.apache.velocity.runtime.parser.node.ASTNotNode,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTNumberLiteral,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTNumberLiteral,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTNumberLiteral node
visit(org.apache.velocity.runtime.parser.node.ASTNumberLiteral,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTObjectArray,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTObjectArray,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
visit(org.apache.velocity.runtime.parser.node.ASTObjectArray,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTOrNode,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTOrNode,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTOrNode ( || )
visit(org.apache.velocity.runtime.parser.node.ASTOrNode,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTprocess,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTprocess,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTprocess node
visit(org.apache.velocity.runtime.parser.node.ASTprocess,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTReference,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTReference,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTReference node
visit(org.apache.velocity.runtime.parser.node.ASTReference,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
Visitor method - if the literal is right, will set the literal in the ASTReference node
visit(org.apache.velocity.runtime.parser.node.ASTSetDirective,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTSetDirective,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
visit(org.apache.velocity.runtime.parser.node.ASTSetDirective,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTStringLiteral,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTStringLiteral,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTStringLiteral node
visit(org.apache.velocity.runtime.parser.node.ASTStringLiteral,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTSubtractNode,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTSubtractNode,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTSubtractNode ( - )
visit(org.apache.velocity.runtime.parser.node.ASTSubtractNode,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTText,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTText,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTText node
visit(org.apache.velocity.runtime.parser.node.ASTText,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTTrue,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTTrue,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTTrue node
visit(org.apache.velocity.runtime.parser.node.ASTTrue,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.ASTWord,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.ASTWord,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
visit(org.apache.velocity.runtime.parser.node.ASTWord,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visit(org.apache.velocity.runtime.parser.node.SimpleNode,Object) - method in class org.apache.velocity.runtime.visitor.BaseVisitor
visit(org.apache.velocity.runtime.parser.node.SimpleNode,Object) - method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display a SimpleNode
visit(org.apache.velocity.runtime.parser.node.SimpleNode,Object) - method in class org.apache.velocity.runtime.parser.node.ParserVisitor
visitor - field in class org.apache.velocity.test.view.TemplateNodeView
Visitor used to traverse the AST node structure and produce a visual representation of the node structure.
vm - field in class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
VM_CONTEXT_LOCALSCOPE - static field in class org.apache.velocity.runtime.RuntimeConstants
switch for local context in VM : default false
VM_EXT - static field in class org.apache.velocity.convert.WebMacro
VM_LIBRARY - static field in class org.apache.velocity.runtime.RuntimeConstants
Name of local Velocimacro library template.
VM_LIBRARY_AUTORELOAD - static field in class org.apache.velocity.runtime.RuntimeConstants
switch for autoloading library-sourced VMs (for development)
VM_MESSAGES_ON - static field in class org.apache.velocity.runtime.RuntimeConstants
Switch for VM blather : default true.
VM_PERM_ALLOW_INLINE - static field in class org.apache.velocity.runtime.RuntimeConstants
boolean (true/false) default true : allow inline (in-template) macro definitions
VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL - static field in class org.apache.velocity.runtime.RuntimeConstants
boolean (true/false) default false : allow inline (in-template) macro definitions to replace existing
VM_PERM_INLINE_LOCAL - static field in class org.apache.velocity.runtime.RuntimeConstants
Switch for forcing inline macros to be local : default false.
VMContext - class org.apache.velocity.context.VMContext
This is a special, internal-use-only context implementation to be used for the new Velocimacro implementation.
CTOR, wraps an ICA
vmFactory - field in class org.apache.velocity.runtime.RuntimeInstance
VelocimacroFactory object to manage VMs
vmManager - field in class org.apache.velocity.runtime.VelocimacroFactory
VMManager : deal with namespace management and actually keeps all the VM definitions
VMProxyArg - class org.apache.velocity.runtime.directive.VMProxyArg
The function of this class is to proxy for the calling parameter to the VM.
not used in current impl Constructor for alternate impl where VelProxy class would make new VMProxyArg objects, and use this contructor to avoid reparsing the reference args that impl also had the VMProxyArg carry it's context
VMProxyArg(org.apache.velocity.runtime.RuntimeServices,String,String,int) - constructor for class org.apache.velocity.runtime.directive.VMProxyArg
ctor for current impl takes the reference literal we are proxying for, the literal the VM we are for is called with...
vmproxyhash - field in class org.apache.velocity.context.VMContext
container for our VMProxy Objects
VMReferenceMungeVisitor - class org.apache.velocity.runtime.visitor.VMReferenceMungeVisitor
This class is a visitor used by the VM proxy to change the literal representation of a reference in a VM.
VMReferenceMungeVisitor(Map) - constructor for class org.apache.velocity.runtime.visitor.VMReferenceMungeVisitor
CTOR - takes a map of args to reference

W

warn(Object) - static method in class org.apache.velocity.runtime.Runtime
Log a warning message.
warn(Object) - method in class org.apache.velocity.runtime.RuntimeInstance
Log a warning message.
warn(Object) - method in class org.apache.velocity.runtime.RuntimeLogger
Log a warning message.
warn(Object) - static method in class org.apache.velocity.runtime.RuntimeSingleton
Log a warning message.
warn(Object) - static method in class org.apache.velocity.app.Velocity
Log a warning message.
warn(Object) - method in class org.apache.velocity.app.VelocityEngine
Log a warning message.
WARN_ID - static field in class org.apache.velocity.runtime.log.LogSystem
Prefix for warning messages.
WARN_PREFIX - static field in class org.apache.velocity.runtime.RuntimeConstants
WebMacro - class org.apache.velocity.convert.WebMacro
This class will convert a WebMacro template to a Velocity template.
WHITESPACE - static field in class org.apache.velocity.runtime.parser.ParserConstants
WM_EXT - static field in class org.apache.velocity.convert.WebMacro
IntrospectorTestCase2.Woogie - interface org.apache.velocity.test.IntrospectorTestCase2.Woogie
WORD - static field in class org.apache.velocity.runtime.parser.ParserConstants
Word() - method in class org.apache.velocity.runtime.parser.Parser
wrapped - field in class org.apache.velocity.exception.MethodInvocationException
wrappedContext - field in class org.apache.velocity.context.VMContext
context that we are wrapping
write(buf[]) - method in class org.apache.velocity.io.VelocityWriter
Write an array of characters.
write(cbuf[],int,int) - method in class org.apache.velocity.io.VelocityWriter
Write a portion of an array of characters.
write(int) - method in class org.apache.velocity.io.VelocityWriter
Write a single character.
write(String) - method in class org.apache.velocity.io.VelocityWriter
Write a string.
write(String,int,int) - method in class org.apache.velocity.io.VelocityWriter
Write a portion of a String.
writer - field in class org.apache.velocity.runtime.visitor.BaseVisitor
Writer used as the output sink
writer - field in class org.apache.velocity.io.VelocityWriter
writerPool - static field in class org.apache.velocity.servlet.VelocityServlet
Cache of writers
writers - field in class org.apache.velocity.texen.Generator
Keep track of the file writers used for outputting to files.
writerStack - static field in class org.apache.velocity.test.misc.Test
Cache of writers
writeTemplate(String,String,String) - method in class org.apache.velocity.convert.WebMacro
Write out the converted template to the given named file and base directory.

X

XPATH_CACHE - static field in class org.apache.velocity.anakia.XPathCache
XPathCache - class org.apache.velocity.anakia.XPathCache
Provides a cache for XPath expressions.
XPathCache() - constructor for class org.apache.velocity.anakia.XPathCache
XPathTool - class org.apache.velocity.anakia.XPathTool
This class adds an entrypoint into XPath functionality, for Anakia.
XPathTool() - constructor for class org.apache.velocity.anakia.XPathTool
Constructor does nothing, as this is mostly just objectified static methods

Z

ZILCH - static field in class org.apache.velocity.runtime.parser.node.ASTComment

Copyright B) 2002 Apache Software Foundation. All Rights Reserved.