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(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.
AbstractExecutor() - Constructor for class org.apache.velocity.runtime.parser.node.AbstractExecutor
 
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.
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
 
addAll(Collection) - Method in class org.apache.velocity.anakia.NodeList
 
addAll(int, Collection) - Method in class org.apache.velocity.anakia.NodeList
 
addCookie(Cookie) - Method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
 
addDateHeader(String, long) - Method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
 
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(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
addHeader(String, String) - Method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
 
addIntHeader(String, int) - Method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
 
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 - Variable 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.app.VelocityEngine
Add a Velocity Runtime property.
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.runtime.RuntimeInstance
Add a property to the configuration.
addProperty(String, Object) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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) - Method in interface org.apache.velocity.runtime.RuntimeServices
Add a property to the configuration.
addProperty(String, Object) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Add a property to the configuration.
addStringProperty(String, String) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. 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, String[], String) - Method in class org.apache.velocity.runtime.RuntimeInstance
Adds a new Velocimacro.
addVelocimacro(String, String, String[], String) - Method in class org.apache.velocity.runtime.VelocimacroFactory
adds a macro to the factory.
addVelocimacro(String, String, String[], String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. Adds a new Velocimacro.
addVelocimacro(String, String, String[], String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Adds a new Velocimacro.
addVelocimacro(String, String, String[], String) - Method in interface org.apache.velocity.runtime.RuntimeServices
Adds a new Velocimacro.
addVM(String, String, String[], String) - Method in class org.apache.velocity.runtime.VelocimacroManager
Adds a VM definition to the cache.
addVMProxyArg(VMProxyArg) - Method in class org.apache.velocity.context.VMContext
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 - Variable in class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
 
al - Variable 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 variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
ALPHANUM_CHAR - Static variable in interface 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 - Variable in class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
 
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 - Variable 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 - Variable in class org.apache.velocity.runtime.parser.Parser.JJCalls
 
argarray - Variable in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
 
argArray - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
 
argmap - Variable in class org.apache.velocity.runtime.visitor.VMReferenceMungeVisitor
Map containing VM arg to instance-use reference Passed in with CTOR
args - Variable in class org.apache.velocity.runtime.parser.node.GetExecutor
Container to hold the 'key' part of get(key).
array - Variable 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.
 
ASTAddNode(int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTAddNode
 
ASTAddNode(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(Parser, int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTIdentifier
 
ASTIfStatement - class org.apache.velocity.runtime.parser.node.ASTIfStatement.
 
ASTIfStatement(int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTIfStatement
 
ASTIfStatement(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(Parser, int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTIncludeStatement
 
ASTIntegerRange - class org.apache.velocity.runtime.parser.node.ASTIntegerRange.
 
ASTIntegerRange(int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTIntegerRange
 
ASTIntegerRange(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(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(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(Parser, int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTMethod
 
ASTModNode - class org.apache.velocity.runtime.parser.node.ASTModNode.
 
ASTModNode(int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTModNode
 
ASTModNode(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(Parser, int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTWord
 
attachEventCartridge(EventCartridge) - Method in class org.apache.velocity.context.InternalContextBase
 
attachEventCartridge(EventCartridge) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
attachEventCartridge(EventCartridge) - Method in interface org.apache.velocity.context.InternalEventContext
 
attachEventCartridge(EventCartridge) - Method in class org.apache.velocity.context.VMContext
 
attachToContext(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 :)
autoFlush - Variable in class org.apache.velocity.io.VelocityWriter
 
autoReloadLibrary - Variable in class org.apache.velocity.runtime.VelocimacroFactory
determines if the libraries are auto-loaded when they change
available - Variable 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.VelocityCharStream
 
backup(int) - Method in interface org.apache.velocity.runtime.parser.CharStream
Backs up the input stream by amount steps.
bang() - Method in class org.apache.velocity.test.provider.TestProvider
 
baseDir - Variable in class org.apache.velocity.anakia.AnakiaTask
the base directory
baseFileName - Variable in class org.apache.velocity.test.TemplateTestCase
The base file name of the template and comparison file (i.e.
basePath - Variable in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. 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.
BaseVisitor() - Constructor for class org.apache.velocity.runtime.visitor.BaseVisitor
 
beginColumn - Variable 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 - Variable 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.VelocityCharStream
 
BeginToken() - Method in interface org.apache.velocity.runtime.parser.CharStream
Returns the next character that marks the beginning of the next token.
blather - Variable in class org.apache.velocity.runtime.VelocimacroFactory
controls log output
blather - Variable in class org.apache.velocity.runtime.parser.node.ASTSetDirective
 
BLOCK - Static variable in interface 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.
BooleanPropertyExecutor(RuntimeLogger, Introspector, Class, String) - Constructor for class org.apache.velocity.runtime.parser.node.BooleanPropertyExecutor
 
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
BoolObj() - Constructor for class org.apache.velocity.test.provider.BoolObj
 
bufcolumn - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
 
buffer - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
 
bufferOverflow() - Method in class org.apache.velocity.io.VelocityWriter
 
bufferSize - Variable in class org.apache.velocity.io.VelocityWriter
 
bufline - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
 
bufpos - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
 
bufsize - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
 
builder - Variable in class org.apache.velocity.anakia.AnakiaTask
SAXBuilder instance to use
byteMethod(byte) - Method in class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
 

C

cache - Variable in class org.apache.velocity.runtime.resource.ResourceCacheImpl
Cache storage, assumed to be thread-safe.
CACHE_MISS - Static variable in class org.apache.velocity.util.introspection.ClassMap
 
cachedClassNames - Variable 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 variable in class org.apache.velocity.util.introspection.Introspector
define a public string so that it can be looked for if interested
callerReference - Variable in class org.apache.velocity.runtime.directive.VMProxyArg
the reference we are proxying for
callingArgs - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
 
callingArgTypes - Variable 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 - Variable in class org.apache.velocity.runtime.parser.node.ASTComment
 
cb - Variable 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.
Child() - Constructor for class org.apache.velocity.test.provider.Child
 
children - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
 
childrenAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
Accept the visitor.
childrenAccept(ParserVisitor, Object) - Method in interface org.apache.velocity.runtime.parser.node.Node
 
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) - Method in class org.apache.velocity.test.provider.TestProvider
Chop i characters off the end of a string.
chop(String, int) - Static method in class org.apache.velocity.util.StringUtils
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 - Variable 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.CacheMiss - class org.apache.velocity.util.introspection.ClassMap.CacheMiss.
 
ClassMap.CacheMiss() - Constructor for class org.apache.velocity.util.introspection.ClassMap.CacheMiss
 
ClassMap.MethodInfo - class org.apache.velocity.util.introspection.ClassMap.MethodInfo.
Used for the iterative discovery process for public methods.
ClassMap.MethodInfo(Method) - Constructor for class org.apache.velocity.util.introspection.ClassMap.MethodInfo
 
ClassMap() - Constructor for class org.apache.velocity.util.introspection.ClassMap
 
ClassMap(Class) - Constructor for class org.apache.velocity.util.introspection.ClassMap
Standard constructor
classMethodMaps - Variable in class org.apache.velocity.util.introspection.IntrospectorBase
Holds the method maps for the classes we know about, keyed by Class object.
className - Variable 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.
ClasspathResourceLoader() - Constructor for class org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
 
ClasspathResourceTest - class org.apache.velocity.test.ClasspathResourceTest.
Load templates from the Classpath.
ClasspathResourceTest() - Constructor for class org.apache.velocity.test.ClasspathResourceTest
Default constructor.
clazz - Variable 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 TexenTask.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.IntrospectorBase
Clears the classmap and classname caches
clearCache() - Method in class org.apache.velocity.util.introspection.Introspector
Clears the classmap and classname caches, and logs that we did so
clearNodeScope(Node) - Method in class org.apache.velocity.runtime.parser.JJTParserState
 
clearProperty(String) - Method in class org.apache.velocity.app.VelocityEngine
Clear a Velocity Runtime 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.runtime.RuntimeInstance
Clear the values pertaining to a particular property.
clearProperty(String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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) - Method in interface org.apache.velocity.runtime.RuntimeServices
Clear the values pertaining to a particular property.
clearProperty(String) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Clear a property in the configuration.
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.VelocityContext
Clones this context object.
clone() - Method in class org.apache.velocity.anakia.NodeList
Returns a NodeList that contains the same nodes as this node list.
cloneNodes() - Method in class org.apache.velocity.anakia.NodeList
 
close() - Method in class org.apache.velocity.io.VelocityWriter
Close the stream.
close() - Method in class org.apache.velocity.runtime.resource.loader.JarHolder
 
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(Node, boolean) - Method in class org.apache.velocity.runtime.parser.JJTParserState
 
closeNodeScope(Node, int) - Method in class org.apache.velocity.runtime.parser.JJTParserState
 
CMP_FILE_EXT - Static variable in class org.apache.velocity.test.MultiLoaderTestCase
Comparison file extension.
CMP_FILE_EXT - Static variable in class org.apache.velocity.test.MultipleFileResourcePathTest
Comparison file extension.
CMP_FILE_EXT - Static variable in interface org.apache.velocity.test.TemplateTestBase
Comparison file extension.
CMP_FILE_EXT - Static variable in class org.apache.velocity.test.ClasspathResourceTest
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 - Variable in class org.apache.velocity.runtime.directive.Directive
 
column - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
 
column - Variable in class org.apache.velocity.util.introspection.Info
 
combine(Configuration) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Combines an existing Hashtable with this Hashtable.
COMMA - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
Comment() - Method in class org.apache.velocity.runtime.parser.Parser
 
commonInit(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.
COMPARE_DIR - Static variable in class org.apache.velocity.test.ConfigurationTestCase
Deprecated. Comparison directory.
COMPARE_DIR - Static variable in class org.apache.velocity.test.MultiLoaderTestCase
Results relative to the build directory.
COMPARE_DIR - Static variable in class org.apache.velocity.test.MultipleFileResourcePathTest
Results relative to the build directory.
COMPARE_DIR - Static variable in class org.apache.velocity.test.AnakiaTestCase
 
COMPARE_DIR - Static variable in class org.apache.velocity.test.TexenClasspathTestCase
Directory where comparison output is stored.
COMPARE_DIR - Static variable in class org.apache.velocity.test.CommonsExtPropTestCase
Comparison directory.
COMPARE_DIR - Static variable in interface org.apache.velocity.test.TemplateTestBase
Results relative to the build directory.
COMPARE_DIR - Static variable in class org.apache.velocity.test.TexenTestCase
Directory where comparison output is stored.
COMPARE_DIR - Static variable in class org.apache.velocity.test.ClasspathResourceTest
Results relative to the build directory.
compare1 - Variable in class org.apache.velocity.test.VelocityAppTestCase
 
Compiler - class org.apache.velocity.runtime.compiler.Compiler.
The start of a velocity template compiler.
Compiler() - Constructor for class org.apache.velocity.runtime.compiler.Compiler
 
computableReference - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
 
concat(List) - Method in class org.apache.velocity.test.provider.TestProvider
 
concat(List) - Method in class org.apache.velocity.util.StringUtils
Concatenates a list of objects as a String.
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 - Variable in class org.apache.velocity.runtime.RuntimeInstance
Object that houses the configuration options for the velocity runtime.
Configuration - class org.apache.velocity.runtime.configuration.Configuration.
Deprecated. As of version 1.1, please use ExtendedProperties from the Jakarta Commons Collections component.
Configuration.PropertiesReader - class org.apache.velocity.runtime.configuration.Configuration.PropertiesReader.
Deprecated. This class is used to read properties lines.
Configuration.PropertiesReader(Configuration, Reader) - Constructor for class org.apache.velocity.runtime.configuration.Configuration.PropertiesReader
Deprecated. Constructor.
Configuration.PropertiesTokenizer - class org.apache.velocity.runtime.configuration.Configuration.PropertiesTokenizer.
Deprecated. This class divides into tokens a property value.
Configuration.PropertiesTokenizer(Configuration, String) - Constructor for class org.apache.velocity.runtime.configuration.Configuration.PropertiesTokenizer
Deprecated. Constructor.
Configuration() - Constructor for class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Creates an empty extended properties object.
Configuration(String) - Constructor for class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Creates and loads the extended properties from the specified file.
Configuration(String, String) - Constructor for class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Creates and loads the extended properties from the specified file.
ConfigurationTestCase - class org.apache.velocity.test.ConfigurationTestCase.
Deprecated. Will be removed when Configuration class is removed
ConfigurationTestCase() - Constructor for class org.apache.velocity.test.ConfigurationTestCase
Deprecated. Creates a new instance.
configureEmail() - Method in class org.apache.velocity.runtime.log.Log4JLogSystem
Deprecated. Configures the logging to email
configureFile() - Method in class org.apache.velocity.runtime.log.Log4JLogSystem
Deprecated. Configures the logging to a file.
configureRemote() - Method in class org.apache.velocity.runtime.log.Log4JLogSystem
Deprecated. Configures the logging to a remote server
configureSyslog() - Method in class org.apache.velocity.runtime.log.Log4JLogSystem
Deprecated. Configures the logging to syslogd
conn - Variable in class org.apache.velocity.runtime.resource.loader.JarHolder
 
constant - Variable 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.InternalContextAdapterImpl
 
containsKey(Object) - Method in interface org.apache.velocity.context.Context
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 variable 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 - Variable in class org.apache.velocity.VelocityContext
Storage for key/value pairs.
context - Variable in class org.apache.velocity.app.tools.VelocityFormatter
 
context - Variable in class org.apache.velocity.context.InternalContextAdapterImpl
the user data Context that we are wrapping
context - Variable in class org.apache.velocity.runtime.visitor.BaseVisitor
Context used during traversal
context - Variable in class org.apache.velocity.test.TemplateTestCase
 
Context - interface org.apache.velocity.context.Context.
Interface describing the application data context.
context1 - Variable in class org.apache.velocity.test.TemplateTestCase
 
context2 - Variable in class org.apache.velocity.test.TemplateTestCase
 
contextData - Variable in class org.apache.velocity.util.introspection.IntrospectionCacheData
 
contextProperties - Variable in class org.apache.velocity.texen.ant.TexenTask
These are properties that are fed into the initial context from a properties file.
contextReference - Variable 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 - Variable in class org.apache.velocity.texen.Generator
Context used for generating the texen output.
controlTemplate - Variable 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
Deprecated. 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 variable in interface org.apache.velocity.runtime.RuntimeConstants
Initial counter value in #foreach directives.
COUNTER_NAME - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Initial counter value in #foreach directives.
counterInitialValue - Variable in class org.apache.velocity.runtime.directive.Foreach
What value to start the loop counter at.
counterName - Variable 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(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 - Variable in class org.apache.velocity.runtime.parser.node.ASTEscape
 
ctext - Variable in class org.apache.velocity.runtime.parser.node.ASTText
 
ctx - Variable in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
 
curChar - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
curLexState - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
current - Variable in class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
 
current - Variable in class org.apache.velocity.util.SimplePool
index of previous to next free slot
currentResource - Variable in class org.apache.velocity.context.InternalContextBase
Current resource - used for carrying encoding and other information down into the rendering process
currentTemplateName - Variable in class org.apache.velocity.runtime.parser.Parser
Name of current template we are parsing.
currentToken - Variable in class org.apache.velocity.runtime.parser.ParseException
This is the last token that has been consumed successfully.

D

data - Variable in class org.apache.velocity.runtime.resource.Resource
Resource might require ancillary storage of some kind
dataSource - Variable in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
 
dataSourceName - Variable 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.
DataSourceResourceLoader() - Constructor for class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
 
DEBUG_ID - Static variable in interface org.apache.velocity.runtime.log.LogSystem
Prefix for debug messages.
DEBUG_ON - Static variable in interface org.apache.velocity.runtime.log.LogSystem
 
DEBUG_PREFIX - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Log message prefixes
debug(Object) - Method in class org.apache.velocity.app.VelocityEngine
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.runtime.RuntimeInstance
Log a debug message.
debug(Object) - Method in interface org.apache.velocity.runtime.RuntimeLogger
Log a debug message.
debug(Object) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. Log a debug message.
debug(Object) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Log a debug message.
debugMode - Static variable in class org.apache.velocity.runtime.directive.Macro
 
debugPrint - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
debugStream - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
DEFAULT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
DEFAULT_BUFFER - Static variable 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 variable in class org.apache.velocity.servlet.VelocityServlet
The default content type for the response
DEFAULT_OUTPUT_ENCODING - Static variable in class org.apache.velocity.servlet.VelocityServlet
Encoding for the output stream
DEFAULT_OUTPUTTER - Static variable in class org.apache.velocity.anakia.AnakiaElement
 
DEFAULT_OUTPUTTER - Static variable in class org.apache.velocity.anakia.NodeList
 
DEFAULT_RUNTIME_DIRECTIVES - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Default Runtime properties
DEFAULT_RUNTIME_PROPERTIES - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Default Runtime properties.
DEFAULT_TEXEN_PROPERTIES - Static variable in class org.apache.velocity.texen.Generator
Default properties file used for controlling the tools placed in the context.
defaultCharBufferSize - Static variable in class org.apache.velocity.io.VelocityWriter
 
defaultContentType - Static variable in class org.apache.velocity.servlet.VelocityServlet
The default content type, itself defaulting to VelocityServlet.DEFAULT_CONTENT_TYPE if not configured.
defaultLexState - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
defaults - Variable in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Default configurations repository.
DELIMITER - Static variable in class org.apache.velocity.runtime.configuration.Configuration.PropertiesTokenizer
Deprecated. The property delimiter used while parsing (a comma).
deprecationCrutch - Variable in class org.apache.velocity.runtime.configuration.Configuration
Deprecated.  
depthCount - Variable in class org.apache.velocity.runtime.directive.ParseDirectiveException
 
destDir - Variable in class org.apache.velocity.anakia.AnakiaTask
the destination directory
DIGIT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
directive - Variable 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 variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
DIRECTIVE_CHAR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
DIRECTIVE_TERMINATOR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
Directive() - Constructor for class org.apache.velocity.runtime.directive.Directive
 
Directive() - Method in class org.apache.velocity.runtime.parser.Parser
Supports the Pluggable Directives #foo( arg+ )
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 - Variable in class org.apache.velocity.runtime.parser.node.ASTDirective
 
directives - Variable 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.PropertyExecutor
 
discover(Class, String) - Method in class org.apache.velocity.runtime.parser.node.BooleanPropertyExecutor
 
display() - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Display the configuration for debugging purposes.
DIVIDE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
document - Variable 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 variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
DOLLARBANG - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
Done() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
Done() - Method in interface 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.
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 variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
DOUBLE_ESCAPE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
DOUBLEDOT - Static variable in interface 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
 
dumpLogMessages(LogSystem) - Method in class org.apache.velocity.runtime.log.PrimordialLogSystem
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) - 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.VelocimacroFactory
tells the vmManager to dump the specified namespace
dumpVMNamespace(String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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 interface org.apache.velocity.runtime.RuntimeServices
tells the vmFactory 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 - Variable 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 variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
ELSEIF_DIRECTIVE - Static variable in interface 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
 
encodeRedirectUrl(String) - Method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
 
encodeRedirectURL(String) - Method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
 
encodeUrl(String) - Method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
 
encodeURL(String) - Method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
 
encoding - Variable in class org.apache.velocity.runtime.resource.Resource
Character encoding of this resource
encoding - Variable in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
 
ENCODING_DEFAULT - Static variable in interface 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 variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
endColumn - Variable 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 - Variable 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 - Variable 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 - Variable in class org.apache.velocity.util.EnumerationIterator
The enumeration to iterate.
enumerateKeys() - Method in class org.apache.velocity.runtime.resource.ResourceCacheImpl
 
enumerateKeys() - Method in interface org.apache.velocity.runtime.resource.ResourceCache
returns an Iterator of Keys in the cache
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 variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
eol - Variable in class org.apache.velocity.runtime.parser.ParseException
The end of line string for this machine.
EOL - Static variable in class org.apache.velocity.util.StringUtils
Line separator for the OS we are operating on.
EOL_LENGTH - Static variable in class org.apache.velocity.util.StringUtils
Length of the line separator.
EqualityExpression() - Method in class org.apache.velocity.runtime.parser.Parser
 
EQUALS - Static variable in interface 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 variable 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_ID - Static variable in interface org.apache.velocity.runtime.log.LogSystem
Prefix for error messages.
ERROR_PREFIX - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
 
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) - Method in class org.apache.velocity.app.VelocityEngine
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.runtime.RuntimeInstance
Log an error message.
error(Object) - Method in interface org.apache.velocity.runtime.RuntimeLogger
Log an error message.
error(Object) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. Log an error message.
error(Object) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Log an error message.
errorCode - Variable in class org.apache.velocity.runtime.parser.TokenMgrError
Indicates the reason why the exception is thrown.
errorCondition - Variable in class org.apache.velocity.Template
 
ERRORMSG_END - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Ending tag for error messages triggered by passing a parameter not allowed in the #include directive.
ERRORMSG_START - Static variable in interface 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 variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
ESCAPE_DIRECTIVE - Static variable in interface 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.
escaped - Variable 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 - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
 
evaluate(Context, Writer, String, InputStream) - Method in class org.apache.velocity.app.VelocityEngine
Deprecated. Use VelocityEngine.evaluate( Context context, Writer writer, String logTag, Reader reader )
evaluate(Context, Writer, String, InputStream) - Static method in class org.apache.velocity.app.Velocity
Deprecated. Use Velocity.evaluate( Context context, Writer writer, String logTag, Reader reader )
evaluate(Context, Writer, String, Reader) - Method in class org.apache.velocity.app.VelocityEngine
Renders the input reader using the context into the output writer.
evaluate(Context, Writer, String, Reader) - Static method in class org.apache.velocity.app.Velocity
Renders the input reader using the context into the output writer.
evaluate(Context, Writer, String, String) - Method in class org.apache.velocity.app.VelocityEngine
renders the input string using the context into the output writer.
evaluate(Context, Writer, String, String) - Static method in class org.apache.velocity.app.Velocity
renders the input string using the context into the output writer.
evaluate(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
evaluate(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTGTNode
 
evaluate(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTAndNode
logical and : null && right = false left && null = false null && null = false
evaluate(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTLENode
 
evaluate(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTLTNode
 
evaluate(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTTrue
 
evaluate(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTExpression
 
evaluate(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTElseIfStatement
An ASTElseStatement is true if the expression it contains evaluates to true.
evaluate(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(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTFalse
 
evaluate(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(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(InternalContextAdapter) - Method in interface org.apache.velocity.runtime.parser.node.Node
 
evaluate(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTNotNode
 
evaluate(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTGENode
 
evaluate(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTElseStatement
An ASTElseStatement always evaluates to true.
evaluate(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTNENode
 
eventCartridge - Variable in class org.apache.velocity.context.InternalContextBase
EventCartridge we are to carry.
EventCartridge - class org.apache.velocity.app.event.EventCartridge.
'Package' of event handlers...
EventCartridge() - Constructor for class org.apache.velocity.app.event.EventCartridge
 
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 - Variable 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, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
execute(Object, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTIdentifier
invokes the method on the object passed in
execute(Object, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTMethod
invokes the method.
execute(Object, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTReference
gets an Object that 'is' the value of the reference
execute(Object, InternalContextAdapter) - Method in interface org.apache.velocity.runtime.parser.node.Node
 
ExpandBuff(boolean) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
expectedTokenSequences - Variable 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 - Variable 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 - Variable in class org.apache.velocity.test.IntrospectorTestCase
 
FALSE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
False() - Method in class org.apache.velocity.runtime.parser.Parser
 
fieldHash - Variable 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 - Variable in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. The file connected to this repository (holding comments and such).
FILE_EXT - Static variable in class org.apache.velocity.test.AnakiaTestCase
 
FILE_RESOURCE_LOADER_CACHE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
The public handle for turning the caching on in the FileResourceLoader.
FILE_RESOURCE_LOADER_PATH - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
The public handle for setting a path in the FileResourceLoader.
FILE_RESOURCE_LOADER_PATH - Static variable in class org.apache.velocity.test.MultiLoaderTestCase
Path for templates.
FILE_RESOURCE_LOADER_PATH - Static variable in interface org.apache.velocity.test.TemplateTestBase
Path for templates.
FILE_RESOURCE_LOADER_PATH1 - Static variable in class org.apache.velocity.test.MultipleFileResourcePathTest
Path for templates.
FILE_RESOURCE_LOADER_PATH2 - Static variable in class org.apache.velocity.test.MultipleFileResourcePathTest
Path for templates.
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.
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 - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
filenameStack - Variable 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.
FileResourceLoader() - Constructor for class org.apache.velocity.runtime.resource.loader.FileResourceLoader
 
fileSeparator - Variable in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. File separator.
fileSeparator - Variable 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
FileUtil() - Constructor for class org.apache.velocity.texen.util.FileUtil
 
FillBuff() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
fillContextDefaults(Context) - Method in class org.apache.velocity.texen.Generator
Add properties that will aways be in the context by default
fillContextHash(Context, Hashtable) - Method in class org.apache.velocity.texen.Generator
Add all the contents of a Hashtable to the context.
fillContextProperties(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
Deprecated. 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(IntrospectorTestCase2.Bar, IntrospectorTestCase2.Bar) - Static method in class org.apache.velocity.test.IntrospectorTestCase2.Tester
 
find(IntrospectorTestCase2.Bar, Object) - Static method in class org.apache.velocity.test.IntrospectorTestCase2.Tester2
 
find(IntrospectorTestCase2.Woogie) - Static method in class org.apache.velocity.test.IntrospectorTestCase2.Tester
 
find(IntrospectorTestCase2.Woogie) - Static method in class org.apache.velocity.test.IntrospectorTestCase2.Tester2
 
find(IntrospectorTestCase2.Woogie, Object) - Static method in class org.apache.velocity.test.IntrospectorTestCase2.Tester
 
find(IntrospectorTestCase2.Woogie, Object) - Static method in class org.apache.velocity.test.IntrospectorTestCase2.Tester2
 
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(Object, IntrospectorTestCase2.Bar) - Static method in class org.apache.velocity.test.IntrospectorTestCase2.Tester
 
find(Object, IntrospectorTestCase2.Bar) - 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 - Variable in class org.apache.velocity.runtime.parser.Parser.JJCalls
 
first - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
 
firstLetterCaps(String) - Static method in class org.apache.velocity.util.StringUtils
Makes the first letter caps and the rest lowercase.
floatMethod(float) - Method in class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
 
flush() - Method in class org.apache.velocity.io.VelocityWriter
Flush the stream.
flushBuffer() - Method in class org.apache.velocity.io.VelocityWriter
Flush the output buffer to the underlying character stream, without flushing the stream itself.
flushBuffer() - Method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
 
flushed - Variable in class org.apache.velocity.io.VelocityWriter
 
fooClass - Variable 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.
Foreach() - Constructor for class org.apache.velocity.runtime.directive.Foreach
 
FORMAL_COMMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
FORMAL_REFERENCE - Static variable 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 - Variable in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
 

G

gen - Variable in class org.apache.velocity.runtime.parser.Parser.JJCalls
 
GENERALSTATIC - Variable 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.ResourceCacheImpl
 
get(Object) - Method in interface org.apache.velocity.runtime.resource.ResourceCache
retrieves a Resource from the cache
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.AbstractContext
Gets the value corresponding to the provided key from the context.
get(String) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
get(String) - Method in interface org.apache.velocity.context.Context
Gets the value corresponding to the provided key from the context.
get(String) - Method in class org.apache.velocity.context.VMContext
Impl of the Context.gut() method.
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.util.introspection.MethodMap
Return a list of methods with the same name.
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.
getAccessibleMethods(Class, ClassMap.MethodInfo[], int) - Static method in class org.apache.velocity.util.introspection.ClassMap
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) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
 
getApplicationAttribute(Object) - Method in interface org.apache.velocity.runtime.RuntimeServices
Return the specified applcation attribute.
getArgArray(Node) - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
gets the args to the VM from the instance-use AST
getArgArray(Node) - Static method in class org.apache.velocity.runtime.directive.Macro
creates an array containing the literal strings in the macro arguement
getArray() - Method in class org.apache.velocity.test.provider.TestProvider
 
getASTAsStringArray(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 interface org.apache.velocity.context.InternalWrapperContext
returns the base full context impl
getBaseContext() - Method in class org.apache.velocity.context.VMContext
 
getBeginColumn() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
getBeginColumn() - Method in interface 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).
getBeginLine() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
getBeginLine() - Method in interface 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).
getBlather() - Method in class org.apache.velocity.runtime.VelocimacroFactory
get output message mode
getBoolean(String) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get a boolean associated with the given configuration key.
getBoolean(String, boolean) - Method in class org.apache.velocity.runtime.RuntimeInstance
Boolean property accessor method to hide the configuration implementation.
getBoolean(String, boolean) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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.
getBoolean(String, boolean) - Method in interface org.apache.velocity.runtime.RuntimeServices
Boolean property accessor method to hide the configuration implementation.
getBoolean(String, boolean) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get a boolean associated with the given configuration key.
getBoolean(String, Boolean) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get a boolean associated with the given configuration key.
getBufferSize() - Method in class org.apache.velocity.io.VelocityWriter
This method returns the size of the buffer used by the JspWriter.
getBufferSize() - Method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
 
getByte(String) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get a byte associated with the given configuration key.
getByte(String, byte) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get a byte associated with the given configuration key.
getByte(String, Byte) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. 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.directive.Directive
for log msg purposes
getColumn() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
Deprecated.  
getColumn() - Method in interface org.apache.velocity.runtime.parser.CharStream
Deprecated.  
getColumn() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
getColumn() - Method in interface org.apache.velocity.runtime.parser.node.Node
 
getColumn() - Method in class org.apache.velocity.util.introspection.Info
 
getConfiguration() - Method in class org.apache.velocity.runtime.RuntimeInstance
Return the velocity runtime configuration object.
getConfiguration() - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. Return the velocity runtime configuration object.
getConfiguration() - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Return the velocity runtime configuration object.
getConfiguration() - Method in interface org.apache.velocity.runtime.RuntimeServices
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) - Method in class org.apache.velocity.runtime.RuntimeInstance
Returns a static content resource from the resource manager.
getContent(String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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) - Method in interface org.apache.velocity.runtime.RuntimeServices
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) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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.
getContent(String, String) - Method in interface org.apache.velocity.runtime.RuntimeServices
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.InternalContextBase
 
getCurrentResource() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
getCurrentResource() - Method in class org.apache.velocity.context.VMContext
 
getCurrentResource() - Method in interface org.apache.velocity.context.InternalHousekeepingContext
temporary fix to enable #include() to figure out current encoding.
getCurrentTemplateName() - Method in class org.apache.velocity.context.InternalContextBase
get the current template name
getCurrentTemplateName() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
getCurrentTemplateName() - Method in class org.apache.velocity.context.VMContext
 
getCurrentTemplateName() - Method in interface org.apache.velocity.context.InternalHousekeepingContext
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
Deprecated. Get a double associated with the given configuration key.
getDouble(String, double) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get a double associated with the given configuration key.
getDouble(String, Double) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. 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.VelocityCharStream
 
getEndColumn() - Method in interface 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).
getEndLine() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
getEndLine() - Method in interface 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).
getEntries() - Method in class org.apache.velocity.runtime.resource.loader.JarHolder
 
getEventCartridge() - Method in class org.apache.velocity.context.InternalContextBase
 
getEventCartridge() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
getEventCartridge() - Method in interface org.apache.velocity.context.InternalEventContext
 
getEventCartridge() - Method in class org.apache.velocity.context.VMContext
 
GetExecutor - class org.apache.velocity.runtime.parser.node.GetExecutor.
Executor that simply tries to execute a get(key) operation.
GetExecutor(RuntimeLogger, Introspector, Class, String) - Constructor for class org.apache.velocity.runtime.parser.node.GetExecutor
Default constructor.
getExtendedProperties() - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Do not use. For deprecation assistance only.
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.SimpleNode
 
getFirstToken() - Method in interface org.apache.velocity.runtime.parser.node.Node
 
getFloat(String) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get a float associated with the given configuration key.
getFloat(String, float) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get a float associated with the given configuration key.
getFloat(String, Float) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. 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.VelocityCharStream
 
GetImage() - Method in interface org.apache.velocity.runtime.parser.CharStream
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
Deprecated. Gets the property value for including other properties files.
getInfo() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
getInfo() - Method in interface org.apache.velocity.runtime.parser.node.Node
 
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(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.RuntimeInstance
Int property accessor method to hide the configuration implementation.
getInt(String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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) - Method in interface org.apache.velocity.runtime.RuntimeServices
Int property accessor method to hide the configuration implementation.
getInt(String) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. The purpose of this method is to get the configuration resource with the given name as an integer.
getInt(String, int) - Method in class org.apache.velocity.runtime.RuntimeInstance
Int property accessor method to hide the configuration implementation.
getInt(String, int) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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.
getInt(String, int) - Method in interface org.apache.velocity.runtime.RuntimeServices
Int property accessor method to hide the configuration implementation.
getInt(String, int) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. The purpose of this method is to get the configuration resource with the given name as an integer, or a default value.
getInteger(String) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get a int associated with the given configuration key.
getInteger(String, int) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get a int associated with the given configuration key.
getInteger(String, Integer) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. 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 interface 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() - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Return the Introspector for this RuntimeInstance
getIntrospector() - Method in interface org.apache.velocity.runtime.RuntimeServices
Returns the configured method introspection/reflection implemenation.
getIterator(Object, Info) - Method in class org.apache.velocity.util.introspection.UberspectImpl
To support iteratives - #foreach()
getIterator(Object, Info) - Method in interface org.apache.velocity.util.introspection.Uberspect
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.context.InternalContextAdapterImpl
 
getKeys() - Method in interface org.apache.velocity.context.Context
Get all the keys for the values in the context
getKeys() - Method in class org.apache.velocity.context.VMContext
impl badly
getKeys() - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get the list of the keys contained in the configuration repository.
getKeys(String) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. 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(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.
getLastModified(Resource) - Method in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
 
getLastModified(Resource) - Method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
 
getLastModified(Resource) - Method in class org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
Defaults to return 0
getLastModified(Resource) - Method in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
 
getLastToken() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
getLastToken() - Method in interface org.apache.velocity.runtime.parser.node.Node
 
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.directive.Directive
for log msg purposes
getLine() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
Deprecated.  
getLine() - Method in interface org.apache.velocity.runtime.parser.CharStream
Deprecated.  
getLine() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
getLine() - Method in interface org.apache.velocity.runtime.parser.node.Node
 
getLine() - Method in class org.apache.velocity.util.introspection.Info
 
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(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.RuntimeInstance
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
Deprecated. 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.
getLoaderNameForResource(String) - Method in interface org.apache.velocity.runtime.RuntimeServices
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) - Method in interface org.apache.velocity.runtime.resource.ResourceManager
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
Deprecated. Get a long associated with the given configuration key.
getLong(String, long) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get a long associated with the given configuration key.
getLong(String, Long) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. 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.IntrospectorBase
Gets the method defined by name and params for the Class c.
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(Object, String, Object[], Info) - Method in class org.apache.velocity.util.introspection.UberspectImpl
Method
getMethod(Object, String, Object[], Info) - Method in interface org.apache.velocity.util.introspection.Uberspect
Returns a general method, corresponding to $foo.bar( $woogie )
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.VelMethodImpl
 
getMethodName() - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
 
getMethodName() - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
 
getMethodName() - Method in interface org.apache.velocity.util.introspection.VelMethod
returns the method name used
getMethodName() - Method in interface org.apache.velocity.util.introspection.VelPropertySet
returns the method name used to set this 'property'
getMethodName() - Method in interface org.apache.velocity.util.introspection.VelPropertyGet
returns the method name used to return 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.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.VelocimacroProxy
Return name of this Velocimacro.
getName() - Method in class org.apache.velocity.runtime.directive.Parse
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.Literal
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.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.test.provider.Person
 
getName() - Method in class org.apache.velocity.test.provider.Child
 
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(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
Deprecated. Get a list of properties associated with the given configuration key.
getProperties(String, Properties) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get a list of properties associated with the given configuration key.
getProperty(String) - Method in class org.apache.velocity.app.VelocityEngine
Get a Velocity Runtime 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.runtime.RuntimeInstance
Allows an external caller to get a property.
getProperty(String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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) - Method in interface org.apache.velocity.runtime.RuntimeServices
Allows an external caller to get a property.
getProperty(String) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Gets a property from the configuration.
getPropertyGet(Object, String, Info) - Method in class org.apache.velocity.util.introspection.UberspectImpl
Property getter
getPropertyGet(Object, String, Info) - Method in interface org.apache.velocity.util.introspection.Uberspect
Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie)
getPropertySet(Object, String, Object, Info) - Method in class org.apache.velocity.util.introspection.UberspectImpl
Property setter
getPropertySet(Object, String, Object, Info) - Method in interface org.apache.velocity.util.introspection.Uberspect
Property setter - returns VelPropertySet appropos for #set($foo.bar = "geir")
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) - Method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Deprecated. Use ResourceManagerImpl.getResource(String resourceName, int resourceType, String encoding )
getResource(String, int) - Static method in class org.apache.velocity.runtime.resource.ResourceFactory
 
getResource(String, int, String) - Method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Gets the named resource.
getResource(String, int, String) - Method in interface org.apache.velocity.runtime.resource.ResourceManager
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.ResourceLoader
Get the InputStream that the Runtime will parse to create a template.
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.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.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.FileResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getReturnType() - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
 
getReturnType() - Method in interface 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
Deprecated. Use getRuntimeServices() instead.
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
Deprecated. Get a short associated with the given configuration key.
getShort(String, short) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get a short associated with the given configuration key.
getShort(String, Short) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. 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.RuntimeInstance
String property accessor method to hide the configuration implementation
getString(String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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) - Method in interface org.apache.velocity.runtime.RuntimeServices
String property accessor method to hide the configuration implementation
getString(String) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get a string associated with the given configuration key.
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) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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.
getString(String, String) - Method in interface org.apache.velocity.runtime.RuntimeServices
String property accessor method with default to hide the configuration implementation.
getString(String, String) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get a string associated with the given configuration key.
getStringArray(String) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get an array of strings associated with the given configuration key.
GetSuffix(int) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
GetSuffix(int) - Method in interface org.apache.velocity.runtime.parser.CharStream
Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
getTemplate(String) - Method in class org.apache.velocity.app.VelocityEngine
Returns a Template from the Velocity resource management system.
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.runtime.RuntimeInstance
Returns a Template from the resource manager.
getTemplate(String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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) - Method in interface org.apache.velocity.runtime.RuntimeServices
Returns a Template from the resource manager.
getTemplate(String) - Method in class org.apache.velocity.servlet.VelocityServlet
Retrieves the requested template.
getTemplate(String, String) - Method in class org.apache.velocity.app.VelocityEngine
Returns a Template from the Velocity resource management system.
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.runtime.RuntimeInstance
Returns a Template from the resource manager
getTemplate(String, String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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) - Method in interface org.apache.velocity.runtime.RuntimeServices
Returns a Template from the resource manager
getTemplate(String, String) - Method in class org.apache.velocity.servlet.VelocityServlet
Retrieves the requested template with the specified character encoding.
getTemplate(String, String) - Method in class org.apache.velocity.texen.Generator
Returns a template, based on encoding and path.
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.InternalContextBase
get the current template name stack
getTemplateNameStack() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
getTemplateNameStack() - Method in class org.apache.velocity.context.VMContext
 
getTemplateNameStack() - Method in interface org.apache.velocity.context.InternalHousekeepingContext
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.VelocimacroProxy
Velocimacros are always LINE type directives.
getType() - Method in class org.apache.velocity.runtime.directive.Parse
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.directive.VMProxyArg
 
getType() - Method in class org.apache.velocity.runtime.directive.Literal
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.parser.node.SimpleNode
 
getType() - Method in interface org.apache.velocity.runtime.parser.node.Node
 
getUberspect() - Method in class org.apache.velocity.runtime.RuntimeInstance
 
getUberspect() - Static method in class org.apache.velocity.runtime.RuntimeSingleton
 
getUberspect() - Method in interface org.apache.velocity.runtime.RuntimeServices
Returns the configured class introspection/reflection implemenation.
getUrlPath() - Method in class org.apache.velocity.runtime.resource.loader.JarHolder
 
getVariableValue(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
Deprecated. Get a Vector of strings associated with the given configuration key.
getVector(String, Vector) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get a Vector of strings associated with the given configuration key.
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.VelocimacroFactory
actual factory : creates a Directive that will behave correctly wrt getting the framework to dig out the correct # of args
getVelocimacro(String, String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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 interface org.apache.velocity.runtime.RuntimeServices
Returns the appropriate VelocimacroProxy object if strVMname is a valid current Velocimacro.
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 variable in class org.apache.velocity.runtime.VelocimacroManager
 
globalCache - Variable in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Object implementing ResourceCache to be our resource manager's Resource cache.

H

h - Variable in class org.apache.velocity.test.TemplateTestCase
 
handleRequest(Context) - Method in class org.apache.velocity.servlet.VelocityServlet
Deprecated. Use VelocityServlet.handleRequest( HttpServletRequest request, HttpServletResponse response, Context ctx )
handleRequest(HttpServletRequest, HttpServletResponse, 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 variable in interface 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
Deprecated. Check whether the object has more tokens.
hasNext() - Method in class org.apache.velocity.util.EnumerationIterator
Check to see if there is another element in the array.
hasNext() - Method in class org.apache.velocity.util.ArrayIterator
Check to see if there is another element in the array.

I

i - Variable in class org.apache.velocity.test.IntrospectorTestCase2.Bar
 
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.InternalContextAdapterImpl
 
icacheGet(Object) - Method in class org.apache.velocity.context.VMContext
 
icacheGet(Object) - Method in interface org.apache.velocity.context.InternalHousekeepingContext
returns an IntrospectionCache Data (@see IntrospectionCacheData) object if exists for the key
icachePut(Object, IntrospectionCacheData) - Method in class org.apache.velocity.context.InternalContextBase
places an IntrospectionCache Data (@see IntrospectionCacheData) element in the cache for specified key
icachePut(Object, IntrospectionCacheData) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
icachePut(Object, IntrospectionCacheData) - Method in class org.apache.velocity.context.VMContext
 
icachePut(Object, IntrospectionCacheData) - Method in interface org.apache.velocity.context.InternalHousekeepingContext
places an IntrospectionCache Data (@see IntrospectionCacheData) element in the cache for specified key
icb - Variable in class org.apache.velocity.context.InternalContextAdapterImpl
the ICB we are wrapping.
id - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
 
identifier - Variable in class org.apache.velocity.runtime.parser.node.ASTIdentifier
 
identifier - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
 
IDENTIFIER - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
IDENTIFIER_CHAR - Static variable in interface 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.
iec - Variable in class org.apache.velocity.context.InternalContextAdapterImpl
The InternalEventContext that we are wrapping.
IF_DIRECTIVE - Static variable in interface 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 - Variable in class org.apache.velocity.runtime.parser.Token
The string image of the token.
image - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
image - Variable in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
 
IN_FORMAL_COMMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
IN_MULTI_LINE_COMMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
IN_SINGLE_LINE_COMMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
inBuf - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
 
include - Static variable in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. 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.
Include() - Constructor for class org.apache.velocity.runtime.directive.Include
 
inComment - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
INCOMPARABLE - Static variable in class org.apache.velocity.util.introspection.MethodMap
 
indent - Variable 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 - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
info - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
 
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_ID - Static variable in interface org.apache.velocity.runtime.log.LogSystem
Prefix for info messages.
INFO_PREFIX - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
 
Info() - Constructor for class org.apache.velocity.util.introspection.Info
 
info(Object) - Method in class org.apache.velocity.app.VelocityEngine
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.runtime.RuntimeInstance
Log an info message.
info(Object) - Method in interface org.apache.velocity.runtime.RuntimeLogger
Log an info message.
info(Object) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. Log an info message.
info(Object) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Log an info message.
Info(String, int, int) - Constructor for class org.apache.velocity.util.introspection.Info
 
init - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
 
INIT_PROPS_KEY - Static variable in class org.apache.velocity.servlet.VelocityServlet
This is the string that is looked for when getInitParameter is called (org.apache.velocity.properties).
init() - Method in class org.apache.velocity.app.VelocityEngine
initialize the Velocity runtime engine, using the default properties of the Velocity distribution
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.runtime.RuntimeInstance
 
init() - Static method in class org.apache.velocity.runtime.Runtime
Deprecated.  
init() - Static method in class org.apache.velocity.runtime.RuntimeSingleton
This is the primary initialization method in the Velocity Runtime.
init() - Method in interface org.apache.velocity.runtime.RuntimeServices
 
init() - Method in class org.apache.velocity.runtime.resource.loader.JarHolder
 
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() - Method in interface org.apache.velocity.util.introspection.Uberspect
Initializer - will be called before use
init(Configuration) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Private initializer method that sets up the generic resources.
init(ExtendedProperties) - Method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
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.DataSourceResourceLoader
 
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.FileResourceLoader
 
init(InternalContextAdapter, Object) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
init(InternalContextAdapter, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTIdentifier
simple init - don't do anything that is context specific.
init(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(InternalContextAdapter, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTDirective
 
init(InternalContextAdapter, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTReference
 
init(InternalContextAdapter, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTEscape
 
init(InternalContextAdapter, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTNumberLiteral
Initialization method - doesn't do much but do the object creation.
init(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(InternalContextAdapter, Object) - Method in interface org.apache.velocity.runtime.parser.node.Node
 
init(InternalContextAdapter, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
init : we don't have to do much.
init(InternalContextAdapter, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTText
 
init(InternalContextAdapter, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTSetDirective
simple init.
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(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.runtime.RuntimeInstance
Initialize the Velocity Runtime with a Properties object.
init(Properties) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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) - Method in interface org.apache.velocity.runtime.RuntimeServices
Initialize the Velocity Runtime with a Properties object.
init(RuntimeServices) - Method in class org.apache.velocity.runtime.log.Log4JLogSystem
Deprecated.  
init(RuntimeServices) - Method in class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
 
init(RuntimeServices) - Method in class org.apache.velocity.runtime.log.PrimordialLogSystem
 
init(RuntimeServices) - Method in class org.apache.velocity.runtime.log.AvalonLogSystem
 
init(RuntimeServices) - Method in class org.apache.velocity.runtime.log.NullLogSystem
 
init(RuntimeServices) - Method in interface org.apache.velocity.runtime.log.LogSystem
init()
init(RuntimeServices) - Method in class org.apache.velocity.test.EventHandlingTestCase
 
init(RuntimeServices) - Method in class org.apache.velocity.test.ExternalLoggerTest
 
init(RuntimeServices) - Method in class org.apache.velocity.test.ClassloaderChangeTest
 
init(RuntimeServices, InternalContextAdapter, Node) - Method in class org.apache.velocity.runtime.directive.Directive
How this directive is to be initialized.
init(RuntimeServices, InternalContextAdapter, Node) - Method in class org.apache.velocity.runtime.directive.Foreach
simple init - init the tree and get the elementKey from the AST
init(RuntimeServices, InternalContextAdapter, Node) - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
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(RuntimeServices, InternalContextAdapter, Node) - Method in class org.apache.velocity.runtime.directive.Macro
 
init(RuntimeServices, InternalContextAdapter, Node) - Method in class org.apache.velocity.runtime.directive.Literal
Store the literal rendition of a node using the Node.literal().
init(RuntimeServices, InternalContextAdapter, Node) - Method in class org.apache.velocity.runtime.directive.Include
simple init - init the tree and get the elementKey from the AST
init(ServletConfig) - Method in class org.apache.velocity.servlet.VelocityServlet
Performs initialization of this servlet.
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(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.runtime.RuntimeInstance
Initialize the Velocity Runtime with the name of ExtendedProperties object.
init(String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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) - Method in interface org.apache.velocity.runtime.RuntimeServices
Initialize the Velocity Runtime with the name of ExtendedProperties object.
init(String) - Method in class org.apache.velocity.runtime.log.AvalonLogSystem
initializes the log system using the logfile argument
init(Writer, int, boolean) - Method in class org.apache.velocity.io.VelocityWriter
 
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(RuntimeServices) - Method in class org.apache.velocity.runtime.resource.ResourceCacheImpl
 
initialize(RuntimeServices) - Method in interface org.apache.velocity.runtime.resource.ResourceCache
initializes the ResourceCache.
initialize(RuntimeServices) - Method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Initialize the ResourceManager.
initialize(RuntimeServices) - Method in interface org.apache.velocity.runtime.resource.ResourceManager
Initialize the ResourceManager.
initialized - Variable in class org.apache.velocity.Template
To keep track of whether this template has been initialized.
initialized - Variable in class org.apache.velocity.runtime.RuntimeInstance
Indicate whether the Runtime has been fully 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 - Variable 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 - Variable in class org.apache.velocity.context.AbstractContext
the chained Context if any
innerContext - Variable in class org.apache.velocity.context.VMContext
the base context store.
INPUT_ENCODING - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
The character encoding for the templates.
input_stream - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
input1 - Variable in class org.apache.velocity.test.VelocityAppTestCase
 
InputBase - class org.apache.velocity.runtime.directive.InputBase.
Base class for directives which do input operations (e.g.
InputBase() - Constructor for class org.apache.velocity.runtime.directive.InputBase
 
inputEncoding - Variable in class org.apache.velocity.texen.Generator
This is the encoding for the input file(s) (templates).
inputEncoding - Variable in class org.apache.velocity.texen.ant.TexenTask
This is the encoding for the input file(s) (templates).
inputStream - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
 
inReference - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
inSet - Variable 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 variable 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.VelocityContext
determines if there is a value for the given key
internalContainsKey(Object) - Method in class org.apache.velocity.context.AbstractContext
Implement to determine if a key is in the storage.
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.
InternalContextAdapterImpl(Context) - Constructor for class org.apache.velocity.context.InternalContextAdapterImpl
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.
InternalContextBase() - Constructor for class org.apache.velocity.context.InternalContextBase
 
InternalEventContext - interface org.apache.velocity.context.InternalEventContext.
Interface for event support.
internalGet(String) - Method in class org.apache.velocity.VelocityContext
retrieves value for key from internal storage
internalGet(String) - Method in class org.apache.velocity.context.AbstractContext
Implement to return a value from the context storage.
internalGetKeys() - Method in class org.apache.velocity.VelocityContext
returns array of keys
internalGetKeys() - Method in class org.apache.velocity.context.AbstractContext
Implement to return an object array of key strings from your storage.
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
Deprecated. 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.VelocityContext
stores the value for key to internal storage
internalPut(String, Object) - Method in class org.apache.velocity.context.AbstractContext
Implement to put a value into the context storage.
internalRemove(Object) - Method in class org.apache.velocity.VelocityContext
remove a key/value pair from the internal storage
internalRemove(Object) - Method in class org.apache.velocity.context.AbstractContext
I mplement to remove an item from your storage.
InternalWrapperContext - interface org.apache.velocity.context.InternalWrapperContext.
interface for internal context wrapping functionality
interpolate - Variable in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
 
INTERPOLATE_STRINGLITERALS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Switch for the interpolation facility for string literals
interpolate(String, Context) - Static method in class org.apache.velocity.runtime.parser.node.NodeUtils
Utility method to interpolate context variables into string literals.
interpolateimage - Variable in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
 
introspectionCache - Variable 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.
IntrospectionCacheData() - Constructor for class org.apache.velocity.util.introspection.IntrospectionCacheData
 
introspector - Variable in class org.apache.velocity.runtime.RuntimeInstance
 
introspector - Variable in class org.apache.velocity.runtime.parser.node.PropertyExecutor
 
introspector - Static variable in class org.apache.velocity.util.introspection.UberspectImpl
the default Velocity introspector
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(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.
IntrospectorBase() - Constructor for class org.apache.velocity.util.introspection.IntrospectorBase
 
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.MethodProvider - class org.apache.velocity.test.IntrospectorTestCase.MethodProvider.
 
IntrospectorTestCase.MethodProvider() - Constructor for class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
 
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.Bar - class org.apache.velocity.test.IntrospectorTestCase2.Bar.
 
IntrospectorTestCase2.Bar() - Constructor for class org.apache.velocity.test.IntrospectorTestCase2.Bar
 
IntrospectorTestCase2.Foo - class org.apache.velocity.test.IntrospectorTestCase2.Foo.
 
IntrospectorTestCase2.Foo() - Constructor for class org.apache.velocity.test.IntrospectorTestCase2.Foo
 
IntrospectorTestCase2.Tester - class org.apache.velocity.test.IntrospectorTestCase2.Tester.
 
IntrospectorTestCase2.Tester() - Constructor for class org.apache.velocity.test.IntrospectorTestCase2.Tester
 
IntrospectorTestCase2.Tester2 - class org.apache.velocity.test.IntrospectorTestCase2.Tester2.
 
IntrospectorTestCase2.Tester2() - Constructor for class org.apache.velocity.test.IntrospectorTestCase2.Tester2
 
IntrospectorTestCase2.Woogie - interface org.apache.velocity.test.IntrospectorTestCase2.Woogie.
 
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.MethodProvider - class org.apache.velocity.test.IntrospectorTestCase3.MethodProvider.
 
IntrospectorTestCase3.MethodProvider() - Constructor for class org.apache.velocity.test.IntrospectorTestCase3.MethodProvider
 
IntrospectorTestCase3(String) - Constructor for class org.apache.velocity.test.IntrospectorTestCase3
Creates a new instance.
invalid - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
 
INVALID_LEXICAL_STATE - Static variable 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 interface 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
 
invoke(Object, Object) - Method in interface 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 interface org.apache.velocity.util.introspection.VelMethod
invocation method - called when the method invocationshould be preformed and a value returned
invokeVelocimacro(String, String, String[], Context, Writer) - Method in class org.apache.velocity.app.VelocityEngine
Invokes a currently registered Velocimacro with the parms provided and places the rendered stream into the writer.
invokeVelocimacro(String, String, String[], Context, Writer) - Static method in class org.apache.velocity.app.Velocity
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.VelMethodImpl
 
isCacheable() - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
 
isCacheable() - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
 
isCacheable() - Method in interface 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 interface 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
isCacheable() - Method in interface 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
isCachingOn - Variable 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 - Variable 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 - Variable in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Has this configuration been intialized.
isInitialized() - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Indicate to client code whether property resources have been initialized or not.
isInvalid() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
isInvalid() - Method in interface org.apache.velocity.runtime.parser.node.Node
 
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(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.
isSourceModified(Resource) - Method in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
 
isSourceModified(Resource) - Method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
 
isSourceModified(Resource) - Method in class org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
Defaults to return false.
isSourceModified(Resource) - Method in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
How to keep track of all the modified times across the paths.
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) - 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.VelocimacroFactory
Tells the world if a given directive string is a Velocimacro
isVelocimacro(String, String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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 interface org.apache.velocity.runtime.RuntimeServices
Checks to see if a VM exists
iterator() - Method in class org.apache.velocity.anakia.NodeList
 

J

j - Variable in class org.apache.velocity.test.IntrospectorTestCase2.Foo
 
jarfiles - Variable 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(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.
JarResourceLoader() - Constructor for class org.apache.velocity.runtime.resource.loader.JarResourceLoader
 
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 - Variable 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 - Variable in class org.apache.velocity.runtime.parser.Parser
 
jj_expentries - Variable in class org.apache.velocity.runtime.parser.Parser
 
jj_expentry - Variable in class org.apache.velocity.runtime.parser.Parser
 
jj_gc - Variable in class org.apache.velocity.runtime.parser.Parser
 
jj_gen - Variable in class org.apache.velocity.runtime.parser.Parser
 
jj_kind - Variable in class org.apache.velocity.runtime.parser.Parser
 
jj_la - Variable in class org.apache.velocity.runtime.parser.Parser
 
jj_la1 - Variable in class org.apache.velocity.runtime.parser.Parser
 
jj_la1_0 - Variable in class org.apache.velocity.runtime.parser.Parser
 
jj_la1_1 - Variable in class org.apache.velocity.runtime.parser.Parser
 
jj_lastpos - Variable in class org.apache.velocity.runtime.parser.Parser
 
jj_lasttokens - Variable in class org.apache.velocity.runtime.parser.Parser
 
jj_nt - Variable in class org.apache.velocity.runtime.parser.Parser
 
jj_ntk - Variable in class org.apache.velocity.runtime.parser.Parser
 
jj_ntk() - Method in class org.apache.velocity.runtime.parser.Parser
 
jj_rescan - Variable 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 - Variable in class org.apache.velocity.runtime.parser.Parser
 
jj_semLA - Variable in class org.apache.velocity.runtime.parser.Parser
 
jjAddStates(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
 
jjbitVec0 - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
jjbitVec2 - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
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 - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
jjmatchedKind - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
jjmatchedPos - Variable 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 variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
jjnewStateCnt - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
jjnextStates - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
jjround - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
jjrounds - Variable 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 - Variable 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 variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTGTNode
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTAndNode
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTLENode
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTDivNode
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTLTNode
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTMulNode
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTTrue
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTIdentifier
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTExpression
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTElseIfStatement
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTMethod
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTSubtractNode
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTEscapedDirective
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTDirective
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTReference
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTEscape
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTIncludeStatement
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTFalse
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTAssignment
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTNumberLiteral
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTEQNode
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTComment
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTAddNode
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTBlock
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTObjectArray
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTWord
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTOrNode
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTVariable
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in interface org.apache.velocity.runtime.parser.node.Node
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTIntegerRange
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTParameters
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTNotNode
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTprocess
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTIfStatement
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTModNode
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTGENode
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTText
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTElseStatement
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTSetDirective
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTNENode
Accept the visitor.
jjtAddChild(Node, int) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
jjtAddChild(Node, int) - Method in interface org.apache.velocity.runtime.parser.node.Node
This method tells the node to add its argument to the node's list of children.
JJTADDNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTANDNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTASSIGNMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTBLOCK - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
jjtClose() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
jjtClose() - Method in interface org.apache.velocity.runtime.parser.node.Node
This method is called after all the child nodes have been added.
JJTCOMMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTDIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTDIVNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTELSEIFSTATEMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTELSESTATEMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTEQNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTESCAPE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTESCAPEDDIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTEXPRESSION - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTFALSE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTGENODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
jjtGetChild(int) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
jjtGetChild(int) - Method in interface org.apache.velocity.runtime.parser.node.Node
This method returns a child node.
jjtGetNumChildren() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
jjtGetNumChildren() - Method in interface org.apache.velocity.runtime.parser.node.Node
Return the number of children the node has.
jjtGetParent() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
jjtGetParent() - Method in interface org.apache.velocity.runtime.parser.node.Node
 
JJTGTNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTIDENTIFIER - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTIFSTATEMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTINTEGERRANGE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTLENODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTLTNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTMETHOD - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTMODNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTMULNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTNENODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
jjtNodeName - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTNOTNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTNUMBERLITERAL - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTOBJECTARRAY - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
jjtoMore - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
jjtOpen() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
jjtOpen() - Method in interface org.apache.velocity.runtime.parser.node.Node
This method is called after the node has been made the current node.
JJTORNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
jjtoSkip - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
jjtoSpecial - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
jjtoToken - Static variable 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 variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
jjtree - Variable in class org.apache.velocity.runtime.parser.Parser
 
JJTREFERENCE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTSETDIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
jjtSetParent(Node) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
jjtSetParent(Node) - Method in interface org.apache.velocity.runtime.parser.node.Node
This pair of methods are used to inform the node of its parent.
JJTSTRINGLITERAL - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTSUBTRACTNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTTEXT - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTTRUE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTVOID - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTWORD - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 

K

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

L

last - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
 
lastIndexOf(Object) - Method in class org.apache.velocity.anakia.NodeList
 
lastModified - Variable in class org.apache.velocity.runtime.resource.Resource
The file modification time (in milliseconds) for the cached template.
lastModifiedCheck - Variable in class org.apache.velocity.anakia.AnakiaTask
check the last modified date on files.
layout - Variable in class org.apache.velocity.runtime.log.Log4JLogSystem
Deprecated. logging layout
LBRACKET - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
LCURLY - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
left - Variable in class org.apache.velocity.runtime.parser.node.ASTSetDirective
 
leftReference - Variable in class org.apache.velocity.runtime.parser.node.ASTSetDirective
 
lengthOfMatch - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
LESS_SPECIFIC - Static variable in class org.apache.velocity.util.introspection.MethodMap
 
LETTER - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
LEXICAL_ERROR - Static variable 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 variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
libModMap - Variable in class org.apache.velocity.runtime.VelocimacroFactory
map of the library Template objects used for reload determination
libraryMap - Variable 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 - Variable in class org.apache.velocity.runtime.directive.Directive
 
line - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
 
line - Variable in class org.apache.velocity.util.introspection.Info
 
LINE - Static variable in interface org.apache.velocity.runtime.directive.DirectiveConstants
Line directive indicator
listIterator() - Method in class org.apache.velocity.anakia.NodeList
 
listIterator(int) - Method in class org.apache.velocity.anakia.NodeList
 
literal - Variable 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.SimpleNode
 
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 interface org.apache.velocity.runtime.parser.node.Node
 
Literal() - Constructor for class org.apache.velocity.runtime.directive.Literal
 
literalText - Variable 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
Deprecated. 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.
loadConfiguration(ServletConfig) - Method in class org.apache.velocity.test.VelocityServletTest.MockVelocityServlet
 
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 - Variable in class org.apache.velocity.context.VMContext
container for any local or constant VMProxy items
localcontextscope - Variable 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.
Deprecated. As of v1.3. Use SimpleLog4jLogSystem
Log4JLogSystem() - Constructor for class org.apache.velocity.runtime.log.Log4JLogSystem
Deprecated. default CTOR.
logfile - Variable in class org.apache.velocity.runtime.log.Log4JLogSystem
Deprecated. the runtime.log property value
logger - Variable in class org.apache.velocity.runtime.log.Log4JLogSystem
Deprecated. log4java logging interface
logger - Variable in class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
log4java logging interface
logger - Variable in class org.apache.velocity.runtime.log.AvalonLogSystem
 
LOGICAL_AND - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
LOGICAL_EQUALS - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
LOGICAL_GE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
LOGICAL_GT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
LOGICAL_LE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
LOGICAL_LT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
LOGICAL_NOT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
LOGICAL_NOT_EQUALS - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
LOGICAL_OR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
LogManager - class org.apache.velocity.runtime.log.LogManager.
This class is responsible for instantiating the correct LoggingSystem
LogManager() - Constructor for class org.apache.velocity.runtime.log.LogManager
 
logString - Variable in class org.apache.velocity.test.EventHandlingTestCase
 
logString - Variable in class org.apache.velocity.test.ExternalLoggerTest
 
logSystem - Variable in class org.apache.velocity.runtime.RuntimeInstance
The Runtime logger.
LogSystem - interface org.apache.velocity.runtime.log.LogSystem.
Base interface that Logging systems need to implement.
LOGSYSTEM_LOG4J_EMAIL_BUFFER_SIZE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_EMAIL_FROM - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_EMAIL_SERVER - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_EMAIL_SUBJECT - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_EMAIL_TO - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_FILE_BACKUPS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_FILE_SIZE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_PATTERN - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_REMOTE_HOST - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_REMOTE_PORT - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_SYSLOGD_FACILITY - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
LOGSYSTEM_LOG4J_SYSLOGD_HOST - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Log4J configuration
logVelocityMessage(int, String) - Method in class org.apache.velocity.runtime.log.Log4JLogSystem
Deprecated. logs messages
logVelocityMessage(int, String) - Method in class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
logs messages
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.AvalonLogSystem
logs messages
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 interface org.apache.velocity.runtime.log.LogSystem
Send a log message from Velocity.
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
 
logVelocityMessage(int, String) - Method in class org.apache.velocity.test.ClassloaderChangeTest
method to catch Velocity log 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 - Variable 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 - Variable in class org.apache.velocity.runtime.parser.Parser
 
LOOP_DETECTED - Static variable in class org.apache.velocity.runtime.parser.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
lparen - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
LPAREN - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 

M

Macro - class org.apache.velocity.runtime.directive.Macro.
Macro.java Macro implements the macro definition directive of VTL.
Macro() - Constructor for class org.apache.velocity.runtime.directive.Macro
 
macrobody - Variable in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
 
macroBody - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
 
macroLibVec - Variable in class org.apache.velocity.runtime.VelocimacroFactory
vector of the library names
macroname - Variable in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
 
macroName - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
 
MacroParseException - exception 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(String[]) - Static method in class org.apache.velocity.convert.WebMacro
Main hook for the conversion process.
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.test.view.TemplateNodeView
For testing
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 - Variable in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
 
marks - Variable in class org.apache.velocity.runtime.parser.JJTParserState
 
max - Variable in class org.apache.velocity.util.SimplePool
max amount of objects to be managed set via CTOR
maxNextCharInd - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
 
me() - Method in class org.apache.velocity.test.provider.TestProvider
 
meeh - Variable in class org.apache.velocity.app.event.EventCartridge
 
merge(Context, Writer) - Method in class org.apache.velocity.Template
The AST node structure is merged with the context to produce the final output.
mergeTemplate(String, Context, Writer) - Method in class org.apache.velocity.app.VelocityEngine
merges a template and puts the rendered stream into the writer
mergeTemplate(String, Context, Writer) - Static method in class org.apache.velocity.app.Velocity
Deprecated. Use Velocity.mergeTemplate( String templateName, String encoding, Context context, Writer writer )
mergeTemplate(String, String, Context, Writer) - Method in class org.apache.velocity.app.VelocityEngine
merges a template and puts the rendered stream into the writer
mergeTemplate(String, String, Context, Writer) - Static method in class org.apache.velocity.app.Velocity
merges a template and puts the rendered stream into the writer
mergeTemplate(Template, Context, HttpServletResponse) - Method in class org.apache.velocity.servlet.VelocityServlet
merges the template with the context.
message(FileWriter, String) - Method in class org.apache.velocity.test.ConfigurationTestCase
Deprecated.  
message(FileWriter, String) - Method in class org.apache.velocity.test.CommonsExtPropTestCase
 
method - Variable in class org.apache.velocity.runtime.parser.node.AbstractExecutor
Method to be executed.
method - Variable in class org.apache.velocity.test.IntrospectorTestCase
 
method - Variable in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
 
method - Variable in class org.apache.velocity.util.introspection.ClassMap.MethodInfo
 
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 - Variable in class org.apache.velocity.util.introspection.MethodMap
Keep track of all methods with the same name.
methodCache - Variable 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 interface org.apache.velocity.app.event.MethodExceptionEventHandler
 
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.test.misc.Test
 
MethodExceptionEventHandler - interface org.apache.velocity.app.event.MethodExceptionEventHandler.
Called when a method throws an exception.
MethodInvocationException - exception 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
MethodInvocationExceptionTest - class org.apache.velocity.test.MethodInvocationExceptionTest.
Tests if we can hand Velocity an arbitrary class for logging.
MethodInvocationExceptionTest() - Constructor for class org.apache.velocity.test.MethodInvocationExceptionTest
Default constructor.
methodMap - Variable in class org.apache.velocity.util.introspection.ClassMap
 
MethodMap - class org.apache.velocity.util.introspection.MethodMap.
 
MethodMap.AmbiguousException - exception org.apache.velocity.util.introspection.MethodMap.AmbiguousException.
simple distinguishable exception, used when we run across ambiguous overloading
MethodMap.AmbiguousException() - Constructor for class org.apache.velocity.util.introspection.MethodMap.AmbiguousException
 
MethodMap() - Constructor for class org.apache.velocity.util.introspection.MethodMap
 
methodName - Variable in class org.apache.velocity.exception.MethodInvocationException
 
methodName - Variable in class org.apache.velocity.runtime.parser.node.ASTMethod
 
methodUsed - Variable in class org.apache.velocity.runtime.parser.node.PropertyExecutor
 
MILLIS_PER_SECOND - Static variable 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 variable in interface 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 - Variable 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 - Variable in class org.apache.velocity.runtime.resource.Resource
How often the file modification time is checked (in seconds).
modificationCheckInterval - Variable 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 - Variable in class org.apache.velocity.runtime.VelocimacroFactory.Twonk
 
MODULUS - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
MORE_SPECIFIC - Static variable in class org.apache.velocity.util.introspection.MethodMap
 
MoreLexicalActions() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
 
morePrefix - Variable 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 - Variable in class org.apache.velocity.runtime.directive.ParseDirectiveException
 
MULTI_LINE_COMMENT - Static variable in interface 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.
MultipleFileResourcePathTest - class org.apache.velocity.test.MultipleFileResourcePathTest.
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 variable in interface org.apache.velocity.runtime.parser.ParserConstants
 

N

name - Variable in class org.apache.velocity.runtime.resource.Resource
Name of the resource
name - Variable in class org.apache.velocity.util.introspection.ClassMap.MethodInfo
 
namespace - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
 
namespaceHash - Variable in class org.apache.velocity.runtime.VelocimacroManager
Hash of namespace hashes.
namespacesOn - Variable in class org.apache.velocity.runtime.VelocimacroManager
 
NEWLINE - Static variable in interface 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 - Variable in class org.apache.velocity.runtime.parser.Parser.JJCalls
 
next - Variable 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.EnumerationIterator
Move to next element in the array.
next() - Method in class org.apache.velocity.util.ArrayIterator
Move to next element in the array.
nextChar - Variable in class org.apache.velocity.io.VelocityWriter
 
nextCheck - Variable 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
Deprecated. Get next token.
nf - Variable in class org.apache.velocity.app.tools.VelocityFormatter
 
NO_BUFFER - Static variable in class org.apache.velocity.io.VelocityWriter
constant indicating that the Writer is not buffering output
NO_REFERENCE_VALUE - Static variable 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 - Variable 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 - exception org.apache.velocity.runtime.exception.NodeException.
 
NodeException(String, 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.AttributeXMLOutputter - class org.apache.velocity.anakia.NodeList.AttributeXMLOutputter.
A special subclass of XMLOutputter that will be used to output Attribute nodes.
NodeList.AttributeXMLOutputter() - Constructor for class org.apache.velocity.anakia.NodeList.AttributeXMLOutputter
 
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 - Variable in class org.apache.velocity.anakia.NodeList
The contained nodes
nodes - Variable in class org.apache.velocity.runtime.parser.JJTParserState
 
nodeTree - Variable in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
 
nodeTree - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
 
nodeTree - Variable in class org.apache.velocity.runtime.directive.VMProxyArg
the AST if the type is such that it's dynamic (ex.
nodeTree - Variable in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
 
NodeUtils - class org.apache.velocity.runtime.parser.node.NodeUtils.
Utilities for dealing with the AST node structure.
NodeUtils() - Constructor for class org.apache.velocity.runtime.parser.node.NodeUtils
 
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.
NodeViewMode() - Constructor for class org.apache.velocity.runtime.visitor.NodeViewMode
 
NORMAL_REFERENCE - Static variable 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 - Variable 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 - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
 
NUMBER_LITERAL - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
NUMBER_OF_PARSERS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
The default number of parser instances to create.
NumberLiteral() - Method in class org.apache.velocity.runtime.parser.Parser
 
numChildren - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
 
numMacroArgs - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
 
numTreeChildren - Variable in class org.apache.velocity.runtime.directive.VMProxyArg
number of children in our tree if a reference

O

ob - Variable in class org.apache.velocity.test.provider.TestProvider
 
objConcat(List) - Method in class org.apache.velocity.test.provider.TestProvider
 
OBJECT - Static variable 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 variable 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, 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(Node) - Method in class org.apache.velocity.runtime.parser.JJTParserState
 
org.apache.velocity - package org.apache.velocity
 
org.apache.velocity.anakia - package org.apache.velocity.anakia
 
org.apache.velocity.app - package org.apache.velocity.app
 
org.apache.velocity.app.event - package org.apache.velocity.app.event
 
org.apache.velocity.app.tools - package org.apache.velocity.app.tools
 
org.apache.velocity.context - package org.apache.velocity.context
 
org.apache.velocity.convert - package org.apache.velocity.convert
 
org.apache.velocity.exception - package org.apache.velocity.exception
 
org.apache.velocity.io - package org.apache.velocity.io
 
org.apache.velocity.runtime - package org.apache.velocity.runtime
 
org.apache.velocity.runtime.compiler - package org.apache.velocity.runtime.compiler
 
org.apache.velocity.runtime.configuration - package org.apache.velocity.runtime.configuration
 
org.apache.velocity.runtime.directive - package org.apache.velocity.runtime.directive
 
org.apache.velocity.runtime.exception - package org.apache.velocity.runtime.exception
 
org.apache.velocity.runtime.log - package org.apache.velocity.runtime.log
 
org.apache.velocity.runtime.parser - package org.apache.velocity.runtime.parser
 
org.apache.velocity.runtime.parser.node - package org.apache.velocity.runtime.parser.node
 
org.apache.velocity.runtime.resource - package org.apache.velocity.runtime.resource
 
org.apache.velocity.runtime.resource.loader - package org.apache.velocity.runtime.resource.loader
 
org.apache.velocity.runtime.visitor - package org.apache.velocity.runtime.visitor
 
org.apache.velocity.servlet - package org.apache.velocity.servlet
 
org.apache.velocity.test - package org.apache.velocity.test
 
org.apache.velocity.test.misc - package org.apache.velocity.test.misc
 
org.apache.velocity.test.provider - package org.apache.velocity.test.provider
 
org.apache.velocity.test.view - package org.apache.velocity.test.view
 
org.apache.velocity.texen - package org.apache.velocity.texen
 
org.apache.velocity.texen.ant - package org.apache.velocity.texen.ant
 
org.apache.velocity.texen.util - package org.apache.velocity.texen.util
 
org.apache.velocity.util - package org.apache.velocity.util
 
org.apache.velocity.util.introspection - package org.apache.velocity.util.introspection
 
OUTPUT - Static variable in class org.apache.velocity.test.ClassloaderChangeTest
 
OUTPUT_ENCODING - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Encoding for the output stream.
OUTPUT_PATH - Static variable in class org.apache.velocity.texen.Generator
Where the texen output will placed.
output(Attribute, Writer) - Method in class org.apache.velocity.anakia.NodeList.AttributeXMLOutputter
 
outputDirectory - Variable 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 - Variable in class org.apache.velocity.texen.Generator
This is the encoding for the output file(s).
outputEncoding - Variable 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 - Variable in class org.apache.velocity.texen.ant.TexenTask
This is the file where the generated text will be placed.
outputMsgEnd - Variable in class org.apache.velocity.runtime.directive.Include
 
outputMsgStart - Variable 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 - Variable 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 - Variable 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 - Variable in class org.apache.velocity.util.introspection.ClassMap.MethodInfo
 
parent - Variable 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_DIRECTIVE_MAXDEPTH - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Maximum recursion depth allowed for the #parse directive.
Parse() - Constructor for class org.apache.velocity.runtime.directive.Parse
 
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) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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) - Method in interface org.apache.velocity.runtime.RuntimeServices
Parse the input and return the root of AST node structure.
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, 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) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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(Reader, String, boolean) - Method in interface org.apache.velocity.runtime.RuntimeServices
Parse the input and return the root of the AST node structure.
parse(String, Context) - Method in class org.apache.velocity.texen.Generator
Parse the control template and merge it with the control context.
parse(String, Object, String, String) - Method in class org.apache.velocity.test.provider.TestProvider
 
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.
ParseDirectiveException - exception org.apache.velocity.runtime.directive.ParseDirectiveException.
Exception for #parse() problems
ParseDirectiveException(String, int) - Constructor for class org.apache.velocity.runtime.directive.ParseDirectiveException
Constructor
ParseErrorException - exception 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 - exception 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(String) - Constructor for class org.apache.velocity.runtime.parser.ParseException
 
ParseException(Token, int[][], String[]) - Constructor for class org.apache.velocity.runtime.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
parser - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
 
Parser - class org.apache.velocity.runtime.parser.Parser.
This class is responsible for parsing a Velocity template.
PARSER_POOL_SIZE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
 
Parser.JJCalls - class org.apache.velocity.runtime.parser.Parser.JJCalls.
 
Parser.JJCalls() - Constructor for class org.apache.velocity.runtime.parser.Parser.JJCalls
 
Parser(CharStream) - Constructor for class org.apache.velocity.runtime.parser.Parser
 
Parser(ParserTokenManager) - Constructor for class org.apache.velocity.runtime.parser.Parser
 
Parser(RuntimeServices) - Constructor for class org.apache.velocity.runtime.parser.Parser
This constructor was added to allow the re-use of parsers.
ParserConstants - interface org.apache.velocity.runtime.parser.ParserConstants.
 
parserPool - Variable 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(CharStream) - Constructor for class org.apache.velocity.runtime.parser.ParserTokenManager
 
ParserTokenManager(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(InternalContextAdapter) - Method in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
 
parseTree(String[]) - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
parses the macro.
paths - Variable 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 - Variable in class org.apache.velocity.runtime.log.PrimordialLogSystem
 
perl - Variable in class org.apache.velocity.test.BaseTestCase
used for nomalization of output and compare data
perLineREs - Static variable 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.
Person() - Constructor for class org.apache.velocity.test.provider.Person
 
PLUS - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
pool - Variable in class org.apache.velocity.util.SimplePool
 
popCurrentTemplateName() - Method in class org.apache.velocity.context.InternalContextBase
remove the current template name from stack
popCurrentTemplateName() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
popCurrentTemplateName() - Method in class org.apache.velocity.context.VMContext
 
popCurrentTemplateName() - Method in interface org.apache.velocity.context.InternalHousekeepingContext
remove the current template name from stack
popNode() - Method in class org.apache.velocity.runtime.parser.JJTParserState
 
populateInitialContext(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 - Variable in class org.apache.velocity.util.ArrayIterator
The current position and size in the array.
PRE_DIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
prevCharIsCR - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
 
prevCharIsLF - Variable 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.Template
gets the named resource as a stream, parses and inits
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.runtime.resource.ContentResource
Pull in static content and store it.
process(File, String, File, Document) - Method in class org.apache.velocity.anakia.AnakiaTask
Process an XML file using Velocity
process(InternalContextAdapter, ParserVisitor) - Method in class org.apache.velocity.runtime.parser.node.ASTIfStatement
 
processAndRegister(RuntimeServices, Node, String) - Static method in class org.apache.velocity.runtime.directive.Macro
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 - Variable in class org.apache.velocity.anakia.AnakiaTask
the projectFile= attribute
projectFile - Variable in class org.apache.velocity.anakia.AnakiaTask
the File for the project.xml file
projectFileLastModified - Variable in class org.apache.velocity.anakia.AnakiaTask
last modified of the project file if it exists
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.
PropertiesUtil() - Constructor for class org.apache.velocity.texen.util.PropertiesUtil
 
PropertyExecutor - class org.apache.velocity.runtime.parser.node.PropertyExecutor.
Returned the value of object property when executed.
PropertyExecutor(RuntimeLogger, Introspector, Class, String) - Constructor for class org.apache.velocity.runtime.parser.node.PropertyExecutor
 
props - Variable in class org.apache.velocity.texen.Generator
Default properties used by texen.
provider - Variable in class org.apache.velocity.test.TemplateTestCase
 
proxyArgHash - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
 
PUB_STAT_STRING - Static variable in class org.apache.velocity.test.provider.TestProvider
 
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.InternalContextAdapterImpl
 
pushCurrentTemplateName(String) - Method in class org.apache.velocity.context.VMContext
 
pushCurrentTemplateName(String) - Method in interface org.apache.velocity.context.InternalHousekeepingContext
set the current template name on top of stack
pushNode(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, Resource) - Method in class org.apache.velocity.runtime.resource.ResourceCacheImpl
 
put(Object, Resource) - Method in interface org.apache.velocity.runtime.resource.ResourceCache
stores a Resource in the cache
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.InternalContextAdapterImpl
 
put(String, Object) - Method in interface org.apache.velocity.context.Context
Adds a name/value pair to the context.
put(String, Object) - Method in class org.apache.velocity.context.VMContext
Impl of the Context.put() method.
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.
putKey - Variable in class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
 

Q

QUIET_REFERENCE - Static variable in class org.apache.velocity.runtime.parser.node.ASTReference
 

R

RBRACKET - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
RCURLY - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
readChar() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
readChar() - Method in interface org.apache.velocity.runtime.parser.CharStream
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(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
Deprecated. Read a property.
ready - Variable 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 variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
REFERENCE_TERMINATOR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
REFERENCE_VALUE - Static variable in class org.apache.velocity.test.EventHandlingTestCase
 
Reference() - Method in class org.apache.velocity.runtime.parser.Parser
 
ReferenceException - exception org.apache.velocity.runtime.exception.ReferenceException.
Exception thrown when a bad reference is found.
ReferenceException(String, Node) - Constructor for class org.apache.velocity.runtime.exception.ReferenceException
 
referenceInsert(String, Object) - Method in interface 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.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.test.misc.Test
 
ReferenceInsertionEventHandler - interface org.apache.velocity.app.event.ReferenceInsertionEventHandler.
Reference 'Stream insertion' event handler.
referenceName - Variable in class org.apache.velocity.exception.MethodInvocationException
 
referenceType - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
 
REFMOD2 - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
REFMOD2_RPAREN - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
REFMODIFIER - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
refreshResource(Resource, String) - Method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Takes an existing resource, and 'refreshes' it.
registerFromLib - Variable in class org.apache.velocity.runtime.VelocimacroManager
 
ReInit(CharStream) - Method in class org.apache.velocity.runtime.parser.Parser
 
ReInit(CharStream) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
 
ReInit(CharStream, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
 
ReInit(InputStream, int, int) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
ReInit(ParserTokenManager) - Method in class org.apache.velocity.runtime.parser.Parser
 
ReInit(Reader, int, int) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
ReInit(Reader, int, int, int) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
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.EnumerationIterator
Unimplemented.
remove() - Method in class org.apache.velocity.util.ArrayIterator
No op--merely added to satify the Iterator interface.
remove(int) - Method in class org.apache.velocity.anakia.NodeList
 
remove(Object) - 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.InternalContextAdapterImpl
 
remove(Object) - Method in interface 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.VMContext
impl badly
remove(Object) - Method in class org.apache.velocity.runtime.resource.ResourceCacheImpl
 
remove(Object) - Method in interface org.apache.velocity.runtime.resource.ResourceCache
removes a Resource from the cache
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
 
removeEventHandler(EventHandler) - Method in class org.apache.velocity.app.event.EventCartridge
Removes an event handler(s) from the Cartridge.
removeUnderScores(String) - Static method in class org.apache.velocity.util.StringUtils
Deprecated. Use the org.apache.commons.util.StringUtils class instead. Using its firstLetterCaps() method in conjunction with a StringTokenizer will achieve the same result.
render(InternalContextAdapter, Writer) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
render(InternalContextAdapter, Writer) - Method in class org.apache.velocity.runtime.parser.node.ASTElseIfStatement
renders the block
render(InternalContextAdapter, Writer) - Method in class org.apache.velocity.runtime.parser.node.ASTEscapedDirective
 
render(InternalContextAdapter, Writer) - Method in class org.apache.velocity.runtime.parser.node.ASTDirective
 
render(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(InternalContextAdapter, Writer) - Method in class org.apache.velocity.runtime.parser.node.ASTEscape
 
render(InternalContextAdapter, Writer) - Method in class org.apache.velocity.runtime.parser.node.ASTComment
 
render(InternalContextAdapter, Writer) - Method in class org.apache.velocity.runtime.parser.node.ASTBlock
 
render(InternalContextAdapter, Writer) - Method in interface org.apache.velocity.runtime.parser.node.Node
 
render(InternalContextAdapter, Writer) - Method in class org.apache.velocity.runtime.parser.node.ASTIfStatement
 
render(InternalContextAdapter, Writer) - Method in class org.apache.velocity.runtime.parser.node.ASTText
 
render(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(InternalContextAdapter, Writer, Node) - Method in class org.apache.velocity.runtime.directive.Directive
How this directive is to be rendered
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.velocity.runtime.directive.Foreach
renders the #foreach() block
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
Renders the macro using the context
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.velocity.runtime.directive.Parse
iterates through the argument list and renders every argument that is appropriate.
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.velocity.runtime.directive.Macro
render() doesn't do anything in the final output rendering.
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.velocity.runtime.directive.Literal
Throw the literal rendition of the block between #literal()/#end into the writer.
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.velocity.runtime.directive.Include
iterates through the argument list and renders every argument that is appropriate.
renderOutput(Node, InternalContextAdapter, Writer) - Method in class org.apache.velocity.runtime.directive.Include
does the actual rendering of the included file
replaceAllowed - Variable 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 variable in class org.apache.velocity.servlet.VelocityServlet
The context key for the HTTP request object.
requestCleanup(HttpServletRequest, HttpServletResponse, Context) - Method in class org.apache.velocity.servlet.VelocityServlet
A cleanup routine which is called at the end of the VelocityServlet.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_CONTENT - Static variable in class org.apache.velocity.runtime.resource.ResourceManagerImpl
A static content resource.
RESOURCE_CONTENT - Static variable in interface org.apache.velocity.runtime.resource.ResourceManager
A static content resource.
RESOURCE_LOADER - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Key used to retrieve the names of the resource loaders to be used.
RESOURCE_LOADER_IDENTIFIER - Static variable in class org.apache.velocity.runtime.resource.ResourceManagerImpl
token used to identify the loader internally
RESOURCE_MANAGER_CACHE_CLASS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
 
RESOURCE_MANAGER_CLASS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
 
RESOURCE_MANAGER_LOGWHENFOUND - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
controls if the finding of a resource is logged
RESOURCE_TEMPLATE - Static variable in class org.apache.velocity.runtime.resource.ResourceManagerImpl
A template resources.
RESOURCE_TEMPLATE - Static variable in interface org.apache.velocity.runtime.resource.ResourceManager
A template resources.
Resource() - Constructor for class org.apache.velocity.runtime.resource.Resource
Default constructor
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.
ResourceCacheImpl() - Constructor for class org.apache.velocity.runtime.resource.ResourceCacheImpl
 
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.
ResourceFactory() - Constructor for class org.apache.velocity.runtime.resource.ResourceFactory
 
resourceLoader - Variable 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.
ResourceLoader - class org.apache.velocity.runtime.resource.loader.ResourceLoader.
This is abstract class the all text resource loaders should extend.
ResourceLoader() - Constructor for class org.apache.velocity.runtime.resource.loader.ResourceLoader
 
ResourceLoaderFactory - class org.apache.velocity.runtime.resource.loader.ResourceLoaderFactory.
Factory to grab a template loader.
ResourceLoaderFactory() - Constructor for class org.apache.velocity.runtime.resource.loader.ResourceLoaderFactory
 
resourceLoaderInitializersActive - Variable 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 - Variable 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 - Variable in class org.apache.velocity.runtime.RuntimeInstance
 
ResourceManager - interface org.apache.velocity.runtime.resource.ResourceManager.
Class to manage the text resource for the Velocity Runtime.
ResourceManagerImpl - class org.apache.velocity.runtime.resource.ResourceManagerImpl.
Class to manage the text resource for the Velocity Runtime.
ResourceManagerImpl() - Constructor for class org.apache.velocity.runtime.resource.ResourceManagerImpl
 
ResourceNotFoundException - exception 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 variable in class org.apache.velocity.servlet.VelocityServlet
The context key for the HTTP response object.
result - Variable in class org.apache.velocity.test.IntrospectorTestCase
 
RESULT_DIR - Static variable in interface org.apache.velocity.test.TemplateTestBase
Results relative to the build directory.
RESULT_FILE_EXT - Static variable in class org.apache.velocity.test.MultiLoaderTestCase
Comparison file extension.
RESULT_FILE_EXT - Static variable in class org.apache.velocity.test.MultipleFileResourcePathTest
Comparison file extension.
RESULT_FILE_EXT - Static variable in interface org.apache.velocity.test.TemplateTestBase
Comparison file extension.
RESULT_FILE_EXT - Static variable in class org.apache.velocity.test.ClasspathResourceTest
Comparison file extension.
result1 - Variable in class org.apache.velocity.test.VelocityAppTestCase
 
result1 - Variable in class org.apache.velocity.test.VelocimacroTestCase
 
RESULTS_DIR - Static variable in class org.apache.velocity.test.ConfigurationTestCase
Deprecated. Results directory.
RESULTS_DIR - Static variable in class org.apache.velocity.test.MultiLoaderTestCase
Results relative to the build directory.
RESULTS_DIR - Static variable in class org.apache.velocity.test.MultipleFileResourcePathTest
Results relative to the build directory.
RESULTS_DIR - Static variable in class org.apache.velocity.test.AnakiaTestCase
 
RESULTS_DIR - Static variable in class org.apache.velocity.test.TexenClasspathTestCase
Directory where results are generated.
RESULTS_DIR - Static variable in class org.apache.velocity.test.CommonsExtPropTestCase
Results directory.
RESULTS_DIR - Static variable in class org.apache.velocity.test.TexenTestCase
Directory where results are generated.
RESULTS_DIR - Static variable in class org.apache.velocity.test.ClasspathResourceTest
Results relative to the build directory.
retainAll(Collection) - Method in class org.apache.velocity.anakia.NodeList
 
ri - Variable in class org.apache.velocity.app.VelocityEngine
 
ri - Static variable in class org.apache.velocity.runtime.RuntimeSingleton
 
rieh - Variable in class org.apache.velocity.app.event.EventCartridge
 
right - Variable in class org.apache.velocity.runtime.parser.node.ASTSetDirective
 
rlog - Variable in class org.apache.velocity.runtime.parser.node.AbstractExecutor
 
rlog - Variable in class org.apache.velocity.util.introspection.Introspector
our engine runtime services
rlog - Variable in class org.apache.velocity.util.introspection.UberspectImpl
Our runtime logger.
rootNode() - Method in class org.apache.velocity.runtime.parser.JJTParserState
 
rootString - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
 
rparen - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
RPAREN - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
RPARENHandler() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
handles the dropdown logic when encountering a RPAREN
rsvc - Variable in class org.apache.velocity.runtime.VelocimacroFactory
runtime services for this instance
rsvc - Variable in class org.apache.velocity.runtime.VelocimacroManager
 
rsvc - Variable in class org.apache.velocity.runtime.directive.Directive
 
rsvc - Variable in class org.apache.velocity.runtime.directive.VMProxyArg
 
rsvc - Variable in class org.apache.velocity.runtime.log.Log4JLogSystem
Deprecated.  
rsvc - Variable in class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
 
rsvc - Variable in class org.apache.velocity.runtime.log.PrimordialLogSystem
 
rsvc - Variable in class org.apache.velocity.runtime.log.AvalonLogSystem
 
rsvc - Variable in class org.apache.velocity.runtime.parser.Parser
 
rsvc - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
 
rsvc - Variable in class org.apache.velocity.runtime.resource.Resource
 
rsvc - Variable in class org.apache.velocity.runtime.resource.ResourceCacheImpl
Runtime services, generally initialized by the initialize() method.
rsvc - Variable in class org.apache.velocity.runtime.resource.ResourceManagerImpl
 
rsvc - Variable in class org.apache.velocity.runtime.resource.loader.ResourceLoader
 
rsvc - Variable in class org.apache.velocity.runtime.resource.loader.JarHolder
 
RUNT - Static variable in class org.apache.velocity.runtime.parser.node.ASTReference
 
runTest() - Method in class org.apache.velocity.test.ConfigurationTestCase
Deprecated. Runs the test.
runTest() - Method in class org.apache.velocity.test.IntrospectorTestCase2
 
runTest() - Method in class org.apache.velocity.test.VelocityAppTestCase
Runs the test.
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.EventHandlingTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.TemplateTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.MultiLoaderTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.MiscTestCase
 
runTest() - Method in class org.apache.velocity.test.ExternalLoggerTest
Runs the test.
runTest() - Method in class org.apache.velocity.test.ContextSafetyTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.InlineScopeVMTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.VelocimacroTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.MultipleFileResourcePathTest
Runs the test.
runTest() - Method in class org.apache.velocity.test.AnakiaTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.TexenClasspathTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.EncodingTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.CommonsExtPropTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.IntrospectorTestCase
 
runTest() - Method in class org.apache.velocity.test.VelocityServletTest
Runs the test.
runTest() - Method in class org.apache.velocity.test.TexenTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.ClasspathResourceTest
Runs the test.
runTest() - Method in class org.apache.velocity.test.ClassloaderChangeTest
Runs the test.
Runtime - class org.apache.velocity.runtime.Runtime.
Deprecated. Use RuntimeInstance or RuntimeSingleton instead.
RUNTIME_LOG - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Location of the velocity log file.
RUNTIME_LOG_ERROR_STACKTRACE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Stack trace output for error messages.
RUNTIME_LOG_INFO_STACKTRACE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Stack trace output for info messages.
RUNTIME_LOG_LOGSYSTEM - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
externally provided logger
RUNTIME_LOG_LOGSYSTEM_CLASS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
class of log system to use
RUNTIME_LOG_REFERENCE_LOG_INVALID - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Logging of invalid references.
RUNTIME_LOG_WARN_STACKTRACE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Stack trace output for warning messages.
Runtime() - Constructor for class org.apache.velocity.runtime.Runtime
Deprecated.  
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 - Variable 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.
RuntimeSingleton() - Constructor for class org.apache.velocity.runtime.RuntimeSingleton
 

S

save(OutputStream, String) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Save the properties to the given outputstream.
sawCacheDump - Variable 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_DIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
set(int, Object) - Method in class org.apache.velocity.anakia.NodeList
 
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.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.
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.runtime.RuntimeInstance
 
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(Configuration) - Method in class org.apache.velocity.app.VelocityEngine
Deprecated. Use VelocityEngine.setExtendedProperties( ExtendedProperties )
setConfiguration(Configuration) - Static method in class org.apache.velocity.app.Velocity
Deprecated. Use Velocity.setExtendedProperties( ExtendedProperties )
setConfiguration(ExtendedProperties) - Method in class org.apache.velocity.runtime.RuntimeInstance
Allow an external system to set an ExtendedProperties object to use.
setConfiguration(ExtendedProperties) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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.
setConfiguration(ExtendedProperties) - Method in interface org.apache.velocity.runtime.RuntimeServices
Allow an external system to set an ExtendedProperties object to use.
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 VelocityServlet.defaultContentType if not overriden.
setContentType(String) - Method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
Records the character encoding.
setContext(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.
setCurrentResource(Resource) - Method in class org.apache.velocity.context.InternalContextBase
 
setCurrentResource(Resource) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
setCurrentResource(Resource) - Method in class org.apache.velocity.context.VMContext
 
setCurrentResource(Resource) - Method in interface org.apache.velocity.context.InternalHousekeepingContext
 
setData(Object) - Method in class org.apache.velocity.runtime.resource.Resource
Set arbitrary data object that might be used by the resource.
setDateHeader(String, long) - Method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
 
setDebugStream(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) - Method in class org.apache.velocity.app.VelocityEngine
Set an entire configuration at once.
setExtendedProperties(ExtendedProperties) - Static method in class org.apache.velocity.app.Velocity
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(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
 
setHeader(String, String) - Method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
 
setInclude(String) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Sets the property value for including other properties files.
setInfo(int) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
setInfo(int) - Method in interface org.apache.velocity.runtime.parser.node.Node
 
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.
setIntHeader(String, int) - Method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
 
setInvalid() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
setInvalid() - Method in interface org.apache.velocity.runtime.parser.node.Node
 
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.
setLocale(Locale) - Method in class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
 
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.directive.VelocimacroProxy
sets the directive name of this VM
setName(String) - Method in class org.apache.velocity.runtime.resource.Resource
Set the name of this resource, for example test.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(SimpleNode) - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
 
setObject(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.app.VelocityEngine
Set a Velocity Runtime property.
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.runtime.RuntimeInstance
Allows an external system to set a property in the Velocity Runtime.
setProperty(String, Object) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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) - Method in interface org.apache.velocity.runtime.RuntimeServices
Allows an external system to set a property in the Velocity Runtime.
setProperty(String, Object) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Set a property, this will replace any previously set values.
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
setResourceLoader(ResourceLoader) - Method in class org.apache.velocity.runtime.resource.Resource
Set the template loader for this template.
setRuntimeLogger(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(RuntimeLogger) - Method in interface org.apache.velocity.util.introspection.UberspectLoggable
Sets the logger.
setRuntimeServices(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.runtime.directive.VMProxyArg
does the housekeeping upon creationg.
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(InternalContextAdapter) - Method in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
 
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(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(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 interface 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.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.test.misc.Test
 
showIterator(FileWriter, Iterator) - Method in class org.apache.velocity.test.ConfigurationTestCase
Deprecated.  
showIterator(FileWriter, Iterator) - Method in class org.apache.velocity.test.CommonsExtPropTestCase
 
showNode(Node, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display the type of nodes and optionally the first token.
showPerson(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 - Variable in class org.apache.velocity.runtime.visitor.NodeViewMode
 
showVector(FileWriter, Vector) - Method in class org.apache.velocity.test.ConfigurationTestCase
Deprecated.  
showVector(FileWriter, Vector) - Method in class org.apache.velocity.test.CommonsExtPropTestCase
 
shutdown() - Method in class org.apache.velocity.runtime.log.Log4JLogSystem
Deprecated. Close all destinations
shutdown() - Method in class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
Close all destinations
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.
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(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 variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
singleLevelRef - Variable 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 - Variable in class org.apache.velocity.util.ArrayIterator
 
size() - Method in class org.apache.velocity.anakia.NodeList
 
SkipLexicalActions(Token) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
 
sourceInitializerList - Variable 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 - Variable 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 - Variable in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
 
sp - Variable in class org.apache.velocity.runtime.parser.JJTParserState
 
specialConstructor - Variable 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(Token) - Static method in class org.apache.velocity.runtime.parser.node.NodeUtils
Collect all the s that are carried along with a token.
specialToken - Variable 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 - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
 
state - Variable in class org.apache.velocity.test.provider.TestProvider
 
stateint - Variable 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 - Variable 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 variable in class org.apache.velocity.runtime.parser.TokenMgrError
An attempt wass made to create a second instance of a static token manager.
staticFlag - Static variable in class org.apache.velocity.runtime.parser.VelocityCharStream
 
staticObject - Variable 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 variable in interface 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 variable in interface 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.
StringUtils() - Constructor for class org.apache.velocity.util.StringUtils
 
style - Variable in class org.apache.velocity.anakia.AnakiaTask
the style= attribute
styleFile - Variable in class org.apache.velocity.anakia.AnakiaTask
the File to the style file
styleSheetLastModified - Variable 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
Deprecated. Create a Configurations object that is a subset of this one.
suite() - Static method in class org.apache.velocity.test.ConfigurationTestCase
Deprecated.  
suite() - Static method in class org.apache.velocity.test.IntrospectorTestCase2
Get the containing TestSuite.
suite() - Static method in class org.apache.velocity.test.VelocityAppTestCase
 
suite() - Static method in class org.apache.velocity.test.ParserTestCase
 
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.EventHandlingTestCase
 
suite() - Static method in class org.apache.velocity.test.TemplateTestCase
 
suite() - Static method in class org.apache.velocity.test.MultiLoaderTestCase
 
suite() - Static method in class org.apache.velocity.test.MiscTestCase
 
suite() - Static method in class org.apache.velocity.test.ExternalLoggerTest
 
suite() - Static method in class org.apache.velocity.test.ContextSafetyTestCase
 
suite() - Static method in class org.apache.velocity.test.InlineScopeVMTestCase
 
suite() - Static method in class org.apache.velocity.test.VelocimacroTestCase
 
suite() - Static method in class org.apache.velocity.test.MultipleFileResourcePathTest
 
suite() - Static method in class org.apache.velocity.test.AnakiaTestCase
 
suite() - Static method in class org.apache.velocity.test.TexenClasspathTestCase
 
suite() - Static method in class org.apache.velocity.test.EncodingTestCase
 
suite() - Static method in class org.apache.velocity.test.CommonsExtPropTestCase
 
suite() - Static method in class org.apache.velocity.test.IntrospectorTestCase
Get the containing TestSuite.
suite() - Static method in class org.apache.velocity.test.VelocityServletTest
 
suite() - Static method in class org.apache.velocity.test.TexenTestCase
 
suite() - Static method in class org.apache.velocity.test.ClasspathResourceTest
 
suite() - Static method in class org.apache.velocity.test.ClassloaderChangeTest
 
SwitchTo(int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
 

T

tableName - Variable in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
 
template - Variable in class org.apache.velocity.runtime.VelocimacroFactory.Twonk
 
Template - class org.apache.velocity.Template.
This class is used for controlling all template operations.
TEMPLATE_PATH - Static variable in class org.apache.velocity.texen.Generator
Where the velocity templates live.
Template() - Constructor for class org.apache.velocity.Template
Default constructor
template1 - Variable in class org.apache.velocity.test.VelocimacroTestCase
 
templateColumn - Variable in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
 
templateExists(String) - Method in class org.apache.velocity.app.VelocityEngine
Determines if a template is accessable via the currently configured resource loaders.
templateExists(String) - Static method in class org.apache.velocity.app.Velocity
Deprecated. Use resourceExists(String) instead.
templateLocal - Variable in class org.apache.velocity.runtime.VelocimacroFactory
sets if template-local namespace in used
templateName - Variable in class org.apache.velocity.util.introspection.Info
 
templateNameStack - Variable 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 - Variable in class org.apache.velocity.anakia.AnakiaTask
the template path
templatePath - Variable in class org.apache.velocity.texen.ant.TexenTask
This is where Velocity will look for templates using the file template loader.
templatePaths - Variable 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_CASE_NAME - Static variable in class org.apache.velocity.test.InlineScopeVMTestCase
The name of this test case.
TEST_CASE_PROPERTIES - Static variable in interface org.apache.velocity.test.TemplateTestBase
Properties file that lists which template tests to run.
TEST_CONFIG - Static variable in class org.apache.velocity.test.ConfigurationTestCase
Deprecated. Test configuration
TEST_CONFIG - Static variable in class org.apache.velocity.test.CommonsExtPropTestCase
Test configuration
Test(String, String) - Constructor for class org.apache.velocity.test.misc.Test
 
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
Deprecated. Test whether the string represent by value maps to a boolean value or not.
testclass - Static variable 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 - Variable in class org.apache.velocity.test.TemplateTestSuite
 
TestProvider - class org.apache.velocity.test.provider.TestProvider.
This class is used by the testbed.
TestProvider() - Constructor for class org.apache.velocity.test.provider.TestProvider
 
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
TexenTask() - Constructor for class org.apache.velocity.texen.ant.TexenTask
 
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 variable in interface 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 - Variable in class org.apache.velocity.runtime.resource.loader.JarHolder
 
thingy - Variable 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 - Variable in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
 
title - Variable in class org.apache.velocity.test.provider.TestProvider
 
TMPL_FILE_EXT - Static variable in class org.apache.velocity.test.MultiLoaderTestCase
VTL file extension.
TMPL_FILE_EXT - Static variable in class org.apache.velocity.test.MultipleFileResourcePathTest
VTL file extension.
TMPL_FILE_EXT - Static variable in interface org.apache.velocity.test.TemplateTestBase
VTL file extension.
TMPL_FILE_EXT - Static variable in class org.apache.velocity.test.ClasspathResourceTest
VTL file extension.
toArray() - Method in class org.apache.velocity.anakia.NodeList
 
toArray(Object[]) - Method in class org.apache.velocity.anakia.NodeList
 
token - Variable in class org.apache.velocity.runtime.parser.Parser
 
Token - class org.apache.velocity.runtime.parser.Token.
Describes the input token stream.
token_source - Variable in class org.apache.velocity.runtime.parser.Parser
 
Token() - Constructor for class org.apache.velocity.runtime.parser.Token
 
tokenBegin - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
 
tokenImage - Variable 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 variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
TokenLexicalActions(Token) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
 
tokenLiteral(Token) - Static method in class org.apache.velocity.runtime.parser.node.NodeUtils
complete node literal
TokenMgrError - error 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.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() - Method in class org.apache.velocity.runtime.parser.Token
Returns the image.
toString() - Method in class org.apache.velocity.test.provider.TestProvider
 
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 variable in interface 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
 
type - Variable in class org.apache.velocity.runtime.directive.VMProxyArg
type of arg I will have
type - Variable in class org.apache.velocity.test.IntrospectorTestCase
 

U

uberInfo - Variable in class org.apache.velocity.runtime.directive.Foreach
immutable, so create in init
uberInfo - Variable in class org.apache.velocity.runtime.parser.node.ASTIdentifier
This is really immutable after the init, so keep one for this node
uberInfo - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
 
uberSpect - Variable in class org.apache.velocity.runtime.RuntimeInstance
 
Uberspect - interface org.apache.velocity.util.introspection.Uberspect.
'Federated' introspection/reflection interface to allow the introspection behavior in Velocity to be customized.
UBERSPECT_CLASSNAME - Static variable in interface 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
UberspectImpl.VelGetterImpl - class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl.
 
UberspectImpl.VelGetterImpl(UberspectImpl) - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
 
UberspectImpl.VelGetterImpl(UberspectImpl, AbstractExecutor) - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
 
UberspectImpl.VelMethodImpl - class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl.
Implementation of VelMethod
UberspectImpl.VelMethodImpl(UberspectImpl) - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
 
UberspectImpl.VelMethodImpl(UberspectImpl, Method) - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
 
UberspectImpl.VelSetterImpl - class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl.
 
UberspectImpl.VelSetterImpl(UberspectImpl) - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
 
UberspectImpl.VelSetterImpl(UberspectImpl, VelMethod) - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
 
UberspectImpl.VelSetterImpl(UberspectImpl, VelMethod, String) - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
 
UberspectImpl() - Constructor for class org.apache.velocity.util.introspection.UberspectImpl
 
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 variable 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 variable in interface org.apache.velocity.runtime.RuntimeConstants
 
untouchable() - Method in class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
 
upcast - Variable in class org.apache.velocity.util.introspection.ClassMap.MethodInfo
 
UpdateLineColumn(char) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
urlpath - Variable 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 - Variable in class org.apache.velocity.texen.ant.TexenTask
Property which controls whether the classpath will be used when trying to locate templates.
usercontext - Variable 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 - Variable in class org.apache.velocity.runtime.parser.node.ASTEscape
 
value - Static variable in class org.apache.velocity.runtime.parser.node.ASTTrue
 
value - Static variable in class org.apache.velocity.runtime.parser.node.ASTFalse
 
value - Variable in class org.apache.velocity.runtime.parser.node.ASTNumberLiteral
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTGTNode
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTAndNode
Returns the value of the expression.
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTLENode
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTDivNode
computes the result of the division.
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTLTNode
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTMulNode
computes the product of the two args.
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTTrue
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTExpression
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTSubtractNode
computes the value of the subtraction.
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTReference
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTFalse
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTNumberLiteral
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTEQNode
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTAddNode
computes the sum of the two nodes.
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTObjectArray
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTOrNode
Returns the value of the expression.
value(InternalContextAdapter) - Method in interface org.apache.velocity.runtime.parser.node.Node
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTIntegerRange
does the real work.
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTNotNode
 
value(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(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTModNode
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTGENode
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTNENode
 
ve - Variable in class org.apache.velocity.anakia.AnakiaTask
the VelocityEngine instance to use
ve - Variable in class org.apache.velocity.test.ExternalLoggerTest
 
ve - Variable in class org.apache.velocity.test.ClassloaderChangeTest
 
ve - Variable in class org.apache.velocity.texen.Generator
Velocity engine.
vec - Variable in class org.apache.velocity.test.TemplateTestCase
 
velcharstream - Variable in class org.apache.velocity.runtime.parser.Parser
 
VelMethod - interface org.apache.velocity.util.introspection.VelMethod.
Method used for regular method invocation $foo.bar()
VelocimacroFactory - class org.apache.velocity.runtime.VelocimacroFactory.
VelocimacroFactory.java manages the set of VMs in a running Velocity engine.
VelocimacroFactory.Twonk - class org.apache.velocity.runtime.VelocimacroFactory.Twonk.
small continer class to hold the duple of a template and modification time.
VelocimacroFactory.Twonk(VelocimacroFactory) - Constructor for class org.apache.velocity.runtime.VelocimacroFactory.Twonk
 
VelocimacroFactory(RuntimeServices) - Constructor for class org.apache.velocity.runtime.VelocimacroFactory
CTOR : requires a runtime services from now on
VelocimacroManager - class org.apache.velocity.runtime.VelocimacroManager.
Manages VMs in namespaces.
VelocimacroManager.MacroEntry - class org.apache.velocity.runtime.VelocimacroManager.MacroEntry.
wrapper class for holding VM information
VelocimacroManager.MacroEntry(VelocimacroManager, VelocimacroManager, String, String, String[], String) - Constructor for class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
 
VelocimacroManager(RuntimeServices) - Constructor for class org.apache.velocity.runtime.VelocimacroManager
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
VelocimacroProxy() - Constructor for class org.apache.velocity.runtime.directive.VelocimacroProxy
 
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.
Velocity() - Constructor for class org.apache.velocity.app.Velocity
 
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
 
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(InputStream, int, int) - Constructor for class org.apache.velocity.runtime.parser.VelocityCharStream
 
VelocityCharStream(InputStream, int, int, int) - Constructor for class org.apache.velocity.runtime.parser.VelocityCharStream
 
VelocityCharStream(Reader, int, int) - Constructor for class org.apache.velocity.runtime.parser.VelocityCharStream
 
VelocityCharStream(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(Context) - Constructor for class org.apache.velocity.VelocityContext
Chaining constructor, used when you want to wrap a context in another.
VelocityContext(Map) - Constructor for class org.apache.velocity.VelocityContext
Creates a new instance with the provided storage (and no inner context).
VelocityContext(Map, Context) - Constructor for class org.apache.velocity.VelocityContext
Initializes internal storage (never to null), and inner context.
VelocityEngine - class org.apache.velocity.app.VelocityEngine.
This class provides a separate new-able instance of the Velocity template engine.
VelocityEngine() - Constructor for class org.apache.velocity.app.VelocityEngine
 
VelocityException - exception 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.VelocityAlternator - class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator.
Class that returns alternating values in a template.
VelocityFormatter.VelocityAlternator(VelocityFormatter, String[]) - Constructor for class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
Constructor takes an array of Strings.
VelocityFormatter.VelocityAutoAlternator - class org.apache.velocity.app.tools.VelocityFormatter.VelocityAutoAlternator.
As VelocityAlternator, but calls alternate() automatically on rendering in a template.
VelocityFormatter.VelocityAutoAlternator(VelocityFormatter, String[]) - Constructor for class org.apache.velocity.app.tools.VelocityFormatter.VelocityAutoAlternator
Constructor takes an array of Strings.
VelocityFormatter(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 - Variable 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.
VelocityServlet() - Constructor for class org.apache.velocity.servlet.VelocityServlet
 
VelocityServletTest - class org.apache.velocity.test.VelocityServletTest.
Tests our VelocityServlet implementation.
VelocityServletTest.MockHttpServletResponse - class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse.
 
VelocityServletTest.MockHttpServletResponse() - Constructor for class org.apache.velocity.test.VelocityServletTest.MockHttpServletResponse
 
VelocityServletTest.MockServletConfig - class org.apache.velocity.test.VelocityServletTest.MockServletConfig.
 
VelocityServletTest.MockServletConfig() - Constructor for class org.apache.velocity.test.VelocityServletTest.MockServletConfig
 
VelocityServletTest.MockServletContext - class org.apache.velocity.test.VelocityServletTest.MockServletContext.
 
VelocityServletTest.MockServletContext() - Constructor for class org.apache.velocity.test.VelocityServletTest.MockServletContext
 
VelocityServletTest.MockVelocityServlet - class org.apache.velocity.test.VelocityServletTest.MockVelocityServlet.
 
VelocityServletTest.MockVelocityServlet(VelocityServletTest) - Constructor for class org.apache.velocity.test.VelocityServletTest.MockVelocityServlet
 
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.
visibleSetContentType(HttpServletRequest, HttpServletResponse) - Method in class org.apache.velocity.test.VelocityServletTest.MockVelocityServlet
 
visit(ASTAddNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTAddNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTAddNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTAddNode ( + )
visit(ASTAndNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTAndNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTAndNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTAndNode ( && )
visit(ASTAssignment, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTAssignment, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTAssignment, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTAssignment node ( = )
visit(ASTBlock, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTBlock, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTBlock, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTBlock node
visit(ASTComment, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTComment, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTDirective, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTDirective, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTDirective, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTDivNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTDivNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTDivNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTDivNode ( / )
visit(ASTElseIfStatement, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTElseIfStatement, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTElseIfStatement, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTElseIfStatement node
visit(ASTElseStatement, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTElseStatement, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTElseStatement, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTElseStatement node
visit(ASTEQNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTEQNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTEQNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTEQNode ( == )
visit(ASTExpression, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTExpression, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTExpression, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTExpression node
visit(ASTFalse, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTFalse, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTFalse, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTFalse node
visit(ASTGENode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTGENode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTGENode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTGENode ( >= )
visit(ASTGTNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTGTNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTGTNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTGTNode ( > )
visit(ASTIdentifier, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTIdentifier, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTIdentifier, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTIdentifier node
visit(ASTIfStatement, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTIfStatement, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTIfStatement, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTIfStatement node
visit(ASTLENode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTLENode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTLENode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTLENode ( <= )
visit(ASTLTNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTLTNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTLTNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTLTNode ( < )
visit(ASTMethod, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTMethod, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTMethod, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTMethod node
visit(ASTModNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTModNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTModNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTModNode ( % )
visit(ASTMulNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTMulNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTMulNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTMulNode ( * )
visit(ASTNENode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTNENode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTNENode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTNENode ( != )
visit(ASTNotNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTNotNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTNotNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTNotNode ( ! )
visit(ASTNumberLiteral, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTNumberLiteral, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTNumberLiteral, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTNumberLiteral node
visit(ASTObjectArray, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTObjectArray, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTObjectArray, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTOrNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTOrNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTOrNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTOrNode ( || )
visit(ASTprocess, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTprocess, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTprocess, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTprocess node
visit(ASTReference, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTReference, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTReference, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTReference node
visit(ASTReference, Object) - Method in class org.apache.velocity.runtime.visitor.VMReferenceMungeVisitor
Visitor method - if the literal is right, will set the literal in the ASTReference node
visit(ASTSetDirective, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTSetDirective, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTSetDirective, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTStringLiteral, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTStringLiteral, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTStringLiteral, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTStringLiteral node
visit(ASTSubtractNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTSubtractNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTSubtractNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTSubtractNode ( - )
visit(ASTText, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTText, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTText, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTText node
visit(ASTTrue, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTTrue, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTTrue, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTTrue node
visit(ASTWord, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTWord, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTWord, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(SimpleNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(SimpleNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(SimpleNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display a SimpleNode
visitor - Variable 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 - Variable in class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
 
VM_CONTEXT_LOCALSCOPE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
switch for local context in VM : default false
VM_EXT - Static variable in class org.apache.velocity.convert.WebMacro
 
VM_LIBRARY - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Name of local Velocimacro library template.
VM_LIBRARY_AUTORELOAD - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
switch for autoloading library-sourced VMs (for development)
VM_MESSAGES_ON - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Switch for VM blather : default true.
VM_PERM_ALLOW_INLINE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
boolean (true/false) default true : allow inline (in-template) macro definitions
VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
boolean (true/false) default false : allow inline (in-template) macro definitions to replace existing
VM_PERM_INLINE_LOCAL - Static variable in interface 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.
VMContext(InternalContextAdapter, RuntimeServices) - Constructor for class org.apache.velocity.context.VMContext
CTOR, wraps an ICA
vmFactory - Variable in class org.apache.velocity.runtime.RuntimeInstance
VelocimacroFactory object to manage VMs
vmManager - Variable 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.
VMProxyArg(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...
VMProxyArg(VMProxyArg, InternalContextAdapter) - Constructor for class org.apache.velocity.runtime.directive.VMProxyArg
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
vmproxyhash - Variable 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_ID - Static variable in interface org.apache.velocity.runtime.log.LogSystem
Prefix for warning messages.
WARN_PREFIX - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
 
warn(Object) - Method in class org.apache.velocity.app.VelocityEngine
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.runtime.RuntimeInstance
Log a warning message.
warn(Object) - Method in interface org.apache.velocity.runtime.RuntimeLogger
Log a warning message.
warn(Object) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. Log a warning message.
warn(Object) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Log a warning message.
WebMacro - class org.apache.velocity.convert.WebMacro.
This class will convert a WebMacro template to a Velocity template.
WebMacro() - Constructor for class org.apache.velocity.convert.WebMacro
 
WHITESPACE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
WM_EXT - Static variable in class org.apache.velocity.convert.WebMacro
 
WORD - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
Word() - Method in class org.apache.velocity.runtime.parser.Parser
 
wrapped - Variable in class org.apache.velocity.exception.MethodInvocationException
 
wrappedContext - Variable in class org.apache.velocity.context.VMContext
context that we are wrapping
write(char[]) - Method in class org.apache.velocity.io.VelocityWriter
Write an array of characters.
write(char[], 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 - Variable in class org.apache.velocity.io.VelocityWriter
 
writer - Variable in class org.apache.velocity.runtime.visitor.BaseVisitor
Writer used as the output sink
writerPool - Static variable in class org.apache.velocity.servlet.VelocityServlet
Cache of writers
writers - Variable in class org.apache.velocity.texen.Generator
Keep track of the file writers used for outputting to files.
writerStack - Static variable 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 variable 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 variable in class org.apache.velocity.runtime.parser.node.ASTComment
 

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

Copyright © 2002 Apache Software Foundation. All Rights Reserved.