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

A

AbstractContext - Class in org.apache.velocity.context
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 in org.apache.velocity.runtime.parser.node
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(Object) - Method in class org.apache.velocity.anakia.NodeList
 
add(int, Object) - Method in class org.apache.velocity.anakia.NodeList
 
add(Number, Number) - Static method in class org.apache.velocity.runtime.parser.node.MathUtils
Add two numbers and return the correct value / type.
add(Method) - Method in class org.apache.velocity.util.introspection.MethodMap
Add a method to a list of methods by name.
add_escapes(String) - Method in exception org.apache.velocity.runtime.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAll(Collection) - Method in class org.apache.velocity.anakia.NodeList
 
addAll(int, Collection) - Method in class org.apache.velocity.anakia.NodeList
 
addEscapes(String) - Static method in error 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 exception org.apache.velocity.runtime.directive.ParseDirectiveException
Add a file to the filename stack
AdditiveExpression() - Method in class org.apache.velocity.runtime.parser.Parser
 
addObject(String) - Method in class org.apache.velocity.app.FieldMethodizer
Add the Name of the class to methodize
addObject(Object) - Method in class org.apache.velocity.app.FieldMethodizer
Add an Object to methodize
addProperty(String, Object) - Static method in class org.apache.velocity.app.Velocity
Add a Velocity Runtime property.
addProperty(String, Object) - Method in class org.apache.velocity.app.VelocityEngine
Add a Velocity Runtime property.
addProperty(String, Object) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. 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) - Method in class org.apache.velocity.runtime.RuntimeInstance
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) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Add a property to the configuration.
addVelocimacro(String, String, String[], String, int, int) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. Adds a new Velocimacro.
addVelocimacro(String, String, String[], String, int, int) - Method in class org.apache.velocity.runtime.RuntimeInstance
Adds a new Velocimacro.
addVelocimacro(String, String, String[], String, int, int) - Method in interface org.apache.velocity.runtime.RuntimeServices
Adds a new Velocimacro.
addVelocimacro(String, String, String[], String, int, int) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Adds a new Velocimacro.
addVelocimacro(String, String, String[], String, int, int) - Method in class org.apache.velocity.runtime.VelocimacroFactory
adds a macro to the factory.
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.
allElements(Element) - Method in class org.apache.velocity.anakia.TreeWalker
Creates a new Vector and walks the Element tree.
allEmpty(Object[]) - Method in class org.apache.velocity.test.provider.TestProvider
 
allEmpty(List) - Method in class org.apache.velocity.util.StringUtils
Check to see if all the string objects passed in are empty.
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 in org.apache.velocity.anakia
A JDOM Element that is tailored for Anakia needs.
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) - Constructor for class org.apache.velocity.anakia.AnakiaElement
This will create an AnakiaElement in no Namespace.
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 in org.apache.velocity.anakia
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 in org.apache.velocity.anakia
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.
AnakiaTask.Context - Class in org.apache.velocity.anakia
A context implementation that loads all values from an XML file.
AnakiaTask.Context() - Constructor for class org.apache.velocity.anakia.AnakiaTask.Context
Public constructor.
AnakiaTestCase - Class in org.apache.velocity.test
This is a test case for Anakia.
AnakiaTestCase() - Constructor for class org.apache.velocity.test.AnakiaTestCase
Creates a new instance.
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
ArithmeticTestCase - Class in org.apache.velocity.test
Test arithmetic operations.
ArithmeticTestCase(String) - Constructor for class org.apache.velocity.test.ArithmeticTestCase
 
ArrayIterator - Class in org.apache.velocity.util
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.
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 in org.apache.velocity.runtime.parser.node
 
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 in org.apache.velocity.runtime.parser.node
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 in org.apache.velocity.runtime.parser.node
 
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 in org.apache.velocity.runtime.parser.node
 
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 in org.apache.velocity.runtime.parser.node
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 in org.apache.velocity.runtime.parser.node
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 in org.apache.velocity.runtime.parser.node
Handles number 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 in org.apache.velocity.runtime.parser.node
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 in org.apache.velocity.runtime.parser.node
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 in org.apache.velocity.runtime.parser.node
Handles arg1 == arg2 This operator requires that the LHS and RHS are both of the same Class OR both are subclasses of java.lang.Number
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 in org.apache.velocity.runtime.parser.node
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 in org.apache.velocity.runtime.parser.node
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 in org.apache.velocity.runtime.parser.node
 
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 in org.apache.velocity.runtime.parser.node
 
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
 
ASTFloatingPointLiteral - Class in org.apache.velocity.runtime.parser.node
Handles floating point numbers.
ASTFloatingPointLiteral(int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral
 
ASTFloatingPointLiteral(Parser, int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral
 
ASTGENode - Class in org.apache.velocity.runtime.parser.node
Handles arg1 >= arg2

Only subclasses of Number can be compared.
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 in org.apache.velocity.runtime.parser.node
Handles arg1 > arg2

Only subclasses of Number can be compared.
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 in org.apache.velocity.runtime.parser.node
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 in org.apache.velocity.runtime.parser.node
 
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 in org.apache.velocity.runtime.parser.node
 
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
 
ASTIntegerLiteral - Class in org.apache.velocity.runtime.parser.node
Handles integer numbers.
ASTIntegerLiteral(int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTIntegerLiteral
 
ASTIntegerLiteral(Parser, int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTIntegerLiteral
 
ASTIntegerRange - Class in org.apache.velocity.runtime.parser.node
 
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 in org.apache.velocity.runtime.parser.node
Handles arg1 <= arg2

Only subclasses of Number can be compared.
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 in org.apache.velocity.runtime.parser.node
Handles arg1 < arg2

Only subclasses of Number can be compared.
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
 
ASTMap - Class in org.apache.velocity.runtime.parser.node
AST Node for creating a map / dictionary.
ASTMap(int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTMap
 
ASTMap(Parser, int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTMap
 
ASTMethod - Class in org.apache.velocity.runtime.parser.node
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 in org.apache.velocity.runtime.parser.node
 
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 in org.apache.velocity.runtime.parser.node
Handles 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 in org.apache.velocity.runtime.parser.node
Handles arg1 !
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 in org.apache.velocity.runtime.parser.node
 
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
 
ASTObjectArray - Class in org.apache.velocity.runtime.parser.node
 
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 in org.apache.velocity.runtime.parser.node
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 in org.apache.velocity.runtime.parser.node
 
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 in org.apache.velocity.runtime.parser.node
 
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 in org.apache.velocity.runtime.parser.node
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 in org.apache.velocity.runtime.parser.node
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
 
ASTStop - Class in org.apache.velocity.runtime.parser.node
This class is responsible for handling the #stop directive Please look at the Parser.jjt file which is what controls the generation of this class.
ASTStop(int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTStop
 
ASTStop(Parser, int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTStop
 
ASTStringLiteral - Class in org.apache.velocity.runtime.parser.node
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 in org.apache.velocity.runtime.parser.node
Handles 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 in org.apache.velocity.runtime.parser.node
 
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 in org.apache.velocity.runtime.parser.node
 
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 in org.apache.velocity.runtime.parser.node
 
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 in org.apache.velocity.runtime.parser.node
 
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.InternalContextAdapterImpl
 
attachEventCartridge(EventCartridge) - Method in interface org.apache.velocity.context.InternalEventContext
 
attachEventCartridge(EventCartridge) - Method in class org.apache.velocity.context.VMContext
 
attachEventCartridge(EventCartridge) - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
 
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
 

B

backup(int) - Method in interface org.apache.velocity.runtime.parser.CharStream
Backs up the input stream by amount steps.
backup(int) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
bang() - Method in class org.apache.velocity.test.provider.TestProvider
 
BASE_BIGDECIMAL - Static variable in class org.apache.velocity.runtime.parser.node.MathUtils
 
BASE_BIGINTEGER - Static variable in class org.apache.velocity.runtime.parser.node.MathUtils
 
BASE_DOUBLE - Static variable in class org.apache.velocity.runtime.parser.node.MathUtils
 
BASE_FLOAT - Static variable in class org.apache.velocity.runtime.parser.node.MathUtils
 
BASE_LONG - Static variable in class org.apache.velocity.runtime.parser.node.MathUtils
The constants are used to determine in which context we have to calculate.
baseFileName - Variable in class org.apache.velocity.test.TemplateTestCase
The base file name of the template and comparison file (i.e. array for array.vm and array.cmp).
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 in org.apache.velocity.test
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 in org.apache.velocity.runtime.visitor
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 interface org.apache.velocity.runtime.parser.CharStream
Returns the next character that marks the beginning of the next token.
BeginToken() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
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 in org.apache.velocity.runtime.parser.node
Handles discovery and valuation of a boolean object property, of the form public boolean is when executed.
BooleanPropertyExecutor(Introspector, Class, String) - Constructor for class org.apache.velocity.runtime.parser.node.BooleanPropertyExecutor
 
BoolObj - Class in org.apache.velocity.test.provider
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
 
BRACKETED_WORD - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
bufferSize - Variable in class org.apache.velocity.io.VelocityWriter
 
bufpos - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
 
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.
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
capitalizeFirstLetter(String) - Static method in class org.apache.velocity.util.StringUtils
Capitalize the first letter but leave the rest as they are.
characterMethod(char) - Method in class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
 
CharStream - Interface in org.apache.velocity.runtime.parser
This interface describes a character stream that maintains line and column number positions of the characters.
Child - Class in org.apache.velocity.test.provider
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 interface org.apache.velocity.runtime.parser.node.Node
 
childrenAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
Accept the visitor.
chooseCharacterEncoding(HttpServletRequest) - Method in class org.apache.velocity.servlet.VelocityServlet
Deprecated. 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.
ClassloaderChangeTest - Class in org.apache.velocity.test
Tests if we can hand Velocity an arbitrary class for logging.
ClassloaderChangeTest() - Constructor for class org.apache.velocity.test.ClassloaderChangeTest
Default constructor.
ClassMap - Class in org.apache.velocity.util.introspection
A cache of introspection information for a specific class instance.
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 in org.apache.velocity.runtime.resource.loader
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 in org.apache.velocity.test
Load templates from the Classpath.
ClasspathResourceTest() - Constructor for class org.apache.velocity.test.ClasspathResourceTest
Default constructor.
ClassUtils - Class in org.apache.velocity.util
Simple utility functions for manipulating classes and resources from the classloader.
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.Introspector
Clears the classmap and classname caches, and logs that we did so
clearCache() - Method in class org.apache.velocity.util.introspection.IntrospectorBase
Clears the classmap and classname caches
clearProperty(String) - Static method in class org.apache.velocity.app.Velocity
Clear a Velocity Runtime property.
clearProperty(String) - Method in class org.apache.velocity.app.VelocityEngine
Clear a Velocity Runtime property.
clearProperty(String) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Clear a property in the configuration.
clearProperty(String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. Clear the values pertaining to a particular property.
clearProperty(String) - Method in class org.apache.velocity.runtime.RuntimeInstance
Clear the values pertaining to a particular property.
clearProperty(String) - Method in interface org.apache.velocity.runtime.RuntimeServices
Clear the values pertaining to a particular property.
clearProperty(String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Clear the values pertaining to a particular property.
clearStateVars() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
Clears all state variables, resets to start values, clears stateStack.
clone() - Method in class org.apache.velocity.anakia.NodeList
Returns a NodeList that contains the same nodes as this node list.
clone() - Method in class org.apache.velocity.VelocityContext
Clones this context object.
close() - Method in class org.apache.velocity.io.VelocityWriter
Close the stream.
close() - Method in class org.apache.velocity.runtime.resource.loader.JarHolder
 
CMP_FILE_EXT - Static variable in interface org.apache.velocity.test.TemplateTestBase
Comparison file extension.
collapseNewlines(String) - Static method in class org.apache.velocity.util.StringUtils
Remove/collapse multiple newline characters.
collapseSpaces(String) - Static method in class org.apache.velocity.util.StringUtils
Remove/collapse multiple spaces.
COLON - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
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 in org.apache.velocity.test
Tests for the Commons ExtendedProperties class.
CommonsExtPropTestCase() - Constructor for class org.apache.velocity.test.CommonsExtPropTestCase
Creates a new instance.
compare(Number, Number) - Static method in class org.apache.velocity.runtime.parser.node.MathUtils
Compare two numbers.
COMPARE_DIR - Static variable in interface org.apache.velocity.test.TemplateTestBase
Results relative to the build directory.
Compiler - Class in org.apache.velocity.runtime.compiler
The start of a velocity template compiler.
Compiler() - Constructor for class org.apache.velocity.runtime.compiler.Compiler
 
concat(Object[]) - Method in class org.apache.velocity.test.provider.TestProvider
 
concat(List) - Method in class org.apache.velocity.test.provider.TestProvider
 
concat(String, String) - 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.
ConditionalAndExpression() - Method in class org.apache.velocity.runtime.parser.Parser
 
ConditionalOrExpression() - Method in class org.apache.velocity.runtime.parser.Parser
 
Configuration - Class in org.apache.velocity.runtime.configuration
Deprecated. As of version 1.1, please use ExtendedProperties from the Jakarta Commons Collections component.
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 in org.apache.velocity.test
Deprecated. Will be removed when Configuration class is removed
ConfigurationTestCase() - Constructor for class org.apache.velocity.test.ConfigurationTestCase
Deprecated. Creates a new instance.
contains(Object) - Method in class org.apache.velocity.anakia.NodeList
 
containsAll(Collection) - Method in class org.apache.velocity.anakia.NodeList
 
containsKey(Object) - Method in class org.apache.velocity.context.AbstractContext
Indicates whether the specified key is in the context.
containsKey(Object) - Method in interface org.apache.velocity.context.Context
Indicates whether the specified key is in the context.
containsKey(Object) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
containsKey(Object) - Method in class org.apache.velocity.context.VMContext
not yet impl
containsKey(Object) - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
Does the context contain the key
CONTENT_TYPE - Static variable in class org.apache.velocity.servlet.VelocityServlet
Deprecated. The HTTP content type context key.
ContentResource - Class in org.apache.velocity.runtime.resource
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 - Interface in org.apache.velocity.context
Interface describing the application data context.
context - Variable in class org.apache.velocity.runtime.visitor.BaseVisitor
Context used during traversal
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.
ContextSafetyTestCase - Class in org.apache.velocity.test
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
 
controlTemplate - Variable in class org.apache.velocity.texen.ant.TexenTask
This is the control template that governs the output.
convertProperties(Properties) - Static method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Convert a standard properties class into a configuration class.
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.
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() - Method in class org.apache.velocity.anakia.AnakiaTask
Create a new context.
createContext(HttpServletRequest, HttpServletResponse) - Method in class org.apache.velocity.servlet.VelocityServlet
Deprecated. 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.
createNewParser() - Method in class org.apache.velocity.runtime.RuntimeInstance
Returns a JavaCC generated Parser.
curChar - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
current - Variable in class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
 
currentToken - Variable in exception 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
DataSourceResourceLoader - Class in org.apache.velocity.runtime.resource.loader
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
 
debugPrint - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
debugStream - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
DECIMAL_ZERO - Static variable in class org.apache.velocity.runtime.parser.node.MathUtils
A BigDecimal representing the number 0
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
Deprecated. The default content type for the response
DEFAULT_OUTPUT_ENCODING - Static variable in class org.apache.velocity.servlet.VelocityServlet
Deprecated. Encoding for the output stream
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.
DIGIT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
Directive - Class in org.apache.velocity.runtime.directive
Base class for all directives used in Velocity.
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+ )
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
 
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 in org.apache.velocity.runtime.directive
Base class for all directives used in Velocity.
disable_tracing() - Method in class org.apache.velocity.runtime.parser.Parser
 
discover(Class, String) - Method in class org.apache.velocity.runtime.parser.node.BooleanPropertyExecutor
 
discover(Class, String) - Method in class org.apache.velocity.runtime.parser.node.PropertyExecutor
 
display() - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Display the configuration for debugging purposes.
divide(Number, Number) - Static method in class org.apache.velocity.runtime.parser.node.MathUtils
Divide two numbers.
DIVIDE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
doException() - Method in class org.apache.velocity.test.MethodInvocationExceptionTest
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.velocity.servlet.VelocityServlet
Deprecated. Handles HTTP GET requests by calling VelocityServlet.doRequest(HttpServletRequest, HttpServletResponse).
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 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.
Done() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.velocity.servlet.VelocityServlet
Deprecated. Handles HTTP POST requests by calling VelocityServlet.doRequest(HttpServletRequest, HttpServletResponse).
doRequest(HttpServletRequest, HttpServletResponse) - Method in class org.apache.velocity.servlet.VelocityServlet
Deprecated. 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
 
dumpNamespace(String) - Method in class org.apache.velocity.runtime.VelocimacroManager
Removes the VMs and the namespace from the manager.
dumpVMNamespace(String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. tells the vmFactory to dump the specified namespace.
dumpVMNamespace(String) - Method in class org.apache.velocity.runtime.RuntimeInstance
tells the vmFactory to dump the specified namespace.
dumpVMNamespace(String) - Method in interface org.apache.velocity.runtime.RuntimeServices
tells the vmFactory to dump the specified namespace.
dumpVMNamespace(String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
tells the vmFactory to dump the specified namespace.
dumpVMNamespace(String) - Method in class org.apache.velocity.runtime.VelocimacroFactory
tells the vmManager to dump the specified namespace

E

element(String, Namespace) - Method in class org.apache.velocity.anakia.AnakiaJDOMFactory
 
element(String) - 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
 
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
 
encoding - Variable in class org.apache.velocity.runtime.resource.Resource
Character encoding of this resource
ENCODING_DEFAULT - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
 
EncodingTestCase - Class in org.apache.velocity.test
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.
enumerateKeys() - Method in interface org.apache.velocity.runtime.resource.ResourceCache
returns an Iterator of Keys in the cache
enumerateKeys() - Method in class org.apache.velocity.runtime.resource.ResourceCacheImpl
 
EnumerationIterator - Class in org.apache.velocity.util
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 exception org.apache.velocity.runtime.parser.ParseException
The end of line string for this machine.
EqualityExpression() - Method in class org.apache.velocity.runtime.parser.Parser
 
equals(Object) - Method in class org.apache.velocity.anakia.NodeList
Tests for equality with another object.
EQUALS - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
error(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.apache.velocity.servlet.VelocityServlet
Deprecated. Invoked when there is an error thrown in any part of doRequest() processing.
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 in org.apache.velocity.anakia
This class is for escaping CDATA sections.
Escape() - Constructor for class org.apache.velocity.anakia.Escape
Empty constructor
Escape() - Method in class org.apache.velocity.runtime.parser.Parser
Used to catch and process escape sequences in grammatical constructs as escapes outside of VTL are just characters.
ESCAPE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
ESCAPE_DIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
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.
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(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) - 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, 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, Reader) - Method in class org.apache.velocity.app.VelocityEngine
Renders the input reader using the context into the output writer.
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.ASTElseIfStatement
An ASTElseStatement is true if the expression it contains evaluates to true.
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.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.ASTExpression
 
evaluate(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTFalse
 
evaluate(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTGENode
 
evaluate(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTGTNode
 
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.ASTNENode
 
evaluate(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTNotNode
 
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 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.ASTTrue
 
evaluate(InternalContextAdapter) - Method in interface org.apache.velocity.runtime.parser.node.Node
 
evaluate(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
EventCartridge - Class in org.apache.velocity.app.event
'Package' of event handlers...
EventCartridge() - Constructor for class org.apache.velocity.app.event.EventCartridge
 
EventHandler - Interface in org.apache.velocity.app.event
Base interface for all event handlers
EventHandlingTestCase - Class in org.apache.velocity.test
Tests event handling
EventHandlingTestCase() - Constructor for class org.apache.velocity.test.EventHandlingTestCase
Default constructor.
execute() - Method in class org.apache.velocity.anakia.AnakiaTask
Main body of the application
execute(Object) - Method in class org.apache.velocity.runtime.parser.node.AbstractExecutor
Execute method against context.
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) - Method in class org.apache.velocity.runtime.parser.node.GetExecutor
Execute method against context.
execute(Object, InternalContextAdapter) - Method in interface org.apache.velocity.runtime.parser.node.Node
 
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() - Method in class org.apache.velocity.texen.ant.TexenTask
Execute the input script with Velocity
expectedTokenSequences - Variable in exception org.apache.velocity.runtime.parser.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
Expression() - Method in class org.apache.velocity.runtime.parser.Parser
 

F

False() - Method in class org.apache.velocity.runtime.parser.Parser
 
FALSE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
FieldMethodizer - Class in org.apache.velocity.app
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(String) - Constructor for class org.apache.velocity.app.FieldMethodizer
Constructor that takes as it's arg the name of the class to methodize.
FieldMethodizer(Object) - Constructor for class org.apache.velocity.app.FieldMethodizer
Constructor that takes as it's arg a living object to methodize.
file - Variable in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. The file connected to this repository (holding comments and such).
file(String) - Static method in class org.apache.velocity.texen.util.FileUtil
A method to get a File object.
file(String, String) - Static method in class org.apache.velocity.texen.util.FileUtil
A method to get a File object.
FILE_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 interface org.apache.velocity.test.TemplateTestBase
Path for templates.
fileContentsToString(String) - Static method in class org.apache.velocity.util.StringUtils
Read the contents of a file and place them in a string object.
FileResourceLoader - Class in org.apache.velocity.runtime.resource.loader
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.
FileUtil - Class in org.apache.velocity.texen.util
A general file utility for use in the context
FileUtil() - Constructor for class org.apache.velocity.texen.util.FileUtil
 
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.
find(IntrospectorTestCase2.Woogie, Object) - Static method in class org.apache.velocity.test.IntrospectorTestCase2.Tester
 
find(Object, IntrospectorTestCase2.Bar) - Static method in class org.apache.velocity.test.IntrospectorTestCase2.Tester
 
find(IntrospectorTestCase2.Bar, IntrospectorTestCase2.Bar) - Static method in class org.apache.velocity.test.IntrospectorTestCase2.Tester
 
find(Object) - Static method in class org.apache.velocity.test.IntrospectorTestCase2.Tester
 
find(IntrospectorTestCase2.Woogie) - 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, IntrospectorTestCase2.Bar) - Static method in class org.apache.velocity.test.IntrospectorTestCase2.Tester2
 
find(IntrospectorTestCase2.Bar, Object) - Static method in class org.apache.velocity.test.IntrospectorTestCase2.Tester2
 
find(Object) - Static method in class org.apache.velocity.test.IntrospectorTestCase2.Tester2
 
find(IntrospectorTestCase2.Woogie) - 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.
findMethod(String, Object[]) - Method in class org.apache.velocity.util.introspection.ClassMap
Find a Method using the methodKey provided.
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.
FLOATING_POINT_LITERAL - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
FloatingPointLiteral() - Method in class org.apache.velocity.runtime.parser.Parser
 
floatMethod(float) - Method in class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
 
flush() - Method in class org.apache.velocity.io.VelocityWriter
Flush the stream.
Foreach - Class in org.apache.velocity.runtime.directive
Foreach directive used for moving through arrays, or objects that provide an Iterator.
Foreach() - Constructor for class org.apache.velocity.runtime.directive.Foreach
 
Foreach.NullHolderContext - Class in org.apache.velocity.runtime.directive
A special context to use when the foreach iterator returns a null.
ForeachMethodCallHelper - Class in org.apache.velocity.test.provider
Provides overloaded methods for testing method execution within a foreach
ForeachMethodCallHelper() - Constructor for class org.apache.velocity.test.provider.ForeachMethodCallHelper
 
ForeachTest - Class in org.apache.velocity.test
This class tests the Foreach loop.
ForeachTest(String) - Constructor for class org.apache.velocity.test.ForeachTest
 
FORMAL_COMMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
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".

G

generateParseException() - Method in class org.apache.velocity.runtime.parser.Parser
 
Generator - Class in org.apache.velocity.texen
A text/code generator class
Generator(String) - Constructor for class org.apache.velocity.texen.Generator
Create a new generator object with properties loaded from a file.
Generator(Properties) - Constructor for class org.apache.velocity.texen.Generator
Create a new Generator object with a given property set.
get(int) - Method in class org.apache.velocity.anakia.NodeList
 
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 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.InternalContextAdapterImpl
 
get(String) - Method in class org.apache.velocity.context.VMContext
Impl of the Context.gut() method.
get(String) - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
Get an object from the context, or null if the key is equal to the loop variable
get(Object) - Method in interface org.apache.velocity.runtime.resource.ResourceCache
retrieves a Resource from the cache
get(Object) - Method in class org.apache.velocity.runtime.resource.ResourceCacheImpl
 
get(String, String) - Method in class org.apache.velocity.runtime.VelocimacroManager
gets a new living VelocimacroProxy object by the name / source template duple
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() - Method in class org.apache.velocity.util.SimplePool
Get an object from the pool, null if the pool is empty.
getAllowRendering() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
getAllowRendering() - Method in class org.apache.velocity.context.VMContext
 
getAllowRendering() - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
 
getApplicationAttribute(Object) - Method in class org.apache.velocity.runtime.RuntimeInstance
Gets the application attribute for the given key
getApplicationAttribute(Object) - Method in interface org.apache.velocity.runtime.RuntimeServices
Return the specified applcation attribute.
getApplicationAttribute(Object) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
 
getArray() - Method in class org.apache.velocity.test.provider.TestProvider
 
getAsNumber() - Method in class org.apache.velocity.test.provider.TestNumber
 
getAsNumber() - Method in interface org.apache.velocity.util.TemplateNumber
Returns a Number that can be used in a template.
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.
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
 
getBaseContext() - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
 
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).
getBeginColumn() - 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).
getBeginLine() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
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.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.
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) - Method in class org.apache.velocity.runtime.RuntimeInstance
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) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Boolean property accessor method to hide the configuration implementation.
getBufferSize() - Method in class org.apache.velocity.io.VelocityWriter
This method returns the size of the buffer used by the JspWriter.
getByte(String) - Method in class org.apache.velocity.runtime.configuration.Configuration
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.
getCallerReference() - Method in class org.apache.velocity.runtime.directive.VMProxyArg
 
getChainedContext() - Method in class org.apache.velocity.context.AbstractContext
returns innerContext if one is chained
getChild() - Method in class org.apache.velocity.test.provider.TestProvider
 
getChildren() - Method in class org.apache.velocity.anakia.AnakiaElement
This returns a NodeList of all the child elements nested directly (one level deep) within this element, as Element objects.
getChildren(String) - Method in class org.apache.velocity.anakia.AnakiaElement
This returns a NodeList of all the child elements nested directly (one level deep) within this element with the given local name and belonging to no namespace, returned as Element objects.
getChildren(String, Namespace) - Method in class org.apache.velocity.anakia.AnakiaElement
This returns a NodeList of all the child elements nested directly (one level deep) within this element with the given local name and belonging to the given Namespace, returned as Element objects.
getClassName() - Method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
Return the class name of this resource Loader
getColumn() - Method in class org.apache.velocity.runtime.directive.Directive
for log msg purposes
getColumn() - Method in interface org.apache.velocity.runtime.parser.CharStream
Deprecated.  
getColumn() - Method in interface org.apache.velocity.runtime.parser.node.Node
 
getColumn() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
getColumn() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
Deprecated.  
getColumn() - Method in class org.apache.velocity.util.introspection.Info
 
getConfiguration() - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. Return the velocity runtime configuration object.
getConfiguration() - Method in class org.apache.velocity.runtime.RuntimeInstance
Return the velocity runtime configuration object.
getConfiguration() - Method in interface org.apache.velocity.runtime.RuntimeServices
Return the velocity runtime configuration object.
getConfiguration() - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Return the velocity runtime configuration object.
getContent() - Method in class org.apache.velocity.anakia.AnakiaElement
This returns the full content of the element as a NodeList which may contain objects of type String, Element, Comment, ProcessingInstruction, CDATA, and EntityRef.
getContent(String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. 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) - Method in class org.apache.velocity.runtime.RuntimeInstance
Returns a static content resource from the resource manager.
getContent(String, String) - Method in class org.apache.velocity.runtime.RuntimeInstance
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 interface org.apache.velocity.runtime.RuntimeServices
Returns a static content resource from the resource manager.
getContent(String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Returns a static content resource from the resource manager.
getContent(String, String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Returns a static content resource from the resource manager.
getContext(Hashtable) - Method in class org.apache.velocity.texen.Generator
Create a new context and fill it with the elements of the objs Hashtable.
getContextDocument() - Method in class org.apache.velocity.anakia.AnakiaTask.Context
Retrieve the context document object.
getContextProperties() - Method in class org.apache.velocity.texen.ant.TexenTask
Get the context properties that will be fed into the initial context be the generating process starts.
getContextReference() - Method in class org.apache.velocity.runtime.directive.VMProxyArg
 
getControlTemplate() - Method in class org.apache.velocity.texen.ant.TexenTask
Get the control template for the generating process.
getCurrentResource() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
getCurrentResource() - Method in class org.apache.velocity.context.VMContext
 
getCurrentResource() - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
 
getCurrentTemplateName() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
getCurrentTemplateName() - Method in class org.apache.velocity.context.VMContext
 
getCurrentTemplateName() - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
 
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 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).
getEndColumn() - 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).
getEndLine() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
getEntries() - Method in class org.apache.velocity.runtime.resource.loader.JarHolder
 
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
 
getEventCartridge() - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
 
GetExecutor - Class in org.apache.velocity.runtime.parser.node
Executor that simply tries to execute a get(key) operation.
GetExecutor(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 interface org.apache.velocity.runtime.parser.node.Node
 
getFirstToken() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
getFloat(String) - Method in class org.apache.velocity.runtime.configuration.Configuration
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(Integer) - Method in class org.apache.velocity.test.provider.ForeachMethodCallHelper
 
getFoo(String) - Method in class org.apache.velocity.test.provider.ForeachMethodCallHelper
 
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 interface org.apache.velocity.runtime.parser.CharStream
Returns a string made up of characters from the marked token beginning to the current buffer position.
GetImage() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
getInclude() - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Gets the property value for including other properties files.
getInfo() - Method in interface org.apache.velocity.runtime.parser.node.Node
 
getInfo() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
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.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.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.
getInt(String) - 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.Runtime
Deprecated. Int property accessor method to hide the configuration implementation.
getInt(String) - Method in class org.apache.velocity.runtime.RuntimeInstance
Int property accessor method to hide the configuration implementation.
getInt(String, int) - Method in class org.apache.velocity.runtime.RuntimeInstance
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, int) - Method in interface org.apache.velocity.runtime.RuntimeServices
Int property accessor method to hide the configuration implementation.
getInt(String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Int property accessor method to hide the configuration implementation.
getInt(String, int) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Int property accessor method to hide the configuration implementation.
getInteger(String) - Method in class org.apache.velocity.runtime.configuration.Configuration
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
getInternalUserContext() - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
 
getIntrospector() - Method in class org.apache.velocity.runtime.RuntimeInstance
Return the Introspector for this instance
getIntrospector() - Method in interface org.apache.velocity.runtime.RuntimeServices
Returns the configured method introspection/reflection implemenation.
getIntrospector() - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Return the Introspector for this RuntimeInstance
getIterator(Object, Info) - Method in interface org.apache.velocity.util.introspection.Uberspect
To support iteratives - #foreach()
getIterator(Object, Info) - Method in class org.apache.velocity.util.introspection.UberspectImpl
To support iterative objects used in a #foreach() loop.
getKeys() - Method in class org.apache.velocity.context.AbstractContext
Get all the keys for the values in the context
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.InternalContextAdapterImpl
 
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.
getKeys() - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
 
getLastModified() - Method in class org.apache.velocity.anakia.AnakiaTask.Context
Retrieve the time the source file was last modified.
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.DataSourceResourceLoader
 
getLastModified(Resource) - Method in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
 
getLastModified(Resource) - Method in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
 
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() - Method in class org.apache.velocity.runtime.resource.Resource
Return the lastModifed time of this template.
getLastToken() - Method in interface org.apache.velocity.runtime.parser.node.Node
 
getLastToken() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
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 interface org.apache.velocity.runtime.parser.CharStream
Deprecated.  
getLine() - Method in interface org.apache.velocity.runtime.parser.node.Node
 
getLine() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
getLine() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
Deprecated.  
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 interface org.apache.velocity.runtime.resource.ResourceManager
Determines is a template exists, and returns name of the loader that provides it.
getLoaderNameForResource(String) - Method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Determines is a template exists, and returns name of the loader that provides it.
getLoaderNameForResource(String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. Determines is a template exists, and returns name of the loader that provides it.
getLoaderNameForResource(String) - Method in class org.apache.velocity.runtime.RuntimeInstance
Determines is a template exists, and returns name of the loader that provides it.
getLoaderNameForResource(String) - Method in interface org.apache.velocity.runtime.RuntimeServices
Determines is a template exists, and returns name of the loader that provides it.
getLoaderNameForResource(String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Determines is a template exists, and returns name of the loader that provides it.
getLocation(InternalContextAdapter) - Method in interface org.apache.velocity.runtime.parser.node.Node
Get the location of the node.
getLocation(String) - Method in interface org.apache.velocity.runtime.parser.node.Node
Get the location of the node.
getLocation(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
getLocation(String) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
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.
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 exception org.apache.velocity.runtime.directive.ParseDirectiveException
Get a message.
getMessage() - Method in exception 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 error org.apache.velocity.runtime.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMethod() - Method in class org.apache.velocity.runtime.parser.node.AbstractExecutor
 
getMethod(Class, String, Object[]) - Method in class org.apache.velocity.util.introspection.Introspector
Gets the method defined by name and params for the Class c.
getMethod(Class, String, Object[]) - Method in class org.apache.velocity.util.introspection.IntrospectorBase
Gets the method defined by name and params for the Class c.
getMethod(Object, String, Object[], Info) - Method in interface org.apache.velocity.util.introspection.Uberspect
Returns a general method, corresponding to $foo.bar( $woogie )
getMethod(Object, String, Object[], Info) - Method in class org.apache.velocity.util.introspection.UberspectImpl
Method
getMethodName() - Method in exception org.apache.velocity.exception.MethodInvocationException
Returns the name of the method that threw the exception
getMethodName() - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
 
getMethodName() - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
 
getMethodName() - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
 
getMethodName() - Method in interface org.apache.velocity.util.introspection.VelMethod
returns the method name used
getMethodName() - Method in interface org.apache.velocity.util.introspection.VelPropertyGet
returns the method name used to return this 'property'
getMethodName() - Method in interface org.apache.velocity.util.introspection.VelPropertySet
returns the method name used to set this 'property'
getModificationCheckInterval() - Method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
Get the interval at which the InputStream source should be checked for modifications.
getName() - Method in class org.apache.velocity.anakia.AnakiaTask.Context
Get the name of the context.
getName() - Method in class org.apache.velocity.runtime.directive.Directive
Return the name of this directive
getName() - Method in class org.apache.velocity.runtime.directive.Foreach
Return name of this directive.
getName() - Method in class org.apache.velocity.runtime.directive.Include
Return name of this directive.
getName() - Method in class org.apache.velocity.runtime.directive.Literal
Return name of this directive.
getName() - Method in class org.apache.velocity.runtime.directive.Macro
Return name of this directive.
getName() - Method in class org.apache.velocity.runtime.directive.Parse
Return name of this directive.
getName() - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
Return name of this Velocimacro.
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.Child
 
getName() - Method in class org.apache.velocity.test.provider.Person
 
getName() - Method in class org.apache.velocity.test.provider.TestProvider
 
getNewInstance(String) - Static method in class org.apache.velocity.util.ClassUtils
Return a new instance of the given class.
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.directive.VMProxyArg
 
getNodeTree() - Method in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
 
getNumArgs() - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
returns the number of args 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.
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) - Static method in class org.apache.velocity.app.Velocity
Get a Velocity Runtime property.
getProperty(String) - Method in class org.apache.velocity.app.VelocityEngine
Get a Velocity Runtime property.
getProperty(String) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Gets a property from the configuration.
getProperty(String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. Allows an external caller to get a property.
getProperty(String) - Method in class org.apache.velocity.runtime.RuntimeInstance
Allows an external caller to get a property.
getProperty(String) - Method in interface org.apache.velocity.runtime.RuntimeServices
Allows an external caller to get a property.
getProperty(String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Allows an external caller to get a property.
getPropertyGet(Object, String, Info) - Method in interface org.apache.velocity.util.introspection.Uberspect
Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie)
getPropertyGet(Object, String, Info) - Method in class org.apache.velocity.util.introspection.UberspectImpl
Property getter
getPropertySet(Object, String, Object, Info) - Method in interface org.apache.velocity.util.introspection.Uberspect
Property setter - returns VelPropertySet appropos for #set($foo.bar = "geir")
getPropertySet(Object, String, Object, Info) - Method in class org.apache.velocity.util.introspection.UberspectImpl
Property setter
getPublicMethod(Method) - Static method in class org.apache.velocity.util.introspection.ClassMap
For a given method, retrieves its publicly accessible counterpart.
getReferenceName() - Method in exception org.apache.velocity.exception.MethodInvocationException
Retrieves the name of the reference that caused the exception
getRelSearches() - Method in class org.apache.velocity.test.provider.TestProvider
 
getRemaining() - Method in class org.apache.velocity.io.VelocityWriter
 
getResource(String) - Method in class org.apache.velocity.runtime.resource.loader.JarHolder
 
getResource(String, int) - Static method in class org.apache.velocity.runtime.resource.ResourceFactory
 
getResource(String, int, String) - Method in interface org.apache.velocity.runtime.resource.ResourceManager
Gets the named resource.
getResource(String, int, String) - Method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Gets the named resource.
getResource(String, int) - Method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Deprecated. Use ResourceManagerImpl.getResource(String resourceName, int resourceType, String encoding )
getResourceAsStream(Class, String) - Static method in class org.apache.velocity.util.ClassUtils
Finds a resource with the given name.
getResourceLoader() - Method in class org.apache.velocity.runtime.resource.Resource
Return the template loader that pulled in the template stream
getResourceStream(String) - Method in class org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - Method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - Method in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - Method in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - Method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
Get the InputStream that the Runtime will parse to create a template.
getReturnType() - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
 
getReturnType() - Method in interface org.apache.velocity.util.introspection.VelMethod
returns the return type of the method invoked
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
 
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.configuration.Configuration
Deprecated. Get a string associated with the given configuration key.
getString(String, String) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Get a string associated with the given configuration key.
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) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. String property accessor method to hide the configuration implementation
getString(String, String) - Method in class org.apache.velocity.runtime.RuntimeInstance
String property accessor method with default to hide the configuration implementation.
getString(String) - Method in class org.apache.velocity.runtime.RuntimeInstance
String property accessor method 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) - Method in interface org.apache.velocity.runtime.RuntimeServices
String property accessor method 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) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
String property accessor method to hide the configuration implementation
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 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.
GetSuffix(int) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
getTemplate(String) - Static method in class org.apache.velocity.app.Velocity
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) - Method in class org.apache.velocity.app.VelocityEngine
Returns a Template from the Velocity resource management system.
getTemplate(String, String) - Method in class org.apache.velocity.app.VelocityEngine
Returns a Template from the Velocity resource management system.
getTemplate(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.Runtime
Deprecated. Returns a Template from the resource manager
getTemplate(String) - Method in class org.apache.velocity.runtime.RuntimeInstance
Returns a Template from the resource manager.
getTemplate(String, String) - Method in class org.apache.velocity.runtime.RuntimeInstance
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, String) - Method in interface org.apache.velocity.runtime.RuntimeServices
Returns a Template from the resource manager
getTemplate(String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Returns a Template from the resource manager.
getTemplate(String, String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Returns a Template from the resource manager
getTemplate(String) - Method in class org.apache.velocity.servlet.VelocityServlet
Deprecated. Retrieves the requested template.
getTemplate(String, String) - Method in class org.apache.velocity.servlet.VelocityServlet
Deprecated. 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.
getTemplateName() - Method in class org.apache.velocity.util.introspection.Info
 
getTemplateNameStack() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
getTemplateNameStack() - Method in class org.apache.velocity.context.VMContext
 
getTemplateNameStack() - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
 
getTemplatePath() - Method in class org.apache.velocity.texen.ant.TexenTask
Get the path where Velocity will look for templates using the file template loader.
getTemplatePath() - Method in class org.apache.velocity.texen.Generator
Get the template path.
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
 
getTitle() - Method in class org.apache.velocity.test.provider.TestProvider
 
getToken(int) - Method in class org.apache.velocity.runtime.parser.Parser
 
getType() - Method in class org.apache.velocity.runtime.directive.Directive
Get the directive type BLOCK/LINE
getType() - Method in class org.apache.velocity.runtime.directive.Foreach
Return type of this directive.
getType() - Method in class org.apache.velocity.runtime.directive.Include
Return type of this directive.
getType() - Method in class org.apache.velocity.runtime.directive.Literal
Return type of this directive.
getType() - Method in class org.apache.velocity.runtime.directive.Macro
Return type of this directive.
getType() - Method in class org.apache.velocity.runtime.directive.Parse
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.VMProxyArg
 
getType() - Method in interface org.apache.velocity.runtime.parser.node.Node
 
getType() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
getUberspect() - Method in class org.apache.velocity.runtime.RuntimeInstance
 
getUberspect() - Method in interface org.apache.velocity.runtime.RuntimeServices
Returns the configured class introspection/reflection implemenation.
getUberspect() - Static method in class org.apache.velocity.runtime.RuntimeSingleton
 
getUrlPath() - Method in class org.apache.velocity.runtime.resource.loader.JarHolder
 
getVariableValue(Context, String) - Method in class org.apache.velocity.runtime.parser.node.ASTReference
 
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.
getVector() - Method in class org.apache.velocity.test.provider.TestProvider
 
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) - 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 interface org.apache.velocity.runtime.RuntimeServices
Returns the appropriate VelocimacroProxy object if strVMname is a valid current Velocimacro.
getVelocimacro(String, String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Returns the appropriate VelocimacroProxy object if strVMname is a valid current Velocimacro.
getVelocimacro(String, String) - Method in class org.apache.velocity.runtime.VelocimacroFactory
actual factory : creates a Directive that will behave correctly wrt getting the framework to dig out the correct # of args
getWrappedThrowable() - Method in exception org.apache.velocity.exception.MethodInvocationException
returns the wrapped Throwable that caused this MethodInvocationException to be thrown
getWriter(String, String) - Method in class org.apache.velocity.texen.Generator
Returns a writer, based on encoding and path.
globalCache - Variable in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Object implementing ResourceCache to be our resource manager's Resource cache.

H

handleRequest(HttpServletRequest, HttpServletResponse, Context) - Method in class org.apache.velocity.servlet.VelocityServlet
Deprecated. Implement this method to add your application data to the context, calling the getTemplate() method to produce your return value.
handleRequest(Context) - Method in class org.apache.velocity.servlet.VelocityServlet
Deprecated. Use VelocityServlet.handleRequest( HttpServletRequest request, HttpServletResponse response, Context ctx )
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.
hasNext() - Method in class org.apache.velocity.util.ArrayIterator
Check to see if there is another element in the array.
hasNext() - Method in class org.apache.velocity.util.EnumerationIterator
Check to see if there is another element in the array.

I

icacheGet(Object) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
icacheGet(Object) - Method in class org.apache.velocity.context.VMContext
 
icacheGet(Object) - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
 
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 class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
 
id - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
 
Identifier() - Method in class org.apache.velocity.runtime.parser.Parser
This method corresponds to variable references in Velocity templates.
IDENTIFIER - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
IDENTIFIER_CHAR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
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.
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
 
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 in org.apache.velocity.runtime.directive
Pluggable directive that handles the #include() statement in VTL.
Include() - Constructor for class org.apache.velocity.runtime.directive.Include
 
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 in org.apache.velocity.util.introspection
Little class to carry in info such as template name, line and column for information error reporting from the uberspector implementations
Info(String, int, int) - Constructor for class org.apache.velocity.util.introspection.Info
 
init() - Static method in class org.apache.velocity.app.Velocity
initialize the Velocity runtime engine, using the default properties of the Velocity distribution
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(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() - Method in class org.apache.velocity.app.VelocityEngine
initialize the Velocity runtime engine, using the default properties of the Velocity distribution
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(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(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.Include
simple init - init the tree and get the elementKey from the AST
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.Macro
 
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(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 class org.apache.velocity.runtime.parser.node.ASTDirective
 
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.ASTFloatingPointLiteral
Initialization method - doesn't do much but do the object creation.
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.ASTIntegerLiteral
Initialization method - doesn't do much but do the object creation.
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.ASTReference
 
init(InternalContextAdapter, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTSetDirective
simple init.
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 interface org.apache.velocity.runtime.parser.node.Node
 
init(InternalContextAdapter, Object) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
init(ExtendedProperties) - Method in class org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
This is abstract in the base class, so we need it
init(ExtendedProperties) - Method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
 
init(ExtendedProperties) - Method in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
 
init() - Method in class org.apache.velocity.runtime.resource.loader.JarHolder
 
init(ExtendedProperties) - Method in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
Called by Velocity to initialize the loader
init(ExtendedProperties) - Method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
Initialize the template loader with a a resources class.
init() - Static method in class org.apache.velocity.runtime.Runtime
Deprecated.  
init(Properties) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. Initialize the Velocity Runtime with a Properties object.
init(String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. Initialize the Velocity Runtime with the name of ExtendedProperties object.
init() - Method in class org.apache.velocity.runtime.RuntimeInstance
 
init(Properties) - Method in class org.apache.velocity.runtime.RuntimeInstance
Initialize the Velocity Runtime with a Properties object.
init(String) - Method in class org.apache.velocity.runtime.RuntimeInstance
Initialize the Velocity Runtime with the name of ExtendedProperties object.
init() - Method in interface org.apache.velocity.runtime.RuntimeServices
 
init(Properties) - Method in interface org.apache.velocity.runtime.RuntimeServices
Initialize the Velocity Runtime with a Properties object.
init(String) - Method in interface org.apache.velocity.runtime.RuntimeServices
Initialize the Velocity Runtime with the name of ExtendedProperties object.
init() - Static method in class org.apache.velocity.runtime.RuntimeSingleton
This is the primary initialization method in the Velocity Runtime.
init(Properties) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Initialize the Velocity Runtime with a Properties object.
init(String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Initialize the Velocity Runtime with the name of ExtendedProperties object.
init(ServletConfig) - Method in class org.apache.velocity.servlet.VelocityServlet
Deprecated. Performs initialization of this servlet.
init(RuntimeServices) - Method in class org.apache.velocity.test.ClassloaderChangeTest
 
init(RuntimeServices) - Method in class org.apache.velocity.test.EventHandlingTestCase
 
init(RuntimeServices) - Method in class org.apache.velocity.test.TestNumberMethodCalls
 
init() - Method in interface org.apache.velocity.util.introspection.Uberspect
Initializer - will be called before use
init() - Method in class org.apache.velocity.util.introspection.UberspectImpl
init - setup a new introspector
INIT_PROPS_KEY - Static variable in class org.apache.velocity.servlet.VelocityServlet
Deprecated. This is the string that is looked for when getInitParameter is called (org.apache.velocity.properties).
initControlContext() - Method in class org.apache.velocity.texen.ant.TexenTask
Creates a VelocityContext.
initDocument() - Method in class org.apache.velocity.Template
initializes the document.
initialize(RuntimeServices) - Method in interface org.apache.velocity.runtime.resource.ResourceCache
initializes the ResourceCache.
initialize(RuntimeServices) - Method in class org.apache.velocity.runtime.resource.ResourceCacheImpl
 
initialize(RuntimeServices) - Method in interface org.apache.velocity.runtime.resource.ResourceManager
Initialize the ResourceManager.
initialize(RuntimeServices) - Method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Initialize the ResourceManager.
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
Deprecated. Initializes the Velocity runtime, first calling loadConfiguration(ServletConvig) to get a java.util.Properties of configuration information and then calling Velocity.init().
InlineScopeVMTestCase - Class in org.apache.velocity.test
Tests if the VM template-locality is working.
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
 
InputBase - Class in org.apache.velocity.runtime.directive
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.ant.TexenTask
This is the encoding for the input file(s) (templates).
inputEncoding - Variable in class org.apache.velocity.texen.Generator
This is the encoding for the input file(s) (templates).
inSet - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
INT_ZERO - Static variable in class org.apache.velocity.runtime.parser.node.MathUtils
 
INTEGER_LITERAL - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
IntegerLiteral() - Method in class org.apache.velocity.runtime.parser.Parser
 
integerMethod(int) - Method in class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
 
IntegerRange() - Method in class org.apache.velocity.runtime.parser.Parser
supports the [n..m] vector generator for use in the #foreach() to generate measured ranges w/o needing explicit support from the app/servlet
internalContainsKey(Object) - Method in class org.apache.velocity.context.AbstractContext
Implement to determine if a key is in the storage.
internalContainsKey(Object) - Method in class org.apache.velocity.VelocityContext
determines if there is a value for the given key
InternalContextAdapter - Interface in org.apache.velocity.context
interface to bring all necessary internal and user contexts together.
InternalContextAdapterImpl - Class in org.apache.velocity.context
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.
InternalEventContext - Interface in org.apache.velocity.context
Interface for event support.
internalGet(String) - Method in class org.apache.velocity.context.AbstractContext
Implement to return a value from the context storage.
internalGet(String) - Method in class org.apache.velocity.VelocityContext
retrieves value for key from internal storage
internalGetKeys() - Method in class org.apache.velocity.context.AbstractContext
Implement to return an object array of key strings from your storage.
internalGetKeys() - Method in class org.apache.velocity.VelocityContext
returns array of keys
internalPut(String, Object) - Method in class org.apache.velocity.context.AbstractContext
Implement to put a value into the context storage.
internalPut(String, Object) - Method in class org.apache.velocity.VelocityContext
stores the value for key to internal storage
internalRemove(Object) - Method in class org.apache.velocity.context.AbstractContext
I mplement to remove an item from your storage.
internalRemove(Object) - Method in class org.apache.velocity.VelocityContext
remove a key/value pair from the internal storage
InternalWrapperContext - Interface in org.apache.velocity.context
interface for internal context wrapping functionality
interpolate(String, Context) - Static method in class org.apache.velocity.runtime.parser.node.NodeUtils
Utility method to interpolate context variables into string literals.
INTERPOLATE_STRINGLITERALS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Switch for the interpolation facility for string literals
IntrospectionCacheData - Class in org.apache.velocity.util.introspection
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.parser.node.PropertyExecutor
 
Introspector - Class in org.apache.velocity.util.introspection
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() - Constructor for class org.apache.velocity.util.introspection.Introspector
Recieves our RuntimeServices object
IntrospectorBase - Class in org.apache.velocity.util.introspection
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 in org.apache.velocity.test
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(String) - Constructor for class org.apache.velocity.test.IntrospectorTestCase
Creates a new instance.
IntrospectorTestCase.MethodProvider - Class in org.apache.velocity.test
 
IntrospectorTestCase.MethodProvider() - Constructor for class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
 
IntrospectorTestCase2 - Class in org.apache.velocity.test
Test case for the Velocity Introspector which tests the ability to find a 'best match'
IntrospectorTestCase2(String) - Constructor for class org.apache.velocity.test.IntrospectorTestCase2
Creates a new instance.
IntrospectorTestCase2.Bar - Class in org.apache.velocity.test
 
IntrospectorTestCase2.Bar() - Constructor for class org.apache.velocity.test.IntrospectorTestCase2.Bar
 
IntrospectorTestCase2.Foo - Class in org.apache.velocity.test
 
IntrospectorTestCase2.Foo() - Constructor for class org.apache.velocity.test.IntrospectorTestCase2.Foo
 
IntrospectorTestCase2.Tester - Class in org.apache.velocity.test
 
IntrospectorTestCase2.Tester() - Constructor for class org.apache.velocity.test.IntrospectorTestCase2.Tester
 
IntrospectorTestCase2.Tester2 - Class in org.apache.velocity.test
 
IntrospectorTestCase2.Tester2() - Constructor for class org.apache.velocity.test.IntrospectorTestCase2.Tester2
 
IntrospectorTestCase2.Woogie - Interface in org.apache.velocity.test
 
IntrospectorTestCase3 - Class in org.apache.velocity.test
Simple introspector test case for primitive problem found in 1.3
IntrospectorTestCase3(String) - Constructor for class org.apache.velocity.test.IntrospectorTestCase3
Creates a new instance.
IntrospectorTestCase3.MethodProvider - Class in org.apache.velocity.test
 
IntrospectorTestCase3.MethodProvider() - Constructor for class org.apache.velocity.test.IntrospectorTestCase3.MethodProvider
 
ints - Static variable in class org.apache.velocity.runtime.parser.node.MathUtils
The Class-object is key, the maximum-value is the value
invalid - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
 
invoke(Object) - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
 
invoke(Object, Object[]) - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
 
invoke(Object, Object) - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
 
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
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 interface org.apache.velocity.util.introspection.VelPropertySet
method used to set the value in the object
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.
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.
isAlive() - Method in class org.apache.velocity.runtime.parser.node.AbstractExecutor
Tell whether the executor is alive by looking at the value of the method.
isAutoFlush() - Method in class org.apache.velocity.io.VelocityWriter
This method indicates whether the JspWriter is autoFlushing.
isBoolean() - Method in class org.apache.velocity.test.provider.BoolObj
 
isCacheable() - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
 
isCacheable() - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
 
isCacheable() - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
 
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.VelPropertyGet
specifies if this VelPropertyGet 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
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.
isConstant() - Method in class org.apache.velocity.runtime.directive.VMProxyArg
tells if arg we are poxying for is dynamic or constant.
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.
isInteger(Number) - Static method in class org.apache.velocity.runtime.parser.node.MathUtils
Test, whether the given object is an integer value (Byte, Short, Integer, Long, BigInteger)
isInvalid() - Method in interface org.apache.velocity.runtime.parser.node.Node
 
isInvalid() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
isMatch(String, String, String, String, String) - Method in class org.apache.velocity.test.BaseTestCase
Returns whether the processed template matches the content of the provided comparison file.
isNotboolean() - Method in class org.apache.velocity.test.provider.BoolObj
 
isNull(Object, Object) - Method in class org.apache.velocity.app.tools.VelocityFormatter
Returns a default value if the object passed is null.
isSourceModified(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.DataSourceResourceLoader
 
isSourceModified(Resource) - Method in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
How to keep track of all the modified times across the paths.
isSourceModified(Resource) - Method in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
 
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() - Method in class org.apache.velocity.runtime.resource.Resource
 
isVelocimacro(String, String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. Checks to see if a VM exists
isVelocimacro(String, String) - Method in class org.apache.velocity.runtime.RuntimeInstance
Checks to see if a VM exists
isVelocimacro(String, String) - Method in interface org.apache.velocity.runtime.RuntimeServices
Checks to see if a VM exists
isVelocimacro(String, String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Checks to see if a VM exists
isVelocimacro(String, String) - Method in class org.apache.velocity.runtime.VelocimacroFactory
Tells the world if a given directive string is a Velocimacro
isZero(Number) - Static method in class org.apache.velocity.runtime.parser.node.MathUtils
Compare the given Number to 0.
iterator() - Method in class org.apache.velocity.anakia.NodeList
 

J

JarHolder - Class in org.apache.velocity.runtime.resource.loader
A small wrapper around a Jar
JarHolder(RuntimeServices, String) - Constructor for class org.apache.velocity.runtime.resource.loader.JarHolder
 
JarResourceLoader - Class in org.apache.velocity.runtime.resource.loader
ResourceLoader to load templates from multiple Jar files.
JarResourceLoader() - Constructor for class org.apache.velocity.runtime.resource.loader.JarResourceLoader
 
jj_nt - Variable in class org.apache.velocity.runtime.parser.Parser
 
jjFillToken() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
 
jjnewLexState - Static variable 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.ASTAddNode
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.ASTAssignment
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.ASTComment
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.ASTDivNode
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.ASTElseStatement
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.ASTEscape
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.ASTExpression
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.ASTFloatingPointLiteral
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.ASTGTNode
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.ASTIfStatement
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.ASTIntegerLiteral
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.ASTLENode
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.ASTMap
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.ASTModNode
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.ASTNENode
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.ASTObjectArray
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.ASTParameters
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.ASTReference
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.ASTStop
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.ASTSubtractNode
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.ASTTrue
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTVariable
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTWord
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.SimpleNode
Accept the visitor.
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.
jjtAddChild(Node, int) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
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 interface org.apache.velocity.runtime.parser.node.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
JJTCOMMENT - Static 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
 
JJTFLOATINGPOINTLITERAL - 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 interface org.apache.velocity.runtime.parser.node.Node
This method returns a child node.
jjtGetChild(int) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
jjtGetNumChildren() - Method in interface org.apache.velocity.runtime.parser.node.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
jjtGetParent() - Method in interface org.apache.velocity.runtime.parser.node.Node
 
jjtGetParent() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
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
 
JJTINTEGERLITERAL - 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
 
JJTMAP - 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
 
JJTOBJECTARRAY - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
jjtOpen() - Method in interface org.apache.velocity.runtime.parser.node.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
JJTORNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
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 interface org.apache.velocity.runtime.parser.node.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
JJTSTOP - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
 
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

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.
LBRACKET - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
LCURLY - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
LEFT_CURLEY - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
LETTER - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
lexStateNames - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
 
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 - Static variable in interface org.apache.velocity.runtime.directive.DirectiveConstants
Line directive indicator
LINE_SEPARATOR - Static variable in class org.apache.velocity.anakia.Escape
 
listIterator() - Method in class org.apache.velocity.anakia.NodeList
 
listIterator(int) - Method in class org.apache.velocity.anakia.NodeList
 
Literal - Class in org.apache.velocity.runtime.directive
A very simple directive that leverages the Node.literal() to grab the literal rendition of a node.
Literal() - Constructor for class org.apache.velocity.runtime.directive.Literal
 
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() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
ll(long, long) - Method in class org.apache.velocity.test.IntrospectorTestCase3.MethodProvider
 
lll(List, long, List) - 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) - 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
Deprecated. Use VelocityViewServlet from the Velocity Tools library instead.
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.
loadResource(String, int, String) - Method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
Loads a resource from the current set of resource loaders
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
 
logVelocityMessage(int, String) - Method in class org.apache.velocity.test.ClassloaderChangeTest
method to catch Velocity log messages.
logVelocityMessage(int, String) - Method in class org.apache.velocity.test.EventHandlingTestCase
handler for LogSystem interface
longMethod(long) - Method in class org.apache.velocity.test.IntrospectorTestCase.MethodProvider
 
lookingAhead - Variable in class org.apache.velocity.runtime.parser.Parser
 
LPAREN - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 

M

Macro - Class in org.apache.velocity.runtime.directive
Macro.java Macro implements the macro definition directive of VTL.
Macro() - Constructor for class org.apache.velocity.runtime.directive.Macro
 
MacroParseException - Exception in org.apache.velocity.runtime.directive
Exception to indicate problem happened while constructing #macro() For internal use in parser - not to be passed to app level
MacroParseException(String) - Constructor for exception org.apache.velocity.runtime.directive.MacroParseException
 
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.
Map() - Method in class org.apache.velocity.runtime.parser.Parser
for creating a map in a #set #set($foo = [$foo : $bar, $blargh : $thingy])
MathUtils - Class in org.apache.velocity.runtime.parser.node
Utility-class for all arithmetic-operations.
MathUtils() - Constructor for class org.apache.velocity.runtime.parser.node.MathUtils
 
MAX_NUMBER_LOOPS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Maximum allowed number of loops.
me() - Method in class org.apache.velocity.test.provider.TestProvider
 
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) - 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) - Static method in class org.apache.velocity.app.Velocity
merges a template and puts the rendered stream into the writer
mergeTemplate(String, Context, Writer) - Method in class org.apache.velocity.app.VelocityEngine
Deprecated. 
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(Template, Context, HttpServletResponse) - Method in class org.apache.velocity.servlet.VelocityServlet
Deprecated. merges the template with the context.
method - Variable in class org.apache.velocity.runtime.parser.node.AbstractExecutor
Method to be executed.
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
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 in org.apache.velocity.app.event
Called when a method throws an exception.
MethodInvocationException - Exception in org.apache.velocity.exception
Application-level exception thrown when a reference method is invoked and an exception is thrown.
MethodInvocationException(String, Throwable, String) - Constructor for exception org.apache.velocity.exception.MethodInvocationException
CTOR - wraps the passed in exception for examination later
MethodInvocationExceptionTest - Class in org.apache.velocity.test
Tests if we can hand Velocity an arbitrary class for logging.
MethodInvocationExceptionTest() - Constructor for class org.apache.velocity.test.MethodInvocationExceptionTest
Default constructor.
MethodMap - Class in org.apache.velocity.util.introspection
 
MethodMap() - Constructor for class org.apache.velocity.util.introspection.MethodMap
 
MethodMap.AmbiguousException - Exception in org.apache.velocity.util.introspection
simple distinguishable exception, used when we run across ambiguous overloading
MethodMap.AmbiguousException() - Constructor for exception org.apache.velocity.util.introspection.MethodMap.AmbiguousException
 
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.
MINUS - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
MiscTestCase - Class in org.apache.velocity.test
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
 
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.loader.ResourceLoader
This property will be passed on to the templates that are created with this loader.
modificationCheckInterval - Variable in class org.apache.velocity.runtime.resource.Resource
How often the file modification time is checked (in seconds).
modulo(Number, Number) - Static method in class org.apache.velocity.runtime.parser.node.MathUtils
Modulo two numbers.
MODULUS - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
MULTI_LINE_COMMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
MultiLoaderTestCase - Class in org.apache.velocity.test
Load templates from the Classpath.
MultiLoaderTestCase() - Constructor for class org.apache.velocity.test.MultiLoaderTestCase
Default constructor.
MultipleFileResourcePathTest - Class in org.apache.velocity.test
Multiple paths in the file resource loader.
MultiplicativeExpression() - Method in class org.apache.velocity.runtime.parser.Parser
 
multiply(Number, Number) - Static method in class org.apache.velocity.runtime.parser.node.MathUtils
Multiply two numbers and return the correct value / type.
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
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.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.apache.velocity.util.ArrayIterator
Move to next element in the array.
next() - Method in class org.apache.velocity.util.EnumerationIterator
Move to next element in the array.
nextCheck - Variable in class org.apache.velocity.runtime.resource.Resource
The next time the file modification time will be checked (in milliseconds).
NO_BUFFER - Static variable in class org.apache.velocity.io.VelocityWriter
constant indicating that the Writer is not buffering output
Node - Interface in org.apache.velocity.runtime.parser.node
All AST nodes must implement this interface.
NodeList - Class in org.apache.velocity.anakia
Provides a class for wrapping a list of JDOM objects primarily for use in template engines and other kinds of text transformation tools.
NodeList() - Constructor for class org.apache.velocity.anakia.NodeList
Creates an empty node list.
NodeList(Document) - Constructor for class org.apache.velocity.anakia.NodeList
Creates a node list that holds a single Document node.
NodeList(Element) - Constructor for class org.apache.velocity.anakia.NodeList
Creates a node list that holds a single Element node.
NodeList(List) - Constructor for class org.apache.velocity.anakia.NodeList
Creates a node list that holds a list of nodes.
NodeList(List, boolean) - Constructor for class org.apache.velocity.anakia.NodeList
Creates a node list that holds a list of nodes.
NodeUtils - Class in org.apache.velocity.runtime.parser.node
Utilities for dealing with the AST node structure.
NodeUtils() - Constructor for class org.apache.velocity.runtime.parser.node.NodeUtils
 
NodeViewMode - Class in org.apache.velocity.runtime.visitor
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
 
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.
NullSetEventHandler - Interface in org.apache.velocity.app.event
Event handler : lets an app approve / veto writing a log message when RHS of #set() is null.
NUMBER_OF_PARSERS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
The default number of parser instances to create.
NumberMethods - Class in org.apache.velocity.test.provider
Used to check that method calls with number parameters are executed correctly.
NumberMethods() - Constructor for class org.apache.velocity.test.provider.NumberMethods
 
numMethod(byte) - Method in class org.apache.velocity.test.provider.NumberMethods
 
numMethod(short) - Method in class org.apache.velocity.test.provider.NumberMethods
 
numMethod(int) - Method in class org.apache.velocity.test.provider.NumberMethods
 
numMethod(double) - Method in class org.apache.velocity.test.provider.NumberMethods
 
numMethod(long) - Method in class org.apache.velocity.test.provider.NumberMethods
 
numMethod(BigInteger) - Method in class org.apache.velocity.test.provider.NumberMethods
 
numMethod(BigDecimal) - Method in class org.apache.velocity.test.provider.NumberMethods
 

O

objConcat(List) - Method in class org.apache.velocity.test.provider.TestProvider
 
ObjectArray() - Method in class org.apache.velocity.runtime.parser.Parser
 
objectArrayMethod(Object[]) - Method in class org.apache.velocity.test.provider.TestProvider
 
OLDexecute(Object, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.GetExecutor
Execute method against context.
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.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.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_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.
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.ant.TexenTask
This is the encoding for the output file(s).
outputEncoding - Variable in class org.apache.velocity.texen.Generator
This is the encoding for the output file(s).
outputFile - Variable in class org.apache.velocity.texen.ant.TexenTask
This is the file where the generated text will be placed.
outputString(Element, boolean) - Method in class org.apache.velocity.anakia.OutputWrapper
This method walks an Element tree into a String.
OutputWrapper - Class in org.apache.velocity.anakia
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
OutputWrapper(Format) - Constructor for class org.apache.velocity.anakia.OutputWrapper
 

P

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
parent - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
 
Parse - Class in org.apache.velocity.runtime.directive
Pluggable directive that handles the #parse() statement in VTL.
Parse() - Constructor for class org.apache.velocity.runtime.directive.Parse
 
parse(Reader, String) - Method in class org.apache.velocity.runtime.parser.Parser
This was also added to allow parsers to be re-usable.
parse(Reader, String) - Static method in class org.apache.velocity.runtime.Runtime
Deprecated. Parse the input and return the root of 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) - Method in class org.apache.velocity.runtime.RuntimeInstance
Parse the input and return the root of AST node structure.
parse(Reader, String, boolean) - Method in class org.apache.velocity.runtime.RuntimeInstance
Parse the input and return the root of the AST node structure.
parse(Reader, String) - Method in interface org.apache.velocity.runtime.RuntimeServices
Parse the input and return the root of 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(Reader, String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Parse the input and return the root of AST node structure.
parse(Reader, String, boolean) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Parse the input and return the root of the AST node structure.
parse(String, Object, String, String) - Method in class org.apache.velocity.test.provider.TestProvider
 
parse(String, String) - Method in class org.apache.velocity.texen.Generator
Parse an input and write the output to an output file.
parse(String, String, String, Object) - Method in class org.apache.velocity.texen.Generator
Parse an input and write the output to an output file.
parse(String, String, String, String, String, Object) - Method in class org.apache.velocity.texen.Generator
Parse an input and write the output to an output file.
parse(String, Context) - Method in class org.apache.velocity.texen.Generator
Parse the control template and merge it with the control context.
PARSE_DIRECTIVE_MAXDEPTH - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Maximum recursion depth allowed for the #parse directive.
ParseDirectiveException - Exception in org.apache.velocity.runtime.directive
Exception for #parse() problems
ParseErrorException - Exception in org.apache.velocity.exception
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 exception org.apache.velocity.exception.ParseErrorException
 
ParseException - Exception in org.apache.velocity.runtime.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.velocity.runtime.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception 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 exception org.apache.velocity.runtime.parser.ParseException
 
parser - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
 
Parser - Class in org.apache.velocity.runtime.parser
This class is responsible for parsing a Velocity template.
Parser(RuntimeServices) - Constructor for class org.apache.velocity.runtime.parser.Parser
This constructor was added to allow the re-use of parsers.
Parser(CharStream) - Constructor for class org.apache.velocity.runtime.parser.Parser
 
Parser(ParserTokenManager) - Constructor for class org.apache.velocity.runtime.parser.Parser
 
PARSER_POOL_SIZE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
 
ParserConstants - Interface in org.apache.velocity.runtime.parser
 
ParserTestCase - Class in org.apache.velocity.test
More specific parser tests where just templating isn't enough.
ParserTestCase(String) - Constructor for class org.apache.velocity.test.ParserTestCase
 
ParserTokenManager - Class in org.apache.velocity.runtime.parser
 
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 in org.apache.velocity.runtime.parser
 
ParserVisitor - Interface in org.apache.velocity.runtime.parser.node
 
Person - Class in org.apache.velocity.test.provider
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
 
popCurrentTemplateName() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
popCurrentTemplateName() - Method in class org.apache.velocity.context.VMContext
 
popCurrentTemplateName() - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
 
populateInitialContext(Context) - Method in class org.apache.velocity.texen.ant.TexenTask
Place useful objects into the initial context.
PRE_DIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
PrimaryExpression() - Method in class org.apache.velocity.runtime.parser.Parser
 
process(InternalContextAdapter, ParserVisitor) - Method in class org.apache.velocity.runtime.parser.node.ASTIfStatement
 
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.ContentResource
Pull in static content and store it.
process() - Method in class org.apache.velocity.runtime.resource.Resource
Perform any subsequent processing that might need to be done by a resource.
process() - Method in class org.apache.velocity.Template
gets the named resource as a stream, parses and inits
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
PropertiesUtil - Class in org.apache.velocity.texen.util
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 in org.apache.velocity.runtime.parser.node
Returned the value of object property when executed.
PropertyExecutor(Introspector, Class, String) - Constructor for class org.apache.velocity.runtime.parser.node.PropertyExecutor
 
PUB_STAT_STRING - Static variable in class org.apache.velocity.test.provider.TestProvider
 
pushCurrentTemplateName(String) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
pushCurrentTemplateName(String) - Method in class org.apache.velocity.context.VMContext
 
pushCurrentTemplateName(String) - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
 
put(String, Object) - Method in class org.apache.velocity.context.AbstractContext
Adds a name/value pair to the context.
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.InternalContextAdapterImpl
 
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.runtime.directive.Foreach.NullHolderContext
 
put(Object, Resource) - Method in interface org.apache.velocity.runtime.resource.ResourceCache
stores a Resource in the cache
put(Object, Resource) - Method in class org.apache.velocity.runtime.resource.ResourceCacheImpl
 
put(String, Object) - Method in class org.apache.velocity.test.provider.TestProvider
Test the ability of vel to use a put(key) method for any object type, not just one that implements the Map interface.
put(Object) - Method in class org.apache.velocity.util.SimplePool
Add the object to the pool, silent nothing if the pool is full

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 interface org.apache.velocity.runtime.parser.CharStream
Returns the next character from the selected input.
readChar() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
recycle(Writer) - Method in class org.apache.velocity.io.VelocityWriter
resets this class so that it can be reused
Reference() - Method in class org.apache.velocity.runtime.parser.Parser
 
REFERENCE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
REFERENCE_TERMINATOR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
referenceInsert(String, Object) - Method in class org.apache.velocity.app.event.EventCartridge
Implementation of ReferenceInsertionEventHandler method referenceInsert().
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.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 in org.apache.velocity.app.event
Reference 'Stream insertion' event handler.
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.
ReInit(CharStream) - Method in class org.apache.velocity.runtime.parser.Parser
 
ReInit(ParserTokenManager) - 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(Reader, int, int, int) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
ReInit(Reader, 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(InputStream, int, int) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
 
RelationalExpression() - Method in class org.apache.velocity.runtime.parser.Parser
 
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 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.InternalContextAdapterImpl
 
remove(Object) - Method in class org.apache.velocity.context.VMContext
impl badly
remove(Object) - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
Remove an object from the context
remove(Object) - Method in interface org.apache.velocity.runtime.resource.ResourceCache
removes a Resource from the cache
remove(Object) - Method in class org.apache.velocity.runtime.resource.ResourceCacheImpl
 
remove() - Method in class org.apache.velocity.util.ArrayIterator
No op--merely added to satify the Iterator interface.
remove() - Method in class org.apache.velocity.util.EnumerationIterator
Unimplemented.
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.
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, 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.Include
iterates through the argument list and renders every argument that is appropriate.
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.Macro
render() doesn't do anything in the final output rendering.
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.VelocimacroProxy
Renders the macro using the context
render(InternalContextAdapter, Writer) - Method in class org.apache.velocity.runtime.parser.node.ASTBlock
 
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.ASTDirective
 
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.ASTEscape
 
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.ASTIfStatement
 
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.ASTSetDirective
puts the value of the RHS into the context under the key of the LHS
render(InternalContextAdapter, Writer) - Method in class org.apache.velocity.runtime.parser.node.ASTStop
Do not output anything, just shut off the rendering.
render(InternalContextAdapter, Writer) - Method in class org.apache.velocity.runtime.parser.node.ASTText
 
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.SimpleNode
 
REQUEST - Static variable in class org.apache.velocity.servlet.VelocityServlet
Deprecated. The context key for the HTTP request object.
requestCleanup(HttpServletRequest, HttpServletResponse, Context) - Method in class org.apache.velocity.servlet.VelocityServlet
Deprecated. 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?
Resource - Class in org.apache.velocity.runtime.resource
This class represent a general text resource that may have been retrieved from any number of possible sources.
Resource() - Constructor for class org.apache.velocity.runtime.resource.Resource
Default constructor
RESOURCE_CONTENT - Static variable in interface org.apache.velocity.runtime.resource.ResourceManager
A static content resource.
RESOURCE_CONTENT - Static variable in class org.apache.velocity.runtime.resource.ResourceManagerImpl
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_MANAGER_CACHE_CLASS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
The resource.manager.cache.class property specifies the name of the ResourceCache implementation to use.
RESOURCE_MANAGER_CLASS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
 
RESOURCE_MANAGER_DEFAULTCACHE_SIZE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
The resource.manager.cache.size property specifies the cache upper bound (if relevant).
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 interface org.apache.velocity.runtime.resource.ResourceManager
A template resources.
RESOURCE_TEMPLATE - Static variable in class org.apache.velocity.runtime.resource.ResourceManagerImpl
A template resources.
ResourceCache - Interface in org.apache.velocity.runtime.resource
Interface that defines the shape of a pluggable resource cache for the included ResourceManager
ResourceCacheImpl - Class in org.apache.velocity.runtime.resource
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.
resourceExists(String) - Method in class org.apache.velocity.app.VelocityEngine
Determines if a resource is accessable via the currently configured resource loaders.
ResourceFactory - Class in org.apache.velocity.runtime.resource
Class responsible for instantiating Resource objects, given name and type.
ResourceFactory() - Constructor for class org.apache.velocity.runtime.resource.ResourceFactory
 
ResourceLoader - Class in org.apache.velocity.runtime.resource.loader
This is abstract class the all text resource loaders should extend.
ResourceLoader() - Constructor for class org.apache.velocity.runtime.resource.loader.ResourceLoader
 
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.
ResourceLoaderFactory - Class in org.apache.velocity.runtime.resource.loader
Factory to grab a template loader.
ResourceLoaderFactory() - Constructor for class org.apache.velocity.runtime.resource.loader.ResourceLoaderFactory
 
ResourceLoaderInstanceTest - Class in org.apache.velocity.test
Test that an instance of a ResourceLoader can be successfully passed in.
resourceLoaderModificationCheckInterval - Variable in class org.apache.velocity.texen.ant.TexenTask
 
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 - Interface in org.apache.velocity.runtime.resource
Class to manage the text resource for the Velocity Runtime.
ResourceManagerImpl - Class in org.apache.velocity.runtime.resource
Class to manage the text resource for the Velocity Runtime.
ResourceManagerImpl() - Constructor for class org.apache.velocity.runtime.resource.ResourceManagerImpl
 
ResourceNotFoundException - Exception in org.apache.velocity.exception
Application-level exception thrown when a resource of any type isn't found by the Velocity engine.
ResourceNotFoundException(String) - Constructor for exception org.apache.velocity.exception.ResourceNotFoundException
 
RESPONSE - Static variable in class org.apache.velocity.servlet.VelocityServlet
Deprecated. The context key for the HTTP response object.
RESULT_DIR - Static variable in interface org.apache.velocity.test.TemplateTestBase
Results relative to the build directory.
RESULT_FILE_EXT - Static variable in interface org.apache.velocity.test.TemplateTestBase
Comparison file extension.
retainAll(Collection) - Method in class org.apache.velocity.anakia.NodeList
 
RIGHT_CURLEY - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
RPAREN - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
rsvc - Variable in class org.apache.velocity.runtime.directive.Directive
 
rsvc - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
 
rsvc - Variable in class org.apache.velocity.runtime.resource.loader.ResourceLoader
 
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
 
runTest() - Method in class org.apache.velocity.test.AnakiaTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.ClassloaderChangeTest
Runs the test.
runTest() - Method in class org.apache.velocity.test.ClasspathResourceTest
Runs the test.
runTest() - Method in class org.apache.velocity.test.CommonsExtPropTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.ConfigurationTestCase
Deprecated. Runs the test.
runTest() - Method in class org.apache.velocity.test.ContextSafetyTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.EncodingTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.EventHandlingTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.InlineScopeVMTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.IntrospectorTestCase
 
runTest() - Method in class org.apache.velocity.test.IntrospectorTestCase2
 
runTest() - Method in class org.apache.velocity.test.MethodInvocationExceptionTest
Runs the test : uses the Velocity class to eval a string which accesses a method that throws an exception.
runTest() - Method in class org.apache.velocity.test.MiscTestCase
 
runTest() - Method in class org.apache.velocity.test.MultiLoaderTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.MultipleFileResourcePathTest
Runs the test.
runTest() - Method in class org.apache.velocity.test.ResourceLoaderInstanceTest
Runs the test.
runTest() - Method in class org.apache.velocity.test.TemplateTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.TestNumberMethodCalls
Runs the test.
runTest() - Method in class org.apache.velocity.test.TexenClasspathTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.TexenTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.VelocimacroTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.VelocityAppTestCase
Runs the test.
runTest() - Method in class org.apache.velocity.test.VelocityServletTest
Runs the test.
Runtime - Class in org.apache.velocity.runtime
Deprecated. Use RuntimeInstance or RuntimeSingleton instead.
Runtime() - Constructor for class org.apache.velocity.runtime.Runtime
Deprecated.  
RUNTIME_LOG_REFERENCE_LOG_INVALID - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Logging of invalid references.
RuntimeConstants - Interface in org.apache.velocity.runtime
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.
RuntimeInstance - Class in org.apache.velocity.runtime
This is the Runtime system for Velocity.
RuntimeInstance() - Constructor for class org.apache.velocity.runtime.RuntimeInstance
 
RuntimeServices - Interface in org.apache.velocity.runtime
Interface for internal runtime services that are needed by the various components w/in Velocity.
RuntimeSingleton - Class in org.apache.velocity.runtime
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.
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.
set(int, Object) - Method in class org.apache.velocity.anakia.NodeList
 
SET_DIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
setAllowRendering(boolean) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
 
setAllowRendering(boolean) - Method in class org.apache.velocity.context.VMContext
 
setAllowRendering(boolean) - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
 
setApplicationAttribute(Object, Object) - Static method in class org.apache.velocity.app.Velocity
Set the an ApplicationAttribue, which is an Object set by the application which is accessable from any component of the system that gets a RuntimeServices.
setApplicationAttribute(Object, Object) - Method in class org.apache.velocity.app.VelocityEngine
Set the an ApplicationAttribue, which is an Object set by the application which is accessable from any component of the system that gets a RuntimeServices.
setApplicationAttribute(Object, Object) - Method in class org.apache.velocity.runtime.RuntimeInstance
Sets the application attribute for the given key
setArgArray(String[]) - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
sets the array of arguments specified in the macro definition
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.
setCachingOn(boolean) - Method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
Set the caching state.
setConfiguration(Configuration) - Static method in class org.apache.velocity.app.Velocity
Deprecated. Use Velocity.setExtendedProperties( ExtendedProperties )
setConfiguration(Configuration) - Method in class org.apache.velocity.app.VelocityEngine
Deprecated. Use VelocityEngine.setExtendedProperties( ExtendedProperties )
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) - Method in class org.apache.velocity.runtime.RuntimeInstance
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.
setConfiguration(ExtendedProperties) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Allow an external system to set an ExtendedProperties object to use.
setContentType(HttpServletRequest, HttpServletResponse) - Method in class org.apache.velocity.servlet.VelocityServlet
Deprecated. Sets the content type of the response, defaulting to VelocityServlet.defaultContentType if not overriden.
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.InternalContextAdapterImpl
 
setCurrentResource(Resource) - Method in class org.apache.velocity.context.VMContext
 
setCurrentResource(Resource) - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
 
setData(Object) - Method in class org.apache.velocity.runtime.resource.Resource
Set arbitrary data object that might be used by the resource.
setDataSource(DataSource) - Method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
Set the DataSource used by this resource loader.
setDebugStream(PrintStream) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
 
setDefaultProps() - Method in class org.apache.velocity.texen.Generator
Set default properties.
setDestdir(File) - Method in class org.apache.velocity.anakia.AnakiaTask
Set the destination directory into which the VSL result files should be copied to
SetDirective() - Method in class org.apache.velocity.runtime.parser.Parser
Currently support both types of set : #set( expr ) #set expr
setDirectiveName(String) - Method in class org.apache.velocity.runtime.parser.node.ASTDirective
Sets the directive name.
setDirectives(Hashtable) - Method in class org.apache.velocity.runtime.parser.Parser
This method sets the directives Hashtable
setEncoding(String) - Method in class org.apache.velocity.runtime.resource.Resource
set the encoding of this resource for example, "ISO-8859-1"
setExtendedProperties(ExtendedProperties) - Static method in class org.apache.velocity.app.Velocity
Set an entire configuration at once.
setExtendedProperties(ExtendedProperties) - Method in class org.apache.velocity.app.VelocityEngine
Set an entire configuration at once.
setExtension(String) - Method in class org.apache.velocity.anakia.AnakiaTask
Allow people to set the default output file extension
setFile(String) - Method in class org.apache.velocity.anakia.AnakiaTask.Context
Build the context based on a file path.
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
 
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 interface org.apache.velocity.runtime.parser.node.Node
 
setInfo(int) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
setInputEncoding(String) - Method in class org.apache.velocity.texen.ant.TexenTask
Set the input (template) encoding.
setInputEncoding(String) - Method in class org.apache.velocity.texen.Generator
Set the input (template) encoding.
setInvalid() - Method in interface org.apache.velocity.runtime.parser.node.Node
 
setInvalid() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
setLastModified(long) - Method in class org.apache.velocity.runtime.resource.Resource
Set the last modified time for this template.
setLastModifiedCheck(String) - Method in class org.apache.velocity.anakia.AnakiaTask
Turn on/off last modified checking. by default, it is on.
setLiteral(String) - Method in class org.apache.velocity.runtime.parser.node.ASTReference
Routine to allow the literal representation to be externally overridden.
setLocation(int, int) - Method in class org.apache.velocity.runtime.directive.Directive
Allows the template location to be set
setMacrobody(String) - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
Sets the orignal macro body.
setModificationCheckInterval(long) - Method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
Set the interval at which the InputStream source should be checked for modifications.
setModificationCheckInterval(long) - Method in class org.apache.velocity.runtime.resource.Resource
Set the modification check interval.
setName(String) - Method in class org.apache.velocity.anakia.AnakiaTask.Context
Set the name of the context.
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.ant.TexenTask
Set the output encoding.
setOutputEncoding(String) - Method in class org.apache.velocity.texen.Generator
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) - Static method in class org.apache.velocity.app.Velocity
Set a Velocity Runtime property.
setProperty(String, Object) - Method in class org.apache.velocity.app.VelocityEngine
Set a Velocity Runtime property.
setProperty(String, Object) - Method in class org.apache.velocity.runtime.configuration.Configuration
Deprecated. Set a property, this will replace any previously set values.
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) - Method in class org.apache.velocity.runtime.RuntimeInstance
Allows an external system to set a property in the Velocity Runtime.
setProperty(String, Object) - Method in interface org.apache.velocity.runtime.RuntimeServices
Allows an external system to set a property in the Velocity Runtime.
setProperty(String, Object) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
Allows an external system to set a property in the Velocity Runtime.
setReferenceName(String) - Method in exception org.apache.velocity.exception.MethodInvocationException
Sets the reference name that threw this exception
setRegisterFromLib(boolean) - Method in class org.apache.velocity.runtime.VelocimacroManager
 
setResourceLoader(ResourceLoader) - Method in class org.apache.velocity.runtime.resource.Resource
Set the template loader for this template.
setResourceLoaderModificationCheckInterval(String) - Method in class org.apache.velocity.texen.ant.TexenTask
 
setRuntimeServices(RuntimeServices) - Method in class org.apache.velocity.runtime.resource.Resource
 
setState(Boolean) - Method in class org.apache.velocity.test.provider.TestProvider
 
setStyle(String) - Method in class org.apache.velocity.anakia.AnakiaTask
Allow people to set the path to the .vsl file
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.ant.TexenTask
[REQUIRED] Set the path where Velocity will look for templates using the file template loader.
setTemplatePath(String) - Method in class org.apache.velocity.texen.Generator
Set the template path, where Texen will look for Velocity templates.
setTitle(String) - Method in class org.apache.velocity.test.provider.TestProvider
 
setUp() - Method in class org.apache.velocity.test.ForeachTest
 
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.
setupMacro(String[], int[]) - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
basic VM setup.
setUseClasspath(boolean) - Method in class org.apache.velocity.texen.ant.TexenTask
Set the use of the classpath in locating templates
setUseResourceLoaderCache(String) - Method in class org.apache.velocity.texen.ant.TexenTask
 
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 class org.apache.velocity.app.event.EventCartridge
Implementation of NullSetEventHandler method shouldLogOnNullSet().
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.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
 
showPerson(Person) - Method in class org.apache.velocity.test.provider.TestProvider
 
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.
SimpleNode - Class in org.apache.velocity.runtime.parser.node
 
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 in org.apache.velocity.util
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
 
size() - Method in class org.apache.velocity.anakia.NodeList
 
specialConstructor - Variable in exception 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
state - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
 
Statement() - Method in class org.apache.velocity.runtime.parser.Parser
These are the types of statements that are acceptable in Velocity templates.
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
staticFlag - Static variable in class org.apache.velocity.runtime.parser.VelocityCharStream
 
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 in org.apache.velocity.util
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
 
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.
subtract(Number, Number) - Static method in class org.apache.velocity.runtime.parser.node.MathUtils
Subtract two numbers and return the correct value / type.
suite() - Static method in class org.apache.velocity.test.AnakiaTestCase
 
suite() - Static method in class org.apache.velocity.test.ArithmeticTestCase
 
suite() - Static method in class org.apache.velocity.test.ClassloaderChangeTest
 
suite() - Static method in class org.apache.velocity.test.ClasspathResourceTest
 
suite() - Static method in class org.apache.velocity.test.CommonsExtPropTestCase
 
suite() - Static method in class org.apache.velocity.test.ConfigurationTestCase
Deprecated.  
suite() - Static method in class org.apache.velocity.test.ContextSafetyTestCase
 
suite() - Static method in class org.apache.velocity.test.EncodingTestCase
 
suite() - Static method in class org.apache.velocity.test.EventHandlingTestCase
 
suite() - Static method in class org.apache.velocity.test.InlineScopeVMTestCase
 
suite() - Static method in class org.apache.velocity.test.IntrospectorTestCase
Get the containing TestSuite.
suite() - Static method in class org.apache.velocity.test.IntrospectorTestCase2
Get the containing TestSuite.
suite() - Static method in class org.apache.velocity.test.IntrospectorTestCase3
 
suite() - Static method in class org.apache.velocity.test.MethodInvocationExceptionTest
 
suite() - Static method in class org.apache.velocity.test.MiscTestCase
 
suite() - Static method in class org.apache.velocity.test.MultiLoaderTestCase
 
suite() - Static method in class org.apache.velocity.test.MultipleFileResourcePathTest
 
suite() - Static method in class org.apache.velocity.test.ParserTestCase
 
suite() - Static method in class org.apache.velocity.test.ResourceLoaderInstanceTest
 
suite() - Static method in class org.apache.velocity.test.TemplateTestCase
 
suite() - Static method in class org.apache.velocity.test.TestNumberMethodCalls
 
suite() - Static method in class org.apache.velocity.test.TexenClasspathTestCase
 
suite() - Static method in class org.apache.velocity.test.TexenTestCase
 
suite() - Static method in class org.apache.velocity.test.VelocimacroTestCase
 
suite() - Static method in class org.apache.velocity.test.VelocityAppTestCase
 
suite() - Static method in class org.apache.velocity.test.VelocityServletTest
 
suite() - Static method in class org.apache.velocity.util.TestSimplePool
 
SwitchTo(int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
 

T

Template - Class in org.apache.velocity
This class is used for controlling all template operations.
Template() - Constructor for class org.apache.velocity.Template
Default constructor
TEMPLATE_PATH - Static variable in class org.apache.velocity.texen.Generator
Where the velocity templates live.
templateExists(String) - Static method in class org.apache.velocity.app.Velocity
Deprecated. Use resourceExists(String) instead.
templateExists(String) - Method in class org.apache.velocity.app.VelocityEngine
Deprecated. Use resourceExists(String) instead.
TemplateNodeView - Class in org.apache.velocity.test.view
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.
TemplateNumber - Interface in org.apache.velocity.util
Any object in the context which implements TemplateNumber will be treated as a number for the purposes of arithmetic operations and comparison.
templatePath - Variable in class org.apache.velocity.texen.ant.TexenTask
This is where Velocity will look for templates using the file template loader.
TemplateTestBase - Interface in org.apache.velocity.test
This is a base interface that contains a bunch of static final strings that are of use when testing templates.
TemplateTestCase - Class in org.apache.velocity.test
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 in org.apache.velocity.test
Test suite for Templates.
TemplateTestSuite() - Constructor for class org.apache.velocity.test.TemplateTestSuite
Creates an instace of the Apache Velocity test suite.
Test - Class in org.apache.velocity.test.misc
This class the testbed for Velocity.
Test(String, String) - Constructor for class org.apache.velocity.test.misc.Test
 
TEST_CASE_PROPERTIES - Static variable in interface org.apache.velocity.test.TemplateTestBase
Properties file that lists which template tests to run.
testAdd() - Method in class org.apache.velocity.test.ArithmeticTestCase
 
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.
testCompare() - Method in class org.apache.velocity.test.ArithmeticTestCase
 
testDivide() - Method in class org.apache.velocity.test.ArithmeticTestCase
 
testEquals() - Method in class org.apache.velocity.test.ParserTestCase
Test to make sure that using '=' in #if() throws a PEE
testIsZero() - Method in class org.apache.velocity.test.ArithmeticTestCase
Test additional functions
testMacro() - Method in class org.apache.velocity.test.ParserTestCase
Test to see if we force the first arg to #macro() to be a word
testMaxNbrLoopsConstraint() - Method in class org.apache.velocity.test.ForeachTest
Tests limiting of the number of loop iterations.
testMethodCall() - Method in class org.apache.velocity.test.ForeachTest
Tests proper method execution during a Foreach loop with items of varying classes.
testModulo() - Method in class org.apache.velocity.test.ArithmeticTestCase
 
testMultiply() - Method in class org.apache.velocity.test.ArithmeticTestCase
 
TestNumber - Class in org.apache.velocity.test.provider
Used for testing purposes to check that an object implementing TemplateNumber will be treated as a Number.
TestNumber(double) - Constructor for class org.apache.velocity.test.provider.TestNumber
 
TestNumberMethodCalls - Class in org.apache.velocity.test
Used to check that method calls with number parameters are executed correctly.
TestNumberMethodCalls() - Constructor for class org.apache.velocity.test.TestNumberMethodCalls
Default constructor.
testPool() - Method in class org.apache.velocity.util.TestSimplePool
 
TestProvider - Class in org.apache.velocity.test.provider
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
 
TestSimplePool - Class in org.apache.velocity.util
Simpletest for the SimplePool
TestSimplePool(String) - Constructor for class org.apache.velocity.util.TestSimplePool
 
testSubtract() - Method in class org.apache.velocity.test.ArithmeticTestCase
 
TexenClasspathTestCase - Class in org.apache.velocity.test
This is a test case for Texen.
TexenClasspathTestCase() - Constructor for class org.apache.velocity.test.TexenClasspathTestCase
Creates a new instance.
TexenTask - Class in org.apache.velocity.texen.ant
An ant task for generating output by using Velocity
TexenTask() - Constructor for class org.apache.velocity.texen.ant.TexenTask
 
TexenTestCase - Class in org.apache.velocity.test
This is a test case for Texen.
TexenTestCase() - Constructor for class org.apache.velocity.test.TexenTestCase
Creates a new instance.
Text() - Method in class org.apache.velocity.runtime.parser.Parser
This method is responsible for allowing all non-grammar text to pass through unscathed.
TEXT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
theAPLRules() - Method in class org.apache.velocity.test.provider.TestProvider
 
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
TMPL_FILE_EXT - Static variable in interface org.apache.velocity.test.TemplateTestBase
VTL file extension.
toArray() - Method in class org.apache.velocity.anakia.NodeList
 
toArray(Object[]) - Method in class org.apache.velocity.anakia.NodeList
 
toBigDecimal(Number) - Static method in class org.apache.velocity.runtime.parser.node.MathUtils
Convert the given Number to a BigDecimal
toBigInteger(Number) - Static method in class org.apache.velocity.runtime.parser.node.MathUtils
Convert the given Number to a BigInteger
token - Variable in class org.apache.velocity.runtime.parser.Parser
 
Token - Class in org.apache.velocity.runtime.parser
Describes the input token stream.
Token() - Constructor for class org.apache.velocity.runtime.parser.Token
 
token_source - Variable in class org.apache.velocity.runtime.parser.Parser
 
tokenImage - Variable in exception 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
 
tokenLiteral(Token) - Static method in class org.apache.velocity.runtime.parser.node.NodeUtils
complete node literal
TokenMgrError - Error in org.apache.velocity.runtime.parser
 
TokenMgrError() - Constructor for error org.apache.velocity.runtime.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.apache.velocity.runtime.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error 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(String) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
toString() - Method in class org.apache.velocity.runtime.parser.Token
Returns the image.
toString() - Method in class org.apache.velocity.test.provider.TestProvider
 
toString() - Method in class org.apache.velocity.util.introspection.Info
Formats a textual representation of this object as SOURCE [line X, column Y].
touch() - Method in class org.apache.velocity.runtime.resource.Resource
'Touch' this template and thereby resetting the nextCheck field.
TreeWalker - Class in org.apache.velocity.anakia
This class allows you to walk a tree of JDOM Element objects.
TreeWalker() - Constructor for class org.apache.velocity.anakia.TreeWalker
Empty constructor
True() - Method in class org.apache.velocity.runtime.parser.Parser
 
TRUE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
typesBySize - Static variable in class org.apache.velocity.runtime.parser.node.MathUtils
The "size" of the number-types - ascending.

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 - Interface in org.apache.velocity.util.introspection
'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 in org.apache.velocity.util.introspection
Implementation of Uberspect to provide the default introspective functionality of Velocity
UberspectImpl() - Constructor for class org.apache.velocity.util.introspection.UberspectImpl
 
UberspectImpl.VelGetterImpl - Class in org.apache.velocity.util.introspection
 
UberspectImpl.VelGetterImpl(AbstractExecutor) - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
 
UberspectImpl.VelMethodImpl - Class in org.apache.velocity.util.introspection
Implementation of VelMethod
UberspectImpl.VelMethodImpl(Method) - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
 
UberspectImpl.VelSetterImpl - Class in org.apache.velocity.util.introspection
 
UberspectImpl.VelSetterImpl(VelMethod) - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
 
UberspectImpl.VelSetterImpl(VelMethod, String) - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
 
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
useClasspath - Variable in class org.apache.velocity.texen.ant.TexenTask
Property which controls whether the classpath will be used when trying to locate templates.
useResourceLoaderCache - Variable in class org.apache.velocity.texen.ant.TexenTask
Property which controls whether the resource loader will be told to cache.

V

val - Variable in class org.apache.velocity.runtime.parser.node.ASTEscape
 
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.ASTAndNode
Returns the value of the expression.
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.ASTEQNode
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTExpression
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTFalse
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTGENode
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTGTNode
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTIntegerLiteral
 
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.ASTLENode
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTLTNode
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTMap
Evaluate the node.
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTModNode
 
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.ASTNENode
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTNotNode
 
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 class org.apache.velocity.runtime.parser.node.ASTReference
 
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.ASTSubtractNode
computes the value of the subtraction.
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTTrue
 
value(InternalContextAdapter) - Method in interface org.apache.velocity.runtime.parser.node.Node
 
value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
 
ve - Variable in class org.apache.velocity.texen.Generator
Velocity engine.
VelMethod - Interface in org.apache.velocity.util.introspection
Method used for regular method invocation $foo.bar()
VelocimacroFactory - Class in org.apache.velocity.runtime
VelocimacroFactory.java manages the set of VMs in a running Velocity engine.
VelocimacroFactory(RuntimeServices) - Constructor for class org.apache.velocity.runtime.VelocimacroFactory
CTOR : requires a runtime services from now on
VelocimacroManager - Class in org.apache.velocity.runtime
Manages VMs in namespaces.
VelocimacroManager.MacroEntry - Class in org.apache.velocity.runtime
wrapper class for holding VM information
VelocimacroProxy - Class in org.apache.velocity.runtime.directive
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 in org.apache.velocity.test
This class tests strange Velocimacro issues.
VelocimacroTestCase() - Constructor for class org.apache.velocity.test.VelocimacroTestCase
 
Velocity - Class in org.apache.velocity.app
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 in org.apache.velocity.test
This class is intended to test the app.Velocity.java class.
VelocityAppTestCase() - Constructor for class org.apache.velocity.test.VelocityAppTestCase
 
VelocityCharStream - Class in org.apache.velocity.runtime.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
VelocityCharStream(Reader, 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(InputStream, int, int, int) - Constructor for class org.apache.velocity.runtime.parser.VelocityCharStream
 
VelocityCharStream(InputStream, int, int) - Constructor for class org.apache.velocity.runtime.parser.VelocityCharStream
 
VelocityContext - Class in org.apache.velocity
General purpose implemention of the application Context interface for general application use.
VelocityContext() - Constructor for class org.apache.velocity.VelocityContext
Creates a new instance (with no inner context).
VelocityContext(Map) - Constructor for class org.apache.velocity.VelocityContext
Creates a new instance with the provided storage (and no inner context).
VelocityContext(Context) - Constructor for class org.apache.velocity.VelocityContext
Chaining constructor, used when you want to wrap a context in another.
VelocityContext(Map, Context) - Constructor for class org.apache.velocity.VelocityContext
Initializes internal storage (never to null), and inner context.
VelocityEngine - Class in org.apache.velocity.app
This class provides a separate new-able instance of the Velocity template engine.
VelocityEngine() - Constructor for class org.apache.velocity.app.VelocityEngine
Init-less CTOR
VelocityEngine(String) - Constructor for class org.apache.velocity.app.VelocityEngine
CTOR that invokes an init(String), initializing the engine using the properties file specified
VelocityEngine(Properties) - Constructor for class org.apache.velocity.app.VelocityEngine
CTOR that invokes an init(String), initializing the engine using the Properties specified
VelocityException - Exception in org.apache.velocity.exception
Base class for Velocity exceptions thrown to the application layer.
VelocityException(String) - Constructor for exception org.apache.velocity.exception.VelocityException
 
VelocityFormatter - Class in org.apache.velocity.app.tools
Formatting tool for inserting into the Velocity WebContext.
VelocityFormatter(Context) - Constructor for class org.apache.velocity.app.tools.VelocityFormatter
Constructor needs a backpointer to the context.
VelocityFormatter.VelocityAlternator - Class in org.apache.velocity.app.tools
Class that returns alternating values in a template.
VelocityFormatter.VelocityAlternator(String[]) - Constructor for class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
Constructor takes an array of Strings.
VelocityFormatter.VelocityAutoAlternator - Class in org.apache.velocity.app.tools
As VelocityAlternator, but calls alternate() automatically on rendering in a template.
VelocityFormatter.VelocityAutoAlternator(String[]) - Constructor for class org.apache.velocity.app.tools.VelocityFormatter.VelocityAutoAlternator
Constructor takes an array of Strings.
VelocityServlet - Class in org.apache.velocity.servlet
Deprecated. This servlet has been replaced by VelocityViewServlet, available from the Velocity-Tools sub-project. VelocityViewServlet provides support for quick, clean MVC web development. VelocityServlet will be removed in a future version of Velocity.
VelocityServlet() - Constructor for class org.apache.velocity.servlet.VelocityServlet
Deprecated.  
VelocityServletTest - Class in org.apache.velocity.test
Tests our VelocityServlet implementation.
VelocityServletTest() - Constructor for class org.apache.velocity.test.VelocityServletTest
Default constructor.
VelocityWriter - Class in org.apache.velocity.io
Implementation of a fast Writer.
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 in org.apache.velocity.util.introspection
Interface defining a 'getter'.
VelPropertySet - Interface in org.apache.velocity.util.introspection
Interface used for setting values that appear to be properties in Velocity.
visit(SimpleNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTprocess, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTComment, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTFloatingPointLiteral, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTIntegerLiteral, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTStringLiteral, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTIdentifier, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTWord, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTDirective, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTBlock, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTObjectArray, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTMethod, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTReference, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTTrue, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTFalse, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTText, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTIfStatement, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTElseStatement, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTElseIfStatement, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTSetDirective, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTExpression, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTAssignment, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTOrNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTAndNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTEQNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTNENode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTLTNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTGTNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTLENode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTGENode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTAddNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTSubtractNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTMulNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTDivNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTModNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTNotNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(SimpleNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTprocess, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTExpression, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTAssignment, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTOrNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTAndNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTEQNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTNENode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTLTNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTGTNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTLENode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTGENode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTAddNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTSubtractNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTMulNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTDivNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTModNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTNotNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTIntegerLiteral, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTFloatingPointLiteral, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTStringLiteral, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTIdentifier, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTMethod, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTReference, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTTrue, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTFalse, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTBlock, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTText, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTIfStatement, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTElseStatement, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTElseIfStatement, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTComment, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTObjectArray, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTWord, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTSetDirective, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTDirective, 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
visit(ASTprocess, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTprocess node
visit(ASTExpression, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTExpression node
visit(ASTAssignment, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTAssignment node ( = )
visit(ASTOrNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTOrNode ( || )
visit(ASTAndNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTAndNode ( && )
visit(ASTEQNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTEQNode ( == )
visit(ASTNENode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTNENode ( !
visit(ASTLTNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTLTNode ( < )
visit(ASTGTNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTGTNode ( > )
visit(ASTLENode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTLENode ( <= )
visit(ASTGENode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTGENode ( >= )
visit(ASTAddNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTAddNode ( + )
visit(ASTSubtractNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTSubtractNode ( - )
visit(ASTMulNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTMulNode ( * )
visit(ASTDivNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTDivNode ( / )
visit(ASTModNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTModNode ( % )
visit(ASTNotNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTNotNode ( !
visit(ASTFloatingPointLiteral, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTFloatingPointLiteral node
visit(ASTIntegerLiteral, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTIntegerLiteral node
visit(ASTStringLiteral, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTStringLiteral node
visit(ASTIdentifier, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTIdentifier node
visit(ASTMethod, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTMethod node
visit(ASTReference, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTReference node
visit(ASTTrue, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTTrue node
visit(ASTFalse, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTFalse node
visit(ASTBlock, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTBlock node
visit(ASTText, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTText node
visit(ASTIfStatement, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTIfStatement node
visit(ASTElseStatement, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTElseStatement node
visit(ASTElseIfStatement, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
Display an ASTElseIfStatement node
visit(ASTObjectArray, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTDirective, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTWord, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTSetDirective, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
 
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
VM_CONTEXT_LOCALSCOPE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
switch for local context in VM : default false
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_LIBRARY_DEFAULT - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
Default Velocimacro library template.
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 in org.apache.velocity.context
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
VMProxyArg - Class in org.apache.velocity.runtime.directive
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
VMReferenceMungeVisitor - Class in org.apache.velocity.runtime.visitor
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

WHITESPACE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
Word() - Method in class org.apache.velocity.runtime.parser.Parser
 
WORD - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
 
wrapPrimitive(long, Class) - Static method in class org.apache.velocity.runtime.parser.node.MathUtils
Wrap the given primitive into the given class if the value is in the range of the destination type.
write(int) - Method in class org.apache.velocity.io.VelocityWriter
Write a single character.
write(char[], int, int) - Method in class org.apache.velocity.io.VelocityWriter
Write a portion of an array of characters.
write(char[]) - Method in class org.apache.velocity.io.VelocityWriter
Write an array of characters.
write(String, int, int) - Method in class org.apache.velocity.io.VelocityWriter
Write a portion of a String.
write(String) - Method in class org.apache.velocity.io.VelocityWriter
Write a string.
writer - Variable in class org.apache.velocity.runtime.visitor.BaseVisitor
Writer used as the output sink

X

XPathTool - Class in org.apache.velocity.anakia
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

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

Copyright © 2002 Apache Software Foundation. All Rights Reserved.