A B C D E F G H I J K L M N O P Q R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractChainableUberspector - Class in org.apache.velocity.util.introspection
-
Default implementation of a
chainable uberspector
that forwards all calls to the wrapped uberspector (when that is possible). - AbstractChainableUberspector() - Constructor for class org.apache.velocity.util.introspection.AbstractChainableUberspector
- 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
- active - Variable in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
- 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.
- addDirective(Directive) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Programatically add a directive.
- addEntries(Hashtable) - Method in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
-
Copy all the entries into the entryDirectory It will overwrite any duplicate keys.
- addEscapes(String) - Static method in 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.
- addIncludeEventHandler(IncludeEventHandler) - Method in class org.apache.velocity.app.event.EventCartridge
-
Add an include event handler to the Cartridge.
- addInvalidReferenceEventHandler(InvalidReferenceEventHandler) - Method in class org.apache.velocity.app.event.EventCartridge
-
Add an invalid reference event handler to the Cartridge.
- AdditiveExpression() - Method in class org.apache.velocity.runtime.parser.Parser
- addMethodExceptionHandler(MethodExceptionEventHandler) - Method in class org.apache.velocity.app.event.EventCartridge
-
Add a method exception event handler to the Cartridge.
- addNamespace(String) - Method in class org.apache.velocity.runtime.VelocimacroManager
-
adds a namespace to the namespaces
- addNewAllowed - Variable in class org.apache.velocity.runtime.VelocimacroFactory
-
controls if new VMs can be added.
- addNullSetEventHandler(NullSetEventHandler) - Method in class org.apache.velocity.app.event.EventCartridge
-
Add a null set event handler to the Cartridge.
- addObject(Object) - Method in class org.apache.velocity.app.FieldMethodizer
-
Add an Object to methodize
- addObject(String) - Method in class org.apache.velocity.app.FieldMethodizer
-
Add the Name of the class to methodize
- addProperty(String, Object) - 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) - 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.
- addReferenceInsertionEventHandler(ReferenceInsertionEventHandler) - Method in class org.apache.velocity.app.event.EventCartridge
-
Add a reference insertion event handler to the Cartridge.
- addVelocimacro(String, String, String[], String) - Static method in class org.apache.velocity.runtime.Runtime
-
Deprecated.Just like the whole class....
- addVelocimacro(String, String, String[], String) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Deprecated.Use addVelocimacro(String, Node, String[], String) instead
- addVelocimacro(String, String, String[], String) - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Deprecated.Use addVelocimacro(String, Node, String[], String) instead
- addVelocimacro(String, String, String[], String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Deprecated.Use addVelocimacro(String, Node, String[], String) instead
- addVelocimacro(String, String, String[], String) - Method in class org.apache.velocity.runtime.VelocimacroFactory
-
Adds a macro to the factory.
- addVelocimacro(String, Node, String[], String) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Adds a new Velocimacro.
- addVelocimacro(String, Node, String[], String) - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Adds a new Velocimacro.
- addVelocimacro(String, Node, String[], String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Adds a new Velocimacro.
- addVelocimacro(String, Node, String[], String) - Method in class org.apache.velocity.runtime.VelocimacroFactory
-
Adds a macro to the factory.
- addVM(String, Node, String[], String, boolean) - Method in class org.apache.velocity.runtime.VelocimacroManager
-
Adds a VM definition to the cache.
- addVMProxyArg(InternalContextAdapter, String, String, Node) - Method in class org.apache.velocity.context.ProxyVMContext
-
Used to put Velocity macro arguments into this context.
- addVMProxyArg(InternalContextAdapter, String, String, Renderable) - Method in class org.apache.velocity.context.ProxyVMContext
-
Used to put Velocity macro bodyContext arguments into this context.
- adjMinusIndexArg(Object, Object, InternalContextAdapter, SimpleNode) - Static method in class org.apache.velocity.runtime.parser.node.ASTIndex
-
If argument is an Integer and negative, then return (o.size() - argument).
- adjTokenLineNums(Node) - Method in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
-
Adjust all the line and column numbers that comprise a node so that they are corrected for the string literals position within the template file.
- 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.
- allEmpty(List) - Method in class org.apache.velocity.util.StringUtils
-
Check to see if all the string objects passed in are empty.
- allowNull - Variable in class org.apache.velocity.runtime.parser.node.ASTSetDirective
- ALPHA_CHAR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- ALPHANUM_CHAR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- alternate() - Method in class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
-
Deprecated.Alternates to the next in the list.
- alternates - Variable in class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
-
Deprecated.
- AmbiguousException() - Constructor for exception org.apache.velocity.util.introspection.MethodMap.AmbiguousException
- appendTemplateInfo(StringBuffer) - Method in exception org.apache.velocity.runtime.directive.MacroParseException
- appendTemplateInfo(StringBuffer) - Method in exception org.apache.velocity.runtime.parser.TemplateParseException
- applicationAttributes - Variable in class org.apache.velocity.runtime.RuntimeInstance
- arg - Variable in class org.apache.velocity.runtime.parser.Parser.JJCalls
- argArray - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
- argArray - Variable in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
- array - Variable in class org.apache.velocity.util.ArrayIterator
-
The objects to iterate.
- array - Variable in class org.apache.velocity.util.ArrayListWrapper
- 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.
- ArrayListWrapper - Class in org.apache.velocity.util
-
A class that wraps an array with a List interface.
- ArrayListWrapper(Object) - Constructor for class org.apache.velocity.util.ArrayListWrapper
- assembleResourceLoaderInitializers() - Method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
-
This will produce a List of Hashtables, each hashtable contains the intialization info for a particular resource loader.
- Assignment() - Method in class org.apache.velocity.runtime.parser.Parser
- ASTAddNode - Class in org.apache.velocity.runtime.parser.node
-
Handles number addition of nodes.
Please look at the Parser.jjt file which is what controls the generation of this class. - ASTAddNode(int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTAddNode
- ASTAddNode(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.
Please look at the Parser.jjt file which is what controls the generation of this class. - 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.
Please look at the Parser.jjt file which is what controls the generation of this class. - 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
- astIndex - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
-
non null Indicates if we are setting an index reference e.g, $foo[2], which basically means that the last syntax of the reference are brackets.
- ASTIndex - Class in org.apache.velocity.runtime.parser.node
-
This node is responsible for the bracket notation at the end of a reference, e.g., $foo[1]
- ASTIndex(int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTIndex
- ASTIndex(Parser, int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTIndex
- 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
-
handles the range 'operator' [ n ..
- 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.
Please look at the Parser.jjt file which is what controls the generation of this class. - 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.
Please look at the Parser.jjt file which is what controls the generation of this class. - 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
- ASTMathNode - Class in org.apache.velocity.runtime.parser.node
-
Helps handle math
Please look at the Parser.jjt file which is what controls the generation of this class. - ASTMathNode(int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTMathNode
- ASTMathNode(Parser, int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTMathNode
- 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
- ASTMethod.MethodCacheKey - Class in org.apache.velocity.runtime.parser.node
-
Internal class used as key for method cache.
- ASTModNode - Class in org.apache.velocity.runtime.parser.node
-
Handles modulus division
Please look at the Parser.jjt file which is what controls the generation of this class. - ASTModNode(int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTModNode
- ASTModNode(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 != arg2
This operator requires that the LHS and RHS are both of the same Class OR both are subclasses of java.lang.Number - 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
- 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
- ASTTextblock - Class in org.apache.velocity.runtime.parser.node
-
This node holds the "Textblock" data which should not be interpreted by Velocity.
- ASTTextblock(int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTTextblock
- ASTTextblock(Parser, int) - Constructor for class org.apache.velocity.runtime.parser.node.ASTTextblock
- 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.ChainedInternalContextAdapter
- attachEventCartridge(EventCartridge) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- attachEventCartridge(EventCartridge) - Method in class org.apache.velocity.context.InternalContextBase
- attachEventCartridge(EventCartridge) - Method in interface org.apache.velocity.context.InternalEventContext
- attachToContext(Context) - Method in class org.apache.velocity.app.event.EventCartridge
-
Attached the EventCartridge to the context Final because not something one should mess with lightly :)
- autoFlush - Variable in class org.apache.velocity.io.VelocityWriter
- autoReloadLibrary - Variable in class org.apache.velocity.runtime.VelocimacroFactory
-
determines if the libraries are auto-loaded when they change
- available - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- available() - Method in class org.apache.velocity.io.UnicodeInputStream
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
- badArgsErrorMsg - Variable in class org.apache.velocity.runtime.directive.RuntimeMacro
-
badArgsErrorMsg will be non null if the arguments to this macro are deamed bad at init time, see the init method.
- badClasses - Variable in class org.apache.velocity.util.introspection.SecureIntrospectorImpl
- badPackages - Variable in class org.apache.velocity.util.introspection.SecureIntrospectorImpl
- 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.
- 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 - Variable in class org.apache.velocity.runtime.directive.Block
- Block - Class in org.apache.velocity.runtime.directive
-
Directive that puts an unrendered AST block in the context under the specified key, postponing rendering until the reference is used and rendered.
- Block() - Constructor for class org.apache.velocity.runtime.directive.Block
- BLOCK - Static variable in interface org.apache.velocity.runtime.directive.DirectiveConstants
-
Block directive indicator
- Block.Reference - Class in org.apache.velocity.runtime.directive
-
actual class placed in the context, holds the context being used for the render, as well as the parent (which already holds everything else we need).
- BlockMacro - Class in org.apache.velocity.runtime.directive
-
BlockMacro directive is used to invoke Velocity macros with normal parameters and a macro body.
- BlockMacro(String) - Constructor for class org.apache.velocity.runtime.directive.BlockMacro
- body - Variable in class org.apache.velocity.runtime.resource.util.StringResource
-
template body
- bodyReference - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
- 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(Log, Introspector, Class, String) - Constructor for class org.apache.velocity.runtime.parser.node.BooleanPropertyExecutor
- BooleanPropertyExecutor(RuntimeLogger, Introspector, Class, String) - Constructor for class org.apache.velocity.runtime.parser.node.BooleanPropertyExecutor
-
Deprecated.RuntimeLogger is deprecated. Use the other constructor.
- BRACKETED_WORD - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- Break - Class in org.apache.velocity.runtime.directive
-
Break directive used for interrupting scopes.
- Break() - Constructor for class org.apache.velocity.runtime.directive.Break
- buf - Variable in class org.apache.velocity.io.UnicodeInputStream
-
Buffer for BOM reading
- bufcolumn - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- buffer - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- bufferOverflow() - Method in class org.apache.velocity.io.VelocityWriter
- bufferSize - Variable in class org.apache.velocity.io.VelocityWriter
- bufline - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- bufpos - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- bufsize - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- buildErrorMsg(Node, int) - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
-
Build an error message for not providing the correct number of arguments
- bytes - Variable in class org.apache.velocity.io.UnicodeInputStream.UnicodeBOM
C
- cache - Variable in class org.apache.velocity.runtime.resource.ResourceCacheImpl
-
Cache storage, assumed to be thread-safe.
- cache - Variable in class org.apache.velocity.util.introspection.ClassMap.MethodCache
-
Cache of Methods, or CACHE_MISS, keyed by method name and actual arguments used to find it.
- CACHE_MISS - Static variable in class org.apache.velocity.util.introspection.ClassMap.MethodCache
- CACHEDUMP_MSG - Static variable in class org.apache.velocity.util.introspection.IntrospectorCacheImpl
-
define a public string so that it can be looked for if interested
- callEventHandlers(Iterator, Iterator, EventHandlerMethodExecutor) - Static method in class org.apache.velocity.app.event.EventHandlerUtil
-
Loop through both the application level and context-attached event handlers.
- canAddVelocimacro(String, String) - Method in class org.apache.velocity.runtime.VelocimacroFactory
-
determines if a given macro/namespace (name, source) combo is allowed to be added
- capitalizeFirstLetter(String) - Static method in class org.apache.velocity.util.StringUtils
-
Capitalize the first letter but leave the rest as they are.
- carr - Variable in class org.apache.velocity.runtime.parser.node.ASTComment
- causesAllowed - Static variable in class org.apache.velocity.util.ExceptionUtils
- cb - Variable in class org.apache.velocity.io.VelocityWriter
- ChainableUberspector - Interface in org.apache.velocity.util.introspection
-
Interface that marks uberspectors as chainable, meaning that multiple uberspectors can be combined in a chain (using the Decorator pattern).
- ChainedInternalContextAdapter - Class in org.apache.velocity.context
-
This is an abstract internal-use-only context implementation to be used as a subclass for other internal-use-only contexts that wrap other internal-use-only contexts.
- ChainedInternalContextAdapter(InternalContextAdapter) - Constructor for class org.apache.velocity.context.ChainedInternalContextAdapter
-
CTOR, wraps an ICA
- CharStream - Interface in org.apache.velocity.runtime.parser
-
This interface describes a character stream that maintains line and column number positions of the characters.
- checkArgs(InternalContextAdapter, Node, boolean) - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
-
check if we are calling this macro with the right number of arguments.
- checkArgs(RuntimeServices, Token, Node, String) - Static method in class org.apache.velocity.runtime.directive.Macro
-
Used by Parser.java to do further parameter checking for macro arguments.
- checkObjectExecutePermission(Class, String) - Method in interface org.apache.velocity.util.introspection.SecureIntrospectorControl
-
Determine which methods and classes to prevent from executing.
- checkObjectExecutePermission(Class, String) - Method in class org.apache.velocity.util.introspection.SecureIntrospectorImpl
-
Determine which methods and classes to prevent from executing.
- 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
- 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.
- chute - Variable in class org.apache.velocity.runtime.log.Log
- ClassMap - Class in org.apache.velocity.util.introspection
-
A cache of introspection information for a specific class instance.
- ClassMap(Class, Log) - Constructor for class org.apache.velocity.util.introspection.ClassMap
-
Standard constructor
- ClassMap.MethodCache - Class in org.apache.velocity.util.introspection
-
This is the cache to store and look up the method information.
- classMapCache - Variable in class org.apache.velocity.util.introspection.IntrospectorCacheImpl
-
Holds the method maps for the classes we know about.
- className - Variable in class org.apache.velocity.runtime.resource.loader.ResourceLoader
-
Class name for this loader, for logging/debuggin purposes.
- classNameCache - Variable in class org.apache.velocity.util.introspection.IntrospectorCacheImpl
-
Keep the names of the classes in another map.
- 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
- ClassUtils - Class in org.apache.velocity.util
-
Simple utility functions for manipulating classes and resources from the classloader.
- ClassUtils() - Constructor for class org.apache.velocity.util.ClassUtils
-
Utility class; cannot be instantiated.
- claz - Variable in class org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor
- clazz - Variable in class org.apache.velocity.util.introspection.ClassMap
-
Class passed into the constructor used to as the basis for the Method map.
- clean(InternalContextAdapter, Object, Object, Object) - Method in class org.apache.velocity.runtime.directive.Foreach
- clear() - Method in class org.apache.velocity.io.VelocityWriter
-
Discard the output buffer.
- clear() - Method in interface org.apache.velocity.util.introspection.IntrospectorCache
-
Clears the internal cache.
- clear() - Method in class org.apache.velocity.util.introspection.IntrospectorCacheImpl
-
Clears the internal cache.
- clearNodeScope(Node) - Method in class org.apache.velocity.runtime.parser.JJTParserState
- 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) - 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.
- clearRepositories() - Static method in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
-
Removes all statically stored
StringResourceRepository
s. - clearStateVars() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
-
Clears all state variables, resets to start values, clears stateStack.
- clone() - Method in class org.apache.velocity.VelocityContext
-
Clones this context object.
- close() - Method in class org.apache.velocity.io.UnicodeInputStream
- close() - Method in class org.apache.velocity.io.VelocityWriter
-
Close the stream.
- close() - Method in class org.apache.velocity.runtime.resource.loader.JarHolder
- closeDbConnection(Connection) - Method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
-
Closes connection to the datasource
- closeJar(String) - Method in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
-
Closes a Jar file and set its URLConnection to null.
- closeNodeScope(Node, boolean) - Method in class org.apache.velocity.runtime.parser.JJTParserState
- closeNodeScope(Node, int) - Method in class org.apache.velocity.runtime.parser.JJTParserState
- closeQuiet(InputStream) - Method in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
- closeResultSet(ResultSet) - Method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
-
Closes the result set.
- closeStatement(PreparedStatement) - Method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
-
Closes the PreparedStatement.
- col - Variable in exception org.apache.velocity.exception.TemplateInitException
- 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
-
RegularExpression Id.
- column - Variable in class org.apache.velocity.runtime.directive.Directive
- column - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- column - Variable in class org.apache.velocity.util.introspection.Info
- columnNumber - Variable in exception org.apache.velocity.exception.MethodInvocationException
- columnNumber - Variable in exception org.apache.velocity.exception.ParseErrorException
-
The column number of the parsing error, or -1 if not defined.
- COMMA - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- 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
- compare(Class[], Class[]) - Static method in class org.apache.velocity.util.introspection.MethodMap
-
Determines which method signature (represented by a class array) is more specific.
- compare(Number, Number) - Static method in class org.apache.velocity.runtime.parser.node.MathUtils
-
Compare two numbers.
- computableReference - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
- concat(List) - Method in class org.apache.velocity.util.StringUtils
-
Concatenates a list of objects as a String.
- concurrentHashMapConstructor - Static variable in class org.apache.velocity.util.MapFactory
- ConditionalAndExpression() - Method in class org.apache.velocity.runtime.parser.Parser
- ConditionalOrExpression() - Method in class org.apache.velocity.runtime.parser.Parser
- configuration - Variable in class org.apache.velocity.runtime.RuntimeInstance
-
Object that houses the configuration options for the velocity runtime.
- conn - Variable in class org.apache.velocity.runtime.resource.loader.JarHolder
- containsKey(Object) - Method in class org.apache.velocity.context.AbstractContext
-
Indicates whether the specified key is in the context.
- containsKey(Object) - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- 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.EvaluateContext
-
Deprecated.
- containsKey(Object) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- containsKey(Object) - Method in class org.apache.velocity.context.ProxyVMContext
- containsLineComment - Variable in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
-
true if the string contains a line comment (##)
- 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 - Variable in class org.apache.velocity.app.event.implement.IncludeNotFound
- context - Variable in class org.apache.velocity.app.event.IncludeEventHandler.IncludeEventExecutor
- context - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor
- context - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor
- context - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidSetMethodExecutor
- context - Variable in class org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor
- context - Variable in class org.apache.velocity.app.event.NullSetEventHandler.ShouldLogOnNullSetExecutor
- context - Variable in class org.apache.velocity.app.event.ReferenceInsertionEventHandler.referenceInsertExecutor
- context - Variable in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.
- context - Variable in class org.apache.velocity.context.InternalContextAdapterImpl
-
the user data Context that we are wrapping
- context - Variable in class org.apache.velocity.runtime.directive.Block.Reference
- context - Variable in class org.apache.velocity.runtime.visitor.BaseVisitor
-
Context used during traversal
- context - Variable in class org.apache.velocity.VelocityContext
-
Storage for key/value pairs.
- Context - Interface in org.apache.velocity.context
-
Interface describing the application data context.
- ContextAware - Interface in org.apache.velocity.util
-
Event handlers implementing this interface will automatically have the method setContext called before each event.
- contextData - Variable in class org.apache.velocity.util.introspection.IntrospectionCacheData
-
Class of context data object associated with the introspection information
- convertPrimitives - Static variable in class org.apache.velocity.util.introspection.ClassMap.MethodCache
- 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
-
Counter reference name in #foreach directives.
- counterInitialValue - Variable in class org.apache.velocity.runtime.directive.Foreach
-
What value to start the loop counter at.
- counterName - Variable in class org.apache.velocity.runtime.directive.Foreach
-
The name of the variable to use when placing the counter value into the context.
- create(boolean) - Static method in class org.apache.velocity.util.MapFactory
-
Creates a new instance of a class that implements Map interface using the JDK defaults for initial size, load factor, etc.
- create(int, float, int, boolean) - Static method in class org.apache.velocity.util.MapFactory
-
Creates a new instance of a class that implements Map interface.
- createLogChute(RuntimeServices) - Static method in class org.apache.velocity.runtime.log.LogManager
- createMethodCache() - Method in class org.apache.velocity.util.introspection.ClassMap
-
Populate the Map of direct hits.
- createNewParser() - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Returns a JavaCC generated Parser.
- createNewParser() - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Create a new parser instance.
- createRepository(String, String) - Method in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
- createResource(String, int) - Method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
-
Create a new Resource of the specified type.
- createRuntimeException(String, Throwable) - Static method in class org.apache.velocity.util.ExceptionUtils
-
Create a new RuntimeException, setting the cause if possible.
- createWithCause(Class, String, Throwable) - Static method in class org.apache.velocity.util.ExceptionUtils
-
Create a new Exception, setting the cause if possible.
- ctext - Variable in class org.apache.velocity.runtime.parser.node.ASTEscape
- ctext - Variable in class org.apache.velocity.runtime.parser.node.ASTText
- ctext - Variable in class org.apache.velocity.runtime.parser.node.ASTTextblock
- ctx - Variable in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
- curChar - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- curLexState - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- current - Variable in class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
-
Deprecated.
- current - Variable in class org.apache.velocity.util.SimplePool
-
index of previous to next free slot
- currentResource - Variable in class org.apache.velocity.context.InternalContextBase
-
Current resource - used for carrying encoding and other information down into the rendering process
- currentResourcePath - Variable in class org.apache.velocity.app.event.IncludeEventHandler.IncludeEventExecutor
- currentTemplateName - Variable in class org.apache.velocity.runtime.parser.Parser
-
Name of current template we are parsing.
- 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
- dataSource - Variable in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
- dataSourceName - Variable in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
- 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
- debug(boolean, Object) - Method in class org.apache.velocity.runtime.log.LogDisplayWrapper
-
Log a debug message.
- debug(boolean, Object, Throwable) - Method in class org.apache.velocity.runtime.log.LogDisplayWrapper
-
Log a debug message and accompanying Throwable.
- debug(Object) - Static method in class org.apache.velocity.app.Velocity
-
Deprecated.Use getLog() and call debug() on it.
- debug(Object) - Method in class org.apache.velocity.app.VelocityEngine
-
Deprecated.Use getLog() and call warn() on it.
- debug(Object) - Method in class org.apache.velocity.runtime.log.Log
-
Log a debug message.
- debug(Object) - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- debug(Object) - Static method in class org.apache.velocity.runtime.Runtime
-
Deprecated.Log a debug message.
- debug(Object) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Deprecated.Use getLog() and call debug() on it.
- debug(Object) - Method in interface org.apache.velocity.runtime.RuntimeLogger
-
Deprecated.Use Log.debug(Object)
- debug(Object) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Deprecated.Use getLog() and call debug() on it.
- debug(Object, Throwable) - Method in class org.apache.velocity.runtime.log.Log
-
Log a debug message and accompanying Throwable.
- debug(Object, Throwable) - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- DEBUG_ID - Static variable in interface org.apache.velocity.runtime.log.LogChute
-
ID for debug messages.
- DEBUG_ID - Static variable in interface org.apache.velocity.runtime.log.LogSystem
-
Deprecated.ID for debug messages.
- DEBUG_ON - Static variable in interface org.apache.velocity.runtime.log.LogSystem
-
Deprecated.This is unused and meaningless
- DEBUG_PREFIX - Static variable in interface org.apache.velocity.runtime.log.LogChute
-
Prefix string for debug messages.
- DEBUG_PREFIX - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Deprecated.Use LogChute.DEBUG_PREFIX instead
- debugMode - Static variable in class org.apache.velocity.runtime.directive.Macro
- debugPrint - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- debugReflection - Static variable in class org.apache.velocity.util.introspection.ClassMap
-
Set true if you want to debug the reflection code
- debugStream - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
-
Debug output.
- 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
-
Lexical state.
- 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_LOG_NAME - Static variable in class org.apache.velocity.runtime.log.JdkLogChute
-
Default name for the JDK logger instance
- DEFAULT_NOT_FOUND - Static variable in class org.apache.velocity.app.event.implement.IncludeNotFound
- 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.
- defaultCharBufferSize - Static variable in class org.apache.velocity.io.VelocityWriter
- defaultLexState - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- Define - Class in org.apache.velocity.runtime.directive
-
Directive that puts an unrendered AST block in the context under the specified key, postponing rendering until the reference is used and rendered.
- Define() - Constructor for class org.apache.velocity.runtime.directive.Define
- DEFINE_DIRECTIVE_MAXDEPTH - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Maximum recursion depth allowed for the #define directive.
- depth - Variable in class org.apache.velocity.runtime.directive.Block.Reference
- DIGIT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- directive - Variable in class org.apache.velocity.runtime.directive.Scope.Info
- directive - Variable in class org.apache.velocity.runtime.parser.node.ASTDirective
- 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
-
Lexical state.
- DIRECTIVE_CHAR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- DIRECTIVE_IF_TOSTRING_NULLCHECK - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Indicates if toString() should be called during #if condition evaluation just to ensure it does not return null.
- DIRECTIVE_TERMINATOR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- DirectiveArg() - Method in class org.apache.velocity.runtime.parser.Parser
-
Supports the arguments for the Pluggable Directives
- DirectiveConstants - Interface in org.apache.velocity.runtime.directive
-
Base class for all directives used in Velocity.
- directiveName - Variable in class org.apache.velocity.app.event.IncludeEventHandler.IncludeEventExecutor
- directiveName - Variable in class org.apache.velocity.runtime.parser.node.ASTDirective
- disable_tracing() - Method in class org.apache.velocity.runtime.parser.Parser
-
Disable tracing.
- discover(Class) - Method in class org.apache.velocity.runtime.parser.node.GetExecutor
- discover(Class) - Method in class org.apache.velocity.runtime.parser.node.MapGetExecutor
- discover(Class) - Method in class org.apache.velocity.runtime.parser.node.MapSetExecutor
- discover(Class, Object) - Method in class org.apache.velocity.runtime.parser.node.PutExecutor
- 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
- discover(Class, String, Object) - Method in class org.apache.velocity.runtime.parser.node.SetPropertyExecutor
- 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
-
RegularExpression Id.
- doInvoke(Object, Object[]) - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
-
Offers an extension point for subclasses (in alternate Uberspects) to alter the invocation after any array wrapping or varargs handling has already been completed.
- DOLLAR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- DOLLARBANG - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- 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
- DOT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- DOUBLE_ESCAPE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- DOUBLEDOT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- dump(String) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
-
Override this method if you want to customize how the node dumps out its children.
- dumpLogMessages(LogSystem) - Method in class org.apache.velocity.runtime.log.PrimordialLogSystem
-
Deprecated.use transferTo(LogChute newChute)
- 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
- e - Variable in class org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor
- elementKey - Variable in class org.apache.velocity.runtime.directive.Foreach
-
The reference name used to access each of the elements in the list object.
- ELSE_DIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- ELSEIF_DIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- ElseIfStatement() - Method in class org.apache.velocity.runtime.parser.Parser
- ElseStatement() - Method in class org.apache.velocity.runtime.parser.Parser
- EMPTY_INDEX - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- enable_tracing() - Method in class org.apache.velocity.runtime.parser.Parser
-
Enable tracing.
- enabled - Variable in class org.apache.velocity.runtime.log.SystemLogChute
- encoding - Variable in class org.apache.velocity.io.UnicodeInputStream
-
The stream encoding as read from the BOM or null.
- encoding - Variable in class org.apache.velocity.io.UnicodeInputStream.UnicodeBOM
- encoding - Variable in class org.apache.velocity.runtime.resource.Resource
-
Character encoding of this resource
- encoding - Variable in class org.apache.velocity.runtime.resource.util.StringResource
-
encoding
- encoding - Variable in class org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl
-
Current Repository encoding.
- encoding - Variable in class org.apache.velocity.runtime.RuntimeInstance
- ENCODING_DEFAULT - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Default Encoding is ISO-8859-1.
- END - Static variable in class org.apache.velocity.runtime.parser.node.ASTTextblock
- END - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- 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.
- entryDirectory - Variable in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
-
Maps entries to the parent JAR File Key = the entry *excluding* plain directories Value = the JAR URL
- entrySet() - Method in class org.apache.velocity.runtime.directive.Scope
- 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
- enumeration - Variable in class org.apache.velocity.util.EnumerationIterator
-
The enumeration to iterate.
- 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
-
End of File.
- eol - Variable in exception org.apache.velocity.runtime.parser.ParseException
-
The end of line string for this machine.
- EOL - Static variable in class org.apache.velocity.util.StringUtils
-
Line separator for the OS we are operating on.
- EqualityExpression() - Method in class org.apache.velocity.runtime.parser.Parser
- equals(Object) - Method in class org.apache.velocity.runtime.parser.node.ASTMethod.MethodCacheKey
- EQUALS - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- errLevel - Variable in class org.apache.velocity.runtime.log.SystemLogChute
- error(boolean, Object) - Method in class org.apache.velocity.runtime.log.LogDisplayWrapper
-
Log an error message.
- error(boolean, Object, Throwable) - Method in class org.apache.velocity.runtime.log.LogDisplayWrapper
-
Log an error message and accompanying Throwable.
- error(Object) - Static method in class org.apache.velocity.app.Velocity
-
Deprecated.Use getLog() and call error() on it.
- error(Object) - Method in class org.apache.velocity.app.VelocityEngine
-
Deprecated.Use getLog() and call warn() on it.
- error(Object) - Method in class org.apache.velocity.runtime.log.Log
-
Log an error message.
- error(Object) - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- error(Object) - Static method in class org.apache.velocity.runtime.Runtime
-
Deprecated.Log an error message.
- error(Object) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Deprecated.Use getLog() and call error() on it.
- error(Object) - Method in interface org.apache.velocity.runtime.RuntimeLogger
-
Deprecated.Use Log.error(Object)
- error(Object) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Deprecated.Use getLog() and call error() on it.
- error(Object, Throwable) - Method in class org.apache.velocity.runtime.log.Log
-
Log an error message and accompanying Throwable.
- error(Object, Throwable) - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- ERROR_ID - Static variable in interface org.apache.velocity.runtime.log.LogChute
-
ID for error messages.
- ERROR_ID - Static variable in interface org.apache.velocity.runtime.log.LogSystem
-
Deprecated.ID for error messages.
- ERROR_PREFIX - Static variable in interface org.apache.velocity.runtime.log.LogChute
-
Prefix string for error messages.
- ERROR_PREFIX - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Deprecated.Use LogChute.ERROR_PREFIX instead
- errorCode - Variable in error org.apache.velocity.runtime.parser.TokenMgrError
-
Indicates the reason why the exception is thrown.
- errorCondition - Variable in class org.apache.velocity.Template
- ERRORMSG_END - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Ending tag for error messages triggered by passing a parameter not allowed in the #include directive.
- ERRORMSG_START - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Starting tag for error messages triggered by passing a parameter not allowed in the #include directive.
- Escape() - 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
-
RegularExpression Id.
- ESCAPE_DIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- escaped - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
- escapedDirective(String) - Method in class org.apache.velocity.runtime.parser.Parser
-
Produces a processed output for an escaped control or pluggable directive
- 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.
- escPrefix - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
- evaluate(Context, Writer, String, InputStream) - Static method in class org.apache.velocity.app.Velocity
- evaluate(Context, Writer, String, InputStream) - Method in class org.apache.velocity.app.VelocityEngine
- 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, Reader) - Method in class org.apache.velocity.app.VelocityEngine
-
Renders the input reader using the context into the output writer.
- evaluate(Context, Writer, String, Reader) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Renders the input reader using the context into the output writer.
- evaluate(Context, Writer, String, Reader) - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Renders the input reader using the context into the output writer.
- evaluate(Context, Writer, String, String) - Static method in class org.apache.velocity.app.Velocity
-
renders the input string using the context into the output writer.
- evaluate(Context, Writer, String, String) - Method in class org.apache.velocity.app.VelocityEngine
-
renders the input string using the context into the output writer.
- evaluate(Context, Writer, String, String) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Renders the input string using the context into the output writer.
- evaluate(Context, Writer, String, String) - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Renders the input string 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
- Evaluate - Class in org.apache.velocity.runtime.directive
-
Evaluates the directive argument as a VTL string, using the existing context.
- Evaluate() - Constructor for class org.apache.velocity.runtime.directive.Evaluate
- EVALUATE_CONTEXT_CLASS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
class to use for local context with #evaluate()
- EvaluateContext - Class in org.apache.velocity.context
-
Deprecated.Will be removed in 2.0
- EvaluateContext(InternalContextAdapter, RuntimeServices) - Constructor for class org.apache.velocity.context.EvaluateContext
-
Deprecated.CTOR, wraps an ICA
- evaluateScopeName - Variable in class org.apache.velocity.runtime.RuntimeInstance
- eventCartridge - Variable in class org.apache.velocity.context.InternalContextBase
-
EventCartridge we are to carry.
- eventCartridge - Variable in class org.apache.velocity.runtime.RuntimeInstance
-
This stores the engine-wide set of event handlers.
- EventCartridge - Class in org.apache.velocity.app.event
-
Stores the 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
- EVENTHANDLER_INCLUDE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
The
eventhandler.include.class
property specifies a list of theIncludeEventHandler
implementations to use. - EVENTHANDLER_INVALIDREFERENCE_EXCEPTION - Static variable in class org.apache.velocity.app.event.implement.ReportInvalidReferences
- EVENTHANDLER_INVALIDREFERENCES - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
The
eventhandler.invalidreferences.class
property specifies a list of theInvalidReferenceEventHandler
implementations to use. - EVENTHANDLER_METHODEXCEPTION - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
The
eventhandler.methodexception.class
property specifies a list of theMethodExceptionEventHandler
implementations to use. - EVENTHANDLER_NULLSET - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
The
eventhandler.nullset.class
property specifies a list of theNullSetEventHandler
implementations to use. - EVENTHANDLER_REFERENCEINSERTION - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
The
eventhandler.referenceinsertion.class
property specifies a list of theReferenceInsertionEventHandler
implementations to use. - EventHandlerMethodExecutor - Interface in org.apache.velocity.app.event
-
Strategy object used to execute event handler method.
- EventHandlerUtil - Class in org.apache.velocity.app.event
-
Calls on request all registered event handlers for a particular event.
- EventHandlerUtil() - Constructor for class org.apache.velocity.app.event.EventHandlerUtil
- ExceptionUtils - Class in org.apache.velocity.util
-
Use this to create a new Exception.
- ExceptionUtils() - Constructor for class org.apache.velocity.util.ExceptionUtils
- execute(Object) - Method in class org.apache.velocity.runtime.parser.node.AbstractExecutor
-
Execute method against context.
- execute(Object) - Method in class org.apache.velocity.runtime.parser.node.GetExecutor
- execute(Object) - Method in class org.apache.velocity.runtime.parser.node.MapGetExecutor
- execute(Object) - Method in class org.apache.velocity.runtime.parser.node.PropertyExecutor
- execute(Object, Object) - Method in class org.apache.velocity.runtime.parser.node.MapSetExecutor
- execute(Object, Object) - Method in class org.apache.velocity.runtime.parser.node.PutExecutor
- execute(Object, Object) - Method in class org.apache.velocity.runtime.parser.node.SetExecutor
-
Execute method against context.
- execute(Object, Object) - Method in class org.apache.velocity.runtime.parser.node.SetPropertyExecutor
-
Execute method against context.
- execute(Object, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTIdentifier
- execute(Object, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTIndex
- execute(Object, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTMethod
-
invokes the method.
- execute(Object, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTReference
-
gets an Object that 'is' the value of the reference
- execute(Object, InternalContextAdapter) - Method in interface org.apache.velocity.runtime.parser.node.Node
- execute(Object, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
- execute(EventHandler) - Method in interface org.apache.velocity.app.event.EventHandlerMethodExecutor
-
Execute the event handler method.
- execute(EventHandler) - Method in class org.apache.velocity.app.event.IncludeEventHandler.IncludeEventExecutor
-
Call the method includeEvent()
- execute(EventHandler) - Method in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor
-
Call the method invalidGetMethod()
- execute(EventHandler) - Method in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor
-
Call the method invalidMethod()
- execute(EventHandler) - Method in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidSetMethodExecutor
-
Call the method invalidSetMethod()
- execute(EventHandler) - Method in class org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor
-
Call the method methodException()
- execute(EventHandler) - Method in class org.apache.velocity.app.event.NullSetEventHandler.ShouldLogOnNullSetExecutor
-
Call the method shouldLogOnNullSet()
- execute(EventHandler) - Method in class org.apache.velocity.app.event.ReferenceInsertionEventHandler.referenceInsertExecutor
-
Call the method referenceInsert()
- executed - Variable in class org.apache.velocity.app.event.IncludeEventHandler.IncludeEventExecutor
- executed - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor
- executed - Variable in class org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor
- executed - Variable in class org.apache.velocity.app.event.NullSetEventHandler.ShouldLogOnNullSetExecutor
- ExpandBuff(boolean) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- 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
-
RegularExpression Id.
- Expression() - Method in class org.apache.velocity.runtime.parser.Parser
- ExtendedParseException - Interface in org.apache.velocity.exception
-
All Exceptions that can provide additional information about the place where the error happened (template name, column and line number) can implement this interface and the ParseErrorException will then be able to deal with this information.
F
- False() - Method in class org.apache.velocity.runtime.parser.Parser
- FALSE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- fieldHash - Variable in class org.apache.velocity.app.FieldMethodizer
-
Hold the field objects by field name
- 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(Object) - Constructor for class org.apache.velocity.app.FieldMethodizer
-
Constructor that takes as it's arg a living object to methodize.
- FieldMethodizer(String) - Constructor for class org.apache.velocity.app.FieldMethodizer
-
Constructor that takes as it's arg the name of the class to methodize.
- FILE_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.
- fileContentsToString(String) - Static method in class org.apache.velocity.util.StringUtils
-
Read the contents of a file and place them in a string object.
- fileDepth - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- 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
- FillBuff() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- find(String, Object[]) - Method in class org.apache.velocity.util.introspection.MethodMap
-
Find a method.
- findCalculationBase(Number, Number) - Static method in class org.apache.velocity.runtime.parser.node.MathUtils
-
Find the common Number-type to be used in calculations.
- findMethod(String, Object[]) - Method in class org.apache.velocity.util.introspection.ClassMap
-
Find a Method using the method name and parameter objects.
- findTemplate(String, String) - Method in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
-
Try to find a template given a normalized path.
- first - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
- first - Variable in class org.apache.velocity.runtime.parser.Parser.JJCalls
- 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
-
RegularExpression Id.
- FloatingPointLiteral() - Method in class org.apache.velocity.runtime.parser.Parser
- flush() - Method in class org.apache.velocity.io.VelocityWriter
-
Flush the stream.
- flushBuffer() - Method in class org.apache.velocity.io.VelocityWriter
-
Flush the output buffer to the underlying character stream, without flushing the stream itself.
- 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.
- ForeachScope - Class in org.apache.velocity.runtime.directive
-
This represents scoping and metadata for #foreach, adding index, count, hasNext, isFirst and isLast info.
- ForeachScope(Object, Object) - Constructor for class org.apache.velocity.runtime.directive.ForeachScope
- FORMAL_COMMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- FORMAL_REFERENCE - Static variable in class org.apache.velocity.runtime.parser.node.ASTReference
- formatArray(Object) - Method in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Formats an array into the form "A, B and C".
- formatArray(Object, String) - Method in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Formats an array into the form "A<delim>B<delim>C".
- formatArray(Object, String, String) - Method in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Formats an array into the form "A<delim>B<finaldelim>C".
- formatFileString(String, int, int) - Static method in class org.apache.velocity.runtime.log.Log
-
Simply creates a string that formats the template filename with line number and column.
- formatFileString(Directive) - Static method in class org.apache.velocity.runtime.log.Log
-
Creates a string that formats the template filename with line number and column of the given Directive.
- formatFileString(Node) - Static method in class org.apache.velocity.runtime.log.Log
-
Creates a string that formats the template filename with line number and column of the given Node.
- formatFileString(Info) - Static method in class org.apache.velocity.runtime.log.Log
-
Simply creates a string that formats the template filename with line number and column.
- formatLongDate(Date) - Method in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Formats a date in
DateFormat.LONG
style. - formatLongDateTime(Date) - Method in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Formats a date/time in 'long' style.
- formatShortDate(Date) - Method in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Formats a date in
DateFormat.SHORT
style. - formatShortDateTime(Date) - Method in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Formats a date/time in 'short' style.
- formatVector(List) - Method in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Formats a vector into the form "A, B and C".
- formatVector(List, String) - Method in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Formats a vector into the form "A<delim>B<delim>C".
- formatVector(List, String, String) - Method in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Formats a list into the form "Adelim>B<finaldelim>C".
- fromLibrary - Variable in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
G
- gen - Variable in class org.apache.velocity.runtime.parser.Parser.JJCalls
- generateParseException() - Method in class org.apache.velocity.runtime.parser.Parser
-
Generate ParseException.
- get() - Method in interface org.apache.velocity.runtime.ParserPool
-
Retrieve an instance of a parser pool.
- get() - Method in class org.apache.velocity.runtime.ParserPoolImpl
-
Call the wrapped pool.
- get() - Method in class org.apache.velocity.util.SimplePool
-
Get an object from the pool, null if the pool is empty.
- get(int) - Method in class org.apache.velocity.util.ArrayListWrapper
- get(Class) - Method in interface org.apache.velocity.util.introspection.IntrospectorCache
-
Lookup a given Class object in the cache.
- get(Class) - Method in class org.apache.velocity.util.introspection.IntrospectorCacheImpl
-
Lookup a given Class object in the cache.
- get(Object) - Method in class org.apache.velocity.runtime.directive.Scope
- 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) - Method in class org.apache.velocity.app.FieldMethodizer
-
Accessor method to get the fields by name.
- get(String) - Method in class org.apache.velocity.context.AbstractContext
-
Gets the value corresponding to the provided key from the context.
- get(String) - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
-
Retrieves from parent 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.EvaluateContext
-
Deprecated.Retrieves from local or global context.
- get(String) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- get(String) - Method in class org.apache.velocity.context.ProxyVMContext
-
Implementation of the Context.get() 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(String) - Method in class org.apache.velocity.util.introspection.MethodMap
-
Return a list of methods with the same name.
- get(String, Object[]) - Method in class org.apache.velocity.util.introspection.ClassMap.MethodCache
-
Find a Method using the method name and parameter objects.
- get(String, String) - Method in class org.apache.velocity.runtime.VelocimacroManager
-
Gets a VelocimacroProxy object by the name / source template duple.
- get(String, String, String) - Method in class org.apache.velocity.runtime.VelocimacroManager
-
Gets a VelocimacroProxy object by the name / source template duple.
- getApplicationAttribute(Object) - Method in class org.apache.velocity.app.VelocityEngine
-
Return an application attribute (which can be any Object) that was set by the application in order to be accessible from any component of the system that gets a RuntimeServices.
- 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 application attribute.
- getApplicationAttribute(Object) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Gets the application attribute for the given key
- getApplicationEventCartridge() - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Returns the event handlers for the application.
- getApplicationEventCartridge() - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Returns the event handlers for the application.
- getArgArray(Node, RuntimeServices) - Static method in class org.apache.velocity.runtime.directive.Macro
-
Creates an array containing the literal text from the macro arguement(s) (including the macro's name as the first arg).
- getAsNumber() - Method in interface org.apache.velocity.util.TemplateNumber
-
Returns a Number that can be used in a template.
- getAutoload() - Method in class org.apache.velocity.runtime.VelocimacroFactory
-
get the switch for automatic reloading of global library-based VMs
- getBaseContext() - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- 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.
- 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
- getBestMatch(List, Class[]) - Static method in class org.apache.velocity.util.introspection.MethodMap
- getBody() - Method in class org.apache.velocity.runtime.resource.util.StringResource
-
Sets the template body.
- 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.
- getBytes() - Method in class org.apache.velocity.io.UnicodeInputStream.UnicodeBOM
- getCachedClass() - Method in class org.apache.velocity.util.introspection.ClassMap
-
Returns the class object whose methods are cached by this map.
- getChainedContext() - Method in class org.apache.velocity.context.AbstractContext
-
returns innerContext if one is chained
- getClass(String) - Static method in class org.apache.velocity.util.ClassUtils
-
Return the specified class.
- getClassName() - Method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
-
Return the class name of this resource Loader
- getColumn() - Method in class org.apache.velocity.runtime.directive.Directive
-
for log msg purposes
- getColumn() - Method in class org.apache.velocity.runtime.directive.Scope.Info
- 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
- getColumnNumber() - Method in interface org.apache.velocity.exception.ExtendedParseException
-
returns the column number where this exception occured.
- getColumnNumber() - Method in exception org.apache.velocity.exception.MethodInvocationException
- getColumnNumber() - Method in exception org.apache.velocity.exception.ParseErrorException
-
Return the column number of the parsing error, or -1 if not defined.
- getColumnNumber() - Method in exception org.apache.velocity.exception.TemplateInitException
-
Returns the column number where this exception occured.
- getColumnNumber() - Method in exception org.apache.velocity.runtime.directive.MacroParseException
-
returns the column number where this exception occured.
- getColumnNumber() - Method in exception org.apache.velocity.runtime.parser.TemplateParseException
-
returns the column number where this exception occured.
- 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(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) - 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.Runtime
-
Deprecated.Returns a static content resource from the resource manager.
- getContent(String, String) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Returns a static content resource from the resource manager.
- getContent(String, String) - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Returns a static content resource from the resource manager.
- getContent(String, String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Returns a static content resource from the resource manager.
- getCount() - Method in class org.apache.velocity.runtime.directive.ForeachScope
- getCurrentMacroCallDepth() - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- getCurrentMacroCallDepth() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- getCurrentMacroCallDepth() - Method in class org.apache.velocity.context.InternalContextBase
-
get the current macro call depth
- getCurrentMacroCallDepth() - Method in interface org.apache.velocity.context.InternalHousekeepingContext
-
get the current macro call depth
- getCurrentMacroName() - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- getCurrentMacroName() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- getCurrentMacroName() - Method in class org.apache.velocity.context.InternalContextBase
-
get the current macro name
- getCurrentMacroName() - Method in interface org.apache.velocity.context.InternalHousekeepingContext
-
get the current macro name
- getCurrentResource() - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- getCurrentResource() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- getCurrentResource() - Method in class org.apache.velocity.context.InternalContextBase
- getCurrentResource() - Method in interface org.apache.velocity.context.InternalHousekeepingContext
-
temporary fix to enable #include() to figure out current encoding.
- getCurrentTemplateName() - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- getCurrentTemplateName() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- getCurrentTemplateName() - Method in class org.apache.velocity.context.InternalContextBase
-
get the current template name
- getCurrentTemplateName() - Method in interface org.apache.velocity.context.InternalHousekeepingContext
-
get the current template name
- getData() - Method in class org.apache.velocity.runtime.resource.Resource
-
Get arbitrary data object that might be used by the resource.
- getDefaultEncoding() - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Retrieves and caches the configured default encoding for better performance.
- getDepth() - Method in class org.apache.velocity.runtime.directive.Scope
-
Returns the number of control arguments of this type that are stacked up.
- getDepth() - Method in class org.apache.velocity.runtime.directive.Scope.Info
- getDirective(String) - Method in class org.apache.velocity.runtime.parser.Parser
-
This method gets a Directive from the directives Hashtable
- getDirective(String) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Retrieve a previously instantiated directive.
- getDirective(String) - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Retrieve a previously instantiated directive.
- getDirectiveName() - Method in class org.apache.velocity.runtime.parser.node.ASTDirective
-
Gets the name of this directive.
- getDollarBang() - Method in class org.apache.velocity.runtime.parser.node.ASTReference
- getEnabledLevel() - Method in class org.apache.velocity.runtime.log.SystemLogChute
-
Returns the current minimum level at which messages will be printed.
- getEncoding() - Method in class org.apache.velocity.io.UnicodeInputStream.UnicodeBOM
- getEncoding() - Method in class org.apache.velocity.runtime.resource.Resource
-
get the encoding of this resource for example, "ISO-8859-1"
- getEncoding() - Method in class org.apache.velocity.runtime.resource.util.StringResource
-
Returns the encoding of this String resource.
- getEncoding() - Method in interface org.apache.velocity.runtime.resource.util.StringResourceRepository
-
Returns the current encoding of this repository.
- getEncoding() - Method in class org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl
- getEncodingFromStream() - Method in class org.apache.velocity.io.UnicodeInputStream
-
Read encoding based on BOM.
- 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.ChainedInternalContextAdapter
- getEventCartridge() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- getEventCartridge() - Method in class org.apache.velocity.context.InternalContextBase
- getEventCartridge() - Method in interface org.apache.velocity.context.InternalEventContext
- getEventCartridge() - Method in class org.apache.velocity.runtime.RuntimeSingleton
-
Returns the event handlers for the application.
- getExecutor - Variable in class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
- GetExecutor - Class in org.apache.velocity.runtime.parser.node
-
Executor that simply tries to execute a get(key) operation.
- GetExecutor(Log, Introspector, Class, String) - Constructor for class org.apache.velocity.runtime.parser.node.GetExecutor
- GetExecutor(RuntimeLogger, Introspector, Class, String) - Constructor for class org.apache.velocity.runtime.parser.node.GetExecutor
-
Deprecated.RuntimeLogger is deprecated. Use the other constructor.
- getFile(String, String) - Method in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
-
Create a File based on either a relative path if given, or absolute path otherwise
- getFirst() - Method in class org.apache.velocity.runtime.directive.ForeachScope
- getFirstToken() - Method in interface org.apache.velocity.runtime.parser.node.Node
- getFirstToken() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
- getFromLibrary() - Method in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
-
Returns true if the macro was registered from a library.
- getHasNext() - Method in class org.apache.velocity.runtime.directive.ForeachScope
- 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
- getIncludeEventHandlers() - Method in class org.apache.velocity.app.event.EventCartridge
-
Iterate through all the stored IncludeEventHandlers objects
- getIndex() - Method in class org.apache.velocity.runtime.directive.ForeachScope
- getInfo() - Method in class org.apache.velocity.runtime.directive.Scope
-
Returns info about the current scope for debugging purposes.
- 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.
- getInt(String) - 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) - 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.Runtime
-
Deprecated.Int property accessor method to hide the configuration implementation.
- getInt(String, int) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Int property accessor method to hide the configuration implementation.
- getInt(String, int) - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Int property accessor method to hide the configuration implementation.
- getInt(String, int) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Int property accessor method to hide the configuration implementation.
- getInternalUserContext() - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
-
Return the inner / user context.
- 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.
- getIntrospector() - Method in class org.apache.velocity.runtime.parser.node.PropertyExecutor
- getIntrospector() - Method in class org.apache.velocity.runtime.parser.node.SetPropertyExecutor
- 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 implementation.
- getIntrospector() - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Return the Introspector for this RuntimeInstance
- getIntrospectorCache() - Method in class org.apache.velocity.util.introspection.IntrospectorBase
-
Return the internal IntrospectorCache object.
- getInvalidReference() - Method in class org.apache.velocity.app.event.implement.InvalidReferenceInfo
-
Get the specific invalid reference string.
- getInvalidReferenceEventHandlers() - Method in class org.apache.velocity.app.event.EventCartridge
-
Iterate through all the stored InvalidReferenceEventHandlers objects
- getInvalidReferences() - Method in class org.apache.velocity.app.event.implement.ReportInvalidReferences
-
All invalid references during the processing of this page.
- getInvalidSyntax() - Method in exception org.apache.velocity.exception.ParseErrorException
-
Return the invalid syntax or reference that triggered this error, or null if not defined.
- getIterator(Object, Info) - Method in class org.apache.velocity.util.introspection.AbstractChainableUberspector
-
To support iterative objects used in a
#foreach()
loop. - getIterator(Object, Info) - Method in class org.apache.velocity.util.introspection.LinkingUberspector
-
To support iterative objects used in a
#foreach()
loop. - getIterator(Object, Info) - Method in class org.apache.velocity.util.introspection.SecureUberspector
-
Get an iterator from the given object.
- 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. - getJdkLevel(int) - Method in class org.apache.velocity.runtime.log.JdkLogChute
-
Returns the java.util.logging.Level that matches to the specified LogChute level.
- getKeys() - Method in class org.apache.velocity.context.AbstractContext
-
Get all the keys for the values in the context
- getKeys() - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- 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.EvaluateContext
-
Deprecated.
- getKeys() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- getKeys() - Method in class org.apache.velocity.context.ProxyVMContext
- getLast() - Method in class org.apache.velocity.runtime.directive.ForeachScope
- getLastModified() - Method in class org.apache.velocity.runtime.resource.Resource
-
Return the lastModifed time of this resource.
- getLastModified() - Method in class org.apache.velocity.runtime.resource.util.StringResource
-
Returns the modification date of the template.
- getLastModified(Resource) - Method in class org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 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(Resource) - Method in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
- getLastModified(Resource) - Method in class org.apache.velocity.runtime.resource.loader.URLResourceLoader
-
Checks to see when a resource was last modified
- getLastToken() - Method in interface org.apache.velocity.runtime.parser.node.Node
- getLastToken() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
- getLeftHandSide() - Method in class org.apache.velocity.runtime.parser.node.ASTSetDirective
-
returns the ASTReference that is the LHS of the set statememt
- getLibraryName(String, String) - Method in class org.apache.velocity.runtime.VelocimacroManager
-
Return the library name for a given macro.
- getLine() - Method in class org.apache.velocity.runtime.directive.Directive
-
for log msg purposes
- getLine() - Method in class org.apache.velocity.runtime.directive.Scope.Info
- 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
- getLineNumber() - Method in interface org.apache.velocity.exception.ExtendedParseException
-
returns the line number where this exception occured.
- getLineNumber() - Method in exception org.apache.velocity.exception.MethodInvocationException
- getLineNumber() - Method in exception org.apache.velocity.exception.ParseErrorException
-
Return the line number of the parsing error, or -1 if not defined.
- getLineNumber() - Method in exception org.apache.velocity.exception.TemplateInitException
-
Returns the line number where this exception occured.
- getLineNumber() - Method in exception org.apache.velocity.runtime.directive.MacroParseException
-
returns the line number where this exception occured.
- getLineNumber() - Method in exception org.apache.velocity.runtime.parser.TemplateParseException
-
returns the line number where this exception occured.
- getLiteral() - Method in class org.apache.velocity.runtime.directive.RuntimeMacro
-
It is probably quite rare that we need to render the macro literal so do it only on-demand and then cache the value.
- getLiteral(boolean) - Method in class org.apache.velocity.runtime.parser.node.ASTEQNode
- getLiteral(boolean) - Method in class org.apache.velocity.runtime.parser.node.ASTNENode
- getLoader(RuntimeServices, String) - Static method in class org.apache.velocity.runtime.resource.loader.ResourceLoaderFactory
-
Gets the loader specified in the configuration file.
- getLoaderForResource(String) - Method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
-
Returns the first
ResourceLoader
in which the specified resource exists. - 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 if 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 if 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 class org.apache.velocity.runtime.parser.node.SimpleNode
-
Return a string that tells the current location of this node.
- getLog() - Static method in class org.apache.velocity.app.Velocity
-
Returns a convenient Log instance that wraps the current LogChute.
- getLog() - Method in class org.apache.velocity.app.VelocityEngine
-
Returns a convenient Log instance that wraps the current LogChute.
- getLog() - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Returns a convenient Log instance that wraps the current LogChute.
- getLog() - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Returns a convenient Log instance that wraps the current LogChute.
- getLog() - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Returns a convenient Log instance that wraps the current LogChute.
- getLogChute() - Method in class org.apache.velocity.runtime.log.Log
-
Returns the LogChute wrapped by this Log instance.
- getLogChute() - Method in class org.apache.velocity.runtime.log.LogDisplayWrapper
-
make sure that we always use the right LogChute Object
- getLogChute() - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- getMacroLibraries() - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- getMacroLibraries() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- getMacroLibraries() - Method in class org.apache.velocity.context.InternalContextBase
- getMacroLibraries() - Method in interface org.apache.velocity.context.InternalHousekeepingContext
-
Get the macro library list for the current template.
- getMacroNameStack() - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- getMacroNameStack() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- getMacroNameStack() - Method in class org.apache.velocity.context.InternalContextBase
-
get the current macro name stack
- getMacroNameStack() - Method in interface org.apache.velocity.context.InternalHousekeepingContext
-
Returns the macro name stack in form of an array.
- getMax() - Method in class org.apache.velocity.util.SimplePool
-
Return the size of the pool
- getMessage() - Method in exception org.apache.velocity.exception.MethodInvocationException
- getMessage() - Method in exception org.apache.velocity.exception.ParseErrorException
-
Return our custum message if we have one, else return the default message
- getMessage() - Method in exception org.apache.velocity.runtime.directive.MacroParseException
-
This method has the standard behavior when this object has been created using the standard constructors.
- getMessage() - Method in error org.apache.velocity.runtime.directive.StopCommand
- 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 exception org.apache.velocity.runtime.parser.TemplateParseException
-
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() - Method in class org.apache.velocity.runtime.parser.node.SetExecutor
- getMethod(Class, String, Object[]) - Method in class org.apache.velocity.util.introspection.Introspector
-
Gets the method defined by
name
andparams
for the Classc
. - getMethod(Class, String, Object[]) - Method in class org.apache.velocity.util.introspection.IntrospectorBase
-
Gets the method defined by
name
andparams
for the Classc
. - getMethod(Class, String, Object[]) - Method in class org.apache.velocity.util.introspection.SecureIntrospectorImpl
-
Get the Method object corresponding to the given class, name and parameters.
- getMethod(Object, String, Object[], Info) - Method in class org.apache.velocity.util.introspection.AbstractChainableUberspector
-
Method
- getMethod(Object, String, Object[], Info) - Method in class org.apache.velocity.util.introspection.LinkingUberspector
-
Method
- 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
- getMethod(String, Object[], Class[], Object, InternalContextAdapter, SimpleNode, boolean) - Static method in class org.apache.velocity.util.ClassUtils
-
Lookup a VelMethod object given the method signature that is specified in the passed in parameters.
- getMethodExceptionEventHandlers() - Method in class org.apache.velocity.app.event.EventCartridge
-
Iterate through all the stored MethodExceptionEventHandler objects
- 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.runtime.parser.node.ASTMethod
- 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.runtime.directive.BlockMacro
- getName() - Method in class org.apache.velocity.runtime.directive.Break
-
Return name of this directive.
- getName() - Method in class org.apache.velocity.runtime.directive.Define
-
Return name of this directive.
- 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.Evaluate
-
Return 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
-
Deprecated.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.RuntimeMacro
-
Return name of this Velocimacro.
- getName() - Method in class org.apache.velocity.runtime.directive.Scope.Info
- getName() - Method in class org.apache.velocity.runtime.directive.Stop
-
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.
- getNamespace(String, boolean) - Method in class org.apache.velocity.runtime.VelocimacroManager
-
returns the hash for the specified namespace, and if it doesn't exist will create a new one and add it to the namespaces
- 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
-
Get the next Token.
- getNextToken() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
-
Get the next Token.
- getNodeTree() - Method in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
-
Returns the node tree for this macro.
- getNullSetEventHandlers() - Method in class org.apache.velocity.app.event.EventCartridge
-
Iterate through all the stored NullSetEventHandler objects
- getNullString(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTReference
-
This method helps to implement the "render literal if null" functionality.
- getNumArgs() - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
-
returns the number of ars needed for this VM
- getPackageAsPath(String) - Static method in class org.apache.velocity.util.StringUtils
-
Return a package name as a relative path name
- getParent() - Method in class org.apache.velocity.runtime.directive.Scope
-
Returns the parent control reference overridden by the placement of this instance in the context.
- getPool() - Method in class org.apache.velocity.util.SimplePool
-
for testing purposes, so we can examine the pool
- getPrefix(int) - Method in class org.apache.velocity.runtime.log.SystemLogChute
- 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) - 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 class org.apache.velocity.util.introspection.AbstractChainableUberspector
-
Property getter
- getPropertyGet(Object, String, Info) - Method in class org.apache.velocity.util.introspection.LinkingUberspector
-
Property getter
- getPropertyGet(Object, String, Info) - Method in interface org.apache.velocity.util.introspection.Uberspect
-
Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie)
- getPropertyGet(Object, String, Info) - Method in class org.apache.velocity.util.introspection.UberspectImpl
-
Property getter
- getPropertySet(Object, String, Object, Info) - Method in class org.apache.velocity.util.introspection.AbstractChainableUberspector
-
Property setter
- getPropertySet(Object, String, Object, Info) - Method in class org.apache.velocity.util.introspection.LinkingUberspector
-
Property setter
- getPropertySet(Object, String, Object, Info) - Method in interface org.apache.velocity.util.introspection.Uberspect
-
Property setter - returns VelPropertySet appropos for #set($foo.bar = "geir")
- getPropertySet(Object, String, Object, Info) - Method in class org.apache.velocity.util.introspection.UberspectImpl
-
Property setter
- getProxy(String) - Method in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
- getReferenceInsertionEventHandlers() - Method in class org.apache.velocity.app.event.EventCartridge
-
Iterate through all the stored ReferenceInsertionEventHandler objects
- getReferenceName() - Method in exception org.apache.velocity.exception.MethodInvocationException
-
Retrieves the name of the reference that caused the exception.
- getRemaining() - Method in class org.apache.velocity.io.VelocityWriter
- getReplaced() - Method in class org.apache.velocity.runtime.directive.Scope
-
Returns the user's context reference overridden by the placement of this instance in the context.
- getRepository() - Static method in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
-
Returns a reference to the default static repository.
- getRepository(String) - Static method in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
-
Returns a reference to the repository stored statically under the specified name.
- getResource(String) - Method in class org.apache.velocity.runtime.resource.loader.JarHolder
- getResource(String, int) - Static method in class org.apache.velocity.runtime.resource.ResourceFactory
- getResource(String, int) - Method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
- 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.
- 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.
- getResourceStream(String) - Method in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
-
Get an InputStream so that the Runtime can build a template with it.
- getResourceStream(String) - Method in class org.apache.velocity.runtime.resource.loader.URLResourceLoader
-
Get an InputStream so that the Runtime can build a template with it.
- getReturnType() - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
- getReturnType() - Method in interface org.apache.velocity.util.introspection.VelMethod
-
returns the return type of the method invoked
- getReturnValue() - Method in interface org.apache.velocity.app.event.EventHandlerMethodExecutor
-
Get return value at end of all the iterations
- getReturnValue() - Method in class org.apache.velocity.app.event.IncludeEventHandler.IncludeEventExecutor
- getReturnValue() - Method in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor
- getReturnValue() - Method in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor
- getReturnValue() - Method in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidSetMethodExecutor
- getReturnValue() - Method in class org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor
- getReturnValue() - Method in class org.apache.velocity.app.event.NullSetEventHandler.ShouldLogOnNullSetExecutor
- getReturnValue() - Method in class org.apache.velocity.app.event.ReferenceInsertionEventHandler.referenceInsertExecutor
- getRightHandSide() - Method in class org.apache.velocity.runtime.parser.node.ASTSetDirective
-
returns the RHS Node of the set statement
- getRoot() - Method in class org.apache.velocity.runtime.parser.node.ASTReference
- getRootString() - Method in class org.apache.velocity.runtime.parser.node.ASTReference
-
Returns the 'root string', the reference key
- getRuntimeInstance() - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Deprecated.Use getRuntimeServices() instead.
- getRuntimeServices() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
- getRuntimeServices() - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Returns the RuntimeServices Instance used by this wrapper.
- getScopeName() - Method in class org.apache.velocity.runtime.directive.BlockMacro
-
Override to use the macro name, since it is within an #@myMacro() ...
- getScopeName() - Method in class org.apache.velocity.runtime.directive.Directive
- getScopeName() - Method in class org.apache.velocity.runtime.directive.Parse
-
Overrides the default to use "template", so that all templates can use the same scope reference, whether rendered via #parse or direct merge.
- getScopeName() - Method in class org.apache.velocity.runtime.directive.RuntimeMacro
-
Override to always return "macro".
- getShowStackTraces() - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- getSourceTemplate() - Method in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
-
Returns the source template name for this macro.
- getSpecialText(Token) - Static method in class org.apache.velocity.runtime.parser.node.NodeUtils
-
Collect all the
s that are carried along with a token. - getStackTrace(Throwable) - Static method in class org.apache.velocity.app.event.implement.PrintExceptions
- getStatement(Connection, String, String) - Method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
-
Creates the following PreparedStatement query :
SELECT columnNames FROM tableName WHERE keyColumn = 'templateName'
where keyColumn is a class member set in init() - getStorage() - Method in class org.apache.velocity.runtime.directive.Scope
- getString(String) - Static method in class org.apache.velocity.runtime.Runtime
-
Deprecated.String property accessor method to hide the configuration implementation
- getString(String) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
String property accessor method to hide the configuration implementation
- getString(String) - Method in interface org.apache.velocity.runtime.RuntimeServices
-
String property accessor method to hide the configuration implementation
- getString(String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
String property accessor method to hide the configuration implementation
- getString(String, String) - Static method in class org.apache.velocity.runtime.Runtime
-
Deprecated.String property accessor method with default to hide the configuration implementation.
- getString(String, String) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
String property accessor method with default to hide the configuration implementation.
- getString(String, String) - Method in interface org.apache.velocity.runtime.RuntimeServices
-
String property accessor method with default to hide the configuration implementation.
- getString(String, String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
String property accessor method with default to hide the configuration implementation.
- getStringResource(String) - Method in interface org.apache.velocity.runtime.resource.util.StringResourceRepository
-
get the string resource that is stored with given key
- getStringResource(String) - Method in class org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl
- 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
- getSystemErrLevel() - Method in class org.apache.velocity.runtime.log.SystemLogChute
-
Returns the current minimum level at which messages will be printed to System.err instead of System.out.
- getTemplate() - Method in class org.apache.velocity.runtime.directive.Scope.Info
- getTemplate(String) - Static method in class org.apache.velocity.app.Velocity
-
Returns a
Template
from the Velocity resource management system. - getTemplate(String) - Method in class org.apache.velocity.app.VelocityEngine
-
Returns a
Template
from the Velocity resource management system. - getTemplate(String) - 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) - 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.app.Velocity
-
Returns a
Template
from the Velocity resource management system. - getTemplate(String, String) - Method in class org.apache.velocity.app.VelocityEngine
-
Returns a
Template
from the Velocity resource management system. - getTemplate(String, String) - Static method in class org.apache.velocity.runtime.Runtime
-
Deprecated.Returns a
Template
from the resource manager - getTemplate(String, String) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Returns a
Template
from the resource manager - getTemplate(String, String) - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Returns a
Template
from the resource manager - getTemplate(String, String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Returns a
Template
from the resource manager - getTemplateLocalInline() - Method in class org.apache.velocity.runtime.VelocimacroFactory
- getTemplateName() - Method in interface org.apache.velocity.exception.ExtendedParseException
-
returns the Template name where this exception occured.
- getTemplateName() - Method in exception org.apache.velocity.exception.MethodInvocationException
- getTemplateName() - Method in exception org.apache.velocity.exception.ParseErrorException
-
Return the name of the template containing the error, or null if not defined.
- getTemplateName() - Method in exception org.apache.velocity.exception.TemplateInitException
-
Returns the Template name where this exception occured.
- getTemplateName() - Method in class org.apache.velocity.runtime.directive.Directive
- getTemplateName() - Method in exception org.apache.velocity.runtime.directive.MacroParseException
-
returns the Template name where this exception occured.
- getTemplateName() - Method in interface org.apache.velocity.runtime.parser.node.Node
- getTemplateName() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
- getTemplateName() - Method in exception org.apache.velocity.runtime.parser.TemplateParseException
-
returns the Template name where this exception occured.
- getTemplateName() - Method in class org.apache.velocity.util.introspection.Info
- getTemplateNameStack() - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- getTemplateNameStack() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- getTemplateNameStack() - Method in class org.apache.velocity.context.InternalContextBase
-
get the current template name stack
- getTemplateNameStack() - Method in interface org.apache.velocity.context.InternalHousekeepingContext
-
Returns the template name stack in form of an array.
- getTimeout() - Method in class org.apache.velocity.runtime.resource.loader.URLResourceLoader
-
Returns the current, custom timeout setting.
- getToken(int) - Method in class org.apache.velocity.runtime.parser.Parser
-
Get the specific Token.
- getTopmost() - Method in class org.apache.velocity.runtime.directive.Scope
-
Returns the topmost parent control reference, retrieved by simple recursion on
Scope.getParent()
. - getType() - Method in class org.apache.velocity.runtime.directive.Block
-
Return type of this directive.
- getType() - Method in class org.apache.velocity.runtime.directive.Break
-
Return type of this directive.
- 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.Evaluate
-
Return type of this directive.
- 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
-
Deprecated.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.RuntimeMacro
-
Velocimacros are always LINE type directives.
- getType() - Method in class org.apache.velocity.runtime.directive.Scope.Info
- getType() - Method in class org.apache.velocity.runtime.directive.Stop
-
Return type of this directive.
- getType() - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
-
Velocimacros are always LINE type directives.
- getType() - Method in interface org.apache.velocity.runtime.parser.node.Node
- getType() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
- getType() - Method in class org.apache.velocity.runtime.resource.Resource
- getUberspect() - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Returns the Uberspect object for this Instance.
- getUberspect() - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Returns the configured class introspection/reflection implementation.
- getUberspect() - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Returns the Uberspect object for this Instance.
- getUrlPath() - Method in class org.apache.velocity.runtime.resource.loader.JarHolder
- getVariableValue(Context, String) - Method in class org.apache.velocity.runtime.parser.node.ASTReference
- 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 vmName 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
- getVelocimacro(String, String, String) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Returns the appropriate VelocimacroProxy object if vmName is a valid current Velocimacro.
- getVelocimacro(String, 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, String) - Method in class org.apache.velocity.runtime.VelocimacroFactory
- getWrappedThrowable() - Method in exception org.apache.velocity.exception.VelocityException
-
returns the wrapped Throwable that caused this MethodInvocationException to be thrown
- GLOBAL_NAMESPACE - Static variable in class org.apache.velocity.runtime.VelocimacroManager
- globalCache - Variable in class org.apache.velocity.runtime.resource.ResourceManagerImpl
-
Object implementing ResourceCache to be our resource manager's Resource cache.
- globalNamespace - Variable in class org.apache.velocity.runtime.VelocimacroManager
-
reference to global namespace hash
H
- handleInvocationException(Object, InternalContextAdapter, Throwable) - Method in class org.apache.velocity.runtime.parser.node.ASTMethod
- handleSpecial(Object, Object, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTAddNode
- handleSpecial(Object, Object, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTMathNode
-
Extension hook to allow special behavior by subclasses If this method returns a non-null value, that is returned, rather than the result of the math operation.
- handleVarArg(Class, int, Object[]) - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
- HAS_NEXT_NAME - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Iterator.hasNext() reference name in #foreach directives.
- HASH - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- hashCode() - Method in class org.apache.velocity.runtime.parser.node.ASTMethod.MethodCacheKey
- hasMessage - Variable in class org.apache.velocity.runtime.directive.Stop
- hasNext - Variable in class org.apache.velocity.runtime.directive.ForeachScope
- hasNext() - Method in class org.apache.velocity.runtime.directive.ForeachScope
- 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.
- hasNextName - Variable in class org.apache.velocity.runtime.directive.Foreach
-
The name of the variable to use when placing iterator hasNext() value into the context.Right now the defailt is $velocityHasNext
- HoldingLogChute - Class in org.apache.velocity.runtime.log
-
Pre-init logger.
- HoldingLogChute() - Constructor for class org.apache.velocity.runtime.log.HoldingLogChute
I
- icacheGet(Object) - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- icacheGet(Object) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- icacheGet(Object) - Method in class org.apache.velocity.context.InternalContextBase
-
returns an IntrospectionCache Data (@see IntrospectionCacheData) object if exists for the key
- icacheGet(Object) - Method in interface org.apache.velocity.context.InternalHousekeepingContext
-
returns an IntrospectionCache Data (@see IntrospectionCacheData) object if exists for the key
- icachePut(Object, IntrospectionCacheData) - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- icachePut(Object, IntrospectionCacheData) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- icachePut(Object, IntrospectionCacheData) - Method in class org.apache.velocity.context.InternalContextBase
-
places an IntrospectionCache Data (@see IntrospectionCacheData) element in the cache for specified key
- icachePut(Object, IntrospectionCacheData) - Method in interface org.apache.velocity.context.InternalHousekeepingContext
-
places an IntrospectionCache Data (@see IntrospectionCacheData) element in the cache for specified key
- icb - Variable in class org.apache.velocity.context.InternalContextAdapterImpl
-
the ICB we are wrapping.
- id - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
- id(InternalContextAdapter) - Method in class org.apache.velocity.runtime.directive.Block
-
Creates a string identifying the source and location of the block definition, and the current template being rendered if that is different.
- identifier - Variable in class org.apache.velocity.runtime.parser.node.ASTIdentifier
- identifier - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
- 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
-
RegularExpression Id.
- IDENTIFIER_CHAR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- iec - Variable in class org.apache.velocity.context.InternalContextAdapterImpl
-
The InternalEventContext that we are wrapping.
- IF_DIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- IfStatement() - Method in class org.apache.velocity.runtime.parser.Parser
- image - Variable in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
- image - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- 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
-
Lexical state.
- IN_MULTI_LINE_COMMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
Lexical state.
- IN_SINGLE_LINE_COMMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
Lexical state.
- IN_TEXTBLOCK - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
Lexical state.
- inBuf - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- 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
- includeEvent(String, String, String) - Method in class org.apache.velocity.app.event.implement.IncludeNotFound
-
Chseck to see if included file exists, and display "not found" page if it doesn't.
- includeEvent(String, String, String) - Method in class org.apache.velocity.app.event.implement.IncludeRelativePath
-
Return path relative to the current template's path.
- includeEvent(String, String, String) - Method in interface org.apache.velocity.app.event.IncludeEventHandler
-
Called when an include-type directive is encountered (
#include
or#parse
). - includeEvent(RuntimeServices, InternalContextAdapter, String, String, String) - Static method in class org.apache.velocity.app.event.EventHandlerUtil
-
Called when an include-type directive is encountered (#include or #parse).
- IncludeEventExecutor(Context, String, String, String) - Constructor for class org.apache.velocity.app.event.IncludeEventHandler.IncludeEventExecutor
- IncludeEventHandler - Interface in org.apache.velocity.app.event
-
Event handler for include type directives (e.g.
- IncludeEventHandler.IncludeEventExecutor - Class in org.apache.velocity.app.event
-
Defines the execution strategy for includeEvent
- includeHandlers - Variable in class org.apache.velocity.app.event.EventCartridge
- IncludeNotFound - Class in org.apache.velocity.app.event.implement
-
Simple event handler that checks to see if an included page is available.
- IncludeNotFound() - Constructor for class org.apache.velocity.app.event.implement.IncludeNotFound
- IncludeRelativePath - Class in org.apache.velocity.app.event.implement
-
Event handler that looks for included files relative to the path of the current template.
- IncludeRelativePath() - Constructor for class org.apache.velocity.app.event.implement.IncludeRelativePath
- includeResourcePath - Variable in class org.apache.velocity.app.event.IncludeEventHandler.IncludeEventExecutor
- inComment - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- INCOMPARABLE - Static variable in class org.apache.velocity.util.introspection.MethodMap
- indent - Variable in class org.apache.velocity.runtime.visitor.NodeViewMode
- indentString() - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
-
Indent child nodes to help visually identify the structure of the AST.
- index - Variable in class org.apache.velocity.runtime.directive.ForeachScope
- Index() - Method in class org.apache.velocity.runtime.parser.Parser
- INDEX_LBRACKET - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- INDEX_RBRACKET - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- IndexParameter() - Method in class org.apache.velocity.runtime.parser.Parser
-
A Simplified parameter more suitable for an index position: $foo[$index]
- inDirective - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- info - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor
- info - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor
- info - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidSetMethodExecutor
- info - Variable in class org.apache.velocity.runtime.directive.Scope
- info - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
- info(boolean, Object) - Method in class org.apache.velocity.runtime.log.LogDisplayWrapper
-
Log an info message.
- info(boolean, Object, Throwable) - Method in class org.apache.velocity.runtime.log.LogDisplayWrapper
-
Log an info message and accompanying Throwable.
- info(Object) - Static method in class org.apache.velocity.app.Velocity
-
Deprecated.Use getLog() and call info() on it.
- info(Object) - Method in class org.apache.velocity.app.VelocityEngine
-
Deprecated.Use getLog() and call warn() on it.
- info(Object) - Method in class org.apache.velocity.runtime.log.Log
-
Log an info message.
- info(Object) - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- info(Object) - Static method in class org.apache.velocity.runtime.Runtime
-
Deprecated.Log an info message.
- info(Object) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Deprecated.Use getLog() and call info() on it.
- info(Object) - Method in interface org.apache.velocity.runtime.RuntimeLogger
-
Deprecated.Use Log.info(Object)
- info(Object) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Deprecated.Use getLog() and call info() on it.
- info(Object, Throwable) - Method in class org.apache.velocity.runtime.log.Log
-
Log an info message and accompanying Throwable.
- info(Object, Throwable) - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- 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() - Constructor for class org.apache.velocity.util.introspection.Info
-
Force callers to set the location information.
- Info(String, int, int) - Constructor for class org.apache.velocity.util.introspection.Info
- Info(Scope, Object) - Constructor for class org.apache.velocity.runtime.directive.Scope.Info
- Info(Node) - Constructor for class org.apache.velocity.util.introspection.Info
- INFO_ID - Static variable in interface org.apache.velocity.runtime.log.LogChute
-
ID for info messages.
- INFO_ID - Static variable in interface org.apache.velocity.runtime.log.LogSystem
-
Deprecated.ID for info messages.
- INFO_PREFIX - Static variable in interface org.apache.velocity.runtime.log.LogChute
-
Prefix string for info messages.
- INFO_PREFIX - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Deprecated.Use LogChute.INFO_PREFIX instead
- init() - Static method in class org.apache.velocity.app.Velocity
-
initialize the Velocity runtime engine, using the default properties of the Velocity distribution
- init() - Method in class org.apache.velocity.app.VelocityEngine
-
initialize the Velocity runtime engine, using the default properties of the Velocity distribution
- init() - Method in class org.apache.velocity.runtime.resource.loader.JarHolder
- init() - Static method in class org.apache.velocity.runtime.Runtime
-
Deprecated.This is the primary initialization method in the Velocity Runtime.
- init() - Method in class org.apache.velocity.runtime.RuntimeInstance
-
This is the primary initialization method in the Velocity Runtime.
- init() - Method in interface org.apache.velocity.runtime.RuntimeServices
-
This is the primary initialization method in the Velocity Runtime.
- init() - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
This is the primary initialization method in the Velocity Runtime.
- init() - Method in class org.apache.velocity.util.introspection.AbstractChainableUberspector
-
init - the chainable uberspector is responsible for the initialization of the wrapped uberspector
- init() - Method in class org.apache.velocity.util.introspection.LinkingUberspector
-
init - the chainable uberspector is responsible for the initialization of the wrapped uberspector
- init() - Method in class org.apache.velocity.util.introspection.SecureUberspector
-
init - generates the Introspector.
- 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 - generates the Introspector.
- init(String) - Static method in class org.apache.velocity.app.Velocity
-
initialize the Velocity runtime engine, using default properties plus the properties in the properties file passed in as the arg
- init(String) - Method in class org.apache.velocity.app.VelocityEngine
-
initialize the Velocity runtime engine, using default properties plus the properties in the properties file passed in as the arg
- init(String) - Static method in class org.apache.velocity.runtime.Runtime
-
Deprecated.Initialize the Velocity Runtime with the name of ExtendedProperties object.
- init(String) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Initialize the Velocity Runtime with the name of ExtendedProperties object.
- init(String) - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Initialize the Velocity Runtime with the name of ExtendedProperties object.
- init(String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Initialize the Velocity Runtime with the name of ExtendedProperties object.
- init(Properties) - Static method in class org.apache.velocity.app.Velocity
-
initialize the Velocity runtime engine, using default properties plus the properties in the passed in java.util.Properties object
- init(Properties) - Method in class org.apache.velocity.app.VelocityEngine
-
initialize the Velocity runtime engine, using default properties plus the properties in the passed in java.util.Properties object
- init(Properties) - Static method in class org.apache.velocity.runtime.Runtime
-
Deprecated.Initialize the Velocity Runtime with a Properties object.
- init(Properties) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Initialize the Velocity Runtime with a Properties object.
- init(Properties) - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Initialize the Velocity Runtime with a Properties object.
- init(Properties) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Initialize the Velocity Runtime with a Properties object.
- init(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(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(ExtendedProperties) - Method in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
- init(ExtendedProperties) - Method in class org.apache.velocity.runtime.resource.loader.URLResourceLoader
- 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.ASTIndex
- init(InternalContextAdapter, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTIntegerLiteral
- init(InternalContextAdapter, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTMathNode
- 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 class org.apache.velocity.runtime.parser.node.ASTTextblock
- 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(RuntimeServices) - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
-
Initialize members of VelocimacroProxy.
- init(RuntimeServices) - Method in class org.apache.velocity.runtime.log.HoldingLogChute
- init(RuntimeServices) - Method in class org.apache.velocity.runtime.log.JdkLogChute
- init(RuntimeServices) - Method in interface org.apache.velocity.runtime.log.LogChute
-
Initializes this LogChute.
- init(RuntimeServices) - Method in class org.apache.velocity.runtime.log.LogChuteSystem
- init(RuntimeServices) - Method in interface org.apache.velocity.runtime.log.LogSystem
-
Deprecated.Initializes this LogSystem.
- init(RuntimeServices) - Method in class org.apache.velocity.runtime.log.NullLogChute
- init(RuntimeServices) - Method in class org.apache.velocity.runtime.log.SystemLogChute
- init(RuntimeServices, InternalContextAdapter, Node) - Method in class org.apache.velocity.runtime.directive.Block
-
simple init - get the key
- init(RuntimeServices, InternalContextAdapter, Node) - Method in class org.apache.velocity.runtime.directive.BlockMacro
-
Initializes the directive.
- init(RuntimeServices, InternalContextAdapter, Node) - Method in class org.apache.velocity.runtime.directive.Break
-
simple init - init the tree and get the elementKey from the AST
- init(RuntimeServices, InternalContextAdapter, Node) - Method in class org.apache.velocity.runtime.directive.Define
-
simple init - get the key
- 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.Evaluate
-
Initialize and check arguments.
- 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
-
Deprecated.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.Parse
-
Init's the #parse directive.
- init(RuntimeServices, InternalContextAdapter, Node) - Method in class org.apache.velocity.runtime.directive.RuntimeMacro
-
Intialize the Runtime macro.
- init(RuntimeServices, InternalContextAdapter, Node) - Method in class org.apache.velocity.runtime.directive.Stop
- initContext(RuntimeServices) - Method in class org.apache.velocity.context.EvaluateContext
-
Deprecated.Initialize the context based on user-configured class
- initDocument() - Method in class org.apache.velocity.Template
-
initializes the document.
- initialize(RuntimeServices) - Method in class org.apache.velocity.app.event.EventCartridge
-
Initialize the handlers.
- initialize(RuntimeServices) - Method in interface org.apache.velocity.runtime.ParserPool
-
Initialize the pool so that it can begin serving parser instances.
- initialize(RuntimeServices) - Method in class org.apache.velocity.runtime.ParserPoolImpl
-
Create the underlying "pool".
- 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.
- initialized - Variable in class org.apache.velocity.runtime.RuntimeInstance
-
Indicate whether the Runtime has been fully initialized.
- initializedHandlers - Variable in class org.apache.velocity.app.event.EventCartridge
-
Ensure that handlers are not initialized more than once.
- initializeDirectives() - Method in class org.apache.velocity.runtime.RuntimeInstance
-
This methods initializes all the directives that are used by the Velocity Runtime.
- initializeEvaluateScopeSettings() - Method in class org.apache.velocity.runtime.RuntimeInstance
- initializeEventCartridge(RuntimeServices, EventCartridge) - Static method in class org.apache.velocity.app.event.EventHandlerUtil
-
Initialize the event cartridge if appropriate.
- initializeEventHandlers() - Method in class org.apache.velocity.runtime.RuntimeInstance
- initializeIntrospection() - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Gets the classname for the Uberspect introspection package and instantiates an instance.
- initializeLog() - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Initialize the Velocity logging system.
- initializeParserPool() - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Initializes the Velocity parser pool.
- initializeProperties() - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Initialize Velocity properties, if the default properties have not been laid down first then do so.
- initializeResourceManager() - Method in class org.apache.velocity.runtime.RuntimeInstance
- initializeSpecificEventHandler(String, String, Class) - Method in class org.apache.velocity.runtime.RuntimeInstance
- initializing - Variable in class org.apache.velocity.runtime.RuntimeInstance
-
Indicate whether the Runtime is in the midst of initialization.
- initVelocimacro() - Method in class org.apache.velocity.runtime.VelocimacroFactory
-
initialize the factory - setup all permissions load all global libraries.
- inlineLocalMode - Variable in class org.apache.velocity.runtime.VelocimacroManager
- inlineReplacesGlobal - Variable in class org.apache.velocity.runtime.VelocimacroManager
- inner - Variable in class org.apache.velocity.util.introspection.AbstractChainableUberspector
-
The wrapped (decorated) uberspector.
- innerContext - Variable in class org.apache.velocity.context.AbstractContext
-
the chained Context if any
- innerContext - Variable in class org.apache.velocity.context.ChainedInternalContextAdapter
-
the parent context
- 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
- inputStream - Variable in class org.apache.velocity.io.UnicodeInputStream
- inputStream - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- inReference - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- inSet - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- inspect(Class) - Method in class org.apache.velocity.app.FieldMethodizer
-
Method that retrieves all public static fields in the class we are methodizing.
- INTEGER_LITERAL - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- IntegerLiteral() - Method in class org.apache.velocity.runtime.parser.Parser
- 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.
- InternalContextBase - Class in org.apache.velocity.context
-
class to encapsulate the 'stuff' for internal operation of velocity.
- InternalContextBase() - Constructor for class org.apache.velocity.context.InternalContextBase
- 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
- InternalHousekeepingContext - Interface in org.apache.velocity.context
-
interface to encapsulate the 'stuff' for internal operation of velocity.
- 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 - Variable in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
- interpolate(String, Context) - Static method in class org.apache.velocity.runtime.parser.node.NodeUtils
-
Deprecated.this method isn't called by any class
- INTERPOLATE_STRINGLITERALS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Switch for the interpolation facility for string literals.
- interpolateimage - Variable in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
- introspectionCache - Variable in class org.apache.velocity.context.InternalContextBase
-
cache for node/context specific introspection information
- IntrospectionCacheData - Class 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
- IntrospectionUtils - Class in org.apache.velocity.util.introspection
- IntrospectionUtils() - Constructor for class org.apache.velocity.util.introspection.IntrospectionUtils
- introspector - Variable in class org.apache.velocity.runtime.parser.node.GetExecutor
- introspector - Variable in class org.apache.velocity.runtime.parser.node.PropertyExecutor
- introspector - Variable in class org.apache.velocity.runtime.parser.node.PutExecutor
- introspector - Variable in class org.apache.velocity.runtime.parser.node.SetPropertyExecutor
- introspector - Variable in class org.apache.velocity.runtime.RuntimeInstance
- introspector - Variable in class org.apache.velocity.util.introspection.UberspectImpl
-
the default Velocity introspector
- 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(Log) - Constructor for class org.apache.velocity.util.introspection.Introspector
- Introspector(RuntimeLogger) - Constructor for class org.apache.velocity.util.introspection.Introspector
-
Deprecated.RuntimeLogger is deprecated. Use Introspector(Log log).
- INTROSPECTOR_RESTRICT_CLASSES - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
A comma separated list of classes to restrict access to in the SecureIntrospector.
- INTROSPECTOR_RESTRICT_PACKAGES - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
A comma separated list of packages to restrict access to in the SecureIntrospector.
- IntrospectorBase - Class in org.apache.velocity.util.introspection
-
Lookup a a Method object for a particular class given the name of a method and its parameters.
- IntrospectorBase(Log) - Constructor for class org.apache.velocity.util.introspection.IntrospectorBase
-
C'tor.
- introspectorCache - Variable in class org.apache.velocity.util.introspection.IntrospectorBase
-
The Introspector Cache
- IntrospectorCache - Interface in org.apache.velocity.util.introspection
-
The introspector cache API definition.
- IntrospectorCacheImpl - Class in org.apache.velocity.util.introspection
-
This is the internal introspector cache implementation.
- IntrospectorCacheImpl(Log) - Constructor for class org.apache.velocity.util.introspection.IntrospectorCacheImpl
-
C'tor
- 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
- INVALID_LEXICAL_STATE - Static variable in error org.apache.velocity.runtime.parser.TokenMgrError
-
Tried to change to an invalid lexical state.
- invalidGetMethod(Context, String, Object, String, Info) - Method in class org.apache.velocity.app.event.implement.ReportInvalidReferences
-
Collect the error and/or throw an exception, depending on configuration.
- invalidGetMethod(Context, String, Object, String, Info) - Method in interface org.apache.velocity.app.event.InvalidReferenceEventHandler
-
Called when object is null or there is no getter for the given property.
- invalidGetMethod(RuntimeServices, InternalContextAdapter, String, Object, String, Info) - Static method in class org.apache.velocity.app.event.EventHandlerUtil
-
Called when an invalid get method is encountered.
- InvalidGetMethodExecutor(Context, String, Object, String, Info) - Constructor for class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor
- invalidMethod(Context, String, Object, String, Info) - Method in class org.apache.velocity.app.event.implement.ReportInvalidReferences
-
Collect the error and/or throw an exception, depending on configuration.
- invalidMethod(Context, String, Object, String, Info) - Method in interface org.apache.velocity.app.event.InvalidReferenceEventHandler
-
Called when object is null or the given method does not exist.
- invalidMethod(RuntimeServices, InternalContextAdapter, String, Object, String, Info) - Static method in class org.apache.velocity.app.event.EventHandlerUtil
-
Called when an invalid method is encountered.
- InvalidMethodExecutor(Context, String, Object, String, Info) - Constructor for class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor
- invalidReference - Variable in class org.apache.velocity.app.event.implement.InvalidReferenceInfo
- InvalidReferenceEventHandler - Interface in org.apache.velocity.app.event
-
Event handler called when an invalid reference is encountered.
- InvalidReferenceEventHandler.InvalidGetMethodExecutor - Class in org.apache.velocity.app.event
-
Defines the execution strategy for invalidGetMethod
- InvalidReferenceEventHandler.InvalidMethodExecutor - Class in org.apache.velocity.app.event
-
Defines the execution strategy for invalidGetMethod
- InvalidReferenceEventHandler.InvalidSetMethodExecutor - Class in org.apache.velocity.app.event
-
Defines the execution strategy for invalidGetMethod
- invalidReferenceHandlerCall(EventHandlerMethodExecutor, RuntimeServices, InternalContextAdapter) - Static method in class org.apache.velocity.app.event.EventHandlerUtil
-
Calls event handler method with appropriate chaining across event handlers.
- invalidReferenceHandlers - Variable in class org.apache.velocity.app.event.EventCartridge
- InvalidReferenceInfo - Class in org.apache.velocity.app.event.implement
-
Convenience class to use when reporting out invalid syntax with line, column, and template name.
- InvalidReferenceInfo(String, Info) - Constructor for class org.apache.velocity.app.event.implement.InvalidReferenceInfo
- invalidReferences - Variable in class org.apache.velocity.app.event.implement.ReportInvalidReferences
-
List of InvalidReferenceInfo objects
- invalidSetMethod(Context, String, String, Info) - Method in class org.apache.velocity.app.event.implement.ReportInvalidReferences
-
Collect the error and/or throw an exception, depending on configuration.
- invalidSetMethod(Context, String, String, Info) - Method in interface org.apache.velocity.app.event.InvalidReferenceEventHandler
-
Called when object is null or there is no setter for the given property.
- invalidSetMethod(RuntimeServices, InternalContextAdapter, String, String, Info) - Static method in class org.apache.velocity.app.event.EventHandlerUtil
-
Called when an invalid set method is encountered.
- InvalidSetMethodExecutor(Context, String, String, Info) - Constructor for class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidSetMethodExecutor
- invalidSyntax - Variable in exception org.apache.velocity.exception.ParseErrorException
-
If applicable, contains the invalid syntax or reference that triggered this exception
- invoke(Object) - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
- invoke(Object) - Method in interface org.apache.velocity.util.introspection.VelPropertyGet
-
invocation method - called when the 'get action' should be preformed and a value returned
- invoke(Object, Object) - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
-
Invoke the found Set Executor.
- invoke(Object, Object) - Method in interface org.apache.velocity.util.introspection.VelPropertySet
-
method used to set the value in the object
- invoke(Object, Object[]) - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
- invoke(Object, Object[]) - Method in interface org.apache.velocity.util.introspection.VelMethod
-
invocation method - called when the method invocation should be performed and a value returned
- invokeVelocimacro(String, String, String[], Context, Writer) - Static method in class org.apache.velocity.app.Velocity
-
Invokes a currently registered Velocimacro with the params 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 params provided and places the rendered stream into the writer.
- invokeVelocimacro(String, String, String[], Context, Writer) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Invokes a currently registered Velocimacro with the params provided and places the rendered stream into the writer.
- invokeVelocimacro(String, String, String[], Context, Writer) - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Invokes a currently registered Velocimacro with the params 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.
- isAlive() - Method in class org.apache.velocity.runtime.parser.node.SetExecutor
-
Tell whether the executor is alive by looking at the value of the method.
- isApplicable(Method, Class[]) - Static method in class org.apache.velocity.util.introspection.MethodMap
-
Returns true if the supplied method is applicable to actual argument types.
- isAutoFlush() - Method in class org.apache.velocity.io.VelocityWriter
-
This method indicates whether the JspWriter is autoFlushing.
- 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.parser.node.ASTStringLiteral
-
Check to see if this is an interpolated string.
- isConstant(Node) - Method in class org.apache.velocity.context.ProxyVMContext
-
AST nodes that are considered constants can be directly saved into the context.
- isConvertible(Class, Class, boolean) - Static method in class org.apache.velocity.util.introspection.MethodMap
- isDebugEnabled() - Method in class org.apache.velocity.runtime.log.Log
-
Returns true if debug level messages will be printed by the LogChute.
- isDebugEnabled() - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- isDirective - Variable in class org.apache.velocity.runtime.parser.node.ASTDirective
- isDirective(String) - Method in class org.apache.velocity.runtime.parser.Parser
-
This method finds out of the directive exists in the directives Map.
- isDone() - Method in interface org.apache.velocity.app.event.EventHandlerMethodExecutor
-
Called after execute() to see if iterating should stop.
- isDone() - Method in class org.apache.velocity.app.event.IncludeEventHandler.IncludeEventExecutor
- isDone() - Method in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor
- isDone() - Method in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor
- isDone() - Method in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidSetMethodExecutor
- isDone() - Method in class org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor
-
Only run the first MethodExceptionEventHandler
- isDone() - Method in class org.apache.velocity.app.event.NullSetEventHandler.ShouldLogOnNullSetExecutor
- isDone() - Method in class org.apache.velocity.app.event.ReferenceInsertionEventHandler.referenceInsertExecutor
-
Continue to end of event handler iteration
- isErrorEnabled() - Method in class org.apache.velocity.runtime.log.Log
-
Returns true if error level messages will be printed by the LogChute.
- isErrorEnabled() - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- isFirst() - Method in class org.apache.velocity.runtime.directive.ForeachScope
- isFor(Object) - Method in error org.apache.velocity.runtime.directive.StopCommand
- isInfoEnabled() - Method in class org.apache.velocity.runtime.log.Log
-
Returns true if info level messages will be printed by the LogChute.
- isInfoEnabled() - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- isInit - Variable in class org.apache.velocity.runtime.resource.ResourceManagerImpl
-
Has this Manager been initialized?
- isInitialized - Variable in class org.apache.velocity.runtime.parser.node.ASTDirective
- isInitialized - Variable in class org.apache.velocity.runtime.parser.node.ASTSetDirective
- isInitialized() - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Returns true if the RuntimeInstance has been successfully initialized.
- isInitialized() - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Returns true if the RuntimeInstance has been successfully initialized.
- isInitialized() - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Returns true if the RuntimeInstance has been successfully initialized.
- 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
- isLast() - Method in class org.apache.velocity.runtime.directive.ForeachScope
- isLeftParenthesis() - Method in class org.apache.velocity.runtime.parser.Parser
-
Check whether there is a left parenthesis with leading optional whitespaces.
- isLevelEnabled(int) - Method in class org.apache.velocity.runtime.log.HoldingLogChute
- isLevelEnabled(int) - Method in class org.apache.velocity.runtime.log.JdkLogChute
- isLevelEnabled(int) - Method in interface org.apache.velocity.runtime.log.LogChute
-
Tell whether or not a log level is enabled.
- isLevelEnabled(int) - Method in class org.apache.velocity.runtime.log.LogChuteSystem
- isLevelEnabled(int) - Method in class org.apache.velocity.runtime.log.NullLogChute
- isLevelEnabled(int) - Method in class org.apache.velocity.runtime.log.SystemLogChute
-
This will return true if the specified level is equal to or higher than the level this LogChute is enabled for.
- isMethodInvocationConvertible(Class, Class, boolean) - Static method in class org.apache.velocity.util.introspection.IntrospectionUtils
-
Determines whether a type represented by a class object is convertible to another type represented by a class object using a method invocation conversion, treating object types of primitive types as if they were primitive types (that is, a Boolean actual parameter type matches boolean primitive formal type).
- isNull(Object, Object) - Method in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Returns a default value if the object passed is null.
- isProbablyProvidedLogChute(String) - Static method in class org.apache.velocity.runtime.log.LogManager
-
Simply tells whether the specified classname probably is provided by Velocity or is implemented by someone else.
- isScopeProvided() - Method in class org.apache.velocity.runtime.directive.Break
-
Since there is no processing of content, there is never a need for an internal scope.
- isScopeProvided() - Method in class org.apache.velocity.runtime.directive.Directive
- isScopeProvided() - Method in class org.apache.velocity.runtime.directive.Include
-
Since there is no processing of content, there is never a need for an internal scope.
- isScopeProvided() - Method in class org.apache.velocity.runtime.directive.Literal
-
Deprecated.Since there is no processing of content, there is never a need for an internal scope.
- isScopeProvided() - Method in class org.apache.velocity.runtime.directive.Macro
-
Since this class does no processing of content, there is never a need for an internal scope.
- isScopeProvided() - Method in class org.apache.velocity.runtime.directive.Stop
-
Since there is no processing of content, there is never a need for an internal scope.
- isSkipBOM() - Method in class org.apache.velocity.io.UnicodeInputStream
-
Returns true if the input stream discards the BOM.
- isSourceModified() - Method in class org.apache.velocity.runtime.resource.Resource
- isSourceModified(Resource) - Method in class org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 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(Resource) - Method in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
- isSourceModified(Resource) - Method in class org.apache.velocity.runtime.resource.loader.URLResourceLoader
-
Checks to see if a resource has been deleted, moved or modified.
- isStrictConvertible(Class, Class, boolean) - Static method in class org.apache.velocity.util.introspection.MethodMap
- isStrictMethodInvocationConvertible(Class, Class, boolean) - Static method in class org.apache.velocity.util.introspection.IntrospectionUtils
-
Determines whether a type represented by a class object is convertible to another type represented by a class object using a method invocation conversion, without matching object and primitive types.
- isTraceEnabled() - Method in class org.apache.velocity.runtime.log.Log
-
Returns true if trace level messages will be printed by the LogChute.
- isTraceEnabled() - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- isVarArg - Variable in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
- isVarArg() - Method in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
- 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
- isWarnEnabled() - Method in class org.apache.velocity.runtime.log.Log
-
Returns true if warn level messages will be printed by the LogChute.
- isWarnEnabled() - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- isZero(Number) - Static method in class org.apache.velocity.runtime.parser.node.MathUtils
-
Compare the given Number to 0.
- iterateOverEventHandlers(Iterator, EventHandlerMethodExecutor) - Static method in class org.apache.velocity.app.event.EventHandlerUtil
-
Loop through a given iterator of event handlers.
J
- jarfiles - Variable in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
-
Maps JAR URLs to the actual JAR Key = the JAR URL Value = the JAR
- JarHolder - Class 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
- JdkLogChute - Class in org.apache.velocity.runtime.log
-
Implementation of a simple java.util.logging LogChute.
- JdkLogChute() - Constructor for class org.apache.velocity.runtime.log.JdkLogChute
- jj_2_1(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_10(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_11(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_12(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_2(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_3(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_4(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_5(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_6(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_7(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_8(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_9(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_rtns - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_3_1() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_10() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_11() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_12() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_2() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_3() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_4() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_5() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_6() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_7() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_8() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_9() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_100() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_101() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_24() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_25() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_26() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_27() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_28() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_29() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_30() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_31() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_32() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_33() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_34() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_35() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_36() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_37() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_38() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_39() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_40() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_41() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_42() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_43() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_44() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_45() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_46() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_47() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_48() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_49() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_50() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_51() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_52() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_53() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_54() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_55() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_56() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_57() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_58() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_59() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_60() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_61() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_62() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_63() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_64() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_65() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_66() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_67() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_68() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_69() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_70() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_71() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_72() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_73() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_74() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_75() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_76() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_77() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_78() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_79() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_80() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_81() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_82() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_83() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_84() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_85() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_86() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_87() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_88() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_89() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_90() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_91() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_92() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_93() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_94() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_95() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_96() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_97() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_98() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_99() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_add_error_token(int, int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_consume_token(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_endpos - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_expentries - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_expentry - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_gc - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_gen - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_kind - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_la - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_la1 - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_la1_0 - Static variable in class org.apache.velocity.runtime.parser.Parser
- jj_la1_1 - Static variable in class org.apache.velocity.runtime.parser.Parser
- jj_la1_2 - Static variable in class org.apache.velocity.runtime.parser.Parser
- jj_la1_init_0() - Static method in class org.apache.velocity.runtime.parser.Parser
- jj_la1_init_1() - Static method in class org.apache.velocity.runtime.parser.Parser
- jj_la1_init_2() - Static method in class org.apache.velocity.runtime.parser.Parser
- jj_lastpos - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_lasttokens - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_ls - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_nt - Variable in class org.apache.velocity.runtime.parser.Parser
-
Next token.
- jj_ntk - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_ntk() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_rescan - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_rescan_token() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_save(int, int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_scan_token(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_scanpos - Variable in class org.apache.velocity.runtime.parser.Parser
- jjAddStates(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjbitVec0 - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjbitVec2 - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- JJCalls() - Constructor for class org.apache.velocity.runtime.parser.Parser.JJCalls
- jjCanMove_0(int, int, int, long, long) - Static method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjCheckNAdd(int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjCheckNAddStates(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjCheckNAddTwoStates(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjFillToken() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjimage - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjimageLen - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjmatchedKind - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjmatchedPos - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_0(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_1(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_10(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_11(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_2(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_3(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_4(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_5(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_6(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_7(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_8(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_9(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_0() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_1() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_10() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_11() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_2() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_3() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_4() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_5() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_6() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_7() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_8() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_9() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_0(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_1(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_10(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_11(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_2(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_3(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_4(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_5(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_6(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_7(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_8(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_9(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa2_0(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa2_1(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa2_10(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa2_11(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa2_2(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa2_3(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa2_4(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa2_5(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa2_6(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa2_7(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa2_8(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa2_9(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa3_0(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa3_1(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa3_2(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa3_3(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa3_4(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa4_0(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa4_1(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa4_2(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa4_3(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa4_4(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjnewLexState - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
-
Lex State array.
- jjnewStateCnt - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjnextStates - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjround - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjrounds - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_0(int, long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_1(int, long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_10(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_11(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_2(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_3(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_4(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_5(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_6(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_7(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_8(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_9(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_0(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_1(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_10(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_11(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_2(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_3(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_4(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_5(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_6(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_7(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_8(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_9(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjstateSet - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopAtPos(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_0(int, long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_1(int, long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_10(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_11(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_2(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_3(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_4(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_5(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_6(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_7(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_8(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_9(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjstrLiteralImages - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
-
Token literal values.
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTAndNode
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTAssignment
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTBlock
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTComment
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTDirective
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTElseIfStatement
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTElseStatement
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTEQNode
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTEscape
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTEscapedDirective
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTExpression
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTFalse
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTGENode
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTGTNode
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTIdentifier
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTIfStatement
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTIncludeStatement
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTIntegerLiteral
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTIntegerRange
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTLENode
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTLTNode
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTMap
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTMathNode
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTMethod
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTNENode
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTNotNode
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTObjectArray
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTOrNode
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTParameters
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTprocess
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTReference
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTSetDirective
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTText
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTTextblock
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTTrue
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTVariable
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.ASTWord
- jjtAccept(ParserVisitor, Object) - Method in interface org.apache.velocity.runtime.parser.node.Node
- jjtAccept(ParserVisitor, Object) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
- jjtAddChild(Node, int) - Method in interface org.apache.velocity.runtime.parser.node.Node
-
This method tells the node to add its argument to the node's list of children.
- 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
- JJTINDEX - 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
- jjtoMore - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- 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
- jjtoSkip - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjtoSpecial - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjtoToken - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- JJTParserState - Class in org.apache.velocity.runtime.parser
- JJTParserState() - Constructor for class org.apache.velocity.runtime.parser.JJTParserState
- JJTPROCESS - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- jjtree - Variable in class org.apache.velocity.runtime.parser.Parser
- JJTREFERENCE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTSETDIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- jjtSetParent(Node) - Method in 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
- 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
- JJTTEXTBLOCK - 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
- key - Variable in class org.apache.velocity.runtime.directive.Block
- keyColumn - Variable in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
- 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
- lastModified - Variable in class org.apache.velocity.runtime.resource.Resource
-
The file modification time (in milliseconds) for the cached template.
- lastModified - Variable in class org.apache.velocity.runtime.resource.util.StringResource
-
last modified ts
- LBRACKET - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- LCURLY - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- left - Variable in class org.apache.velocity.runtime.parser.node.ASTSetDirective
- LEFT_CURLEY - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- leftreference - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidSetMethodExecutor
- leftReference - Variable in class org.apache.velocity.runtime.parser.node.ASTSetDirective
- leftUberspect - Variable in class org.apache.velocity.util.introspection.LinkingUberspector
- lengthOfMatch - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- LESS_SPECIFIC - Static variable in class org.apache.velocity.util.introspection.MethodMap
- LETTER - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- lexError - Static variable in exception org.apache.velocity.exception.ParseErrorException
- LEXICAL_ERROR - Static variable in error org.apache.velocity.runtime.parser.TokenMgrError
-
Lexical error occured.
- LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.velocity.runtime.parser.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexstate - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager.ParserState
- lexStateNames - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
-
Lexer state names.
- lhs - Variable in class org.apache.velocity.app.event.NullSetEventHandler.ShouldLogOnNullSetExecutor
- libModMap - Variable in class org.apache.velocity.runtime.VelocimacroFactory
-
map of the library Template objects used for reload determination
- libraries - Variable in class org.apache.velocity.runtime.VelocimacroManager
-
set of names of library tempates/namespaces
- limitLen(int, String) - Method in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Limits 'string' to 'maxlen' characters.
- limitLen(int, String, String) - Method in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Limits 'string' to 'maxlen' character.
- line - Variable in exception org.apache.velocity.exception.TemplateInitException
- line - Variable in class org.apache.velocity.runtime.directive.Directive
- line - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- line - Variable in class org.apache.velocity.util.introspection.Info
- LINE - Static variable in interface org.apache.velocity.runtime.directive.DirectiveConstants
-
Line directive indicator
- lineNumber - Variable in exception org.apache.velocity.exception.MethodInvocationException
- lineNumber - Variable in exception org.apache.velocity.exception.ParseErrorException
-
The line number of the parsing error, or -1 if not defined.
- LinkingUberspector - Class in org.apache.velocity.util.introspection
-
When the runtime.introspection.uberspect configuration property contains several uberspector class names, it means those uberspectors will be chained.
- LinkingUberspector(Uberspect, Uberspect) - Constructor for class org.apache.velocity.util.introspection.LinkingUberspector
-
Constructor that takes the two uberspectors to link
- literal - Variable in class org.apache.velocity.runtime.directive.RuntimeMacro
-
Literal text of the macro
- literal - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
- literal() - Method in interface org.apache.velocity.runtime.parser.node.Node
- literal() - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
- Literal - Class in org.apache.velocity.runtime.directive
-
Deprecated.Use the #[[unparsed content]]# syntax instead.
- Literal() - Constructor for class org.apache.velocity.runtime.directive.Literal
-
Deprecated.
- literalArgArray - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
- literalText - Variable in class org.apache.velocity.runtime.directive.Literal
-
Deprecated.
- loadDirective(String) - Method in class org.apache.velocity.app.Velocity
-
Instantiates and loads the directive with some basic checks.
- loadDirective(String) - Method in class org.apache.velocity.app.VelocityEngine
-
Instantiates and loads the directive with some basic checks.
- loadDirective(String) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
instantiates and loads the directive with some basic checks
- loadDirective(String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Instantiates and loads the directive with some basic checks.
- loadJar(String) - Method in class org.apache.velocity.runtime.resource.loader.JarResourceLoader
- loadResource(String, int, String) - Method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
-
Loads a resource from the current set of resource loaders.
- localcontext - Variable in class org.apache.velocity.context.ProxyVMContext
-
container for any local or constant macro arguments.
- localContext - Variable in class org.apache.velocity.context.EvaluateContext
-
Deprecated.container for any local items
- localContextScope - Variable in class org.apache.velocity.context.ProxyVMContext
-
support for local context scope feature, where all references are local
- localContextScope - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
- localPut(String, Object) - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- localPut(String, Object) - Method in class org.apache.velocity.context.EvaluateContext
-
Deprecated.Allows callers to explicitly put objects in the local context.
- localPut(String, Object) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- localPut(String, Object) - Method in interface org.apache.velocity.context.InternalWrapperContext
-
Allows callers to explicitly put objects in the local context.
- localPut(String, Object) - Method in class org.apache.velocity.context.ProxyVMContext
-
Allows callers to explicitly put objects in the local context, no matter what the velocimacro.context.local setting says.
- localPut(String, Object) - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
-
Allows callers to explicitly put objects in the local context.
- log - Variable in class org.apache.velocity.runtime.directive.Block
- log - Variable in class org.apache.velocity.runtime.log.LogDisplayWrapper
-
The Log object we wrap
- log - Variable in class org.apache.velocity.runtime.parser.node.AbstractExecutor
- log - Variable in class org.apache.velocity.runtime.parser.node.SetExecutor
-
Class logger
- log - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
- log - Variable in class org.apache.velocity.runtime.resource.loader.JarHolder
- log - Variable in class org.apache.velocity.runtime.resource.loader.ResourceLoader
- log - Variable in class org.apache.velocity.runtime.resource.ResourceManagerImpl
-
Logging.
- log - Variable in class org.apache.velocity.runtime.RuntimeInstance
-
The Runtime logger.
- log - Variable in class org.apache.velocity.runtime.VelocimacroFactory
-
the log for this instance
- log - Variable in class org.apache.velocity.util.introspection.ClassMap
-
Class logger
- log - Variable in class org.apache.velocity.util.introspection.ClassMap.MethodCache
-
Class logger
- log - Variable in class org.apache.velocity.util.introspection.IntrospectorBase
-
Class logger
- log - Variable in class org.apache.velocity.util.introspection.IntrospectorCacheImpl
-
Class logger
- log - Variable in class org.apache.velocity.util.introspection.UberspectImpl
-
Our runtime logger.
- log(boolean, int, Object) - Method in class org.apache.velocity.runtime.log.LogDisplayWrapper
- log(boolean, int, Object, Throwable) - Method in class org.apache.velocity.runtime.log.LogDisplayWrapper
- log(int, Object) - Method in class org.apache.velocity.runtime.log.Log
- log(int, Object) - Method in class org.apache.velocity.runtime.log.LogDisplayWrapper
- log(int, Object, Throwable) - Method in class org.apache.velocity.runtime.log.Log
- log(int, Object, Throwable) - Method in class org.apache.velocity.runtime.log.LogDisplayWrapper
- log(int, String) - Method in class org.apache.velocity.runtime.log.HoldingLogChute
-
Logs messages.
- log(int, String) - Method in class org.apache.velocity.runtime.log.JdkLogChute
-
Logs messages
- log(int, String) - Method in interface org.apache.velocity.runtime.log.LogChute
-
Send a log message from Velocity.
- log(int, String) - Method in class org.apache.velocity.runtime.log.LogChuteSystem
- log(int, String) - Method in class org.apache.velocity.runtime.log.NullLogChute
-
logs messages to the great Garbage Collector in the sky
- log(int, String) - Method in class org.apache.velocity.runtime.log.SystemLogChute
-
Logs messages to either std.out or std.err depending on their severity.
- log(int, String, Throwable) - Method in class org.apache.velocity.runtime.log.HoldingLogChute
-
Logs messages and errors.
- log(int, String, Throwable) - Method in class org.apache.velocity.runtime.log.JdkLogChute
-
Send a log message from Velocity along with an exception or error
- log(int, String, Throwable) - Method in interface org.apache.velocity.runtime.log.LogChute
-
Send a log message from Velocity along with an exception or error
- log(int, String, Throwable) - Method in class org.apache.velocity.runtime.log.LogChuteSystem
-
First passes off the message at the specified level, then passes off stack trace of the Throwable as a 2nd message at the same level.
- log(int, String, Throwable) - Method in class org.apache.velocity.runtime.log.NullLogChute
-
logs messages and their accompanying Throwables to the great Garbage Collector in the sky
- log(int, String, Throwable) - Method in class org.apache.velocity.runtime.log.SystemLogChute
-
Logs messages to the system console so long as the specified level is equal to or greater than the level this LogChute is enabled for.
- Log - Class in org.apache.velocity.runtime.log
-
Convenient wrapper for LogChute functions.
- Log() - Constructor for class org.apache.velocity.runtime.log.Log
-
Creates a new Log that wraps a HoldingLogChute.
- Log(LogChute) - Constructor for class org.apache.velocity.runtime.log.Log
-
Creates a new Log that wraps the specified LogChute.
- LogChute - Interface in org.apache.velocity.runtime.log
-
Base interface that logging systems need to implement.
- LogChuteSystem - Class in org.apache.velocity.runtime.log
-
Wrapper to make user's custom LogSystem implementations work with the new LogChute setup.
- LogChuteSystem(LogSystem) - Constructor for class org.apache.velocity.runtime.log.LogChuteSystem
-
Only classes in this package should be creating this.
- LogDisplayWrapper - Class in org.apache.velocity.runtime.log
-
This is a wrapper around a log object, that can add a prefix to log messages and also turn logging on and off dynamically.
- LogDisplayWrapper(Log, String, boolean) - Constructor for class org.apache.velocity.runtime.log.LogDisplayWrapper
-
Create a new LogDisplayWrapper
- logger - Variable in class org.apache.velocity.runtime.log.JdkLogChute
- LOGICAL_AND - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- LOGICAL_EQUALS - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- LOGICAL_GE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- LOGICAL_GT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- LOGICAL_LE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- LOGICAL_LT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- LOGICAL_NOT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- LOGICAL_NOT_EQUALS - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- LOGICAL_OR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- LogManager - Class in org.apache.velocity.runtime.log
-
This class is responsible for instantiating the correct LogChute
- LogManager() - Constructor for class org.apache.velocity.runtime.log.LogManager
- logOnNull - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
- logOnNull - Variable in class org.apache.velocity.runtime.parser.node.ASTSetDirective
- logSystem - Variable in class org.apache.velocity.runtime.log.LogChuteSystem
- LogSystem - Interface in org.apache.velocity.runtime.log
-
Deprecated.Use LogChute instead!
- logVelocityMessage(int, String) - Method in interface org.apache.velocity.runtime.log.LogSystem
-
Deprecated.Use log(level, message).
- logVelocityMessage(int, String) - Method in class org.apache.velocity.runtime.log.NullLogSystem
-
Deprecated.Use log(level, message).
- logVelocityMessage(int, String) - Method in class org.apache.velocity.runtime.log.PrimordialLogSystem
-
Deprecated.Use log(level, message).
- logWhenFound - Variable in class org.apache.velocity.runtime.resource.ResourceManagerImpl
-
switch to turn off log notice when a resource is found for the first time.
- LookaheadSuccess() - Constructor for error org.apache.velocity.runtime.parser.Parser.LookaheadSuccess
- LOOP_DETECTED - Static variable in error org.apache.velocity.runtime.parser.TokenMgrError
-
Detected (and bailed out of) an infinite loop in the token manager.
- loopVariableKey - Variable in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
- lparen - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- lparen - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager.ParserState
- LPAREN - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
M
- macro - Variable in class org.apache.velocity.runtime.directive.BlockMacro
- Macro - Class in org.apache.velocity.runtime.directive
-
Macro implements the macro definition directive of VTL.
- Macro() - Constructor for class org.apache.velocity.runtime.directive.Macro
- MacroEntry(String, Node, String[], String, RuntimeServices) - Constructor for class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
- macroLibraries - Variable in class org.apache.velocity.context.InternalContextBase
-
List for holding the macro libraries.
- macroLibVec - Variable in class org.apache.velocity.runtime.VelocimacroFactory
-
vector of the library names
- macroName - Variable in class org.apache.velocity.runtime.directive.RuntimeMacro
-
Name of the macro
- macroName - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
- macroNames - Variable in class org.apache.velocity.runtime.parser.Parser
-
Keep track of defined macros, used for escape processing
- macroNameStack - Variable in class org.apache.velocity.context.InternalContextBase
-
Velocimacro name stack.
- MacroOverflowException - Exception in org.apache.velocity.exception
-
Application-level exception thrown when macro calls within macro calls exceeds the maximum allowed depth.
- MacroOverflowException(String) - Constructor for exception org.apache.velocity.exception.MacroOverflowException
- MacroOverflowException(String, Throwable) - Constructor for exception org.apache.velocity.exception.MacroOverflowException
- MacroOverflowException(Throwable) - Constructor for exception org.apache.velocity.exception.MacroOverflowException
- 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, String, Token) - Constructor for exception org.apache.velocity.runtime.directive.MacroParseException
- macroToString(StringBuffer, String[]) - Static method in class org.apache.velocity.runtime.directive.Macro
-
For debugging purposes.
- makeAlternator(String, String, String) - Method in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Makes an alternator object that alternates between two values.
- makeAlternator(String, String, String, String) - Method in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Makes an alternator object that alternates between three values.
- makeAlternator(String, String, String, String, String) - Method in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Makes an alternator object that alternates between four values.
- makeAutoAlternator(String, String, String) - Method in class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Makes an alternator object that alternates between two values automatically.
- makeMethodKey(Method) - Method in class org.apache.velocity.util.introspection.ClassMap.MethodCache
-
Make a methodKey for the given method using the concatenation of the name and the types of the method parameters.
- makeMethodKey(String, Object[]) - Method in class org.apache.velocity.util.introspection.ClassMap.MethodCache
- makeScope(Object) - Method in class org.apache.velocity.runtime.directive.Directive
- Map() - Method in class org.apache.velocity.runtime.parser.Parser
-
for creating a map in a #set #set($foo = {$foo : $bar, $blargh : $thingy})
- MapFactory - Class in org.apache.velocity.util
-
Factory class for creating Maps.
- MapFactory() - Constructor for class org.apache.velocity.util.MapFactory
- MapGetExecutor - Class in org.apache.velocity.runtime.parser.node
-
GetExecutor that is smart about Maps.
- MapGetExecutor(Log, Class, String) - Constructor for class org.apache.velocity.runtime.parser.node.MapGetExecutor
- MapSetExecutor - Class in org.apache.velocity.runtime.parser.node
-
SetExecutor that is smart about Maps.
- MapSetExecutor(Log, Class, String) - Constructor for class org.apache.velocity.runtime.parser.node.MapSetExecutor
- mark(int) - Method in class org.apache.velocity.io.UnicodeInputStream
- marks - Variable in class org.apache.velocity.runtime.parser.JJTParserState
- markSupported() - Method in class org.apache.velocity.io.UnicodeInputStream
- match(UnicodeInputStream.UnicodeBOM, UnicodeInputStream.UnicodeBOM) - Method in class org.apache.velocity.io.UnicodeInputStream
- MathException - Exception in org.apache.velocity.exception
-
Separate exception class to distinguish math problems.
- MathException(String) - Constructor for exception org.apache.velocity.exception.MathException
- MathUtils - Class in org.apache.velocity.runtime.parser.node
-
Utility-class for all arithmetic-operations.
All operations (+ - / *) return a Number which type is the type of the bigger argument.
Example:
add ( new Integer(10), new Integer(1))
will return anInteger
-Object with the value 11
add ( new Long(10), new Integer(1))
will return anLong
-Object with the value 11
add ( new Integer(10), new Float(1))
will return anFloat
-Object with the value 11
Overflow checking:
For integral values (byte, short, int) there is an implicit overflow correction (the next "bigger" type will be returned). - MathUtils() - Constructor for class org.apache.velocity.runtime.parser.node.MathUtils
- max - Variable in class org.apache.velocity.runtime.ParserPoolImpl
- max - Variable in class org.apache.velocity.util.SimplePool
-
max amount of objects to be managed set via CTOR
- MAX_BOM_SIZE - Static variable in class org.apache.velocity.io.UnicodeInputStream
-
The maximum amount of bytes to read for a BOM
- MAX_NUMBER_LOOPS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Maximum allowed number of loops.
- maxCallDepth - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
- maxDepth - Variable in class org.apache.velocity.runtime.directive.Block
- maxDepth - Variable in class org.apache.velocity.runtime.directive.Parse
- maxNbrLoops - Variable in class org.apache.velocity.runtime.directive.Foreach
-
The maximum number of times we're allowed to loop.
- maxNextCharInd - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- merge(Context, Writer) - Method in class org.apache.velocity.Template
-
The AST node structure is merged with the context to produce the final output.
- merge(Context, Writer, List) - Method in class org.apache.velocity.Template
-
The AST node structure is merged with the context to produce the final output.
- 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, String, Context, Writer) - Method in class org.apache.velocity.app.VelocityEngine
-
merges a template and puts the rendered stream into the writer
- mergeTemplate(String, Context, Writer) - Static method in class org.apache.velocity.app.Velocity
- mergeTemplate(String, Context, Writer) - Method in class org.apache.velocity.app.VelocityEngine
- method - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor
- method - Variable in class org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor
- method - Variable in class org.apache.velocity.runtime.parser.node.AbstractExecutor
-
Method to be executed.
- method - Variable in class org.apache.velocity.runtime.parser.node.SetExecutor
-
Method to be executed.
- method - Variable in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
- Method() - Method in class org.apache.velocity.runtime.parser.Parser
-
This method has yet to be fully implemented but will allow arbitrarily nested method calls
- methodByNameMap - Variable in class org.apache.velocity.util.introspection.MethodMap
-
Keep track of all methods with the same name.
- methodCache - Variable in class org.apache.velocity.util.introspection.ClassMap
- MethodCache(Log) - Constructor for class org.apache.velocity.util.introspection.ClassMap.MethodCache
- MethodCacheKey(String, Class[]) - Constructor for class org.apache.velocity.runtime.parser.node.ASTMethod.MethodCacheKey
- methodException(Class, String, Exception) - Method in class org.apache.velocity.app.event.implement.PrintExceptions
-
Render the method exception, and optionally the exception message and stack trace.
- methodException(Class, String, Exception) - Method in interface org.apache.velocity.app.event.MethodExceptionEventHandler
-
Called when a method throws an exception.
- methodException(RuntimeServices, InternalContextAdapter, Class, String, Exception) - Static method in class org.apache.velocity.app.event.EventHandlerUtil
-
Called when a method exception is generated during Velocity merge.
- MethodExceptionEventHandler - Interface in org.apache.velocity.app.event
-
Event handler called when a method throws an exception.
- MethodExceptionEventHandler.MethodExceptionExecutor - Class in org.apache.velocity.app.event
-
Defines the execution strategy for methodException
- MethodExceptionExecutor(Context, Class, String, Exception) - Constructor for class org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor
- methodExceptionHandlers - Variable in class org.apache.velocity.app.event.EventCartridge
- 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, String, int, int) - Constructor for exception org.apache.velocity.exception.MethodInvocationException
-
CTOR - wraps the passed in exception for examination later
- methodMap - Variable in class org.apache.velocity.util.introspection.ClassMap.MethodCache
-
Map of methods that are searchable according to method parameters to find a match
- 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.
- methodName - Variable in exception org.apache.velocity.exception.MethodInvocationException
- methodName - Variable in class org.apache.velocity.runtime.parser.node.ASTIndex
- methodName - Variable in class org.apache.velocity.runtime.parser.node.ASTMethod.MethodCacheKey
- methodName - Variable in class org.apache.velocity.runtime.parser.node.ASTMethod
- MILLIS_PER_SECOND - Static variable in class org.apache.velocity.runtime.resource.Resource
-
The number of milliseconds in a minute, used to calculate the check interval.
- min(int, int) - Method in class org.apache.velocity.io.VelocityWriter
-
Our own little min method, to avoid loading
java.lang.Math
if we've run out of file descriptors and we're trying to print a stack trace. - MINUS - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- mk - Variable in class org.apache.velocity.runtime.parser.JJTParserState
- 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).
- modificationTime - Variable in class org.apache.velocity.runtime.VelocimacroFactory.Twonk
-
modification time of the template.
- 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
-
RegularExpression Id.
- MORE_SPECIFIC - Static variable in class org.apache.velocity.util.introspection.MethodMap
- MoreLexicalActions() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- morePrefix - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
- msg - Variable in exception org.apache.velocity.exception.ParseErrorException
-
If we modify the message, then we set this
- MULTI_LINE_COMMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- 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
-
RegularExpression Id.
N
- name - Variable in class org.apache.velocity.runtime.directive.BlockMacro
- name - Variable in class org.apache.velocity.runtime.resource.Resource
-
Name of the resource
- namespaceHash - Variable in class org.apache.velocity.runtime.VelocimacroManager
-
Hash of namespace hashes.
- namespacesOn - Variable in class org.apache.velocity.runtime.VelocimacroManager
- nearest - Variable in error org.apache.velocity.runtime.directive.StopCommand
- NEWLINE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- newToken(int) - Static method in class org.apache.velocity.runtime.parser.Token
-
Returns a new Token object, by default.
- next - Variable in class org.apache.velocity.runtime.parser.Parser.JJCalls
- next - Variable in class org.apache.velocity.runtime.parser.Token
-
A reference to the next regular (non-special) token from the input stream.
- next() - Method in class org.apache.velocity.util.ArrayIterator
-
Move to next element in the array.
- next() - Method in class org.apache.velocity.util.EnumerationIterator
-
Move to next element in the array.
- nextBufExpand - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- nextChar - Variable in class org.apache.velocity.io.VelocityWriter
- nextCheck - Variable in class org.apache.velocity.runtime.resource.Resource
-
The next time the file modification time will be checked (in milliseconds).
- NO_BUFFER - Static variable in class org.apache.velocity.io.VelocityWriter
-
constant indicating that the Writer is not buffering output
- node - Variable in class org.apache.velocity.runtime.directive.RuntimeMacro
-
Node of the macro call
- Node - Interface in org.apache.velocity.runtime.parser.node
-
This file describes the interface between the Velocity code and the JavaCC generated code.
- node_created - Variable in class org.apache.velocity.runtime.parser.JJTParserState
- nodeArity() - Method in class org.apache.velocity.runtime.parser.JJTParserState
- nodeCreated() - Method in class org.apache.velocity.runtime.parser.JJTParserState
- nodes - Variable in class org.apache.velocity.runtime.parser.JJTParserState
- nodeTree - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
- nodeTree - Variable in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
- nodeTree - Variable in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
- 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
- noParams - Static variable in class org.apache.velocity.runtime.parser.node.ASTIndex
- NORMAL_REFERENCE - Static variable in class org.apache.velocity.runtime.parser.node.ASTReference
- 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.
- notfound - Variable in class org.apache.velocity.app.event.implement.IncludeNotFound
- noTypes - Static variable in class org.apache.velocity.runtime.parser.node.ASTIndex
- NULL_ARG - Static variable in class org.apache.velocity.util.introspection.ClassMap.MethodCache
- NullHolderContext(String, InternalContextAdapter) - Constructor for class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
-
Create the context as a wrapper to be used within the foreach
- NullLogChute - Class in org.apache.velocity.runtime.log
-
Logger used in case of failure.
- NullLogChute() - Constructor for class org.apache.velocity.runtime.log.NullLogChute
- NullLogSystem - Class in org.apache.velocity.runtime.log
-
Deprecated.Use NullLogChute.
- NullLogSystem() - Constructor for class org.apache.velocity.runtime.log.NullLogSystem
-
Deprecated.
- NullSetEventHandler - Interface in org.apache.velocity.app.event
-
Event handler called when the RHS of #set is null.
- NullSetEventHandler.ShouldLogOnNullSetExecutor - Class in org.apache.velocity.app.event
-
Defines the execution strategy for shouldLogOnNullSet
- nullSetHandlers - Variable in class org.apache.velocity.app.event.EventCartridge
- nullString - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
- nullTrim(String) - Static method in class org.apache.velocity.util.StringUtils
-
Trim the string, but pass a null through.
- NUMBER_OF_PARSERS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
The default number of parser instances to create.
- numChildren - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
- numMacroArgs - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
O
- object - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor
- object - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor
- ObjectArray() - Method in class org.apache.velocity.runtime.parser.Parser
- openDbConnection() - Method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
-
Gets connection to the datasource specified through the configuration parameters.
- openNodeScope(Node) - Method in class org.apache.velocity.runtime.parser.JJTParserState
- org.apache.velocity - package org.apache.velocity
- org.apache.velocity.app - package org.apache.velocity.app
- org.apache.velocity.app.event - package org.apache.velocity.app.event
- org.apache.velocity.app.event.implement - package org.apache.velocity.app.event.implement
- 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.directive - package org.apache.velocity.runtime.directive
- org.apache.velocity.runtime.log - package org.apache.velocity.runtime.log
- org.apache.velocity.runtime.parser - package org.apache.velocity.runtime.parser
- org.apache.velocity.runtime.parser.node - package org.apache.velocity.runtime.parser.node
- org.apache.velocity.runtime.resource - package org.apache.velocity.runtime.resource
- org.apache.velocity.runtime.resource.loader - package org.apache.velocity.runtime.resource.loader
- org.apache.velocity.runtime.resource.util - package org.apache.velocity.runtime.resource.util
- org.apache.velocity.runtime.visitor - package org.apache.velocity.runtime.visitor
- 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.
- outputErrorToStream(Writer, String) - Method in class org.apache.velocity.runtime.directive.Include
-
Puts a message to the render output stream if ERRORMSG_START / END are valid property strings.
- outputMessages - Variable in class org.apache.velocity.runtime.log.LogDisplayWrapper
-
log messages only if true
- outputMsgEnd - Variable in class org.apache.velocity.runtime.directive.Include
- outputMsgStart - Variable in class org.apache.velocity.runtime.directive.Include
- overridingProperties - Variable in class org.apache.velocity.runtime.RuntimeInstance
-
These are the properties that are laid down over top of the default properties when requested.
- owner - Variable in class org.apache.velocity.runtime.directive.Scope
P
- paramCount - Variable in class org.apache.velocity.runtime.parser.node.ASTMethod
- Parameter() - Method in class org.apache.velocity.runtime.parser.Parser
-
This method has yet to be fully implemented but will allow arbitrarily nested method calls
- params - Variable in class org.apache.velocity.runtime.parser.node.ASTMethod.MethodCacheKey
- params - Variable in class org.apache.velocity.runtime.parser.node.GetExecutor
- parent - Variable in class org.apache.velocity.runtime.directive.Block.Reference
- parent - Variable in class org.apache.velocity.runtime.directive.Scope
- parent - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
- 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) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Parse the input and return the root of AST node structure.
- parse(Reader, String) - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Parse the input and return the root of AST node structure.
- parse(Reader, String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Parse the input and return the root of AST node structure.
- parse(Reader, String, boolean) - Static method in class org.apache.velocity.runtime.Runtime
-
Deprecated.Parse the input and return the root of the AST node structure.
- parse(Reader, String, boolean) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Parse the input and return the root of the AST node structure.
- parse(Reader, String, boolean) - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Parse the input and return the root of the AST node structure.
- parse(Reader, String, boolean) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Parse the input and return the root of the AST node structure.
- parse(String, String) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Parse the input and return the root of AST node structure.
- parse(String, String) - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Wraps the String in a StringReader and passes it off to
RuntimeServices.parse(Reader,String)
. - 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_DIRECTIVE_MAXDEPTH - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Maximum recursion depth allowed for the #parse directive.
- 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
-
Create a ParseErrorException with the given message.
- ParseErrorException(String, Info) - Constructor for exception org.apache.velocity.exception.ParseErrorException
-
Create a ParseErrorRuntimeException with the given message and info
- ParseErrorException(String, Info, String) - Constructor for exception org.apache.velocity.exception.ParseErrorException
-
Create a ParseErrorRuntimeException with the given message and info
- ParseErrorException(VelocityException, String) - Constructor for exception org.apache.velocity.exception.ParseErrorException
-
Create a ParseErrorException with the given ParseException.
- ParseErrorException(ParseException, String) - Constructor for exception org.apache.velocity.exception.ParseErrorException
-
Create a ParseErrorException with the given ParseException.
- ParseException - Exception in org.apache.velocity.runtime.parser
-
This exception is thrown when parse errors are encountered.
- 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
- 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.
- 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(CharStream) - Constructor for class org.apache.velocity.runtime.parser.Parser
-
Constructor with user supplied CharStream.
- Parser(ParserTokenManager) - Constructor for class org.apache.velocity.runtime.parser.Parser
-
Constructor with generated Token Manager.
- Parser(RuntimeServices) - Constructor for class org.apache.velocity.runtime.parser.Parser
-
This constructor was added to allow the re-use of parsers.
- PARSER_POOL_CLASS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
The
parser.pool.class
property specifies the name of theSimplePool
implementation to use. - PARSER_POOL_SIZE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
- Parser.JJCalls - Class in org.apache.velocity.runtime.parser
- Parser.LookaheadSuccess - Error in org.apache.velocity.runtime.parser
- ParserConstants - Interface in org.apache.velocity.runtime.parser
-
Token literal values and constants.
- parserPool - Variable in class org.apache.velocity.runtime.RuntimeInstance
-
The Runtime parser pool
- ParserPool - Interface in org.apache.velocity.runtime
-
Provides instances of parsers as needed.
- ParserPoolImpl - Class in org.apache.velocity.runtime
-
This wraps the original parser SimplePool class.
- ParserPoolImpl() - Constructor for class org.apache.velocity.runtime.ParserPoolImpl
- ParserState() - Constructor for class org.apache.velocity.runtime.parser.ParserTokenManager.ParserState
- ParserTokenManager - Class in org.apache.velocity.runtime.parser
-
Token Manager.
- ParserTokenManager(CharStream) - Constructor for class org.apache.velocity.runtime.parser.ParserTokenManager
-
Constructor.
- ParserTokenManager(CharStream, int) - Constructor for class org.apache.velocity.runtime.parser.ParserTokenManager
-
Constructor.
- ParserTokenManager.ParserState - Class in org.apache.velocity.runtime.parser
-
Holds the state of the parsing process.
- ParserTreeConstants - Interface in org.apache.velocity.runtime.parser
- ParserVisitor - Interface in org.apache.velocity.runtime.parser.node
-
Interface used in implementation of visitor pattern.
- paths - Variable in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
-
The paths to search for templates.
- peekNode() - Method in class org.apache.velocity.runtime.parser.JJTParserState
- pendingMessages - Variable in class org.apache.velocity.runtime.log.HoldingLogChute
- perform(Number, Number, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTAddNode
- perform(Number, Number, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTDivNode
- perform(Number, Number, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTMathNode
-
Performs the math operation represented by this node.
- perform(Number, Number, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTModNode
- perform(Number, Number, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTMulNode
- perform(Number, Number, InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTSubtractNode
- PLUS - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- pool - Variable in class org.apache.velocity.runtime.ParserPoolImpl
- pool - Variable in class org.apache.velocity.util.SimplePool
- popCurrentMacroName() - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- popCurrentMacroName() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- popCurrentMacroName() - Method in class org.apache.velocity.context.InternalContextBase
-
remove the current macro name from stack
- popCurrentMacroName() - Method in interface org.apache.velocity.context.InternalHousekeepingContext
-
remove the current macro name from stack
- popCurrentTemplateName() - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- popCurrentTemplateName() - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- popCurrentTemplateName() - Method in class org.apache.velocity.context.InternalContextBase
-
remove the current template name from stack
- popCurrentTemplateName() - Method in interface org.apache.velocity.context.InternalHousekeepingContext
-
remove the current template name from stack
- popNode() - Method in class org.apache.velocity.runtime.parser.JJTParserState
- populateMethodCacheWith(ClassMap.MethodCache, Class) - Method in class org.apache.velocity.util.introspection.ClassMap
- populateMethodCacheWithInterface(ClassMap.MethodCache, Class) - Method in class org.apache.velocity.util.introspection.ClassMap
- pos - Variable in class org.apache.velocity.io.UnicodeInputStream
-
Buffer pointer.
- pos - Variable in class org.apache.velocity.util.ArrayIterator
-
The current position and size in the array.
- postRender(InternalContextAdapter) - Method in class org.apache.velocity.runtime.directive.Directive
-
This cleans up any scope control for this directive after rendering, assuming the scope control was turned on.
- PRE_DIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
Lexical state.
- prefix - Variable in class org.apache.velocity.runtime.log.LogDisplayWrapper
-
The prefix to record with every log message
- preRender(InternalContextAdapter) - Method in class org.apache.velocity.runtime.directive.Directive
-
This creates and places the scope control for this directive into the context (if scope provision is turned on).
- prevCharIsCR - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- prevCharIsLF - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- PrimaryExpression() - Method in class org.apache.velocity.runtime.parser.Parser
- PrimordialLogSystem - Class in org.apache.velocity.runtime.log
-
Deprecated.Use HoldingLogChute instead!
- PrimordialLogSystem() - Constructor for class org.apache.velocity.runtime.log.PrimordialLogSystem
-
Deprecated.
- printClass(Class) - Static method in class org.apache.velocity.runtime.parser.node.ASTReference
-
Utility class to handle nulls when printing a class type
- PrintExceptions - Class in org.apache.velocity.app.event.implement
-
Simple event handler that renders method exceptions in the page rather than throwing the exception.
- PrintExceptions() - Constructor for class org.apache.velocity.app.event.implement.PrintExceptions
- 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
- process(InternalContextAdapter, ParserVisitor) - Method in class org.apache.velocity.runtime.parser.node.ASTIfStatement
- property - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor
- property - Variable in class org.apache.velocity.runtime.parser.node.MapGetExecutor
- property - Variable in class org.apache.velocity.runtime.parser.node.MapSetExecutor
- property - Variable in class org.apache.velocity.runtime.parser.node.PutExecutor
- PROPERTY_NOT_FOUND - Static variable in class org.apache.velocity.app.event.implement.IncludeNotFound
- PropertyExecutor - Class in org.apache.velocity.runtime.parser.node
-
Returned the value of object property when executed.
- PropertyExecutor(Log, Introspector, Class, String) - Constructor for class org.apache.velocity.runtime.parser.node.PropertyExecutor
- PropertyExecutor(RuntimeLogger, Introspector, Class, String) - Constructor for class org.apache.velocity.runtime.parser.node.PropertyExecutor
-
Deprecated.RuntimeLogger is deprecated. Use the other constructor.
- PROVIDE_SCOPE_CONTROL - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Used to suppress various scope control objects.
- provideEvaluateScope - Variable in class org.apache.velocity.runtime.RuntimeInstance
- provideScope - Variable in class org.apache.velocity.runtime.directive.Directive
- provideScope - Variable in class org.apache.velocity.Template
- ProxyVMContext - Class in org.apache.velocity.context
-
Context for Velocity macro arguments.
- ProxyVMContext(InternalContextAdapter, RuntimeServices, boolean) - Constructor for class org.apache.velocity.context.ProxyVMContext
- pushback(UnicodeInputStream.UnicodeBOM) - Method in class org.apache.velocity.io.UnicodeInputStream
- pushCurrentMacroName(String) - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- pushCurrentMacroName(String) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- pushCurrentMacroName(String) - Method in class org.apache.velocity.context.InternalContextBase
-
set the current macro name on top of stack
- pushCurrentMacroName(String) - Method in interface org.apache.velocity.context.InternalHousekeepingContext
-
set the current macro name on top of stack
- pushCurrentTemplateName(String) - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- pushCurrentTemplateName(String) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- pushCurrentTemplateName(String) - Method in class org.apache.velocity.context.InternalContextBase
-
set the current template name on top of stack
- pushCurrentTemplateName(String) - Method in interface org.apache.velocity.context.InternalHousekeepingContext
-
set the current template name on top of stack
- pushNode(Node) - Method in class org.apache.velocity.runtime.parser.JJTParserState
- put(Class) - Method in interface org.apache.velocity.util.introspection.IntrospectorCache
-
Creates a class map for specific class and registers it in the cache.
- put(Class) - Method in class org.apache.velocity.util.introspection.IntrospectorCacheImpl
-
Creates a class map for specific class and registers it in the cache.
- put(Object) - Method in class org.apache.velocity.util.SimplePool
-
Add the object to the pool, silent nothing if the pool is full
- put(Object, Object) - Method in class org.apache.velocity.runtime.directive.Scope
- 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(Method) - Method in class org.apache.velocity.util.introspection.ClassMap.MethodCache
- put(String, Object) - Method in class org.apache.velocity.context.AbstractContext
-
Adds a name/value pair to the context.
- put(String, Object) - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
-
Put method also stores values in parent 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.EvaluateContext
-
Deprecated.Put method also stores values in local scope
- put(String, Object) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- put(String, Object) - Method in class org.apache.velocity.context.ProxyVMContext
-
Impl of the Context.put() method.
- put(String, Object) - Method in class org.apache.velocity.runtime.directive.Foreach.NullHolderContext
- put(String, Object, boolean) - Method in class org.apache.velocity.context.ProxyVMContext
-
Internal put method to select between local and global scope.
- put(InternalContextAdapter, String, Object) - Method in class org.apache.velocity.runtime.directive.Foreach
-
Extension hook to allow subclasses to control whether loop vars are set locally or not.
- put(Parser) - Method in interface org.apache.velocity.runtime.ParserPool
-
Return the parser to the pool so that it may be reused.
- put(Parser) - Method in class org.apache.velocity.runtime.ParserPoolImpl
-
Call the wrapped pool.
- PutExecutor - Class in org.apache.velocity.runtime.parser.node
-
Executor that simply tries to execute a put(key, value) operation.
- PutExecutor(Log, Introspector, Class, Object, String) - Constructor for class org.apache.velocity.runtime.parser.node.PutExecutor
- putStringResource(String, String) - Method in interface org.apache.velocity.runtime.resource.util.StringResourceRepository
-
add a string resource with given key.
- putStringResource(String, String) - Method in class org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl
- putStringResource(String, String, String) - Method in interface org.apache.velocity.runtime.resource.util.StringResourceRepository
-
add a string resource with given key.
- putStringResource(String, String, String) - Method in class org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl
Q
- QUIET_REFERENCE - Static variable in class org.apache.velocity.runtime.parser.node.ASTReference
R
- RBRACKET - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- RCURLY - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- read() - Method in class org.apache.velocity.io.UnicodeInputStream
- read(byte[]) - Method in class org.apache.velocity.io.UnicodeInputStream
- read(byte[], int, int) - Method in class org.apache.velocity.io.UnicodeInputStream
- readByte() - Method in class org.apache.velocity.io.UnicodeInputStream
- 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
- readEncoding() - Method in class org.apache.velocity.io.UnicodeInputStream
-
This method gets the encoding from the stream contents if a BOM exists.
- readLastModified(Resource, String) - Method in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
-
Fetches the last modification time of the resource
- recycle(Writer) - Method in class org.apache.velocity.io.VelocityWriter
-
resets this class so that it can be reused
- reference - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor
- reference - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor
- reference - Variable in class org.apache.velocity.app.event.ReferenceInsertionEventHandler.referenceInsertExecutor
- Reference(InternalContextAdapter, Block) - Constructor for class org.apache.velocity.runtime.directive.Block.Reference
- Reference() - Method in class org.apache.velocity.runtime.parser.Parser
- REFERENCE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
Lexical state.
- REFERENCE_TERMINATOR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- referenceHandlers - Variable in class org.apache.velocity.app.event.EventCartridge
- 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(RuntimeServices, InternalContextAdapter, String, Object) - Static method in class org.apache.velocity.app.event.EventHandlerUtil
-
Called before a reference is inserted.
- referenceInsertExecutor(Context, String, Object) - Constructor for class org.apache.velocity.app.event.ReferenceInsertionEventHandler.referenceInsertExecutor
- ReferenceInsertionEventHandler - Interface in org.apache.velocity.app.event
-
Reference 'Stream insertion' event handler.
- ReferenceInsertionEventHandler.referenceInsertExecutor - Class in org.apache.velocity.app.event
-
Defines the execution strategy for referenceInsert
- referenceName - Variable in exception org.apache.velocity.exception.MethodInvocationException
- referenceType - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
- REFINDEX - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
Lexical state.
- REFMOD - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
Lexical state.
- REFMOD2 - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
Lexical state.
- REFMOD2_RPAREN - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- REFMODIFIER - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
Lexical state.
- refreshResource(Resource, String) - Method in class org.apache.velocity.runtime.resource.ResourceManagerImpl
-
Takes an existing resource, and 'refreshes' it.
- registerFromLib - Variable in class org.apache.velocity.runtime.VelocimacroManager
- ReInit(InputStream, int, int) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- ReInit(InputStream, int, int, int) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- ReInit(Reader, int, int) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- ReInit(Reader, int, int, int) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- ReInit(CharStream) - Method in class org.apache.velocity.runtime.parser.Parser
-
Reinitialise.
- ReInit(CharStream) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
-
Reinitialise parser.
- ReInit(CharStream, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
-
Reinitialise parser.
- ReInit(ParserTokenManager) - Method in class org.apache.velocity.runtime.parser.Parser
-
Reinitialise.
- ReInitRounds() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- RelationalExpression() - Method in class org.apache.velocity.runtime.parser.Parser
- remove() - Method in class org.apache.velocity.util.ArrayIterator
-
No op--merely added to satify the
Iterator
interface. - remove() - Method in class org.apache.velocity.util.EnumerationIterator
-
Unimplemented.
- remove(Object) - Method in class org.apache.velocity.context.AbstractContext
-
Removes the value associated with the specified key from the context.
- remove(Object) - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- 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.EvaluateContext
-
Deprecated.
- remove(Object) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- remove(Object) - Method in class org.apache.velocity.context.ProxyVMContext
- 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
- 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.
- removeDirective(String) - Method in class org.apache.velocity.app.Velocity
-
Remove a directive.
- removeDirective(String) - Method in class org.apache.velocity.app.VelocityEngine
-
Remove a directive.
- removeDirective(String) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Remove a directive.
- removeDirective(String) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Remove a directive.
- removeEventHandler(EventHandler) - Method in class org.apache.velocity.app.event.EventCartridge
-
Removes an event handler(s) from the Cartridge.
- removeRepository(String) - Static method in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
-
Removes the
StringResourceRepository
stored under the specified name. - removeStringResource(String) - Method in interface org.apache.velocity.runtime.resource.util.StringResourceRepository
-
delete a string resource with given key.
- removeStringResource(String) - Method in class org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl
- 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(Context, Writer, String, SimpleNode) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Initializes and renders the AST
SimpleNode
using the context into the output writer. - render(InternalContextAdapter, Writer) - Method in class org.apache.velocity.runtime.directive.Block.Reference
-
Render the AST of this block into the writer using the context.
- render(InternalContextAdapter, Writer) - Method in class org.apache.velocity.runtime.directive.Block
- 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
- 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.ASTText
- render(InternalContextAdapter, Writer) - Method in class org.apache.velocity.runtime.parser.node.ASTTextblock
- 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
- render(InternalContextAdapter, Writer) - Method in interface org.apache.velocity.runtime.Renderable
- render(InternalContextAdapter, Writer, Node) - Method in class org.apache.velocity.runtime.directive.BlockMacro
-
Renders content using the selected macro and the passed AST body.
- render(InternalContextAdapter, Writer, Node) - Method in class org.apache.velocity.runtime.directive.Break
-
Break directive does not actually do any rendering.
- render(InternalContextAdapter, Writer, Node) - Method in class org.apache.velocity.runtime.directive.Define
-
directive.render() simply makes an instance of the Block inner class and places it into the context as indicated.
- 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.Evaluate
-
Evaluate the argument, convert to a String, and evaluate again (with the same context).
- 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
-
Deprecated.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.RuntimeMacro
-
Velocimacro implementation is not known at the init time.
- render(InternalContextAdapter, Writer, Node) - Method in class org.apache.velocity.runtime.directive.Stop
- render(InternalContextAdapter, Writer, Node) - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
- render(InternalContextAdapter, Writer, Node, Renderable) - Method in class org.apache.velocity.runtime.directive.RuntimeMacro
-
This method is used with BlockMacro when we want to render a macro with a body AST.
- render(InternalContextAdapter, Writer, Node, Renderable) - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
-
Renders the macro using the context.
- Renderable - Interface in org.apache.velocity.runtime
-
This interface caraterize objects other than ASTNodes that can be rendered to a writer using a context.
- renderOutput(Node, InternalContextAdapter, Writer) - Method in class org.apache.velocity.runtime.directive.Include
-
does the actual rendering of the included file
- replaceAllowed - Variable in class org.apache.velocity.runtime.VelocimacroFactory
-
determines if replacement of global VMs are allowed controlled by VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL
- replaced - Variable in class org.apache.velocity.runtime.directive.Scope
- replaceQuotes(String, char) - Method in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
-
Replaces double double-quotes with a single double quote ("" to ").
- reportInvalidReference(String, Info) - Method in class org.apache.velocity.app.event.implement.ReportInvalidReferences
-
Check for an invalid reference and collect the error or throw an exception (depending on configuration).
- ReportInvalidReferences - Class in org.apache.velocity.app.event.implement
-
Use this event handler to flag invalid references.
- ReportInvalidReferences() - Constructor for class org.apache.velocity.app.event.implement.ReportInvalidReferences
- repository - Variable in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
- REPOSITORY_CLASS - Static variable in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
-
Key to look up the repository implementation class.
- REPOSITORY_CLASS_DEFAULT - Static variable in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
-
The default implementation class.
- REPOSITORY_ENCODING - Static variable in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
-
Key to look up the repository char encoding.
- REPOSITORY_ENCODING_DEFAULT - Static variable in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
-
The default repository encoding.
- REPOSITORY_NAME - Static variable in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
-
Key to look up the name for the repository to be used.
- REPOSITORY_NAME_DEFAULT - Static variable in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
-
The default name for string resource repositories ('org.apache.velocity.runtime.resource.util.StringResourceRepository').
- REPOSITORY_STATIC - Static variable in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
-
Key to determine whether the repository should be set as the static one or not.
- REPOSITORY_STATIC_DEFAULT - Static variable in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
-
By default, repositories are stored statically (shared across the VM).
- requireInitialization() - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Init or die! (with some log help, of course)
- requiresChecking() - Method in class org.apache.velocity.runtime.resource.Resource
-
Is it time to check to see if the resource source has been updated?
- reset() - Method in class org.apache.velocity.io.UnicodeInputStream
- reset() - Method in class org.apache.velocity.runtime.parser.JJTParserState
- 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_LOADER_IDENTIFIER - Static variable in class org.apache.velocity.runtime.resource.ResourceManagerImpl
-
token used to identify the loader internally.
- RESOURCE_MANAGER_CACHE_CLASS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
The
resource.manager.cache.class
property specifies the name of theResourceCache
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.
- resourceExists(String) - Method in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
-
Overrides superclass for better performance.
- resourceExists(String) - Method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
-
Check whether any given resource exists.
- resourceExists(String) - Method in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
-
Overrides superclass for better performance.
- 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 - Variable in class org.apache.velocity.runtime.resource.Resource
-
The template loader that initially loaded the input stream for this template, and knows how to check the source of the input stream for modification.
- ResourceLoader - Class 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
- 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
- resourceLoaders - Variable in class org.apache.velocity.runtime.resource.ResourceManagerImpl
-
The List of templateLoaders that the Runtime will use to locate the InputStream source of a template.
- resourceManager - Variable in class org.apache.velocity.runtime.RuntimeInstance
- ResourceManager - Interface 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
- ResourceNotFoundException(String, Throwable) - Constructor for exception org.apache.velocity.exception.ResourceNotFoundException
- ResourceNotFoundException(Throwable) - Constructor for exception org.apache.velocity.exception.ResourceNotFoundException
- resources - Variable in class org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl
-
mem store
- result - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor
- result - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor
- result - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidSetMethodExecutor
- result - Variable in class org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor
- result - Variable in class org.apache.velocity.app.event.NullSetEventHandler.ShouldLogOnNullSetExecutor
-
when this is false, quit iterating
- rhs - Variable in class org.apache.velocity.app.event.NullSetEventHandler.ShouldLogOnNullSetExecutor
- ri - Variable in class org.apache.velocity.app.VelocityEngine
- ri - Static variable in class org.apache.velocity.runtime.RuntimeSingleton
- right - Variable in class org.apache.velocity.runtime.parser.node.ASTSetDirective
- RIGHT_CURLEY - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- rightreference - Variable in class org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidSetMethodExecutor
- rightUberspect - Variable in class org.apache.velocity.util.introspection.LinkingUberspector
- rlog - Variable in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- rootNode() - Method in class org.apache.velocity.runtime.parser.JJTParserState
- roots - Variable in class org.apache.velocity.runtime.resource.loader.URLResourceLoader
- rootString - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
- rparen - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager.ParserState
- rparen - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- RPAREN - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- RPARENHandler() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
-
handles the dropdown logic when encountering a RPAREN
- rs - Variable in class org.apache.velocity.app.event.implement.IncludeNotFound
- rs - Variable in class org.apache.velocity.app.event.implement.PrintExceptions
-
Reference to the runtime service
- rsvc - Variable in class org.apache.velocity.context.ProxyVMContext
-
needed for writing log entries.
- 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.parser.Parser
- 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
-
The internal RuntimeServices object.
- rsvc - Variable in class org.apache.velocity.runtime.VelocimacroFactory
-
runtime services for this instance
- rsvc - Variable in class org.apache.velocity.runtime.VelocimacroManager
- RUNT - Static variable in class org.apache.velocity.runtime.parser.node.ASTReference
- 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 - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Location of the velocity log file.
- RUNTIME_LOG_ERROR_STACKTRACE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Deprecated.This appears to have always been meaningless.
- RUNTIME_LOG_INFO_STACKTRACE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Deprecated.This appears to have always been meaningless.
- RUNTIME_LOG_JDK_LOGGER - Static variable in class org.apache.velocity.runtime.log.JdkLogChute
-
Property key for specifying the name for the logger instance
- RUNTIME_LOG_JDK_LOGGER_LEVEL - Static variable in class org.apache.velocity.runtime.log.JdkLogChute
- RUNTIME_LOG_LEVEL_KEY - Static variable in class org.apache.velocity.runtime.log.SystemLogChute
- RUNTIME_LOG_LOGSYSTEM - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
externally provided logger.
- RUNTIME_LOG_LOGSYSTEM_CLASS - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
class of log system to use.
- RUNTIME_LOG_REFERENCE_LOG_INVALID - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Logging of invalid references.
- RUNTIME_LOG_SYSTEM_ERR_LEVEL_KEY - Static variable in class org.apache.velocity.runtime.log.SystemLogChute
- RUNTIME_LOG_WARN_STACKTRACE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Deprecated.The functionality this controlled is confusing and no longer necessary.
- RUNTIME_REFERENCES_STRICT - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Properties referenced in the template are required to exist the object
- RUNTIME_REFERENCES_STRICT_ESCAPE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Indicates we are going to use modifed escape behavior in strict mode
- 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.
- runtimeDirectives - Variable in class org.apache.velocity.runtime.RuntimeInstance
-
This is a hashtable of initialized directives.
- runtimeDirectivesShared - Variable in class org.apache.velocity.runtime.RuntimeInstance
-
Copy of the actual runtimeDirectives that is shared between parsers.
- RuntimeInstance - Class in org.apache.velocity.runtime
-
This is the Runtime system for Velocity.
- RuntimeInstance() - Constructor for class org.apache.velocity.runtime.RuntimeInstance
-
Creates a new RuntimeInstance object.
- RuntimeLogger - Interface in org.apache.velocity.runtime
-
Deprecated.This functionality has been taken over by the Log class
- RuntimeLoggerLog - Class in org.apache.velocity.runtime.log
-
Deprecated.This will be removed along with the RuntimeLogger interface.
- RuntimeLoggerLog(RuntimeLogger) - Constructor for class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.Creates a new Log that wraps a PrimordialLogChute.
- RuntimeMacro - Class in org.apache.velocity.runtime.directive
-
This class acts as a proxy for potential macros.
- RuntimeMacro(String) - Constructor for class org.apache.velocity.runtime.directive.RuntimeMacro
-
Create a RuntimeMacro instance.
- runtimeServices - Variable in class org.apache.velocity.util.introspection.SecureUberspector
- RuntimeServices - Interface in org.apache.velocity.runtime
-
Interface for internal runtime services that are needed by the various components w/in Velocity.
- RuntimeServicesAware - Interface in org.apache.velocity.util
-
Use this interface to automatically have the method setRuntimeServices called at initialization.
- RuntimeSingleton - Class in org.apache.velocity.runtime
-
This is the Runtime system for Velocity.
- RuntimeSingleton() - Constructor for class org.apache.velocity.runtime.RuntimeSingleton
S
- scope - Variable in class org.apache.velocity.runtime.directive.Scope.Info
- Scope - Class in org.apache.velocity.runtime.directive
-
This handles context scoping and metadata for directives.
- Scope(Object, Object) - Constructor for class org.apache.velocity.runtime.directive.Scope
- Scope.Info - Class in org.apache.velocity.runtime.directive
-
Class to encapsulate and provide access to info about the current scope for debugging.
- scoped - Variable in class org.apache.velocity.runtime.directive.Break
- scopeName - Variable in class org.apache.velocity.Template
- SecureIntrospectorControl - Interface in org.apache.velocity.util.introspection
-
Interface used to determine which methods are allowed to be executed.
- SecureIntrospectorImpl - Class in org.apache.velocity.util.introspection
-
Prevent "dangerous" classloader/reflection related calls.
- SecureIntrospectorImpl(String[], String[], Log) - Constructor for class org.apache.velocity.util.introspection.SecureIntrospectorImpl
- SecureUberspector - Class in org.apache.velocity.util.introspection
-
Use a custom introspector that prevents classloader related method calls.
- SecureUberspector() - Constructor for class org.apache.velocity.util.introspection.SecureUberspector
- select(boolean, String, String) - Method in class org.apache.velocity.util.StringUtils
-
If state is true then return the trueString, else return the falseString.
- serialVersionUID - Static variable in class org.apache.velocity.context.InternalContextBase
-
Version Id for serializable
- serialVersionUID - Static variable in exception org.apache.velocity.exception.MacroOverflowException
-
Version Id for serializable
- serialVersionUID - Static variable in exception org.apache.velocity.exception.MathException
- serialVersionUID - Static variable in exception org.apache.velocity.exception.MethodInvocationException
-
Version Id for serializable
- serialVersionUID - Static variable in exception org.apache.velocity.exception.ParseErrorException
-
Version Id for serializable
- serialVersionUID - Static variable in exception org.apache.velocity.exception.ResourceNotFoundException
-
Version Id for serializable
- serialVersionUID - Static variable in exception org.apache.velocity.exception.TemplateInitException
-
Version Id for serializable
- serialVersionUID - Static variable in exception org.apache.velocity.exception.VelocityException
-
Version Id for serializable
- serialVersionUID - Static variable in exception org.apache.velocity.runtime.directive.MacroParseException
-
Version Id for serializable
- serialVersionUID - Static variable in error org.apache.velocity.runtime.directive.StopCommand
- serialVersionUID - Static variable in exception org.apache.velocity.runtime.parser.ParseException
- serialVersionUID - Static variable in exception org.apache.velocity.runtime.parser.TemplateParseException
- serialVersionUID - Static variable in exception org.apache.velocity.util.introspection.MethodMap.AmbiguousException
-
Version Id for serializable
- serialVersionUID - Static variable in class org.apache.velocity.VelocityContext
-
Version Id for serializable
- set(int, Object) - Method in class org.apache.velocity.util.ArrayListWrapper
- SET_DIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- SET_NULL_ALLOWED - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
if set to true then allows #set to accept null values in the right hand side.
- setAddMacroPermission(boolean) - Method in class org.apache.velocity.runtime.VelocimacroFactory
-
sets the permission to add new macros
- 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
-
Sets an application attribute (which can be any Object) that will be accessible 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
- setApplicationAttribute(Object, Object) - Method in interface org.apache.velocity.runtime.RuntimeServices
-
Set the specified application attribute.
- setArgArray(String[]) - Method in class org.apache.velocity.runtime.directive.VelocimacroProxy
-
sets the array of arguments specified in the macro definition
- setAutoload(boolean) - Method in class org.apache.velocity.runtime.VelocimacroFactory
-
set the switch for automatic reloading of global library-based VMs
- setBody(String) - Method in class org.apache.velocity.runtime.resource.util.StringResource
-
Sets a new value for the template body.
- setCachingOn(boolean) - Method in class org.apache.velocity.runtime.resource.loader.ResourceLoader
-
Set the caching state.
- setCause(Throwable, Throwable) - Static method in class org.apache.velocity.util.ExceptionUtils
-
Set the cause of the Exception.
- 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.
- setContext(Context) - Method in class org.apache.velocity.app.event.implement.IncludeNotFound
- setContext(Context) - Method in interface org.apache.velocity.util.ContextAware
-
Initialize the EventHandler.
- setContext(InternalContextAdapter) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- setCurrentResource(Resource) - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- setCurrentResource(Resource) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- setCurrentResource(Resource) - Method in class org.apache.velocity.context.InternalContextBase
- setCurrentResource(Resource) - Method in interface org.apache.velocity.context.InternalHousekeepingContext
- setData(Object) - Method in class org.apache.velocity.runtime.resource.Resource
-
Set arbitrary data object that might be used by the resource.
- 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
-
Set debug output.
- setDefaultProperties() - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Initializes the Velocity Runtime with properties file.
- 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.
- setEnabledLevel(int) - Method in class org.apache.velocity.runtime.log.SystemLogChute
-
Set the minimum level at which messages will be printed.
- setEncoding(String) - Method in class org.apache.velocity.runtime.resource.Resource
-
set the encoding of this resource for example, "ISO-8859-1"
- setEncoding(String) - Method in class org.apache.velocity.runtime.resource.util.StringResource
-
Sets the encoding of this string resource.
- setEncoding(String) - Method in interface org.apache.velocity.runtime.resource.util.StringResourceRepository
-
Sets the default encoding of the repository.
- setEncoding(String) - Method in class org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl
- setExecutor - Variable in class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
- SetExecutor - Class in org.apache.velocity.runtime.parser.node
-
Abstract class that is used to execute an arbitrary method that is in introspected.
- SetExecutor() - Constructor for class org.apache.velocity.runtime.parser.node.SetExecutor
- 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.
- setFirstToken(Token) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
- setFromLibrary(boolean) - Method in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
-
Has the macro been registered from a library.
- setInfo(int) - Method in interface org.apache.velocity.runtime.parser.node.Node
- setInfo(int) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
- setInlineReplacesGlobal(boolean) - Method in class org.apache.velocity.runtime.VelocimacroManager
- setInvalid() - Method in interface org.apache.velocity.runtime.parser.node.Node
-
Mark the node as invalid.
- 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 resource.
- setLastModified(long) - Method in class org.apache.velocity.runtime.resource.util.StringResource
-
Changes the last modified parameter.
- setLocation(int, int) - Method in class org.apache.velocity.runtime.directive.Directive
-
Allows the template location to be set.
- setLocation(int, int, String) - Method in class org.apache.velocity.runtime.directive.Directive
-
Allows the template location to be set.
- setLog(Log) - Method in class org.apache.velocity.util.introspection.UberspectImpl
-
Sets the runtime logger - this must be called before anything else.
- setLog(Log) - Method in interface org.apache.velocity.util.introspection.UberspectLoggable
-
Sets the logger.
- setLogChute(LogChute) - Method in class org.apache.velocity.runtime.log.Log
-
Updates the LogChute wrapped by this Log instance.
- setLogChute(LogChute) - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- setMacroLibraries(List) - Method in class org.apache.velocity.context.ChainedInternalContextAdapter
- setMacroLibraries(List) - Method in class org.apache.velocity.context.InternalContextAdapterImpl
- setMacroLibraries(List) - Method in class org.apache.velocity.context.InternalContextBase
- setMacroLibraries(List) - Method in interface org.apache.velocity.context.InternalHousekeepingContext
-
Set the macro library list for the current template.
- setMethod(Method) - Method in class org.apache.velocity.runtime.parser.node.AbstractExecutor
- setMethod(Method) - Method in class org.apache.velocity.runtime.parser.node.SetExecutor
- 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.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.
- 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
- setProperties(String) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Add all properties contained in the file fileName to the RuntimeInstance properties
- setProperties(Properties) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Add all the properties in props to the RuntimeInstance properties
- setProperties(ExtendedProperties) - Method in class org.apache.velocity.runtime.RuntimeInstance
- 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) - 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.
- SetPropertyExecutor - Class in org.apache.velocity.runtime.parser.node
-
Executor for looking up property names in the passed in class This will try to find a set<foo>(key, value) method
- SetPropertyExecutor(Log, Introspector, Class, String, Object) - Constructor for class org.apache.velocity.runtime.parser.node.SetPropertyExecutor
- 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
-
Should macros registered from Libraries be marked special?
- setReplacementPermission(boolean) - Method in class org.apache.velocity.runtime.VelocimacroFactory
-
sets the permission for allowing addMacro() calls to replace existing VM's
- setRepository(String, StringResourceRepository) - Static method in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
-
Sets the specified
StringResourceRepository
in static storage under the specified name. - setResourceLoader(ResourceLoader) - Method in class org.apache.velocity.runtime.resource.Resource
-
Set the template loader for this template.
- setRuntimeLogger(RuntimeLogger) - Method in class org.apache.velocity.util.introspection.UberspectImpl
-
Deprecated.Use setLog(Log log) instead.
- setRuntimeLogger(RuntimeLogger) - Method in interface org.apache.velocity.util.introspection.UberspectLoggable
-
Deprecated.Use setLog(Log log) instead.
- setRuntimeServices(RuntimeServices) - Method in class org.apache.velocity.app.event.implement.IncludeNotFound
- setRuntimeServices(RuntimeServices) - Method in class org.apache.velocity.app.event.implement.PrintExceptions
- setRuntimeServices(RuntimeServices) - Method in class org.apache.velocity.app.event.implement.ReportInvalidReferences
-
Called automatically when event cartridge is initialized.
- setRuntimeServices(RuntimeServices) - Method in class org.apache.velocity.runtime.resource.Resource
- setRuntimeServices(RuntimeServices) - Method in class org.apache.velocity.util.introspection.SecureUberspector
-
Store the RuntimeServices before the object is initialized..
- setRuntimeServices(RuntimeServices) - Method in interface org.apache.velocity.util.RuntimeServicesAware
-
Called automatically when event cartridge is initialized.
- setShowStackTraces(boolean) - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- setSystemErrLevel(int) - Method in class org.apache.velocity.runtime.log.SystemLogChute
-
Set the minimum level at which messages will be printed to System.err instead of System.out.
- setTemplateLocalInline(boolean) - Method in class org.apache.velocity.runtime.VelocimacroFactory
-
sets permission to have VMs local in scope to their declaring template note that this is really taken care of in the VMManager class, but we need it here for gating purposes in addVM eventually, I will slide this all into the manager, maybe.
- setTemplateLocalInlineVM(boolean) - Method in class org.apache.velocity.runtime.VelocimacroManager
-
Should macros from the same template be inlined?
- setType(int) - Method in class org.apache.velocity.runtime.resource.Resource
-
Sets the type of this Resource (RESOURCE_TEMPLATE or RESOURCE_CONTENT)
- 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()
- setWriter(Writer) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- 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(RuntimeServices, InternalContextAdapter, String, String) - Static method in class org.apache.velocity.app.event.EventHandlerUtil
-
Called when a null is evaluated during a #set.
- ShouldLogOnNullSetExecutor(Context, String, String) - Constructor for class org.apache.velocity.app.event.NullSetEventHandler.ShouldLogOnNullSetExecutor
- SHOW_MESSAGE - Static variable in class org.apache.velocity.app.event.implement.PrintExceptions
- SHOW_STACK_TRACE - Static variable in class org.apache.velocity.app.event.implement.PrintExceptions
- showNode(Node, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
-
Display the type of nodes and optionally the first token.
- showTokens - Variable in class org.apache.velocity.runtime.visitor.NodeViewMode
- 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
-
RegularExpression Id.
- SINGLE_LINE_COMMENT_START - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- size - Variable in class org.apache.velocity.util.ArrayIterator
- size() - Method in class org.apache.velocity.util.ArrayListWrapper
- skip(long) - Method in class org.apache.velocity.io.UnicodeInputStream
- SKIP_INVALID_ITERATOR - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Whether to throw an exception or just skip bad iterables.
- skipBOM - Variable in class org.apache.velocity.io.UnicodeInputStream
-
True if the BOM itself should be skipped and not read.
- skipInvalidIterator - Variable in class org.apache.velocity.runtime.directive.Foreach
-
Whether or not to throw an Exception if the iterator is null.
- SkipLexicalActions(Token) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- sourceInitializerList - Variable in class org.apache.velocity.runtime.resource.ResourceManagerImpl
-
This is a list of the template input stream source initializers, basically properties for a particular template stream source.
- sourceTemplate - Variable in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
- sp - Variable in class org.apache.velocity.runtime.parser.JJTParserState
- 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
-
Deprecated.use getSpecialText(Token t)
- specialToken - Variable in class org.apache.velocity.runtime.parser.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- split(String, String) - Static method in class org.apache.velocity.util.StringUtils
-
Create a string array from a string separated by delim
- stackTrace(Throwable) - Static method in class org.apache.velocity.util.StringUtils
-
Returns the output of printStackTrace as a String.
- START - Static variable in class org.apache.velocity.runtime.parser.node.ASTTextblock
- 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.
- stateStack - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- stateStackPop() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
-
pushes the current state onto the 'state stack', and maintains the parens counts public because we need it in PD & VM handling
- stateStackPush() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
-
pops a state off the stack, and restores paren counts
- STATIC_LEXER_ERROR - Static variable in error org.apache.velocity.runtime.parser.TokenMgrError
-
An attempt wass made to create a second instance of a static token manager.
- STATIC_REPOSITORIES - Static variable in class org.apache.velocity.runtime.resource.loader.StringResourceLoader
- staticFlag - Static variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- stop() - Method in class org.apache.velocity.runtime.directive.Scope
-
Allows #stop to easily trigger the proper StopCommand for this scope.
- Stop - Class in org.apache.velocity.runtime.directive
-
This class implements the #stop directive which allows a user to stop the merging and rendering process.
- Stop() - Constructor for class org.apache.velocity.runtime.directive.Stop
- STOP_ALL - Static variable in class org.apache.velocity.runtime.directive.Stop
- StopCommand - Error in org.apache.velocity.runtime.directive
-
Stop command for directive Control objects.
- StopCommand() - Constructor for error org.apache.velocity.runtime.directive.StopCommand
- StopCommand(Object) - Constructor for error org.apache.velocity.runtime.directive.StopCommand
- StopCommand(String) - Constructor for error org.apache.velocity.runtime.directive.StopCommand
- stopMe - Variable in error org.apache.velocity.runtime.directive.StopCommand
- stopOnFirstInvalidReference - Variable in class org.apache.velocity.app.event.implement.ReportInvalidReferences
-
If true, stop at the first invalid reference and throw an exception.
- storage - Variable in class org.apache.velocity.runtime.directive.Scope
- STRICT_MATH - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Switch for ignoring nulls in math equations vs throwing exceptions.
- strictArguments - Variable in class org.apache.velocity.runtime.directive.VelocimacroProxy
- strictEscape - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
-
Indicates if we are using modified escape behavior in strict mode.
- strictEscape - Variable in class org.apache.velocity.runtime.parser.Parser
-
Set to true if the property RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE is set to true
- strictMode - Variable in class org.apache.velocity.runtime.parser.node.ASTMathNode
- strictRef - Variable in class org.apache.velocity.runtime.directive.RuntimeMacro
-
Indicates if we are running in strict reference mode.
- strictRef - Variable in class org.apache.velocity.runtime.parser.node.ASTIdentifier
-
Indicates if we are running in strict reference mode.
- strictRef - Variable in class org.apache.velocity.runtime.parser.node.ASTIndex
-
Indicates if we are running in strict reference mode.
- strictRef - Variable in class org.apache.velocity.runtime.parser.node.ASTMethod
-
Indicates if we are running in strict reference mode.
- strictRef - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
-
Indicates if we are running in strict reference mode.
- strictRef - Variable in class org.apache.velocity.runtime.parser.node.ASTSetDirective
-
Indicates if we are running in strict reference mode.
- STRING_LITERAL - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- StringLiteral() - Method in class org.apache.velocity.runtime.parser.Parser
- StringResource - Class in org.apache.velocity.runtime.resource.util
-
Wrapper for Strings containing templates, allowing to add additional meta data like timestamps.
- StringResource(String, String) - Constructor for class org.apache.velocity.runtime.resource.util.StringResource
-
convenience constructor; sets body to 'body' and sets lastModified to now
- StringResourceLoader - Class in org.apache.velocity.runtime.resource.loader
-
Resource loader that works with Strings.
- StringResourceLoader() - Constructor for class org.apache.velocity.runtime.resource.loader.StringResourceLoader
- StringResourceRepository - Interface in org.apache.velocity.runtime.resource.util
-
A StringResourceRepository functions as a central repository for Velocity templates stored in Strings.
- StringResourceRepositoryImpl - Class in org.apache.velocity.runtime.resource.util
-
Default implementation of StringResourceRepository.
- StringResourceRepositoryImpl() - Constructor for class org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl
- 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.
- subtract(Number, Number) - Static method in class org.apache.velocity.runtime.parser.node.MathUtils
-
Subtract two numbers and return the correct value / type.
- SwitchTo(int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
-
Switch to specified lex state.
- SystemLogChute - Class in org.apache.velocity.runtime.log
-
Logger used when no other is configured.
- SystemLogChute() - Constructor for class org.apache.velocity.runtime.log.SystemLogChute
T
- tableName - Variable in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
- template - Variable in class org.apache.velocity.runtime.directive.Scope.Info
- template - Variable in class org.apache.velocity.runtime.VelocimacroFactory.Twonk
-
Template kept in this container.
- 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
- templateColumn - Variable in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
- 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.
- TemplateInitException - Exception in org.apache.velocity.exception
-
Exception generated to indicate parse errors caught during directive initialization (e.g.
- TemplateInitException(String, String, int, int) - Constructor for exception org.apache.velocity.exception.TemplateInitException
- TemplateInitException(String, ParseException, String, int, int) - Constructor for exception org.apache.velocity.exception.TemplateInitException
- templateLocal - Variable in class org.apache.velocity.runtime.VelocimacroFactory
-
sets if template-local namespace in used
- templateName - Variable in exception org.apache.velocity.exception.MethodInvocationException
- templateName - Variable in exception org.apache.velocity.exception.ParseErrorException
-
The name of the template containing the error, or null if not defined.
- templateName - Variable in exception org.apache.velocity.exception.TemplateInitException
- templateName - Variable in class org.apache.velocity.runtime.directive.Directive
- templateName - Variable in exception org.apache.velocity.runtime.directive.MacroParseException
- templateName - Variable in class org.apache.velocity.runtime.parser.node.SimpleNode
- templateName - Variable in exception org.apache.velocity.runtime.parser.TemplateParseException
-
This is the name of the template which contains the parsing error, or null if not defined.
- templateName - Variable in class org.apache.velocity.util.introspection.Info
- templateNameStack - Variable in class org.apache.velocity.context.InternalContextBase
-
Template name stack.
- 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.
- TemplateParseException - Exception in org.apache.velocity.runtime.parser
-
This is an extension of the ParseException, which also takes a template name.
- TemplateParseException() - Constructor for exception org.apache.velocity.runtime.parser.TemplateParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- TemplateParseException(String) - Constructor for exception org.apache.velocity.runtime.parser.TemplateParseException
-
Creates a new TemplateParseException object.
- TemplateParseException(Token, int[][], String[]) - Constructor for exception org.apache.velocity.runtime.parser.TemplateParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- TemplateParseException(Token, int[][], String[], String) - Constructor for exception org.apache.velocity.runtime.parser.TemplateParseException
-
This constructor is used to add a template name to info cribbed from a ParseException generated in the parser.
- templatePaths - Variable in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
-
Used to map the path that a template was found on so that we can properly check the modification times of the files.
- templateRoots - Variable in class org.apache.velocity.runtime.resource.loader.URLResourceLoader
- 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
-
RegularExpression Id.
- Textblock() - Method in class org.apache.velocity.runtime.parser.Parser
- TEXTBLOCK - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- theJar - Variable in class org.apache.velocity.runtime.resource.loader.JarHolder
- thingy - Variable in class org.apache.velocity.util.introspection.IntrospectionCacheData
-
Object to pair with class - currently either a Method or AbstractExecutor.
- timeout - Variable in class org.apache.velocity.runtime.resource.loader.URLResourceLoader
- timeoutMethods - Variable in class org.apache.velocity.runtime.resource.loader.URLResourceLoader
- timestampColumn - Variable in class org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
- 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
-
Current token.
- 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
-
Generated Token Manager.
- tokenBegin - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- 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
-
Literal token values.
- TokenLexicalActions(Token) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- tokenLiteral(Token) - Static method in class org.apache.velocity.runtime.parser.node.NodeUtils
-
complete node literal
- TokenMgrError - Error in org.apache.velocity.runtime.parser
- TokenMgrError() - 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
- TokenMgrError(String, int) - Constructor for error org.apache.velocity.runtime.parser.TokenMgrError
- toLevel(String) - Method in class org.apache.velocity.runtime.log.SystemLogChute
- toString() - Method in class org.apache.velocity.app.event.implement.InvalidReferenceInfo
-
Formats a textual representation of this object as
SOURCE [line X, column Y]: invalidReference
. - toString() - Method in class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
-
Deprecated.Returns the current alternate.
- toString() - Method in class org.apache.velocity.app.tools.VelocityFormatter.VelocityAutoAlternator
-
Deprecated.Returns the current alternate, and automatically alternates to the next alternate in its sequence (trigged upon rendering).
- toString() - Method in class org.apache.velocity.runtime.directive.Block.Reference
- toString() - Method in class org.apache.velocity.runtime.directive.Scope.Info
- toString() - Method in class org.apache.velocity.runtime.parser.node.ASTDirective
- toString() - 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.util.introspection.Info
-
Formats a textual representation of this object as
SOURCE [line X, column Y]
. - toString(String) - Method in class org.apache.velocity.runtime.parser.node.SimpleNode
- toStringNullCheck - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
-
Indicates if toString() should be called during condition evaluation just to ensure it does not return null.
- touch() - Method in class org.apache.velocity.runtime.resource.Resource
-
'Touch' this template and thereby resetting the nextCheck field.
- trace(boolean, Object) - Method in class org.apache.velocity.runtime.log.LogDisplayWrapper
-
Log a trace message.
- trace(boolean, Object, Throwable) - Method in class org.apache.velocity.runtime.log.LogDisplayWrapper
-
Log a trace message and accompanying Throwable.
- trace(Object) - Method in class org.apache.velocity.runtime.log.Log
-
Log a trace message.
- trace(Object) - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- trace(Object, Throwable) - Method in class org.apache.velocity.runtime.log.Log
-
Log a trace message and accompanying Throwable.
- trace(Object, Throwable) - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- TRACE_ID - Static variable in interface org.apache.velocity.runtime.log.LogChute
-
ID for trace messages.
- TRACE_PREFIX - Static variable in interface org.apache.velocity.runtime.log.LogChute
-
Prefix string for trace messages.
- TRACE_PREFIX - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Deprecated.Use LogChute.TRACE_PREFIX instead
- transferring - Variable in class org.apache.velocity.runtime.log.HoldingLogChute
- transferTo(LogChute) - Method in class org.apache.velocity.runtime.log.HoldingLogChute
-
Dumps the log messages this chute is holding into a new chute
- trimStrings(List) - Static method in class org.apache.velocity.util.StringUtils
-
Trim all strings in a List.
- True() - Method in class org.apache.velocity.runtime.parser.Parser
- TRUE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- tryToSetTimeout(URLConnection) - Method in class org.apache.velocity.runtime.resource.loader.URLResourceLoader
- Twonk() - Constructor for class org.apache.velocity.runtime.VelocimacroFactory.Twonk
- type - Variable in class org.apache.velocity.runtime.resource.Resource
-
Resource type (RESOURCE_TEMPLATE or RESOURCE_CONTENT)
- 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.ASTMethod
- uberInfo - Variable in class org.apache.velocity.runtime.parser.node.ASTReference
- uberInfo - Variable in class org.apache.velocity.runtime.parser.node.ASTSetDirective
-
This is really immutable after the init, so keep one for this node
- uberSpect - Variable in class org.apache.velocity.runtime.RuntimeInstance
- 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.VelMethodImpl - Class in org.apache.velocity.util.introspection
-
Implementation of VelMethod
- UberspectImpl.VelSetterImpl - Class in org.apache.velocity.util.introspection
- UberspectLoggable - Interface in org.apache.velocity.util.introspection
-
Marker interface to let an uberspector indicate it can and wants to log Thanks to Paulo for the suggestion
- UnaryExpression() - Method in class org.apache.velocity.runtime.parser.Parser
- UNBOUNDED_BUFFER - Static variable in class org.apache.velocity.io.VelocityWriter
-
constant indicating that the Writer is buffered and is unbounded; this is used in BodyContent
- unescape(String) - Static method in class org.apache.velocity.runtime.parser.node.ASTStringLiteral
- unicode - Variable in class org.apache.velocity.runtime.resource.loader.FileResourceLoader
-
Shall we inspect unicode files to see what encoding they contain?.
- UnicodeBOM(String, byte[]) - Constructor for class org.apache.velocity.io.UnicodeInputStream.UnicodeBOM
- UnicodeInputStream - Class in org.apache.velocity.io
-
This is an input stream that is unicode BOM aware.
- UnicodeInputStream(InputStream) - Constructor for class org.apache.velocity.io.UnicodeInputStream
-
Creates a new UnicodeInputStream object.
- UnicodeInputStream(InputStream, boolean) - Constructor for class org.apache.velocity.io.UnicodeInputStream
-
Creates a new UnicodeInputStream object.
- UnicodeInputStream.UnicodeBOM - Class in org.apache.velocity.io
-
Helper class to bundle encoding and BOM marker.
- UNKNOWN_PREFIX - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Deprecated.This will be removed in a future version
- UpdateLineColumn(char) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- updateLog(Log, RuntimeServices) - Static method in class org.apache.velocity.runtime.log.LogManager
-
Update the Log instance with the appropriate LogChute and other settings determined by the RuntimeServices.
- updateSharedDirectivesMap() - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Makes an unsynchronized copy of the directives map that is used for Directive lookups by all parsers.
- urlpath - Variable in class org.apache.velocity.runtime.resource.loader.JarHolder
- URLResourceLoader - Class in org.apache.velocity.runtime.resource.loader
-
This is a simple URL-based loader.
- URLResourceLoader() - Constructor for class org.apache.velocity.runtime.resource.loader.URLResourceLoader
- usingNamespaces(String) - Method in class org.apache.velocity.runtime.VelocimacroManager
-
determines if currently using namespaces.
- UTF16BE_BOM - Static variable in class org.apache.velocity.io.UnicodeInputStream
-
BOM Marker for UTF 16, big endian.
- UTF16LE_BOM - Static variable in class org.apache.velocity.io.UnicodeInputStream
-
BOM Marker for UTF 16, little endian.
- UTF32BE_BOM - Static variable in class org.apache.velocity.io.UnicodeInputStream
-
BOM Marker for UTF 32, big endian.
- UTF32LE_BOM - Static variable in class org.apache.velocity.io.UnicodeInputStream
-
BOM Marker for UTF 32, little endian.
- UTF8_BOM - Static variable in class org.apache.velocity.io.UnicodeInputStream
-
BOM Marker for UTF 8.
V
- val - Variable in class org.apache.velocity.runtime.parser.node.ASTEscape
-
Used by the parser
- value - Variable in class org.apache.velocity.app.event.ReferenceInsertionEventHandler.referenceInsertExecutor
- value - Static variable in class org.apache.velocity.runtime.parser.node.ASTFalse
- value - Variable in class org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral
- value - Variable in class org.apache.velocity.runtime.parser.node.ASTIntegerLiteral
- value - Static variable in class org.apache.velocity.runtime.parser.node.ASTTrue
- 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.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
- value(InternalContextAdapter) - Method in class org.apache.velocity.runtime.parser.node.ASTMathNode
-
gets the two args and performs the operation on them
- 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.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
- velcharstream - Variable in class org.apache.velocity.runtime.parser.Parser
- VelGetterImpl() - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
- VelGetterImpl(AbstractExecutor) - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
- VelMethod - Interface in org.apache.velocity.util.introspection
-
Method used for regular method invocation $foo.bar()
- VelMethodImpl() - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
- VelMethodImpl(Method) - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
- VelMethodImpl(Method, boolean) - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
- 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
-
C'tor for the VelociMacro factory.
- VelocimacroFactory.Twonk - Class in org.apache.velocity.runtime
-
small container class to hold the tuple of a template and modification time.
- VelocimacroManager - Class in org.apache.velocity.runtime
-
Manages VMs in namespaces.
- VelocimacroManager(RuntimeServices) - Constructor for class org.apache.velocity.runtime.VelocimacroManager
-
Adds the global namespace to the hash.
- 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
- 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
- VelocityAlternator(String[]) - Constructor for class org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
-
Deprecated.Constructor takes an array of Strings.
- VelocityAutoAlternator(String[]) - Constructor for class org.apache.velocity.app.tools.VelocityFormatter.VelocityAutoAlternator
-
Deprecated.Constructor takes an array of Strings.
- 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(InputStream, int, int) - Constructor for class org.apache.velocity.runtime.parser.VelocityCharStream
- VelocityCharStream(InputStream, int, int, int) - Constructor for class org.apache.velocity.runtime.parser.VelocityCharStream
- VelocityCharStream(Reader, int, int) - Constructor for class org.apache.velocity.runtime.parser.VelocityCharStream
- VelocityCharStream(Reader, int, int, int) - Constructor for class org.apache.velocity.runtime.parser.VelocityCharStream
- VelocityContext - Class 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(Map, Context) - Constructor for class org.apache.velocity.VelocityContext
-
Initializes internal storage (never to
null
), and inner context. - VelocityContext(Context) - Constructor for class org.apache.velocity.VelocityContext
-
Chaining constructor, used when you want to wrap a context in another.
- 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
-
Construct a VelocityEngine with the initial properties defined in the file propsFilename
- VelocityEngine(Properties) - Constructor for class org.apache.velocity.app.VelocityEngine
-
Construct a VelocityEngine instance with the specified initial properties.
- VelocityException - Exception in org.apache.velocity.exception
-
Base class for Velocity runtime exceptions thrown to the application layer.
- VelocityException(String) - Constructor for exception org.apache.velocity.exception.VelocityException
- VelocityException(String, Throwable) - Constructor for exception org.apache.velocity.exception.VelocityException
- VelocityException(Throwable) - Constructor for exception org.apache.velocity.exception.VelocityException
- VelocityFormatter - Class in org.apache.velocity.app.tools
-
Deprecated.This class has been replaced by NumberTool, DateTool, DisplayTool, and AlternatorTool available from the Velocity-Tools sub-project. VelocityFormatter will be removed in a future version of Velocity.
- VelocityFormatter(Context) - Constructor for class org.apache.velocity.app.tools.VelocityFormatter
-
Deprecated.Constructor needs a backpointer to the context.
- VelocityFormatter.VelocityAlternator - Class in org.apache.velocity.app.tools
-
Deprecated.Class that returns alternating values in a template.
- VelocityFormatter.VelocityAutoAlternator - Class in org.apache.velocity.app.tools
-
Deprecated.As VelocityAlternator, but calls
alternate()
automatically on rendering in a template. - VelocityWriter - Class in org.apache.velocity.io
-
Implementation of a fast Writer.
- VelocityWriter(int, boolean) - Constructor for class org.apache.velocity.io.VelocityWriter
-
private constructor.
- VelocityWriter(Writer) - Constructor for class org.apache.velocity.io.VelocityWriter
-
Create a buffered character-output stream that uses a default-sized output buffer.
- VelocityWriter(Writer, int, boolean) - Constructor for class org.apache.velocity.io.VelocityWriter
-
Create a new buffered character-output stream that uses an output buffer of the given size.
- VelPropertyGet - Interface 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.
- VelSetterImpl() - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
- VelSetterImpl(SetExecutor) - Constructor for class org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
- visit(ASTAddNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTAddNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTAddNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTAndNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTAndNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTAndNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTAssignment, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTAssignment, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTAssignment, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTBlock, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTBlock, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTBlock, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTComment, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTComment, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTDirective, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTDirective, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTDirective, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTDivNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTDivNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTDivNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTElseIfStatement, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTElseIfStatement, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTElseIfStatement, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTElseStatement, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTElseStatement, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTElseStatement, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTEQNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTEQNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTEQNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTEscapedDirective, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTEscapedDirective, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTEscapedDirective, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTEscape, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTEscape, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTEscape, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTExpression, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTExpression, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTExpression, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTFalse, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTFalse, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTFalse, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTFloatingPointLiteral, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTFloatingPointLiteral, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTFloatingPointLiteral, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTGENode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTGENode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTGENode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTGTNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTGTNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTGTNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTIdentifier, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTIdentifier, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTIdentifier, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTIfStatement, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTIfStatement, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTIfStatement, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTIntegerLiteral, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTIntegerLiteral, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTIntegerLiteral, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTIntegerRange, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTIntegerRange, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTIntegerRange, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTLENode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTLENode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTLENode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTLTNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTLTNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTLTNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTMap, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTMap, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTMap, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTMethod, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTMethod, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTMethod, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTModNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTModNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTModNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTMulNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTMulNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTMulNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTNENode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTNENode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTNENode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTNotNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTNotNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTNotNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTObjectArray, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTObjectArray, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTObjectArray, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTOrNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTOrNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTOrNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTprocess, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTprocess, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTprocess, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTReference, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTReference, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTReference, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTSetDirective, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTSetDirective, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTSetDirective, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTStringLiteral, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTStringLiteral, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTStringLiteral, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTSubtractNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTSubtractNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTSubtractNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTText, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTText, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTText, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTTrue, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTTrue, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTTrue, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(ASTWord, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(ASTWord, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(ASTWord, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- visit(SimpleNode, Object) - Method in interface org.apache.velocity.runtime.parser.node.ParserVisitor
- visit(SimpleNode, Object) - Method in class org.apache.velocity.runtime.visitor.BaseVisitor
- visit(SimpleNode, Object) - Method in class org.apache.velocity.runtime.visitor.NodeViewMode
- VM_ARGUMENTS_STRICT - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
if true, throw an exception for wrong number of arguments
- VM_BODY_REFERENCE - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Defines name of the reference that can be used to get the AST block passed to block macro calls.
- 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_MAX_DEPTH - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Specify the maximum depth for macro calls
- 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.
- vmFactory - Variable in class org.apache.velocity.runtime.RuntimeInstance
-
VelocimacroFactory object to manage VMs
- vmManager - Variable in class org.apache.velocity.runtime.VelocimacroFactory
-
VMManager : deal with namespace management and actually keeps all the VM definitions
- vmName - Variable in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
- vmproxyhash - Variable in class org.apache.velocity.context.ProxyVMContext
-
container for our macro AST node arguments.
- vp - Variable in class org.apache.velocity.runtime.VelocimacroManager.MacroEntry
W
- warn(boolean, Object) - Method in class org.apache.velocity.runtime.log.LogDisplayWrapper
-
Log a warning message.
- warn(boolean, Object, Throwable) - Method in class org.apache.velocity.runtime.log.LogDisplayWrapper
-
Log a warning message and accompanying Throwable.
- warn(Object) - Static method in class org.apache.velocity.app.Velocity
-
Deprecated.Use getLog() and call warn() on it.
- warn(Object) - Method in class org.apache.velocity.app.VelocityEngine
-
Deprecated.Use getLog() and call warn() on it.
- warn(Object) - Method in class org.apache.velocity.runtime.log.Log
-
Log a warning message.
- warn(Object) - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- warn(Object) - Static method in class org.apache.velocity.runtime.Runtime
-
Deprecated.Log a warning message.
- warn(Object) - Method in class org.apache.velocity.runtime.RuntimeInstance
-
Deprecated.Use getLog() and call warn() on it.
- warn(Object) - Method in interface org.apache.velocity.runtime.RuntimeLogger
-
Deprecated.Use Log.warn(Object).
- warn(Object) - Static method in class org.apache.velocity.runtime.RuntimeSingleton
-
Deprecated.Use getLog() and call warn() on it.
- warn(Object, Throwable) - Method in class org.apache.velocity.runtime.log.Log
-
Log a warning message and accompanying Throwable.
- warn(Object, Throwable) - Method in class org.apache.velocity.runtime.log.RuntimeLoggerLog
-
Deprecated.
- WARN_ID - Static variable in interface org.apache.velocity.runtime.log.LogChute
-
ID for warning messages.
- WARN_ID - Static variable in interface org.apache.velocity.runtime.log.LogSystem
-
Deprecated.ID for warning messages.
- WARN_PREFIX - Static variable in interface org.apache.velocity.runtime.log.LogChute
-
Prefix string for warn messages.
- WARN_PREFIX - Static variable in interface org.apache.velocity.runtime.RuntimeConstants
-
Deprecated.Use LogChute.WARN_PREFIX instead
- warned - Variable in class org.apache.velocity.runtime.directive.Foreach
- WHITESPACE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- Word() - Method in class org.apache.velocity.runtime.parser.Parser
- WORD - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
-
RegularExpression Id.
- wrap(Uberspect) - Method in class org.apache.velocity.util.introspection.AbstractChainableUberspector
-
Specify the decorated Uberspector
- wrap(Uberspect) - Method in interface org.apache.velocity.util.introspection.ChainableUberspector
-
Specify the decorated Uberspector
- wrapArray - Variable in class org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
- wrapped - Variable in exception org.apache.velocity.exception.VelocityException
- 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.
- wrapPrimitive(long, Number, Number) - Static method in class org.apache.velocity.runtime.parser.node.MathUtils
-
Wrap the result in the object of the bigger type.
- write(char[]) - Method in class org.apache.velocity.io.VelocityWriter
-
Write an array of characters.
- write(char[], int, int) - Method in class org.apache.velocity.io.VelocityWriter
-
Write a portion of an array of characters.
- write(int) - Method in class org.apache.velocity.io.VelocityWriter
-
Write a single character.
- write(PrintStream, String, String, Throwable) - Method in class org.apache.velocity.runtime.log.SystemLogChute
- write(String) - Method in class org.apache.velocity.io.VelocityWriter
-
Write a string.
- write(String, int, int) - Method in class org.apache.velocity.io.VelocityWriter
-
Write a portion of a String.
- writer - Variable in class org.apache.velocity.io.VelocityWriter
- writer - Variable in class org.apache.velocity.runtime.visitor.BaseVisitor
-
Writer used as the output sink
Z
- ZILCH - Static variable in class org.apache.velocity.runtime.parser.node.ASTComment
All Classes All Packages