跳过导航链接
A B C D E F G H I J K L M N O P R S T U V W X 

A

AbstractChainableUberspector - bboss.org.apache.velocity.util.introspection中的类
Default implementation of a chainable uberspector that forwards all calls to the wrapped uberspector (when that is possible).
AbstractChainableUberspector() - 类 的构造器bboss.org.apache.velocity.util.introspection.AbstractChainableUberspector
 
AbstractContext - bboss.org.apache.velocity.context中的类
This class is the abstract base class for all conventional Velocity Context implementations.
AbstractContext() - 类 的构造器bboss.org.apache.velocity.context.AbstractContext
default CTOR
AbstractContext(Context) - 类 的构造器bboss.org.apache.velocity.context.AbstractContext
Chaining constructor accepts a Context argument.
AbstractExecutor - bboss.org.apache.velocity.runtime.parser.node中的类
Abstract class that is used to execute an arbitrary method that is in introspected.
AbstractExecutor() - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.AbstractExecutor
 
add(Object) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
add(int, Object) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
add(Number, Number) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.MathUtils
Add two numbers and return the correct value / type.
add(Method) - 类 中的方法bboss.org.apache.velocity.util.introspection.MethodMap
Add a method to a list of methods by name.
add_escapes(String) - 异常错误 中的方法bboss.org.apache.velocity.runtime.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAll(Collection) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
addAll(int, Collection) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
addDirective(Directive) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Programatically add a directive.
addEscapes(String) - 错误 中的静态方法bboss.org.apache.velocity.runtime.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEventHandler(EventHandler) - 类 中的方法bboss.org.apache.velocity.app.event.EventCartridge
Adds an event handler(s) to the Cartridge.
addIncludeEventHandler(IncludeEventHandler) - 类 中的方法bboss.org.apache.velocity.app.event.EventCartridge
Add an include event handler to the Cartridge.
addInvalidReferenceEventHandler(InvalidReferenceEventHandler) - 类 中的方法bboss.org.apache.velocity.app.event.EventCartridge
Add an invalid reference event handler to the Cartridge.
AdditiveExpression() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
addMethodExceptionHandler(MethodExceptionEventHandler) - 类 中的方法bboss.org.apache.velocity.app.event.EventCartridge
Add a method exception event handler to the Cartridge.
addNullSetEventHandler(NullSetEventHandler) - 类 中的方法bboss.org.apache.velocity.app.event.EventCartridge
Add a null set event handler to the Cartridge.
addObject(String) - 类 中的方法bboss.org.apache.velocity.app.FieldMethodizer
Add the Name of the class to methodize
addObject(Object) - 类 中的方法bboss.org.apache.velocity.app.FieldMethodizer
Add an Object to methodize
addProperty(String, Object) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
Add a Velocity Runtime property.
addProperty(String, Object) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
Add a Velocity Runtime property.
addProperty(String, Object) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Add a property to the configuration.
addProperty(String, Object) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Add a property to the configuration.
addProperty(String, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Add a property to the configuration.
addProperty(String, Object) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Add a property to the configuration.
addReferenceInsertionEventHandler(ReferenceInsertionEventHandler) - 类 中的方法bboss.org.apache.velocity.app.event.EventCartridge
Add a reference insertion event handler to the Cartridge.
addVelocimacro(String, String, String[], String) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Just like the whole class....
addVelocimacro(String, String, String[], String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
已过时。
Use addVelocimacro(String, Node, String[], String) instead
addVelocimacro(String, Node, String[], String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Adds a new Velocimacro.
addVelocimacro(String, String, String[], String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
已过时。
Use addVelocimacro(String, Node, String[], String) instead
addVelocimacro(String, Node, String[], String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Adds a new Velocimacro.
addVelocimacro(String, Node, String[], String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Adds a new Velocimacro.
addVelocimacro(String, String, String[], String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
已过时。
Use addVelocimacro(String, Node, String[], String) instead
addVelocimacro(String, String, String[], String) - 类 中的方法bboss.org.apache.velocity.runtime.VelocimacroFactory
Adds a macro to the factory.
addVelocimacro(String, Node, String[], String) - 类 中的方法bboss.org.apache.velocity.runtime.VelocimacroFactory
Adds a macro to the factory.
addVM(String, Node, String[], String, boolean) - 类 中的方法bboss.org.apache.velocity.runtime.VelocimacroManager
Adds a VM definition to the cache.
addVMProxyArg(InternalContextAdapter, String, String, Node) - 类 中的方法bboss.org.apache.velocity.context.ProxyVMContext
Used to put Velocity macro arguments into this context.
addVMProxyArg(InternalContextAdapter, String, String, Renderable) - 类 中的方法bboss.org.apache.velocity.context.ProxyVMContext
Used to put Velocity macro bodyContext arguments into this context.
adjMinusIndexArg(Object, Object, InternalContextAdapter, SimpleNode) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.ASTIndex
If argument is an Integer and negative, then return (o.size() - argument).
adjTokenLineNums(Node) - 类 中的方法bboss.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) - 类 中的方法bboss.org.apache.velocity.runtime.parser.VelocityCharStream
Method to adjust line and column numbers for the start of a token.
allElements(Element) - 类 中的方法bboss.org.apache.velocity.anakia.TreeWalker
Creates a new Vector and walks the Element tree.
allEmpty(List) - 类 中的方法bboss.org.apache.velocity.util.StringUtils
Check to see if all the string objects passed in are empty.
ALPHA_CHAR - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
ALPHANUM_CHAR - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
alternate() - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
已过时。
Alternates to the next in the list.
alternates - 类 中的变量bboss.org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
已过时。
 
AmbiguousException() - 异常错误 的构造器bboss.org.apache.velocity.util.introspection.MethodMap.AmbiguousException
 
AnakiaElement - bboss.org.apache.velocity.anakia中的类
A JDOM Element that is tailored for Anakia needs.
AnakiaElement(String, Namespace) - 类 的构造器bboss.org.apache.velocity.anakia.AnakiaElement
This will create a new AnakiaElement with the supplied (local) name, and define the Namespace to be used.
AnakiaElement(String) - 类 的构造器bboss.org.apache.velocity.anakia.AnakiaElement
This will create an AnakiaElement in no Namespace.
AnakiaElement(String, String) - 类 的构造器bboss.org.apache.velocity.anakia.AnakiaElement
This will create a new AnakiaElement with the supplied (local) name, and specifies the URI of the Namespace the Element should be in, resulting it being unprefixed (in the default namespace).
AnakiaElement(String, String, String) - 类 的构造器bboss.org.apache.velocity.anakia.AnakiaElement
This will create a new AnakiaElement with the supplied (local) name, and specifies the prefix and URI of the Namespace the Element should be in.
AnakiaJDOMFactory - bboss.org.apache.velocity.anakia中的类
A customized JDOMFactory for Anakia that produces AnakiaElement instances instead of ordinary JDOM Element instances.
AnakiaJDOMFactory() - 类 的构造器bboss.org.apache.velocity.anakia.AnakiaJDOMFactory
 
AnakiaTask - bboss.org.apache.velocity.anakia中的类
The purpose of this Ant Task is to allow you to use Velocity as an XML transformation tool like XSLT is.
AnakiaTask() - 类 的构造器bboss.org.apache.velocity.anakia.AnakiaTask
Constructor creates the SAXBuilder.
AnakiaTask.Context - bboss.org.apache.velocity.anakia中的类
A context implementation that loads all values from an XML file.
appendTemplateInfo(StringBuilder) - 异常错误 中的方法bboss.org.apache.velocity.runtime.directive.MacroParseException
 
appendTemplateInfo(StringBuilder) - 异常错误 中的方法bboss.org.apache.velocity.runtime.parser.TemplateParseException
 
applyTo(String, Document) - 类 中的方法bboss.org.apache.velocity.anakia.XPathTool
Apply an XPath to a JDOM Document
applyTo(String, Element) - 类 中的方法bboss.org.apache.velocity.anakia.XPathTool
Apply an XPath to a JDOM Element
applyTo(String, List) - 类 中的方法bboss.org.apache.velocity.anakia.XPathTool
Apply an XPath to a nodeset
ArrayIterator - bboss.org.apache.velocity.util中的类
An Iterator wrapper for an Object[].
ArrayIterator(Object) - 类 的构造器bboss.org.apache.velocity.util.ArrayIterator
Creates a new iterator instance for the specified array.
ArrayListWrapper - bboss.org.apache.velocity.util中的类
A class that wraps an array with a List interface.
ArrayListWrapper(Object) - 类 的构造器bboss.org.apache.velocity.util.ArrayListWrapper
 
Assignment() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
ASTAddNode - bboss.org.apache.velocity.runtime.parser.node中的类
Handles number addition of nodes.
ASTAddNode(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTAddNode
 
ASTAddNode(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTAddNode
 
ASTAndNode - bboss.org.apache.velocity.runtime.parser.node中的类
Please look at the Parser.jjt file which is what controls the generation of this class.
ASTAndNode(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTAndNode
 
ASTAndNode(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTAndNode
 
ASTAssignment - bboss.org.apache.velocity.runtime.parser.node中的类
 
ASTAssignment(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTAssignment
 
ASTAssignment(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTAssignment
 
ASTBlock - bboss.org.apache.velocity.runtime.parser.node中的类
 
ASTBlock(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTBlock
 
ASTBlock(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTBlock
 
ASTComment - bboss.org.apache.velocity.runtime.parser.node中的类
Represents all comments...
ASTComment(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTComment
 
ASTComment(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTComment
 
ASTDirective - bboss.org.apache.velocity.runtime.parser.node中的类
This class is responsible for handling the pluggable directives in VTL.
ASTDirective(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTDirective
 
ASTDirective(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTDirective
 
ASTDivNode - bboss.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) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTDivNode
 
ASTDivNode(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTDivNode
 
ASTElseIfStatement - bboss.org.apache.velocity.runtime.parser.node中的类
This class is responsible for handling the ElseIf VTL control statement.
ASTElseIfStatement(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTElseIfStatement
 
ASTElseIfStatement(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTElseIfStatement
 
ASTElseStatement - bboss.org.apache.velocity.runtime.parser.node中的类
This class is responsible for handling the Else VTL control statement.
ASTElseStatement(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTElseStatement
 
ASTElseStatement(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTElseStatement
 
ASTEQNode - bboss.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) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTEQNode
 
ASTEQNode(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTEQNode
 
ASTEscape - bboss.org.apache.velocity.runtime.parser.node中的类
This class is responsible for handling Escapes in VTL.
ASTEscape(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTEscape
 
ASTEscape(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTEscape
 
ASTEscapedDirective - bboss.org.apache.velocity.runtime.parser.node中的类
This class is responsible for handling EscapedDirectives in VTL.
ASTEscapedDirective(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTEscapedDirective
 
ASTEscapedDirective(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTEscapedDirective
 
ASTExpression - bboss.org.apache.velocity.runtime.parser.node中的类
 
ASTExpression(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTExpression
 
ASTExpression(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTExpression
 
ASTFalse - bboss.org.apache.velocity.runtime.parser.node中的类
 
ASTFalse(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTFalse
 
ASTFalse(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTFalse
 
ASTFloatingPointLiteral - bboss.org.apache.velocity.runtime.parser.node中的类
Handles floating point numbers.
ASTFloatingPointLiteral(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral
 
ASTFloatingPointLiteral(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral
 
ASTGENode - bboss.org.apache.velocity.runtime.parser.node中的类
Handles arg1 >= arg2

Only subclasses of Number can be compared.
ASTGENode(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTGENode
 
ASTGENode(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTGENode
 
ASTGTNode - bboss.org.apache.velocity.runtime.parser.node中的类
Handles arg1 > arg2

Only subclasses of Number can be compared.
ASTGTNode(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTGTNode
 
ASTGTNode(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTGTNode
 
ASTIdentifier - bboss.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) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTIdentifier
 
ASTIdentifier(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTIdentifier
 
ASTIfStatement - bboss.org.apache.velocity.runtime.parser.node中的类
 
ASTIfStatement(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTIfStatement
 
ASTIfStatement(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTIfStatement
 
ASTIncludeStatement - bboss.org.apache.velocity.runtime.parser.node中的类
 
ASTIncludeStatement(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTIncludeStatement
 
ASTIncludeStatement(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTIncludeStatement
 
ASTIndex - bboss.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) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTIndex
 
ASTIndex(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTIndex
 
ASTIntegerLiteral - bboss.org.apache.velocity.runtime.parser.node中的类
Handles integer numbers.
ASTIntegerLiteral(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTIntegerLiteral
 
ASTIntegerLiteral(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTIntegerLiteral
 
ASTIntegerRange - bboss.org.apache.velocity.runtime.parser.node中的类
handles the range 'operator' [ n .. m ] Please look at the Parser.jjt file which is what controls the generation of this class.
ASTIntegerRange(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTIntegerRange
 
ASTIntegerRange(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTIntegerRange
 
ASTLENode - bboss.org.apache.velocity.runtime.parser.node中的类
Handles arg1 <= arg2

Only subclasses of Number can be compared.
ASTLENode(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTLENode
 
ASTLENode(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTLENode
 
ASTLTNode - bboss.org.apache.velocity.runtime.parser.node中的类
Handles arg1 < arg2

Only subclasses of Number can be compared.
ASTLTNode(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTLTNode
 
ASTLTNode(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTLTNode
 
ASTMap - bboss.org.apache.velocity.runtime.parser.node中的类
AST Node for creating a map / dictionary.
ASTMap(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTMap
 
ASTMap(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTMap
 
ASTMathNode - bboss.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) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTMathNode
 
ASTMathNode(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTMathNode
 
ASTMethod - bboss.org.apache.velocity.runtime.parser.node中的类
ASTMethod.java Method support for references : $foo.method() NOTE : introspection is now done at render time.
ASTMethod(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTMethod
 
ASTMethod(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTMethod
 
ASTMethod.MethodCacheKey - bboss.org.apache.velocity.runtime.parser.node中的类
Internal class used as key for method cache.
ASTModNode - bboss.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) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTModNode
 
ASTModNode(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTModNode
 
ASTMulNode - bboss.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) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTMulNode
 
ASTMulNode(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTMulNode
 
ASTNENode - bboss.org.apache.velocity.runtime.parser.node中的类
Handles arg1 !
ASTNENode(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTNENode
 
ASTNENode(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTNENode
 
ASTNotNode - bboss.org.apache.velocity.runtime.parser.node中的类
 
ASTNotNode(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTNotNode
 
ASTNotNode(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTNotNode
 
ASTObjectArray - bboss.org.apache.velocity.runtime.parser.node中的类
 
ASTObjectArray(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTObjectArray
 
ASTObjectArray(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTObjectArray
 
ASTOrNode - bboss.org.apache.velocity.runtime.parser.node中的类
Please look at the Parser.jjt file which is what controls the generation of this class.
ASTOrNode(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTOrNode
 
ASTOrNode(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTOrNode
 
ASTParameters - bboss.org.apache.velocity.runtime.parser.node中的类
 
ASTParameters(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTParameters
 
ASTParameters(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTParameters
 
ASTprocess - bboss.org.apache.velocity.runtime.parser.node中的类
 
ASTprocess(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTprocess
 
ASTprocess(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTprocess
 
ASTReference - bboss.org.apache.velocity.runtime.parser.node中的类
This class is responsible for handling the references in VTL ($foo).
ASTReference(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTReference
 
ASTReference(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTReference
 
ASTSetDirective - bboss.org.apache.velocity.runtime.parser.node中的类
Node for the #set directive
ASTSetDirective(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTSetDirective
 
ASTSetDirective(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTSetDirective
 
ASTStringLiteral - bboss.org.apache.velocity.runtime.parser.node中的类
ASTStringLiteral support.
ASTStringLiteral(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTStringLiteral
 
ASTStringLiteral(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTStringLiteral
 
ASTSubtractNode - bboss.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) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTSubtractNode
 
ASTSubtractNode(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTSubtractNode
 
ASTText - bboss.org.apache.velocity.runtime.parser.node中的类
 
ASTText(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTText
 
ASTText(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTText
 
ASTTextblock - bboss.org.apache.velocity.runtime.parser.node中的类
This node holds the "Textblock" data which should not be interpreted by Velocity.
ASTTextblock(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTTextblock
 
ASTTextblock(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTTextblock
 
ASTTrue - bboss.org.apache.velocity.runtime.parser.node中的类
 
ASTTrue(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTTrue
 
ASTTrue(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTTrue
 
ASTVariable - bboss.org.apache.velocity.runtime.parser.node中的类
 
ASTVariable(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTVariable
 
ASTVariable(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTVariable
 
ASTWord - bboss.org.apache.velocity.runtime.parser.node中的类
 
ASTWord(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTWord
 
ASTWord(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTWord
 
attachEventCartridge(EventCartridge) - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
attachEventCartridge(EventCartridge) - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
attachEventCartridge(EventCartridge) - 接口 中的方法bboss.org.apache.velocity.context.InternalEventContext
 
attachToContext(Context) - 类 中的方法bboss.org.apache.velocity.app.event.EventCartridge
Attached the EventCartridge to the context Final because not something one should mess with lightly :)
available() - 类 中的方法bboss.org.apache.velocity.io.UnicodeInputStream
 
AvalonLogChute - bboss.org.apache.velocity.runtime.log中的类
Implementation of a Avalon logger.
AvalonLogChute() - 类 的构造器bboss.org.apache.velocity.runtime.log.AvalonLogChute
 
AvalonLogSystem - bboss.org.apache.velocity.runtime.log中的类
Implementation of a Avalon logger.
AvalonLogSystem() - 类 的构造器bboss.org.apache.velocity.runtime.log.AvalonLogSystem
 

B

backup(int) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.CharStream
Backs up the input stream by amount steps.
backup(int) - 类 中的方法bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
BASE_BIGDECIMAL - 类 中的静态变量bboss.org.apache.velocity.runtime.parser.node.MathUtils
 
BASE_BIGINTEGER - 类 中的静态变量bboss.org.apache.velocity.runtime.parser.node.MathUtils
 
BASE_DOUBLE - 类 中的静态变量bboss.org.apache.velocity.runtime.parser.node.MathUtils
 
BASE_FLOAT - 类 中的静态变量bboss.org.apache.velocity.runtime.parser.node.MathUtils
 
BASE_LONG - 类 中的静态变量bboss.org.apache.velocity.runtime.parser.node.MathUtils
The constants are used to determine in which context we have to calculate.
BaseVisitor - bboss.org.apache.velocity.runtime.visitor中的类
This is the base class for all visitors.
BaseVisitor() - 类 的构造器bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
bboss.org.apache.velocity - 程序包 bboss.org.apache.velocity
 
bboss.org.apache.velocity.anakia - 程序包 bboss.org.apache.velocity.anakia
 
bboss.org.apache.velocity.app - 程序包 bboss.org.apache.velocity.app
 
bboss.org.apache.velocity.app.event - 程序包 bboss.org.apache.velocity.app.event
 
bboss.org.apache.velocity.app.event.implement - 程序包 bboss.org.apache.velocity.app.event.implement
 
bboss.org.apache.velocity.app.tools - 程序包 bboss.org.apache.velocity.app.tools
 
bboss.org.apache.velocity.context - 程序包 bboss.org.apache.velocity.context
 
bboss.org.apache.velocity.convert - 程序包 bboss.org.apache.velocity.convert
 
bboss.org.apache.velocity.exception - 程序包 bboss.org.apache.velocity.exception
 
bboss.org.apache.velocity.io - 程序包 bboss.org.apache.velocity.io
 
bboss.org.apache.velocity.runtime - 程序包 bboss.org.apache.velocity.runtime
 
bboss.org.apache.velocity.runtime.directive - 程序包 bboss.org.apache.velocity.runtime.directive
 
bboss.org.apache.velocity.runtime.log - 程序包 bboss.org.apache.velocity.runtime.log
 
bboss.org.apache.velocity.runtime.parser - 程序包 bboss.org.apache.velocity.runtime.parser
 
bboss.org.apache.velocity.runtime.parser.node - 程序包 bboss.org.apache.velocity.runtime.parser.node
 
bboss.org.apache.velocity.runtime.resource - 程序包 bboss.org.apache.velocity.runtime.resource
 
bboss.org.apache.velocity.runtime.resource.loader - 程序包 bboss.org.apache.velocity.runtime.resource.loader
 
bboss.org.apache.velocity.runtime.resource.util - 程序包 bboss.org.apache.velocity.runtime.resource.util
 
bboss.org.apache.velocity.runtime.visitor - 程序包 bboss.org.apache.velocity.runtime.visitor
 
bboss.org.apache.velocity.servlet - 程序包 bboss.org.apache.velocity.servlet
 
bboss.org.apache.velocity.texen - 程序包 bboss.org.apache.velocity.texen
 
bboss.org.apache.velocity.texen.ant - 程序包 bboss.org.apache.velocity.texen.ant
 
bboss.org.apache.velocity.texen.util - 程序包 bboss.org.apache.velocity.texen.util
 
bboss.org.apache.velocity.util - 程序包 bboss.org.apache.velocity.util
 
bboss.org.apache.velocity.util.introspection - 程序包 bboss.org.apache.velocity.util.introspection
 
beginColumn - 类 中的变量bboss.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 - 类 中的变量bboss.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() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.CharStream
Returns the next character that marks the beginning of the next token.
BeginToken() - 类 中的方法bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
Block - bboss.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() - 类 的构造器bboss.org.apache.velocity.runtime.directive.Block
 
block - 类 中的变量bboss.org.apache.velocity.runtime.directive.Block
 
BLOCK - 接口 中的静态变量bboss.org.apache.velocity.runtime.directive.DirectiveConstants
Block directive indicator
Block.Reference - bboss.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 - bboss.org.apache.velocity.runtime.directive中的类
BlockMacro directive is used to invoke Velocity macros with normal parameters and a macro body.
BlockMacro(String) - 类 的构造器bboss.org.apache.velocity.runtime.directive.BlockMacro
 
BooleanPropertyExecutor - bboss.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) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.BooleanPropertyExecutor
 
BooleanPropertyExecutor(RuntimeLogger, Introspector, Class, String) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.BooleanPropertyExecutor
已过时。
RuntimeLogger is deprecated. Use the other constructor.
BRACKETED_WORD - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
Break - bboss.org.apache.velocity.runtime.directive中的类
Break directive used for interrupting scopes.
Break() - 类 的构造器bboss.org.apache.velocity.runtime.directive.Break
 
bufpos - 类 中的变量bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 

C

cache - 类 中的变量bboss.org.apache.velocity.runtime.resource.ResourceCacheImpl
Cache storage, assumed to be thread-safe.
CACHEDUMP_MSG - 类 中的静态变量bboss.org.apache.velocity.util.introspection.IntrospectorCacheImpl
define a public string so that it can be looked for if interested
capitalizeFirstLetter(String) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
Capitalize the first letter but leave the rest as they are.
ChainableUberspector - bboss.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 - bboss.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) - 类 的构造器bboss.org.apache.velocity.context.ChainedInternalContextAdapter
CTOR, wraps an ICA
CharStream - bboss.org.apache.velocity.runtime.parser中的接口
This interface describes a character stream that maintains line and column number positions of the characters.
checkArgs(RuntimeServices, Token, Node, String) - 类 中的静态方法bboss.org.apache.velocity.runtime.directive.Macro
Used by Parser.java to do further parameter checking for macro arguments.
checkArgs(InternalContextAdapter, Node, boolean) - 类 中的方法bboss.org.apache.velocity.runtime.directive.VelocimacroProxy
check if we are calling this macro with the right number of arguments.
checkObjectExecutePermission(Class, String) - 接口 中的方法bboss.org.apache.velocity.util.introspection.SecureIntrospectorControl
Determine which methods and classes to prevent from executing.
checkObjectExecutePermission(Class, String) - 类 中的方法bboss.org.apache.velocity.util.introspection.SecureIntrospectorImpl
Determine which methods and classes to prevent from executing.
children - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
childrenAccept(ParserVisitor, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
childrenAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
chooseCharacterEncoding(HttpServletRequest) - 类 中的方法bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
Chooses the output character encoding to be used as the value for the "charset=" portion of the HTTP Content-Type header (and thus returned by response.getCharacterEncoding()).
chop(String, int) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
Chop i characters off the end of a string.
chop(String, int, String) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
Chop i characters off the end of a string.
ClassMap - bboss.org.apache.velocity.util.introspection中的类
A cache of introspection information for a specific class instance.
ClassMap(Class, Log) - 类 的构造器bboss.org.apache.velocity.util.introspection.ClassMap
Standard constructor
className - 类 中的变量bboss.org.apache.velocity.runtime.resource.loader.ResourceLoader
Class name for this loader, for logging/debuggin purposes.
ClasspathResourceLoader - bboss.org.apache.velocity.runtime.resource.loader中的类
ClasspathResourceLoader is a simple loader that will load templates from the classpath.
ClasspathResourceLoader() - 类 的构造器bboss.org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
 
ClassUtils - bboss.org.apache.velocity.util中的类
Simple utility functions for manipulating classes and resources from the classloader.
clean(InternalContextAdapter, Object, Object, Object) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Foreach
 
cleanup() - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
A hook method called at the end of TexenTask.execute() which can be overridden to perform any necessary cleanup activities (such as the release of database connections, etc.).
clear() - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
clear() - 类 中的方法bboss.org.apache.velocity.io.VelocityWriter
Discard the output buffer.
clear() - 接口 中的方法bboss.org.apache.velocity.util.introspection.IntrospectorCache
Clears the internal cache.
clear() - 类 中的方法bboss.org.apache.velocity.util.introspection.IntrospectorCacheImpl
Clears the internal cache.
clearNodeScope(Node) - 类 中的方法bboss.org.apache.velocity.runtime.parser.JJTParserState
 
clearProperty(String) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
Clear a Velocity Runtime property.
clearProperty(String) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
Clear a Velocity Runtime property.
clearProperty(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Clear the values pertaining to a particular property.
clearProperty(String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Clear the values pertaining to a particular property.
clearProperty(String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Clear the values pertaining to a particular property.
clearProperty(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Clear the values pertaining to a particular property.
clearRepositories() - 类 中的静态方法bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
Removes all statically stored StringResourceRepositorys.
clearStateVars() - 类 中的方法bboss.org.apache.velocity.runtime.parser.ParserTokenManager
Clears all state variables, resets to start values, clears stateStack.
clone() - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
Returns a NodeList that contains the same nodes as this node list.
clone() - 类 中的方法bboss.org.apache.velocity.VelocityContext
Clones this context object.
close() - 类 中的方法bboss.org.apache.velocity.io.UnicodeInputStream
 
close() - 类 中的方法bboss.org.apache.velocity.io.VelocityWriter
Close the stream.
close() - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.JarHolder
 
closeNodeScope(Node, int) - 类 中的方法bboss.org.apache.velocity.runtime.parser.JJTParserState
 
closeNodeScope(Node, boolean) - 类 中的方法bboss.org.apache.velocity.runtime.parser.JJTParserState
 
collapseNewlines(String) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
Remove/collapse multiple newline characters.
collapseSpaces(String) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
Remove/collapse multiple spaces.
COLON - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
COMMA - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
Comment() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
commonInit(RuntimeServices, ExtendedProperties) - 类 中的方法bboss.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
CommonsLogLogChute - bboss.org.apache.velocity.runtime.log中的类
Redirects Velocity's LogChute messages to commons-logging.
CommonsLogLogChute() - 类 的构造器bboss.org.apache.velocity.runtime.log.CommonsLogLogChute
 
compare(Number, Number) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.MathUtils
Compare two numbers.
concat(List) - 类 中的方法bboss.org.apache.velocity.util.StringUtils
Concatenates a list of objects as a String.
ConditionalAndExpression() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
ConditionalOrExpression() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
contains(Object) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
containsAll(Collection) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
containsKey(Object) - 类 中的方法bboss.org.apache.velocity.context.AbstractContext
Indicates whether the specified key is in the context.
containsKey(Object) - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
containsKey(Object) - 接口 中的方法bboss.org.apache.velocity.context.Context
Indicates whether the specified key is in the context.
containsKey(Object) - 类 中的方法bboss.org.apache.velocity.context.EvaluateContext
已过时。
 
containsKey(Object) - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
containsKey(Object) - 类 中的方法bboss.org.apache.velocity.context.ProxyVMContext
 
CONTENT_TYPE - 类 中的静态变量bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
The HTTP content type context key.
ContentResource - bboss.org.apache.velocity.runtime.resource中的类
This class represent a general text resource that may have been retrieved from any number of possible sources.
ContentResource() - 类 的构造器bboss.org.apache.velocity.runtime.resource.ContentResource
Default empty constructor
Context() - 类 的构造器bboss.org.apache.velocity.anakia.AnakiaTask.Context
Public constructor.
Context - bboss.org.apache.velocity.context中的接口
Interface describing the application data context.
context - 类 中的变量bboss.org.apache.velocity.runtime.visitor.BaseVisitor
Context used during traversal
ContextAware - bboss.org.apache.velocity.util中的接口
Event handlers implementing this interface will automatically have the method setContext called before each event.
contextData - 类 中的变量bboss.org.apache.velocity.util.introspection.IntrospectionCacheData
Class of context data object associated with the introspection information
contextProperties - 类 中的变量bboss.org.apache.velocity.texen.ant.TexenTask
These are properties that are fed into the initial context from a properties file.
controlTemplate - 类 中的变量bboss.org.apache.velocity.texen.ant.TexenTask
This is the control template that governs the output.
convert(String) - 类 中的方法bboss.org.apache.velocity.convert.WebMacro
已过时。
Iterate through the set of find/replace regexes that will convert a given WM template to a VM template
convertTemplate(String) - 类 中的方法bboss.org.apache.velocity.convert.WebMacro
已过时。
Apply find/replace regexes to our WM template
COUNTER_INITIAL_VALUE - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Initial counter value in #foreach directives.
COUNTER_NAME - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Counter reference name in #foreach directives.
create(boolean) - 类 中的静态方法bboss.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) - 类 中的静态方法bboss.org.apache.velocity.util.MapFactory
Creates a new instance of a class that implements Map interface.
createContext() - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaTask
Create a new context.
createContext(HttpServletRequest, HttpServletResponse) - 类 中的方法bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
Returns a context suitable to pass to the handleRequest() method

Default implementation will create a VelocityContext object, put the HttpServletRequest and HttpServletResponse into the context accessable via the keys VelocityServlet.REQUEST and VelocityServlet.RESPONSE, respectively.
createNewParser() - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Returns a JavaCC generated Parser.
createNewParser() - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Create a new parser instance.
createRepository(String, String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
 
createResource(String, int) - 类 中的方法bboss.org.apache.velocity.runtime.resource.ResourceManagerImpl
Create a new Resource of the specified type.
createRuntimeException(String, Throwable) - 类 中的静态方法bboss.org.apache.velocity.util.ExceptionUtils
Create a new RuntimeException, setting the cause if possible.
createWithCause(Class, String, Throwable) - 类 中的静态方法bboss.org.apache.velocity.util.ExceptionUtils
Create a new Exception, setting the cause if possible.
curChar - 类 中的变量bboss.org.apache.velocity.runtime.parser.ParserTokenManager
 
current - 类 中的变量bboss.org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
已过时。
 
currentTemplateName - 类 中的变量bboss.org.apache.velocity.runtime.parser.Parser
Name of current template we are parsing.
currentToken - 异常错误 中的变量bboss.org.apache.velocity.runtime.parser.ParseException
This is the last token that has been consumed successfully.

D

data - 类 中的变量bboss.org.apache.velocity.runtime.resource.Resource
Resource might require ancillary storage of some kind
DataSourceResourceLoader - bboss.org.apache.velocity.runtime.resource.loader中的类
This is a simple template file loader that loads templates from a DataSource instead of plain files.
DataSourceResourceLoader() - 类 的构造器bboss.org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
 
debug(Object) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
已过时。
Use getLog() and call debug() on it.
debug(Object) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
已过时。
Use getLog() and call warn() on it.
debug(Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
Log a debug message.
debug(Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
Log a debug message and accompanying Throwable.
debug(boolean, Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.LogDisplayWrapper
Log a debug message.
debug(boolean, Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.LogDisplayWrapper
Log a debug message and accompanying Throwable.
debug(Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
debug(Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
debug(Object) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Log a debug message.
debug(Object) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
已过时。
Use getLog() and call debug() on it.
debug(Object) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeLogger
已过时。
Use Log.debug(Object)
debug(Object) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
已过时。
Use getLog() and call debug() on it.
DEBUG_ID - 接口 中的静态变量bboss.org.apache.velocity.runtime.log.LogChute
ID for debug messages.
DEBUG_ID - 接口 中的静态变量bboss.org.apache.velocity.runtime.log.LogSystem
已过时。
ID for debug messages.
DEBUG_ON - 接口 中的静态变量bboss.org.apache.velocity.runtime.log.LogSystem
已过时。
This is unused and meaningless
DEBUG_PREFIX - 接口 中的静态变量bboss.org.apache.velocity.runtime.log.LogChute
Prefix string for debug messages.
DEBUG_PREFIX - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
已过时。
Use LogChute.DEBUG_PREFIX instead
debugPrint - 类 中的变量bboss.org.apache.velocity.runtime.parser.ParserTokenManager
 
debugStream - 类 中的变量bboss.org.apache.velocity.runtime.parser.ParserTokenManager
Debug output.
DECIMAL_ZERO - 类 中的静态变量bboss.org.apache.velocity.runtime.parser.node.MathUtils
A BigDecimal representing the number 0
DEFAULT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
Lexical state.
DEFAULT_BUFFER - 类 中的静态变量bboss.org.apache.velocity.io.VelocityWriter
constant indicating that the Writer is buffered and is using the implementation default buffer size
DEFAULT_CONTENT_TYPE - 类 中的静态变量bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
The default content type for the response
DEFAULT_LOG_NAME - 类 中的静态变量bboss.org.apache.velocity.runtime.log.CommonsLogLogChute
Default name for the commons-logging instance
DEFAULT_LOG_NAME - 类 中的静态变量bboss.org.apache.velocity.runtime.log.JdkLogChute
Default name for the JDK logger instance
DEFAULT_OUTPUT_ENCODING - 类 中的静态变量bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
Encoding for the output stream
DEFAULT_RUNTIME_DIRECTIVES - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Default Runtime properties.
DEFAULT_RUNTIME_PROPERTIES - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Default Runtime properties.
Define - bboss.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() - 类 的构造器bboss.org.apache.velocity.runtime.directive.Define
 
DEFINE_DIRECTIVE_MAXDEPTH - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Maximum recursion depth allowed for the #define directive.
DIGIT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
Directive - bboss.org.apache.velocity.runtime.directive中的类
Base class for all directives used in Velocity.
Directive() - 类 的构造器bboss.org.apache.velocity.runtime.directive.Directive
 
Directive() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
Supports the Pluggable Directives #foo( arg+ )
DIRECTIVE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
Lexical state.
DIRECTIVE_CHAR - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
DIRECTIVE_IF_TOSTRING_NULLCHECK - 接口 中的静态变量bboss.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 - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
DirectiveArg() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
Supports the arguments for the Pluggable Directives
DirectiveConstants - bboss.org.apache.velocity.runtime.directive中的接口
Base class for all directives used in Velocity.
disable_tracing() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
Disable tracing.
discover(Class, String) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.BooleanPropertyExecutor
 
discover(Class) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.GetExecutor
 
discover(Class) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.MapGetExecutor
 
discover(Class) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.MapSetExecutor
 
discover(Class, String) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.PropertyExecutor
 
discover(Class, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.PutExecutor
 
discover(Class, String, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SetPropertyExecutor
 
divide(Number, Number) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.MathUtils
Divide two numbers.
DIVIDE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
Handles HTTP GET requests by calling doRequest(HttpServletRequest, HttpServletResponse).
doInvoke(Object, Object[]) - 类 中的方法bboss.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 - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
DOLLARBANG - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
Done() - 接口 中的方法bboss.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() - 类 中的方法bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
doPost(HttpServletRequest, HttpServletResponse) - 类 中的方法bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
Handles HTTP POST requests by calling doRequest(HttpServletRequest, HttpServletResponse).
doRequest(HttpServletRequest, HttpServletResponse) - 类 中的方法bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
Handles all requests (by default).
DOT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
DOUBLE_ESCAPE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
DOUBLEDOT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
dump(String) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
Override this method if you want to customize how the node dumps out its children.
dumpLogMessages(LogSystem) - 类 中的方法bboss.org.apache.velocity.runtime.log.PrimordialLogSystem
已过时。
use transferTo(LogChute newChute)
dumpNamespace(String) - 类 中的方法bboss.org.apache.velocity.runtime.VelocimacroManager
Removes the VMs and the namespace from the manager.
dumpVMNamespace(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
tells the vmFactory to dump the specified namespace.
dumpVMNamespace(String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
tells the vmFactory to dump the specified namespace.
dumpVMNamespace(String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
tells the vmFactory to dump the specified namespace.
dumpVMNamespace(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
tells the vmFactory to dump the specified namespace.
dumpVMNamespace(String) - 类 中的方法bboss.org.apache.velocity.runtime.VelocimacroFactory
tells the vmManager to dump the specified namespace

E

element(String, Namespace) - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaJDOMFactory
 
element(String) - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaJDOMFactory
 
element(String, String) - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaJDOMFactory
 
element(String, String, String) - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaJDOMFactory
 
ELSE_DIRECTIVE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
ELSEIF_DIRECTIVE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
ElseIfStatement() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
ElseStatement() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
EMPTY_INDEX - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
enable_tracing() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
Enable tracing.
encoding - 类 中的变量bboss.org.apache.velocity.runtime.resource.Resource
Character encoding of this resource
ENCODING_DEFAULT - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Default Encoding is ISO-8859-1.
END - 类 中的静态变量bboss.org.apache.velocity.runtime.parser.node.ASTTextblock
 
END - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
endColumn - 类 中的变量bboss.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 - 类 中的变量bboss.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.
entrySet() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Scope
 
enumerateKeys() - 接口 中的方法bboss.org.apache.velocity.runtime.resource.ResourceCache
returns an Iterator of Keys in the cache.
enumerateKeys() - 类 中的方法bboss.org.apache.velocity.runtime.resource.ResourceCacheImpl
 
EnumerationIterator - bboss.org.apache.velocity.util中的类
An Iterator wrapper for an Enumeration.
EnumerationIterator(Enumeration) - 类 的构造器bboss.org.apache.velocity.util.EnumerationIterator
Creates a new iteratorwrapper instance for the specified Enumeration.
EOF - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
End of File.
eol - 异常错误 中的变量bboss.org.apache.velocity.runtime.parser.ParseException
The end of line string for this machine.
EqualityExpression() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
equals(Object) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
Tests for equality with another object.
equals(Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTMethod.MethodCacheKey
 
EQUALS - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
error(Object) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
已过时。
Use getLog() and call error() on it.
error(Object) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
已过时。
Use getLog() and call warn() on it.
error(Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
Log an error message.
error(Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
Log an error message and accompanying Throwable.
error(boolean, Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.LogDisplayWrapper
Log an error message.
error(boolean, Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.LogDisplayWrapper
Log an error message and accompanying Throwable.
error(Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
error(Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
error(Object) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Log an error message.
error(Object) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
已过时。
Use getLog() and call error() on it.
error(Object) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeLogger
已过时。
Use Log.error(Object)
error(Object) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
已过时。
Use getLog() and call error() on it.
error(HttpServletRequest, HttpServletResponse, Exception) - 类 中的方法bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
Invoked when there is an error thrown in any part of doRequest() processing.
ERROR_ID - 接口 中的静态变量bboss.org.apache.velocity.runtime.log.LogChute
ID for error messages.
ERROR_ID - 接口 中的静态变量bboss.org.apache.velocity.runtime.log.LogSystem
已过时。
ID for error messages.
ERROR_PREFIX - 接口 中的静态变量bboss.org.apache.velocity.runtime.log.LogChute
Prefix string for error messages.
ERROR_PREFIX - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
已过时。
Use LogChute.ERROR_PREFIX instead
ERRORMSG_END - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Ending tag for error messages triggered by passing a parameter not allowed in the #include directive.
ERRORMSG_START - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Starting tag for error messages triggered by passing a parameter not allowed in the #include directive.
Escape - bboss.org.apache.velocity.anakia中的类
This class is for escaping CDATA sections.
Escape() - 类 的构造器bboss.org.apache.velocity.anakia.Escape
Empty constructor
escape(Object) - 类 中的方法bboss.org.apache.velocity.app.event.implement.EscapeHtmlReference
Escape all HTML entities.
escape(Object) - 类 中的方法bboss.org.apache.velocity.app.event.implement.EscapeJavaScriptReference
Escapes the characters in a String to be suitable for use in JavaScript.
escape(Object) - 类 中的方法bboss.org.apache.velocity.app.event.implement.EscapeReference
Escape the given text.
escape(Object) - 类 中的方法bboss.org.apache.velocity.app.event.implement.EscapeSqlReference
Escapes the characters in a String to be suitable to pass to an SQL query.
escape(Object) - 类 中的方法bboss.org.apache.velocity.app.event.implement.EscapeXmlReference
Escape all XML entities.
Escape() - 类 中的方法bboss.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 - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
ESCAPE_DIRECTIVE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
EscapedDirective() - 类 中的方法bboss.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.
EscapeHtmlReference - bboss.org.apache.velocity.app.event.implement中的类
Escape all HTML entities.
EscapeHtmlReference() - 类 的构造器bboss.org.apache.velocity.app.event.implement.EscapeHtmlReference
 
EscapeJavaScriptReference - bboss.org.apache.velocity.app.event.implement中的类
Escapes the characters in a String to be suitable for use in JavaScript.
EscapeJavaScriptReference() - 类 的构造器bboss.org.apache.velocity.app.event.implement.EscapeJavaScriptReference
 
EscapeReference - bboss.org.apache.velocity.app.event.implement中的类
Base class for escaping references.
EscapeReference() - 类 的构造器bboss.org.apache.velocity.app.event.implement.EscapeReference
 
EscapeSqlReference - bboss.org.apache.velocity.app.event.implement中的类
Escapes the characters in a String to be suitable to pass to an SQL query.
EscapeSqlReference() - 类 的构造器bboss.org.apache.velocity.app.event.implement.EscapeSqlReference
 
EscapeXmlReference - bboss.org.apache.velocity.app.event.implement中的类
Escape all XML entities.
EscapeXmlReference() - 类 的构造器bboss.org.apache.velocity.app.event.implement.EscapeXmlReference
 
evaluate(Context, Writer, String, String) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
renders the input string using the context into the output writer.
evaluate(Context, Writer, String, InputStream) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
evaluate(Context, Writer, String, Reader) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
Renders the input reader using the context into the output writer.
evaluate(Context, Writer, String, String) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
renders the input string using the context into the output writer.
evaluate(Context, Writer, String, InputStream) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
evaluate(Context, Writer, String, Reader) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
Renders the input reader using the context into the output writer.
Evaluate - bboss.org.apache.velocity.runtime.directive中的类
Evaluates the directive argument as a VTL string, using the existing context.
Evaluate() - 类 的构造器bboss.org.apache.velocity.runtime.directive.Evaluate
 
evaluate(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTAndNode
logical and : null && right = false left && null = false null && null = false
evaluate(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTElseIfStatement
An ASTElseStatement is true if the expression it contains evaluates to true.
evaluate(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTElseStatement
An ASTElseStatement always evaluates to true.
evaluate(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTEQNode
Calculates the value of the logical expression arg1 == arg2 All class types are supported.
evaluate(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTExpression
 
evaluate(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTFalse
 
evaluate(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTGENode
 
evaluate(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTGTNode
 
evaluate(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTLENode
 
evaluate(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTLTNode
 
evaluate(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTNENode
 
evaluate(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTNotNode
 
evaluate(InternalContextAdapter) - 类 中的方法bboss.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) - 类 中的方法bboss.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) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTTrue
 
evaluate(InternalContextAdapter) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
evaluate(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
evaluate(Context, Writer, String, String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Renders the input string using the context into the output writer.
evaluate(Context, Writer, String, Reader) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Renders the input reader using the context into the output writer.
evaluate(Context, Writer, String, String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Renders the input string using the context into the output writer.
evaluate(Context, Writer, String, Reader) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Renders the input reader using the context into the output writer.
EVALUATE_CONTEXT_CLASS - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
class to use for local context with #evaluate()
EvaluateContext - bboss.org.apache.velocity.context中的类
已过时。
Will be removed in 2.0
EvaluateContext(InternalContextAdapter, RuntimeServices) - 类 的构造器bboss.org.apache.velocity.context.EvaluateContext
已过时。
CTOR, wraps an ICA
EventCartridge - bboss.org.apache.velocity.app.event中的类
Stores the event handlers.
EventCartridge() - 类 的构造器bboss.org.apache.velocity.app.event.EventCartridge
 
EventHandler - bboss.org.apache.velocity.app.event中的接口
Base interface for all event handlers
EVENTHANDLER_INCLUDE - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
The eventhandler.include.class property specifies a list of the IncludeEventHandler implementations to use.
EVENTHANDLER_INVALIDREFERENCE_EXCEPTION - 类 中的静态变量bboss.org.apache.velocity.app.event.implement.ReportInvalidReferences
 
EVENTHANDLER_INVALIDREFERENCES - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
The eventhandler.invalidreferences.class property specifies a list of the InvalidReferenceEventHandler implementations to use.
EVENTHANDLER_METHODEXCEPTION - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
The eventhandler.methodexception.class property specifies a list of the MethodExceptionEventHandler implementations to use.
EVENTHANDLER_NULLSET - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
The eventhandler.nullset.class property specifies a list of the NullSetEventHandler implementations to use.
EVENTHANDLER_REFERENCEINSERTION - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
The eventhandler.referenceinsertion.class property specifies a list of the ReferenceInsertionEventHandler implementations to use.
EventHandlerMethodExecutor - bboss.org.apache.velocity.app.event中的接口
Strategy object used to execute event handler method.
EventHandlerUtil - bboss.org.apache.velocity.app.event中的类
Calls on request all registered event handlers for a particular event.
EventHandlerUtil() - 类 的构造器bboss.org.apache.velocity.app.event.EventHandlerUtil
 
ExceptionUtils - bboss.org.apache.velocity.util中的类
Use this to create a new Exception.
ExceptionUtils() - 类 的构造器bboss.org.apache.velocity.util.ExceptionUtils
 
execute() - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaTask
Main body of the application
execute(EventHandler) - 接口 中的方法bboss.org.apache.velocity.app.event.EventHandlerMethodExecutor
Execute the event handler method.
execute(EventHandler) - 类 中的方法bboss.org.apache.velocity.app.event.IncludeEventHandler.IncludeEventExecutor
Call the method includeEvent()
execute(EventHandler) - 类 中的方法bboss.org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor
Call the method invalidGetMethod()
execute(EventHandler) - 类 中的方法bboss.org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor
Call the method invalidMethod()
execute(EventHandler) - 类 中的方法bboss.org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidSetMethodExecutor
Call the method invalidSetMethod()
execute(EventHandler) - 类 中的方法bboss.org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor
Call the method methodException()
execute(EventHandler) - 类 中的方法bboss.org.apache.velocity.app.event.NullSetEventHandler.ShouldLogOnNullSetExecutor
Call the method shouldLogOnNullSet()
execute(EventHandler) - 类 中的方法bboss.org.apache.velocity.app.event.ReferenceInsertionEventHandler.referenceInsertExecutor
Call the method referenceInsert()
execute(Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.AbstractExecutor
Execute method against context.
execute(Object, InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTIdentifier
 
execute(Object, InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTIndex
 
execute(Object, InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTMethod
invokes the method.
execute(Object, InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTReference
gets an Object that 'is' the value of the reference
execute(Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.GetExecutor
 
execute(Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.MapGetExecutor
 
execute(Object, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.MapSetExecutor
 
execute(Object, InternalContextAdapter) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
execute(Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.PropertyExecutor
 
execute(Object, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.PutExecutor
 
execute(Object, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SetExecutor
Execute method against context.
execute(Object, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SetPropertyExecutor
Execute method against context.
execute(Object, InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
execute() - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
Execute the input script with Velocity
expectedTokenSequences - 异常错误 中的变量bboss.org.apache.velocity.runtime.parser.ParseException
Each entry in this array is an array of integers.
EXPONENT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
Expression() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
ExtendedParseException - bboss.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() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
FALSE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
FieldMethodizer - bboss.org.apache.velocity.app中的类
This is a small utility class allow easy access to static fields in a class, such as string constants.
FieldMethodizer() - 类 的构造器bboss.org.apache.velocity.app.FieldMethodizer
Allow object to be initialized without any data.
FieldMethodizer(String) - 类 的构造器bboss.org.apache.velocity.app.FieldMethodizer
Constructor that takes as it's arg the name of the class to methodize.
FieldMethodizer(Object) - 类 的构造器bboss.org.apache.velocity.app.FieldMethodizer
Constructor that takes as it's arg a living object to methodize.
file(String) - 类 中的静态方法bboss.org.apache.velocity.texen.util.FileUtil
A method to get a File object.
file(String, String) - 类 中的静态方法bboss.org.apache.velocity.texen.util.FileUtil
A method to get a File object.
FILE_RESOURCE_LOADER_CACHE - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
The public handle for turning the caching on in the FileResourceLoader.
FILE_RESOURCE_LOADER_PATH - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
The public handle for setting a path in the FileResourceLoader.
fileContentsToString(String) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
Read the contents of a file and place them in a string object.
FileResourceLoader - bboss.org.apache.velocity.runtime.resource.loader中的类
A loader for templates stored on the file system.
FileResourceLoader() - 类 的构造器bboss.org.apache.velocity.runtime.resource.loader.FileResourceLoader
 
FileUtil - bboss.org.apache.velocity.texen.util中的类
A general file utility for use in the context
FileUtil() - 类 的构造器bboss.org.apache.velocity.texen.util.FileUtil
 
fillContextDefaults(Context) - 类 中的方法bboss.org.apache.velocity.texen.Generator
Add properties that will aways be in the context by default
fillContextHash(Context, Hashtable) - 类 中的方法bboss.org.apache.velocity.texen.Generator
Add all the contents of a Hashtable to the context.
fillContextProperties(Context) - 类 中的方法bboss.org.apache.velocity.texen.Generator
Add objects to the context from the current properties.
finalize() - 类 中的方法bboss.org.apache.velocity.runtime.log.Log4JLogChute
Also do a shutdown if the object is destroy()'d.
finalize() - 类 中的方法bboss.org.apache.velocity.runtime.log.SimpleLog4JLogSystem
已过时。
Also do a shutdown if the object is destroy()'d.
find(String, Object[]) - 类 中的方法bboss.org.apache.velocity.util.introspection.MethodMap
Find a method.
findMethod(String, Object[]) - 类 中的方法bboss.org.apache.velocity.util.introspection.ClassMap
Find a Method using the method name and parameter objects.
first - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
firstLetterCaps(String) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
Makes the first letter caps and the rest lowercase.
FLOATING_POINT_LITERAL - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
FloatingPointLiteral() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
flush() - 类 中的方法bboss.org.apache.velocity.io.VelocityWriter
Flush the stream.
Foreach - bboss.org.apache.velocity.runtime.directive中的类
Foreach directive used for moving through arrays, or objects that provide an Iterator.
Foreach() - 类 的构造器bboss.org.apache.velocity.runtime.directive.Foreach
 
Foreach.NullHolderContext - bboss.org.apache.velocity.runtime.directive中的类
A special context to use when the foreach iterator returns a null.
ForeachScope - bboss.org.apache.velocity.runtime.directive中的类
This represents scoping and metadata for #foreach, adding index, count, hasNext, isFirst and isLast info.
ForeachScope(Object, Object) - 类 的构造器bboss.org.apache.velocity.runtime.directive.ForeachScope
 
FORMAL_COMMENT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
formatArray(Object) - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Formats an array into the form "A, B and C".
formatArray(Object, String) - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Formats an array into the form "A<delim>B<delim>C".
formatArray(Object, String, String) - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Formats an array into the form "A<delim>B<finaldelim>C".
formatFileString(Directive) - 类 中的静态方法bboss.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) - 类 中的静态方法bboss.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) - 类 中的静态方法bboss.org.apache.velocity.runtime.log.Log
Simply creates a string that formats the template filename with line number and column.
formatFileString(String, int, int) - 类 中的静态方法bboss.org.apache.velocity.runtime.log.Log
Simply creates a string that formats the template filename with line number and column.
formatLongDate(Date) - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Formats a date in DateFormat.LONG style.
formatLongDateTime(Date) - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Formats a date/time in 'long' style.
formatShortDate(Date) - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Formats a date in DateFormat.SHORT style.
formatShortDateTime(Date) - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Formats a date/time in 'short' style.
formatVector(List) - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Formats a vector into the form "A, B and C".
formatVector(List, String) - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Formats a vector into the form "A<delim>B<delim>C".
formatVector(List, String, String) - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Formats a list into the form "Adelim>B<finaldelim>C".

G

generateParseException() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
Generate ParseException.
Generator - bboss.org.apache.velocity.texen中的类
A text/code generator class
Generator(String) - 类 的构造器bboss.org.apache.velocity.texen.Generator
Create a new generator object with properties loaded from a file.
Generator(Properties) - 类 的构造器bboss.org.apache.velocity.texen.Generator
Create a new Generator object with a given property set.
get(int) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
get(String) - 类 中的方法bboss.org.apache.velocity.app.FieldMethodizer
Accessor method to get the fields by name.
get(String) - 类 中的方法bboss.org.apache.velocity.context.AbstractContext
Gets the value corresponding to the provided key from the context.
get(String) - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
Retrieves from parent context.
get(String) - 接口 中的方法bboss.org.apache.velocity.context.Context
Gets the value corresponding to the provided key from the context.
get(String) - 类 中的方法bboss.org.apache.velocity.context.EvaluateContext
已过时。
Retrieves from local or global context.
get(String) - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
get(String) - 类 中的方法bboss.org.apache.velocity.context.ProxyVMContext
Implementation of the Context.get() method.
get(String) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Foreach.NullHolderContext
Get an object from the context, or null if the key is equal to the loop variable
get(Object) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Scope
 
get() - 接口 中的方法bboss.org.apache.velocity.runtime.ParserPool
Retrieve an instance of a parser pool.
get() - 类 中的方法bboss.org.apache.velocity.runtime.ParserPoolImpl
Call the wrapped pool.
get(Object) - 接口 中的方法bboss.org.apache.velocity.runtime.resource.ResourceCache
retrieves a Resource from the cache
get(Object) - 类 中的方法bboss.org.apache.velocity.runtime.resource.ResourceCacheImpl
 
get(String, String) - 类 中的方法bboss.org.apache.velocity.runtime.VelocimacroManager
Gets a VelocimacroProxy object by the name / source template duple.
get(String, String, String) - 类 中的方法bboss.org.apache.velocity.runtime.VelocimacroManager
Gets a VelocimacroProxy object by the name / source template duple.
get(int) - 类 中的方法bboss.org.apache.velocity.util.ArrayListWrapper
 
get(Class) - 接口 中的方法bboss.org.apache.velocity.util.introspection.IntrospectorCache
Lookup a given Class object in the cache.
get(Class) - 类 中的方法bboss.org.apache.velocity.util.introspection.IntrospectorCacheImpl
Lookup a given Class object in the cache.
get(String) - 类 中的方法bboss.org.apache.velocity.util.introspection.MethodMap
Return a list of methods with the same name.
get() - 类 中的方法bboss.org.apache.velocity.util.SimplePool
Get an object from the pool, null if the pool is empty.
getApplicationAttribute(Object) - 类 中的方法bboss.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) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Gets the application attribute for the given key
getApplicationAttribute(Object) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Return the specified application attribute.
getApplicationAttribute(Object) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Gets the application attribute for the given key
getApplicationEventCartridge() - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Returns the event handlers for the application.
getApplicationEventCartridge() - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Returns the event handlers for the application.
getAsNumber() - 接口 中的方法bboss.org.apache.velocity.util.TemplateNumber
Returns a Number that can be used in a template.
getAttributes() - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaElement
This returns the complete set of attributes for this element, as a NodeList of Attribute objects in no particular order, or an empty list if there are none.
getBaseContext() - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
getBaseContext() - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
Returns the base context that we are wrapping.
getBaseContext() - 接口 中的方法bboss.org.apache.velocity.context.InternalWrapperContext
Returns the base full context impl.
getBeginColumn() - 接口 中的方法bboss.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() - 类 中的方法bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
getBeginLine() - 接口 中的方法bboss.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() - 类 中的方法bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
getBody() - 类 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResource
Sets the template body.
getBoolean(String, boolean) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Boolean property accessor method to hide the configuration implementation.
getBoolean(String, boolean) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Boolean property accessor method to hide the configuration implementation.
getBoolean(String, boolean) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Boolean property accessor method to hide the configuration implementation.
getBoolean(String, boolean) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Boolean property accessor method to hide the configuration implementation.
getBufferSize() - 类 中的方法bboss.org.apache.velocity.io.VelocityWriter
This method returns the size of the buffer used by the JspWriter.
getCachedClass() - 类 中的方法bboss.org.apache.velocity.util.introspection.ClassMap
Returns the class object whose methods are cached by this map.
getChainedContext() - 类 中的方法bboss.org.apache.velocity.context.AbstractContext
returns innerContext if one is chained
getChildren() - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaElement
This returns a NodeList of all the child elements nested directly (one level deep) within this element, as Element objects.
getChildren(String) - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaElement
This returns a NodeList of all the child elements nested directly (one level deep) within this element with the given local name and belonging to no namespace, returned as Element objects.
getChildren(String, Namespace) - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaElement
This returns a NodeList of all the child elements nested directly (one level deep) within this element with the given local name and belonging to the given Namespace, returned as Element objects.
getChildren() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
getClass(String) - 类 中的静态方法bboss.org.apache.velocity.util.ClassUtils
Return the specified class.
getClassName() - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.ResourceLoader
Return the class name of this resource Loader
getColumn() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Directive
for log msg purposes
getColumn() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Scope.Info
 
getColumn() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.CharStream
已过时。 
getColumn() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
getColumn() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
getColumn() - 类 中的方法bboss.org.apache.velocity.runtime.parser.VelocityCharStream
已过时。 
getColumn() - 类 中的方法bboss.org.apache.velocity.util.introspection.Info
 
getColumnNumber() - 接口 中的方法bboss.org.apache.velocity.exception.ExtendedParseException
returns the column number where this exception occured.
getColumnNumber() - 异常错误 中的方法bboss.org.apache.velocity.exception.MethodInvocationException
 
getColumnNumber() - 异常错误 中的方法bboss.org.apache.velocity.exception.ParseErrorException
Return the column number of the parsing error, or -1 if not defined.
getColumnNumber() - 异常错误 中的方法bboss.org.apache.velocity.exception.TemplateInitException
Returns the column number where this exception occured.
getColumnNumber() - 异常错误 中的方法bboss.org.apache.velocity.runtime.directive.MacroParseException
returns the column number where this exception occured.
getColumnNumber() - 异常错误 中的方法bboss.org.apache.velocity.runtime.parser.TemplateParseException
returns the column number where this exception occured.
getConfiguration() - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Return the velocity runtime configuration object.
getConfiguration() - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Return the velocity runtime configuration object.
getConfiguration() - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Return the velocity runtime configuration object.
getConfiguration() - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Return the velocity runtime configuration object.
getContent() - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaElement
This returns the full content of the element as a NodeList which may contain objects of type String, Element, Comment, ProcessingInstruction, CDATA, and EntityRef.
getContent(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Returns a static content resource from the resource manager.
getContent(String, String) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Returns a static content resource from the resource manager.
getContent(String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Returns a static content resource from the resource manager.
getContent(String, String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Returns a static content resource from the resource manager.
getContent(String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Returns a static content resource from the resource manager.
getContent(String, String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Returns a static content resource from the resource manager.
getContent(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Returns a static content resource from the resource manager.
getContent(String, String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Returns a static content resource from the resource manager.
getContext(Hashtable) - 类 中的方法bboss.org.apache.velocity.texen.Generator
Create a new context and fill it with the elements of the objs Hashtable.
getContext() - 类 中的方法bboss.org.apache.velocity.VelocityContext
 
getContextDocument() - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaTask.Context
Retrieve the context document object.
getContextProperties() - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
Get the context properties that will be fed into the initial context be the generating process starts.
getControlTemplate() - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
Get the control template for the generating process.
getCount() - 类 中的方法bboss.org.apache.velocity.runtime.directive.ForeachScope
 
getCurrentMacroCallDepth() - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
getCurrentMacroCallDepth() - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
getCurrentMacroName() - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
getCurrentMacroName() - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
getCurrentResource() - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
getCurrentResource() - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
getCurrentTemplateName() - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
getCurrentTemplateName() - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
getData() - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
Get arbitrary data object that might be used by the resource.
getDepth() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Scope
Returns the number of control arguments of this type that are stacked up.
getDepth() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Scope.Info
 
getDirective(String) - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
This method gets a Directive from the directives Hashtable
getDirective(String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Retrieve a previously instantiated directive.
getDirective(String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Retrieve a previously instantiated directive.
getDirectiveName() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTDirective
Gets the name of this directive.
getDollarBang() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTReference
 
getEnabledLevel() - 类 中的方法bboss.org.apache.velocity.runtime.log.ServletLogChute
Returns the current minimum level at which messages will be printed.
getEnabledLevel() - 类 中的方法bboss.org.apache.velocity.runtime.log.SystemLogChute
Returns the current minimum level at which messages will be printed.
getEncoding() - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
get the encoding of this resource for example, "ISO-8859-1"
getEncoding() - 类 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResource
Returns the encoding of this String resource.
getEncoding() - 接口 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResourceRepository
Returns the current encoding of this repository.
getEncoding() - 类 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl
 
getEncodingFromStream() - 类 中的方法bboss.org.apache.velocity.io.UnicodeInputStream
Read encoding based on BOM.
getEndColumn() - 接口 中的方法bboss.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() - 类 中的方法bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
getEndLine() - 接口 中的方法bboss.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() - 类 中的方法bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
getEntries() - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.JarHolder
 
getEventCartridge() - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
getEventCartridge() - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
getEventCartridge() - 接口 中的方法bboss.org.apache.velocity.context.InternalEventContext
 
getEventCartridge() - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Returns the event handlers for the application.
GetExecutor - bboss.org.apache.velocity.runtime.parser.node中的类
Executor that simply tries to execute a get(key) operation.
GetExecutor(Log, Introspector, Class, String) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.GetExecutor
 
GetExecutor(RuntimeLogger, Introspector, Class, String) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.GetExecutor
已过时。
RuntimeLogger is deprecated. Use the other constructor.
getFirst() - 类 中的方法bboss.org.apache.velocity.runtime.directive.ForeachScope
 
getFirstToken() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
getFirstToken() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
getHasNext() - 类 中的方法bboss.org.apache.velocity.runtime.directive.ForeachScope
 
GetImage() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.CharStream
Returns a string made up of characters from the marked token beginning to the current buffer position.
GetImage() - 类 中的方法bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
getIncludeEventHandlers() - 类 中的方法bboss.org.apache.velocity.app.event.EventCartridge
Iterate through all the stored IncludeEventHandlers objects
getIndex() - 类 中的方法bboss.org.apache.velocity.runtime.directive.ForeachScope
 
getInfo() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Scope
Returns info about the current scope for debugging purposes.
getInfo() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
getInfo() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
getInputEncoding(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.directive.InputBase
Decides the encoding used during input processing of this directive.
getInstance() - 类 中的静态方法bboss.org.apache.velocity.texen.Generator
Create a new generator object with default properties.
getInt(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Int property accessor method to hide the configuration implementation.
getInt(String, int) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Int property accessor method to hide the configuration implementation.
getInt(String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Int property accessor method to hide the configuration implementation.
getInt(String, int) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Int property accessor method to hide the configuration implementation.
getInt(String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Int property accessor method to hide the configuration implementation.
getInt(String, int) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Int property accessor method to hide the configuration implementation.
getInt(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Int property accessor method to hide the configuration implementation.
getInt(String, int) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Int property accessor method to hide the configuration implementation.
getInternalUserContext() - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
Return the inner / user context.
getInternalUserContext() - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
returns the user data context that we are wrapping
getInternalUserContext() - 接口 中的方法bboss.org.apache.velocity.context.InternalWrapperContext
Returns the wrapped user context.
getIntrospector() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.PropertyExecutor
 
getIntrospector() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SetPropertyExecutor
 
getIntrospector() - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Return the Introspector for this instance
getIntrospector() - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Returns the configured method introspection/reflection implementation.
getIntrospector() - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Return the Introspector for this RuntimeInstance
getIntrospectorCache() - 类 中的方法bboss.org.apache.velocity.util.introspection.IntrospectorBase
Return the internal IntrospectorCache object.
getInvalidReference() - 类 中的方法bboss.org.apache.velocity.app.event.implement.InvalidReferenceInfo
Get the specific invalid reference string.
getInvalidReferenceEventHandlers() - 类 中的方法bboss.org.apache.velocity.app.event.EventCartridge
Iterate through all the stored InvalidReferenceEventHandlers objects
getInvalidReferences() - 类 中的方法bboss.org.apache.velocity.app.event.implement.ReportInvalidReferences
All invalid references during the processing of this page.
getInvalidSyntax() - 异常错误 中的方法bboss.org.apache.velocity.exception.ParseErrorException
Return the invalid syntax or reference that triggered this error, or null if not defined.
getIterator(Object, Info) - 类 中的方法bboss.org.apache.velocity.util.introspection.AbstractChainableUberspector
To support iterative objects used in a #foreach() loop.
getIterator(Object, Info) - 类 中的方法bboss.org.apache.velocity.util.introspection.LinkingUberspector
To support iterative objects used in a #foreach() loop.
getIterator(Object, Info) - 类 中的方法bboss.org.apache.velocity.util.introspection.SecureUberspector
Get an iterator from the given object.
getIterator(Object, Info) - 接口 中的方法bboss.org.apache.velocity.util.introspection.Uberspect
To support iteratives - #foreach()
getIterator(Object, Info) - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl
To support iterative objects used in a #foreach() loop.
getKeys() - 类 中的方法bboss.org.apache.velocity.context.AbstractContext
Get all the keys for the values in the context
getKeys() - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
getKeys() - 接口 中的方法bboss.org.apache.velocity.context.Context
Get all the keys for the values in the context.
getKeys() - 类 中的方法bboss.org.apache.velocity.context.EvaluateContext
已过时。
 
getKeys() - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
getKeys() - 类 中的方法bboss.org.apache.velocity.context.ProxyVMContext
 
getLast() - 类 中的方法bboss.org.apache.velocity.runtime.directive.ForeachScope
 
getLastModified() - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaTask.Context
Retrieve the time the source file was last modified.
getLastModified(Resource) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
 
getLastModified(Resource) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
 
getLastModified(Resource) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.FileResourceLoader
 
getLastModified(Resource) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.JarResourceLoader
 
getLastModified(Resource) - 类 中的方法bboss.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) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
 
getLastModified(Resource) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.URLResourceLoader
Checks to see when a resource was last modified
getLastModified() - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
Return the lastModifed time of this resource.
getLastModified() - 类 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResource
Returns the modification date of the template.
getLastToken() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
getLastToken() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
getLibraryName(String, String) - 类 中的方法bboss.org.apache.velocity.runtime.VelocimacroManager
Return the library name for a given macro.
getLine() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Directive
for log msg purposes
getLine() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Scope.Info
 
getLine() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.CharStream
已过时。 
getLine() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
getLine() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
getLine() - 类 中的方法bboss.org.apache.velocity.runtime.parser.VelocityCharStream
已过时。 
getLine() - 类 中的方法bboss.org.apache.velocity.util.introspection.Info
 
getLineNumber() - 接口 中的方法bboss.org.apache.velocity.exception.ExtendedParseException
returns the line number where this exception occured.
getLineNumber() - 异常错误 中的方法bboss.org.apache.velocity.exception.MethodInvocationException
 
getLineNumber() - 异常错误 中的方法bboss.org.apache.velocity.exception.ParseErrorException
Return the line number of the parsing error, or -1 if not defined.
getLineNumber() - 异常错误 中的方法bboss.org.apache.velocity.exception.TemplateInitException
Returns the line number where this exception occured.
getLineNumber() - 异常错误 中的方法bboss.org.apache.velocity.runtime.directive.MacroParseException
returns the line number where this exception occured.
getLineNumber() - 异常错误 中的方法bboss.org.apache.velocity.runtime.parser.TemplateParseException
returns the line number where this exception occured.
getList() - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
Retrieves the underlying list used to store the nodes.
getLoader(RuntimeServices, String) - 类 中的静态方法bboss.org.apache.velocity.runtime.resource.loader.ResourceLoaderFactory
Gets the loader specified in the configuration file.
getLoaderNameForResource(String) - 接口 中的方法bboss.org.apache.velocity.runtime.resource.ResourceManager
Determines is a template exists, and returns name of the loader that provides it.
getLoaderNameForResource(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.ResourceManagerImpl
Determines if a template exists, and returns name of the loader that provides it.
getLoaderNameForResource(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Determines is a template exists, and returns name of the loader that provides it.
getLoaderNameForResource(String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Determines if a template exists and returns name of the loader that provides it.
getLoaderNameForResource(String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Determines is a template exists, and returns name of the loader that provides it.
getLoaderNameForResource(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Determines is a template exists, and returns name of the loader that provides it.
getLocation(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
Return a string that tells the current location of this node.
getLog() - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
Returns a convenient Log instance that wraps the current LogChute.
getLog() - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
Returns a convenient Log instance that wraps the current LogChute.
getLog() - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Returns a convenient Log instance that wraps the current LogChute.
getLog() - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Returns a convenient Log instance that wraps the current LogChute.
getLog() - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Returns a convenient Log instance that wraps the current LogChute.
getLogChute() - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
Returns the LogChute wrapped by this Log instance.
getLogChute() - 类 中的方法bboss.org.apache.velocity.runtime.log.LogDisplayWrapper
make sure that we always use the right LogChute Object
getLogChute() - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
getLogFile() - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
Gets the log file.
getMacroLibraries() - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
getMacroLibraries() - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
getMacroNameStack() - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
getMacroNameStack() - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
getMatchAttribute() - 类 中的方法bboss.org.apache.velocity.app.event.implement.EscapeHtmlReference
 
getMatchAttribute() - 类 中的方法bboss.org.apache.velocity.app.event.implement.EscapeJavaScriptReference
 
getMatchAttribute() - 类 中的方法bboss.org.apache.velocity.app.event.implement.EscapeReference
Specify the configuration attribute that specifies the regular expression.
getMatchAttribute() - 类 中的方法bboss.org.apache.velocity.app.event.implement.EscapeSqlReference
 
getMatchAttribute() - 类 中的方法bboss.org.apache.velocity.app.event.implement.EscapeXmlReference
 
getMax() - 类 中的方法bboss.org.apache.velocity.util.SimplePool
Return the size of the pool
getMessage() - 异常错误 中的方法bboss.org.apache.velocity.exception.MethodInvocationException
 
getMessage() - 异常错误 中的方法bboss.org.apache.velocity.exception.ParseErrorException
Return our custum message if we have one, else return the default message
getMessage() - 异常错误 中的方法bboss.org.apache.velocity.runtime.directive.MacroParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - 错误 中的方法bboss.org.apache.velocity.runtime.directive.StopCommand
 
getMessage() - 异常错误 中的方法bboss.org.apache.velocity.runtime.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - 异常错误 中的方法bboss.org.apache.velocity.runtime.parser.TemplateParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - 错误 中的方法bboss.org.apache.velocity.runtime.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMethod() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.AbstractExecutor
 
getMethod() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SetExecutor
 
getMethod(String, Object[], Class[], Object, InternalContextAdapter, SimpleNode, boolean) - 类 中的静态方法bboss.org.apache.velocity.util.ClassUtils
Lookup a VelMethod object given the method signature that is specified in the passed in parameters.
getMethod(Object, String, Object[], Info) - 类 中的方法bboss.org.apache.velocity.util.introspection.AbstractChainableUberspector
Method
getMethod(Class, String, Object[]) - 类 中的方法bboss.org.apache.velocity.util.introspection.Introspector
Gets the method defined by name and params for the Class c.
getMethod(Class, String, Object[]) - 类 中的方法bboss.org.apache.velocity.util.introspection.IntrospectorBase
Gets the method defined by name and params for the Class c.
getMethod(Object, String, Object[], Info) - 类 中的方法bboss.org.apache.velocity.util.introspection.LinkingUberspector
Method
getMethod(Class, String, Object[]) - 类 中的方法bboss.org.apache.velocity.util.introspection.SecureIntrospectorImpl
Get the Method object corresponding to the given class, name and parameters.
getMethod(Object, String, Object[], Info) - 接口 中的方法bboss.org.apache.velocity.util.introspection.Uberspect
Returns a general method, corresponding to $foo.bar( $woogie )
getMethod(Object, String, Object[], Info) - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl
Method
getMethodExceptionEventHandlers() - 类 中的方法bboss.org.apache.velocity.app.event.EventCartridge
Iterate through all the stored MethodExceptionEventHandler objects
getMethodName() - 异常错误 中的方法bboss.org.apache.velocity.exception.MethodInvocationException
Returns the name of the method that threw the exception.
getMethodName() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTMethod
 
getMethodName() - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
 
getMethodName() - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
 
getMethodName() - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
 
getMethodName() - 接口 中的方法bboss.org.apache.velocity.util.introspection.VelMethod
returns the method name used
getMethodName() - 接口 中的方法bboss.org.apache.velocity.util.introspection.VelPropertyGet
returns the method name used to return this 'property'
getMethodName() - 接口 中的方法bboss.org.apache.velocity.util.introspection.VelPropertySet
returns the method name used to set this 'property'
getModificationCheckInterval() - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.ResourceLoader
Get the interval at which the InputStream source should be checked for modifications.
getName() - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaTask.Context
Get the name of the context.
getName() - 类 中的方法bboss.org.apache.velocity.runtime.directive.BlockMacro
 
getName() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Break
Return name of this directive.
getName() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Define
Return name of this directive.
getName() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Directive
Return the name of this directive.
getName() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Evaluate
Return name of this directive.
getName() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Foreach
Return name of this directive.
getName() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Include
Return name of this directive.
getName() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Literal
已过时。
Return name of this directive.
getName() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Macro
Return name of this directive.
getName() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Parse
Return name of this directive.
getName() - 类 中的方法bboss.org.apache.velocity.runtime.directive.RuntimeMacro
Return name of this Velocimacro.
getName() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Scope.Info
 
getName() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Stop
Return name of this directive.
getName() - 类 中的方法bboss.org.apache.velocity.runtime.directive.VelocimacroProxy
Return name of this Velocimacro.
getName() - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
Get the name of this template.
getNewInstance(String) - 类 中的静态方法bboss.org.apache.velocity.util.ClassUtils
Return a new instance of the given class.
getNextToken() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
Get the next Token.
getNextToken() - 类 中的方法bboss.org.apache.velocity.runtime.parser.ParserTokenManager
Get the next Token.
getNullSetEventHandlers() - 类 中的方法bboss.org.apache.velocity.app.event.EventCartridge
Iterate through all the stored NullSetEventHandler objects
getNumArgs() - 类 中的方法bboss.org.apache.velocity.runtime.directive.VelocimacroProxy
returns the number of ars needed for this VM
getOutputDirectory() - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
Get the output directory.
getOutputFile() - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
Get the output file for the generation process.
getOutputPath() - 类 中的方法bboss.org.apache.velocity.texen.Generator
Get the output path for the generated output.
getPackageAsPath(String) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
Return a package name as a relative path name
getParent() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Scope
Returns the parent control reference overridden by the placement of this instance in the context.
getPrefix(int) - 类 中的方法bboss.org.apache.velocity.runtime.log.SystemLogChute
 
getProperty(String) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
Get a Velocity Runtime property.
getProperty(String) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
Get a Velocity Runtime property.
getProperty(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Allows an external caller to get a property.
getProperty(String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Allows an external caller to get a property.
getProperty(String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Allows an external caller to get a property.
getProperty(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Allows an external caller to get a property.
getPropertyGet(Object, String, Info) - 类 中的方法bboss.org.apache.velocity.util.introspection.AbstractChainableUberspector
Property getter
getPropertyGet(Object, String, Info) - 类 中的方法bboss.org.apache.velocity.util.introspection.LinkingUberspector
Property getter
getPropertyGet(Object, String, Info) - 接口 中的方法bboss.org.apache.velocity.util.introspection.Uberspect
Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie)
getPropertyGet(Object, String, Info) - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl
Property getter
getPropertySet(Object, String, Object, Info) - 类 中的方法bboss.org.apache.velocity.util.introspection.AbstractChainableUberspector
Property setter
getPropertySet(Object, String, Object, Info) - 类 中的方法bboss.org.apache.velocity.util.introspection.LinkingUberspector
Property setter
getPropertySet(Object, String, Object, Info) - 接口 中的方法bboss.org.apache.velocity.util.introspection.Uberspect
Property setter - returns VelPropertySet appropos for #set($foo.bar = "geir")
getPropertySet(Object, String, Object, Info) - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl
Property setter
getReferenceInsertionEventHandlers() - 类 中的方法bboss.org.apache.velocity.app.event.EventCartridge
Iterate through all the stored ReferenceInsertionEventHandler objects
getReferenceName() - 异常错误 中的方法bboss.org.apache.velocity.exception.MethodInvocationException
Retrieves the name of the reference that caused the exception.
getRemaining() - 类 中的方法bboss.org.apache.velocity.io.VelocityWriter
 
getReplaced() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Scope
Returns the user's context reference overridden by the placement of this instance in the context.
getRepository() - 类 中的静态方法bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
Returns a reference to the default static repository.
getRepository(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
Returns a reference to the repository stored statically under the specified name.
getResource(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.JarHolder
 
getResource(String, int) - 类 中的静态方法bboss.org.apache.velocity.runtime.resource.ResourceFactory
 
getResource(String, int, String) - 接口 中的方法bboss.org.apache.velocity.runtime.resource.ResourceManager
Gets the named resource.
getResource(String, int, String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.ResourceManagerImpl
Gets the named resource.
getResource(String, int) - 类 中的方法bboss.org.apache.velocity.runtime.resource.ResourceManagerImpl
getResourceAsStream(Class, String) - 类 中的静态方法bboss.org.apache.velocity.util.ClassUtils
Finds a resource with the given name.
getResourceLoader() - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
Return the template loader that pulled in the template stream
getResourceStream(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.FileResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.JarResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.ResourceLoader
Get the InputStream that the Runtime will parse to create a template.
getResourceStream(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.URLResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getReturnType() - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
 
getReturnType() - 接口 中的方法bboss.org.apache.velocity.util.introspection.VelMethod
returns the return type of the method invoked
getReturnValue() - 接口 中的方法bboss.org.apache.velocity.app.event.EventHandlerMethodExecutor
Get return value at end of all the iterations
getReturnValue() - 类 中的方法bboss.org.apache.velocity.app.event.IncludeEventHandler.IncludeEventExecutor
 
getReturnValue() - 类 中的方法bboss.org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor
 
getReturnValue() - 类 中的方法bboss.org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor
 
getReturnValue() - 类 中的方法bboss.org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidSetMethodExecutor
 
getReturnValue() - 类 中的方法bboss.org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor
 
getReturnValue() - 类 中的方法bboss.org.apache.velocity.app.event.NullSetEventHandler.ShouldLogOnNullSetExecutor
 
getReturnValue() - 类 中的方法bboss.org.apache.velocity.app.event.ReferenceInsertionEventHandler.referenceInsertExecutor
 
getRootString() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTReference
Returns the 'root string', the reference key
getRuntimeInstance() - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
已过时。
Use getRuntimeServices() instead.
getRuntimeServices() - 类 中的方法bboss.org.apache.velocity.app.event.implement.EscapeReference
Retrieve a reference to RuntimeServices.
getRuntimeServices() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
getRuntimeServices() - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Returns the RuntimeServices Instance used by this wrapper.
getScopeName() - 类 中的方法bboss.org.apache.velocity.runtime.directive.BlockMacro
Override to use the macro name, since it is within an #@myMacro() ...
getScopeName() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Directive
 
getScopeName() - 类 中的方法bboss.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() - 类 中的方法bboss.org.apache.velocity.runtime.directive.RuntimeMacro
Override to always return "macro".
getShowStackTraces() - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
getSpecialText(Token) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.NodeUtils
Collect all the s that are carried along with a token.
getString(String, String) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
String property accessor method with default to hide the configuration implementation.
getString(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
String property accessor method to hide the configuration implementation
getString(String, String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
String property accessor method with default to hide the configuration implementation.
getString(String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
String property accessor method to hide the configuration implementation
getString(String, String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
String property accessor method with default to hide the configuration implementation.
getString(String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
String property accessor method to hide the configuration implementation
getString(String, String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
String property accessor method with default to hide the configuration implementation.
getString(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
String property accessor method to hide the configuration implementation
getStringResource(String) - 接口 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResourceRepository
get the string resource that is stored with given key
getStringResource(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl
 
GetSuffix(int) - 接口 中的方法bboss.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) - 类 中的方法bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
getSystemErrLevel() - 类 中的方法bboss.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(String) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
Returns a Template from the Velocity resource management system.
getTemplate(String, String) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
Returns a Template from the Velocity resource management system.
getTemplate(String) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
Returns a Template from the Velocity resource management system.
getTemplate(String, String) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
Returns a Template from the Velocity resource management system.
getTemplate() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Scope.Info
 
getTemplate(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Returns a Template from the resource manager.
getTemplate(String, String) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Returns a Template from the resource manager
getTemplate(String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Returns a Template from the resource manager.
getTemplate(String, String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Returns a Template from the resource manager
getTemplate(String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Returns a Template from the resource manager.
getTemplate(String, String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Returns a Template from the resource manager
getTemplate(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Returns a Template from the resource manager.
getTemplate(String, String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Returns a Template from the resource manager
getTemplate(String) - 类 中的方法bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
Retrieves the requested template.
getTemplate(String, String) - 类 中的方法bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
Retrieves the requested template with the specified character encoding.
getTemplate(String, String) - 类 中的方法bboss.org.apache.velocity.texen.Generator
Returns a template, based on encoding and path.
getTemplateName() - 接口 中的方法bboss.org.apache.velocity.exception.ExtendedParseException
returns the Template name where this exception occured.
getTemplateName() - 异常错误 中的方法bboss.org.apache.velocity.exception.MethodInvocationException
 
getTemplateName() - 异常错误 中的方法bboss.org.apache.velocity.exception.ParseErrorException
Return the name of the template containing the error, or null if not defined.
getTemplateName() - 异常错误 中的方法bboss.org.apache.velocity.exception.TemplateInitException
Returns the Template name where this exception occured.
getTemplateName() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Directive
 
getTemplateName() - 异常错误 中的方法bboss.org.apache.velocity.runtime.directive.MacroParseException
returns the Template name where this exception occured.
getTemplateName() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
getTemplateName() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
getTemplateName() - 异常错误 中的方法bboss.org.apache.velocity.runtime.parser.TemplateParseException
returns the Template name where this exception occured.
getTemplateName() - 类 中的方法bboss.org.apache.velocity.util.introspection.Info
 
getTemplateNameStack() - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
getTemplateNameStack() - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
getTemplatePath() - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
Get the path where Velocity will look for templates using the file template loader.
getTemplatePath() - 类 中的方法bboss.org.apache.velocity.texen.Generator
Get the template path.
getText(String) - 类 中的静态方法bboss.org.apache.velocity.anakia.Escape
Do the escaping.
getTime(long, String) - 类 中的方法bboss.org.apache.velocity.runtime.log.VelocityFormatter
Utility method to format time.
getTimeout() - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.URLResourceLoader
Returns the current, custom timeout setting.
getToken(int) - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
Get the specific Token.
getTopmost() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Scope
Returns the topmost parent control reference, retrieved by simple recursion on Scope.getParent().
getType() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Block
Return type of this directive.
getType() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Break
Return type of this directive.
getType() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Directive
Get the directive type BLOCK/LINE.
getType() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Evaluate
Return type of this directive.
getType() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Foreach
Return type of this directive.
getType() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Include
Return type of this directive.
getType() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Literal
已过时。
Return type of this directive.
getType() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Macro
Return type of this directive.
getType() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Parse
Return type of this directive.
getType() - 类 中的方法bboss.org.apache.velocity.runtime.directive.RuntimeMacro
Velocimacros are always LINE type directives.
getType() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Scope.Info
 
getType() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Stop
Return type of this directive.
getType() - 类 中的方法bboss.org.apache.velocity.runtime.directive.VelocimacroProxy
Velocimacros are always LINE type directives.
getType() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
getType() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
getType() - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
 
getUberspect() - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Returns the Uberspect object for this Instance.
getUberspect() - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Returns the configured class introspection/reflection implementation.
getUberspect() - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Returns the Uberspect object for this Instance.
getUrlPath() - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.JarHolder
 
getVariableValue(Context, String) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTReference
 
getVelocimacro(String, String) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Returns the appropriate VelocimacroProxy object if strVMname is a valid current Velocimacro.
getVelocimacro(String, String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Returns the appropriate VelocimacroProxy object if vmName is a valid current Velocimacro.
getVelocimacro(String, String, String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Returns the appropriate VelocimacroProxy object if vmName is a valid current Velocimacro.
getVelocimacro(String, String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Returns the appropriate VelocimacroProxy object if strVMname is a valid current Velocimacro.
getVelocimacro(String, String, String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Returns the appropriate VelocimacroProxy object if strVMname is a valid current Velocimacro.
getVelocimacro(String, String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Returns the appropriate VelocimacroProxy object if strVMname is a valid current Velocimacro.
getVelocimacro(String, String) - 类 中的方法bboss.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) - 类 中的方法bboss.org.apache.velocity.runtime.VelocimacroFactory
 
getWrappedThrowable() - 异常错误 中的方法bboss.org.apache.velocity.exception.VelocityException
returns the wrapped Throwable that caused this MethodInvocationException to be thrown
getWriter(String, String) - 类 中的方法bboss.org.apache.velocity.texen.Generator
Returns a writer, based on encoding and path.
globalCache - 类 中的变量bboss.org.apache.velocity.runtime.resource.ResourceManagerImpl
Object implementing ResourceCache to be our resource manager's Resource cache.

H

handleRequest(HttpServletRequest, HttpServletResponse, Context) - 类 中的方法bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
Implement this method to add your application data to the context, calling the getTemplate() method to produce your return value.
handleRequest(Context) - 类 中的方法bboss.org.apache.velocity.servlet.VelocityServlet
handleSpecial(Object, Object, InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTAddNode
 
handleSpecial(Object, Object, InternalContextAdapter) - 类 中的方法bboss.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.
HAS_NEXT_NAME - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Iterator.hasNext() reference name in #foreach directives.
HASH - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
hashCode() - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
Returns the hash code of the contained list.
hashCode() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTMethod.MethodCacheKey
 
hasNext - 类 中的变量bboss.org.apache.velocity.runtime.directive.ForeachScope
 
hasNext() - 类 中的方法bboss.org.apache.velocity.runtime.directive.ForeachScope
 
hasNext() - 类 中的方法bboss.org.apache.velocity.util.ArrayIterator
Check to see if there is another element in the array.
hasNext() - 类 中的方法bboss.org.apache.velocity.util.EnumerationIterator
Check to see if there is another element in the array.

I

icacheGet(Object) - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
icacheGet(Object) - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
icachePut(Object, IntrospectionCacheData) - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
icachePut(Object, IntrospectionCacheData) - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
id(InternalContextAdapter) - 类 中的方法bboss.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.
id - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
Identifier() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
This method corresponds to variable references in Velocity templates.
IDENTIFIER - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
IDENTIFIER_CHAR - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
IF_DIRECTIVE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
IfStatement() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
image - 类 中的变量bboss.org.apache.velocity.runtime.parser.Token
The string image of the token.
IN_FORMAL_COMMENT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
Lexical state.
IN_MULTI_LINE_COMMENT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
Lexical state.
IN_SINGLE_LINE_COMMENT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
Lexical state.
IN_TEXTBLOCK - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
Lexical state.
Include - bboss.org.apache.velocity.runtime.directive中的类
Pluggable directive that handles the #include() statement in VTL.
Include() - 类 的构造器bboss.org.apache.velocity.runtime.directive.Include
 
includeEvent(RuntimeServices, InternalContextAdapter, String, String, String) - 类 中的静态方法bboss.org.apache.velocity.app.event.EventHandlerUtil
Called when an include-type directive is encountered (#include or #parse).
includeEvent(String, String, String) - 类 中的方法bboss.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) - 类 中的方法bboss.org.apache.velocity.app.event.implement.IncludeRelativePath
Return path relative to the current template's path.
includeEvent(String, String, String) - 接口 中的方法bboss.org.apache.velocity.app.event.IncludeEventHandler
Called when an include-type directive is encountered ( #include or #parse).
IncludeEventHandler - bboss.org.apache.velocity.app.event中的接口
Event handler for include type directives (e.g.
IncludeEventHandler.IncludeEventExecutor - bboss.org.apache.velocity.app.event中的类
Defines the execution strategy for includeEvent
IncludeNotFound - bboss.org.apache.velocity.app.event.implement中的类
Simple event handler that checks to see if an included page is available.
IncludeNotFound() - 类 的构造器bboss.org.apache.velocity.app.event.implement.IncludeNotFound
 
IncludeRelativePath - bboss.org.apache.velocity.app.event.implement中的类
Event handler that looks for included files relative to the path of the current template.
IncludeRelativePath() - 类 的构造器bboss.org.apache.velocity.app.event.implement.IncludeRelativePath
 
index - 类 中的变量bboss.org.apache.velocity.runtime.directive.ForeachScope
 
Index() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
INDEX_LBRACKET - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
INDEX_RBRACKET - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
indexOf(Object) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
IndexParameter() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
A Simplified parameter more suitable for an index position: $foo[$index]
inDirective - 类 中的变量bboss.org.apache.velocity.runtime.parser.ParserTokenManager
 
info(Object) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
已过时。
Use getLog() and call info() on it.
info(Object) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
已过时。
Use getLog() and call warn() on it.
Info(Scope, Object) - 类 的构造器bboss.org.apache.velocity.runtime.directive.Scope.Info
 
info(Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
Log an info message.
info(Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
Log an info message and accompanying Throwable.
info(boolean, Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.LogDisplayWrapper
Log an info message.
info(boolean, Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.LogDisplayWrapper
Log an info message and accompanying Throwable.
info(Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
info(Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
info - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
info(Object) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Log an info message.
info(Object) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
已过时。
Use getLog() and call info() on it.
info(Object) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeLogger
已过时。
Use Log.info(Object)
info(Object) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
已过时。
Use getLog() and call info() on it.
Info - bboss.org.apache.velocity.util.introspection中的类
Little class to carry in info such as template name, line and column for information error reporting from the uberspector implementations
Info(String, int, int) - 类 的构造器bboss.org.apache.velocity.util.introspection.Info
 
Info(Node) - 类 的构造器bboss.org.apache.velocity.util.introspection.Info
 
INFO_ID - 接口 中的静态变量bboss.org.apache.velocity.runtime.log.LogChute
ID for info messages.
INFO_ID - 接口 中的静态变量bboss.org.apache.velocity.runtime.log.LogSystem
已过时。
ID for info messages.
INFO_PREFIX - 接口 中的静态变量bboss.org.apache.velocity.runtime.log.LogChute
Prefix string for info messages.
INFO_PREFIX - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
已过时。
Use LogChute.INFO_PREFIX instead
init() - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
initialize the Velocity runtime engine, using the default properties of the Velocity distribution
init(String) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
initialize the Velocity runtime engine, using default properties plus the properties in the properties file passed in as the arg
init(Properties) - 类 中的静态方法bboss.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() - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
initialize the Velocity runtime engine, using the default properties of the Velocity distribution
init(String) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
initialize the Velocity runtime engine, using default properties plus the properties in the properties file passed in as the arg
init(Properties) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
initialize the Velocity runtime engine, using default properties plus the properties in the passed in java.util.Properties object
init(RuntimeServices, InternalContextAdapter, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Block
simple init - get the key
init(RuntimeServices, InternalContextAdapter, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.BlockMacro
Initializes the directive.
init(RuntimeServices, InternalContextAdapter, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Break
simple init - init the tree and get the elementKey from the AST
init(RuntimeServices, InternalContextAdapter, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Define
simple init - get the key
init(RuntimeServices, InternalContextAdapter, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Directive
How this directive is to be initialized.
init(RuntimeServices, InternalContextAdapter, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Evaluate
Initialize and check arguments.
init(RuntimeServices, InternalContextAdapter, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Foreach
simple init - init the tree and get the elementKey from the AST
init(RuntimeServices, InternalContextAdapter, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Include
simple init - init the tree and get the elementKey from the AST
init(RuntimeServices, InternalContextAdapter, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Literal
已过时。
Store the literal rendition of a node using the Node.literal().
init(RuntimeServices, InternalContextAdapter, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Macro
 
init(RuntimeServices, InternalContextAdapter, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Parse
Init's the #parse directive.
init(RuntimeServices, InternalContextAdapter, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.RuntimeMacro
Intialize the Runtime macro.
init(RuntimeServices, InternalContextAdapter, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Stop
 
init(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.runtime.directive.VelocimacroProxy
Initialize members of VelocimacroProxy.
init(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.runtime.log.CommonsLogLogChute
LogChute methods
init(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.runtime.log.JdkLogChute
 
init(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log4JLogChute
 
init(RuntimeServices) - 接口 中的方法bboss.org.apache.velocity.runtime.log.LogChute
Initializes this LogChute.
init(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.runtime.log.LogChuteSystem
 
init(RuntimeServices) - 接口 中的方法bboss.org.apache.velocity.runtime.log.LogSystem
已过时。
Initializes this LogSystem.
init(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.runtime.log.NullLogChute
 
init(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.runtime.log.ServletLogChute
init()
init(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.runtime.log.SimpleLog4JLogSystem
已过时。
 
init(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.runtime.log.SystemLogChute
 
init(InternalContextAdapter, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTComment
We need to make sure we catch any of the dreaded MORE tokens.
init(InternalContextAdapter, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTDirective
 
init(InternalContextAdapter, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTEscape
 
init(InternalContextAdapter, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral
Initialization method - doesn't do much but do the object creation.
init(InternalContextAdapter, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTIdentifier
simple init - don't do anything that is context specific.
init(InternalContextAdapter, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTIndex
 
init(InternalContextAdapter, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTIntegerLiteral
 
init(InternalContextAdapter, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTMathNode
init(InternalContextAdapter, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTMethod
simple init - init our subtree and get what we can from the AST
init(InternalContextAdapter, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTReference
 
init(InternalContextAdapter, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTSetDirective
simple init.
init(InternalContextAdapter, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTStringLiteral
init : we don't have to do much.
init(InternalContextAdapter, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTText
 
init(InternalContextAdapter, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTTextblock
 
init(InternalContextAdapter, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
init(InternalContextAdapter, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
init(ExtendedProperties) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
This is abstract in the base class, so we need it
init(ExtendedProperties) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
 
init(ExtendedProperties) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.FileResourceLoader
 
init() - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.JarHolder
 
init(ExtendedProperties) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.JarResourceLoader
Called by Velocity to initialize the loader
init(ExtendedProperties) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.ResourceLoader
Initialize the template loader with a a resources class.
init(ExtendedProperties) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
 
init(ExtendedProperties) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.URLResourceLoader
 
init() - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
This is the primary initialization method in the Velocity Runtime.
init(Properties) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Initialize the Velocity Runtime with a Properties object.
init(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Initialize the Velocity Runtime with the name of ExtendedProperties object.
init() - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
This is the primary initialization method in the Velocity Runtime.
init(Properties) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Initialize the Velocity Runtime with a Properties object.
init(String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Initialize the Velocity Runtime with the name of ExtendedProperties object.
init() - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
This is the primary initialization method in the Velocity Runtime.
init(Properties) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Initialize the Velocity Runtime with a Properties object.
init(String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Initialize the Velocity Runtime with the name of ExtendedProperties object.
init() - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
This is the primary initialization method in the Velocity Runtime.
init(Properties) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Initialize the Velocity Runtime with a Properties object.
init(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Initialize the Velocity Runtime with the name of ExtendedProperties object.
init(ServletConfig) - 类 中的方法bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
Performs initialization of this servlet.
init() - 类 中的方法bboss.org.apache.velocity.util.introspection.AbstractChainableUberspector
init - the chainable uberspector is responsible for the initialization of the wrapped uberspector
init() - 类 中的方法bboss.org.apache.velocity.util.introspection.LinkingUberspector
init - the chainable uberspector is responsible for the initialization of the wrapped uberspector
init() - 类 中的方法bboss.org.apache.velocity.util.introspection.SecureUberspector
init - generates the Introspector.
init() - 接口 中的方法bboss.org.apache.velocity.util.introspection.Uberspect
Initializer - will be called before use
init() - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl
init - generates the Introspector.
INIT_PROPS_KEY - 类 中的静态变量bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
This is the string that is looked for when getInitParameter is called (bboss.org.apache.velocity.properties).
initControlContext() - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
Creates a VelocityContext.
initDocument() - 类 中的方法bboss.org.apache.velocity.Template
initializes the document.
initialize(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.app.event.EventCartridge
Initialize the handlers.
initialize(RuntimeServices) - 接口 中的方法bboss.org.apache.velocity.runtime.ParserPool
Initialize the pool so that it can begin serving parser instances.
initialize(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.runtime.ParserPoolImpl
Create the underlying "pool".
initialize(RuntimeServices) - 接口 中的方法bboss.org.apache.velocity.runtime.resource.ResourceCache
initializes the ResourceCache.
initialize(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.runtime.resource.ResourceCacheImpl
 
initialize(RuntimeServices) - 接口 中的方法bboss.org.apache.velocity.runtime.resource.ResourceManager
Initialize the ResourceManager.
initialize(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.runtime.resource.ResourceManagerImpl
Initialize the ResourceManager.
initTemplate(Resource) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
 
initTemplate(Resource, String) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
 
initTemplate(Resource) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
 
initTemplate(Resource, String) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
 
initTemplate(Resource, String) - 接口 中的方法bboss.org.apache.velocity.runtime.resource.ResourceManager
 
initTemplate(Resource, String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.ResourceManagerImpl
 
initTemplate(Resource) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
 
initTemplate(Resource, String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Returns a Template from the resource manager
initTemplate(Resource) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
 
initTemplate(Resource, String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
 
initVelocimacro() - 类 中的方法bboss.org.apache.velocity.runtime.VelocimacroFactory
initialize the factory - setup all permissions load all global libraries.
initVelocity(ServletConfig) - 类 中的方法bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
Initializes the Velocity runtime, first calling loadConfiguration(ServletConvig) to get a java.util.Properties of configuration information and then calling Velocity.init().
inner - 类 中的变量bboss.org.apache.velocity.util.introspection.AbstractChainableUberspector
The wrapped (decorated) uberspector.
innerContext - 类 中的变量bboss.org.apache.velocity.context.ChainedInternalContextAdapter
the parent context
INPUT_ENCODING - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
The character encoding for the templates.
input_stream - 类 中的变量bboss.org.apache.velocity.runtime.parser.ParserTokenManager
 
InputBase - bboss.org.apache.velocity.runtime.directive中的类
Base class for directives which do input operations (e.g.
InputBase() - 类 的构造器bboss.org.apache.velocity.runtime.directive.InputBase
 
inputEncoding - 类 中的变量bboss.org.apache.velocity.texen.ant.TexenTask
This is the encoding for the input file(s) (templates).
inputEncoding - 类 中的变量bboss.org.apache.velocity.texen.Generator
This is the encoding for the input file(s) (templates).
inSet - 类 中的变量bboss.org.apache.velocity.runtime.parser.ParserTokenManager
 
INTEGER_LITERAL - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
IntegerLiteral() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
IntegerRange() - 类 中的方法bboss.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) - 类 中的方法bboss.org.apache.velocity.context.AbstractContext
Implement to determine if a key is in the storage.
internalContainsKey(Object) - 类 中的方法bboss.org.apache.velocity.VelocityContext
determines if there is a value for the given key
InternalContextAdapter - bboss.org.apache.velocity.context中的接口
interface to bring all necessary internal and user contexts together.
InternalContextAdapterImpl - bboss.org.apache.velocity.context中的类
This adapter class is the container for all context types for internal use.
InternalContextAdapterImpl(Context) - 类 的构造器bboss.org.apache.velocity.context.InternalContextAdapterImpl
CTOR takes a Context and wraps it, delegating all 'data' calls to it.
InternalEventContext - bboss.org.apache.velocity.context中的接口
Interface for event support.
internalGet(String) - 类 中的方法bboss.org.apache.velocity.context.AbstractContext
Implement to return a value from the context storage.
internalGet(String) - 类 中的方法bboss.org.apache.velocity.VelocityContext
retrieves value for key from internal storage
internalGetKeys() - 类 中的方法bboss.org.apache.velocity.context.AbstractContext
Implement to return an object array of key strings from your storage.
internalGetKeys() - 类 中的方法bboss.org.apache.velocity.VelocityContext
returns array of keys
internalPut(String, Object) - 类 中的方法bboss.org.apache.velocity.context.AbstractContext
Implement to put a value into the context storage.
internalPut(String, Object) - 类 中的方法bboss.org.apache.velocity.VelocityContext
stores the value for key to internal storage
internalRemove(Object) - 类 中的方法bboss.org.apache.velocity.context.AbstractContext
I mplement to remove an item from your storage.
internalRemove(Object) - 类 中的方法bboss.org.apache.velocity.VelocityContext
remove a key/value pair from the internal storage
InternalWrapperContext - bboss.org.apache.velocity.context中的接口
interface for internal context wrapping functionality
interpolate(String, Context) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.NodeUtils
已过时。
this method isn't called by any class
INTERPOLATE_STRINGLITERALS - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Switch for the interpolation facility for string literals.
IntrospectionCacheData - bboss.org.apache.velocity.util.introspection中的类
Holds information for node-local context data introspection information.
IntrospectionCacheData() - 类 的构造器bboss.org.apache.velocity.util.introspection.IntrospectionCacheData
 
IntrospectionUtils - bboss.org.apache.velocity.util.introspection中的类
 
IntrospectionUtils() - 类 的构造器bboss.org.apache.velocity.util.introspection.IntrospectionUtils
 
Introspector - bboss.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) - 类 的构造器bboss.org.apache.velocity.util.introspection.Introspector
 
Introspector(RuntimeLogger) - 类 的构造器bboss.org.apache.velocity.util.introspection.Introspector
已过时。
RuntimeLogger is deprecated. Use Introspector(Log log).
introspector - 类 中的变量bboss.org.apache.velocity.util.introspection.UberspectImpl
the default Velocity introspector
INTROSPECTOR_RESTRICT_CLASSES - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
A comma separated list of classes to restrict access to in the SecureIntrospector.
INTROSPECTOR_RESTRICT_PACKAGES - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
A comma separated list of packages to restrict access to in the SecureIntrospector.
IntrospectorBase - bboss.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) - 类 的构造器bboss.org.apache.velocity.util.introspection.IntrospectorBase
C'tor.
IntrospectorCache - bboss.org.apache.velocity.util.introspection中的接口
The introspector cache API definition.
IntrospectorCacheImpl - bboss.org.apache.velocity.util.introspection中的类
This is the internal introspector cache implementation.
IntrospectorCacheImpl(Log) - 类 的构造器bboss.org.apache.velocity.util.introspection.IntrospectorCacheImpl
C'tor
ints - 类 中的静态变量bboss.org.apache.velocity.runtime.parser.node.MathUtils
The Class-object is key, the maximum-value is the value
invalid - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
invalidGetMethod(RuntimeServices, InternalContextAdapter, String, Object, String, Info) - 类 中的静态方法bboss.org.apache.velocity.app.event.EventHandlerUtil
Called when an invalid get method is encountered.
invalidGetMethod(Context, String, Object, String, Info) - 类 中的方法bboss.org.apache.velocity.app.event.implement.ReportInvalidReferences
Collect the error and/or throw an exception, depending on configuration.
invalidGetMethod(Context, String, Object, String, Info) - 接口 中的方法bboss.org.apache.velocity.app.event.InvalidReferenceEventHandler
Called when object is null or there is no getter for the given property.
invalidMethod(RuntimeServices, InternalContextAdapter, String, Object, String, Info) - 类 中的静态方法bboss.org.apache.velocity.app.event.EventHandlerUtil
Called when an invalid method is encountered.
invalidMethod(Context, String, Object, String, Info) - 类 中的方法bboss.org.apache.velocity.app.event.implement.ReportInvalidReferences
Collect the error and/or throw an exception, depending on configuration.
invalidMethod(Context, String, Object, String, Info) - 接口 中的方法bboss.org.apache.velocity.app.event.InvalidReferenceEventHandler
Called when object is null or the given method does not exist.
InvalidReferenceEventHandler - bboss.org.apache.velocity.app.event中的接口
Event handler called when an invalid reference is encountered.
InvalidReferenceEventHandler.InvalidGetMethodExecutor - bboss.org.apache.velocity.app.event中的类
Defines the execution strategy for invalidGetMethod
InvalidReferenceEventHandler.InvalidMethodExecutor - bboss.org.apache.velocity.app.event中的类
Defines the execution strategy for invalidGetMethod
InvalidReferenceEventHandler.InvalidSetMethodExecutor - bboss.org.apache.velocity.app.event中的类
Defines the execution strategy for invalidGetMethod
invalidReferenceHandlerCall(EventHandlerMethodExecutor, RuntimeServices, InternalContextAdapter) - 类 中的静态方法bboss.org.apache.velocity.app.event.EventHandlerUtil
Calls event handler method with appropriate chaining across event handlers.
InvalidReferenceInfo - bboss.org.apache.velocity.app.event.implement中的类
Convenience class to use when reporting out invalid syntax with line, column, and template name.
InvalidReferenceInfo(String, Info) - 类 的构造器bboss.org.apache.velocity.app.event.implement.InvalidReferenceInfo
 
invalidSetMethod(RuntimeServices, InternalContextAdapter, String, String, Info) - 类 中的静态方法bboss.org.apache.velocity.app.event.EventHandlerUtil
Called when an invalid set method is encountered.
invalidSetMethod(Context, String, String, Info) - 类 中的方法bboss.org.apache.velocity.app.event.implement.ReportInvalidReferences
Collect the error and/or throw an exception, depending on configuration.
invalidSetMethod(Context, String, String, Info) - 接口 中的方法bboss.org.apache.velocity.app.event.InvalidReferenceEventHandler
Called when object is null or there is no setter for the given property.
invoke(Object) - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
 
invoke(Object, Object[]) - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
 
invoke(Object, Object) - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
Invoke the found Set Executor.
invoke(Object, Object[]) - 接口 中的方法bboss.org.apache.velocity.util.introspection.VelMethod
invocation method - called when the method invocation should be performed and a value returned
invoke(Object) - 接口 中的方法bboss.org.apache.velocity.util.introspection.VelPropertyGet
invocation method - called when the 'get action' should be preformed and a value returned
invoke(Object, Object) - 接口 中的方法bboss.org.apache.velocity.util.introspection.VelPropertySet
method used to set the value in the object
invokeVelocimacro(String, String, String[], Context, Writer) - 类 中的静态方法bboss.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) - 类 中的方法bboss.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) - 类 中的方法bboss.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) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Invokes a currently registered Velocimacro with the params provided and places the rendered stream into the writer.
isAlive() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.AbstractExecutor
Tell whether the executor is alive by looking at the value of the method.
isAlive() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SetExecutor
Tell whether the executor is alive by looking at the value of the method.
isAutoFlush() - 类 中的方法bboss.org.apache.velocity.io.VelocityWriter
This method indicates whether the JspWriter is autoFlushing.
isCacheable() - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
 
isCacheable() - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
 
isCacheable() - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
 
isCacheable() - 接口 中的方法bboss.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() - 接口 中的方法bboss.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() - 接口 中的方法bboss.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 - 类 中的变量bboss.org.apache.velocity.runtime.resource.loader.ResourceLoader
Does this loader want templates produced with it cached in the Runtime.
isCachingOn() - 类 中的方法bboss.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() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTStringLiteral
Check to see if this is an interpolated string.
isDebugEnabled() - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
Returns true if debug level messages will be printed by the LogChute.
isDebugEnabled() - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
isDirective(String) - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
This method finds out of the directive exists in the directives Map.
isDone() - 接口 中的方法bboss.org.apache.velocity.app.event.EventHandlerMethodExecutor
Called after execute() to see if iterating should stop.
isDone() - 类 中的方法bboss.org.apache.velocity.app.event.IncludeEventHandler.IncludeEventExecutor
 
isDone() - 类 中的方法bboss.org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor
 
isDone() - 类 中的方法bboss.org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor
 
isDone() - 类 中的方法bboss.org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidSetMethodExecutor
 
isDone() - 类 中的方法bboss.org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor
Only run the first MethodExceptionEventHandler
isDone() - 类 中的方法bboss.org.apache.velocity.app.event.NullSetEventHandler.ShouldLogOnNullSetExecutor
 
isDone() - 类 中的方法bboss.org.apache.velocity.app.event.ReferenceInsertionEventHandler.referenceInsertExecutor
Continue to end of event handler iteration
isEmpty() - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
isErrorEnabled() - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
Returns true if error level messages will be printed by the LogChute.
isErrorEnabled() - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
isFirst() - 类 中的方法bboss.org.apache.velocity.runtime.directive.ForeachScope
 
isFor(Object) - 错误 中的方法bboss.org.apache.velocity.runtime.directive.StopCommand
 
isInfoEnabled() - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
Returns true if info level messages will be printed by the LogChute.
isInfoEnabled() - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
isInitialized() - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Returns true if the RuntimeInstance has been successfully initialized.
isInitialized() - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Returns true if the RuntimeInstance has been successfully initialized.
isInitialized() - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Returns true if the RuntimeInstance has been successfully initialized.
isInteger(Number) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.MathUtils
Test, whether the given object is an integer value (Byte, Short, Integer, Long, BigInteger)
isInvalid() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
isInvalid() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
isLast() - 类 中的方法bboss.org.apache.velocity.runtime.directive.ForeachScope
 
isLevelEnabled(int) - 类 中的方法bboss.org.apache.velocity.runtime.log.CommonsLogLogChute
Checks whether the specified log level is enabled.
isLevelEnabled(int) - 类 中的方法bboss.org.apache.velocity.runtime.log.JdkLogChute
 
isLevelEnabled(int) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log4JLogChute
 
isLevelEnabled(int) - 接口 中的方法bboss.org.apache.velocity.runtime.log.LogChute
Tell whether or not a log level is enabled.
isLevelEnabled(int) - 类 中的方法bboss.org.apache.velocity.runtime.log.LogChuteSystem
 
isLevelEnabled(int) - 类 中的方法bboss.org.apache.velocity.runtime.log.NullLogChute
 
isLevelEnabled(int) - 类 中的方法bboss.org.apache.velocity.runtime.log.ServletLogChute
This will return true if the specified level is equal to or higher than the level this LogChute is enabled for.
isLevelEnabled(int) - 类 中的方法bboss.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) - 类 中的静态方法bboss.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) - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Returns a default value if the object passed is null.
isScopeProvided() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Break
Since there is no processing of content, there is never a need for an internal scope.
isScopeProvided() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Directive
 
isScopeProvided() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Include
Since there is no processing of content, there is never a need for an internal scope.
isScopeProvided() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Literal
已过时。
Since there is no processing of content, there is never a need for an internal scope.
isScopeProvided() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Macro
Since this class does no processing of content, there is never a need for an internal scope.
isScopeProvided() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Stop
Since there is no processing of content, there is never a need for an internal scope.
isSkipBOM() - 类 中的方法bboss.org.apache.velocity.io.UnicodeInputStream
Returns true if the input stream discards the BOM.
isSourceModified(Resource) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
 
isSourceModified(Resource) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
 
isSourceModified(Resource) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.FileResourceLoader
How to keep track of all the modified times across the paths.
isSourceModified(Resource) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.JarResourceLoader
 
isSourceModified(Resource) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.ResourceLoader
Given a template, check to see if the source of InputStream has been modified.
isSourceModified(Resource) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
 
isSourceModified(Resource) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.URLResourceLoader
Checks to see if a resource has been deleted, moved or modified.
isSourceModified() - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
 
isStrictMethodInvocationConvertible(Class, Class, boolean) - 类 中的静态方法bboss.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() - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
Returns true if trace level messages will be printed by the LogChute.
isTraceEnabled() - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
isVarArg() - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
 
isVelocimacro(String, String) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Checks to see if a VM exists
isVelocimacro(String, String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Checks to see if a VM exists
isVelocimacro(String, String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Checks to see if a VM exists
isVelocimacro(String, String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Checks to see if a VM exists
isVelocimacro(String, String) - 类 中的方法bboss.org.apache.velocity.runtime.VelocimacroFactory
Tells the world if a given directive string is a Velocimacro
isWarnEnabled() - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
Returns true if warn level messages will be printed by the LogChute.
isWarnEnabled() - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
isZero(Number) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.MathUtils
Compare the given Number to 0.
iterator() - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 

J

JarHolder - bboss.org.apache.velocity.runtime.resource.loader中的类
A small wrapper around a Jar
JarHolder(RuntimeServices, String) - 类 的构造器bboss.org.apache.velocity.runtime.resource.loader.JarHolder
 
JarResourceLoader - bboss.org.apache.velocity.runtime.resource.loader中的类
ResourceLoader to load templates from multiple Jar files.
JarResourceLoader() - 类 的构造器bboss.org.apache.velocity.runtime.resource.loader.JarResourceLoader
 
JdkLogChute - bboss.org.apache.velocity.runtime.log中的类
Implementation of a simple java.util.logging LogChute.
JdkLogChute() - 类 的构造器bboss.org.apache.velocity.runtime.log.JdkLogChute
 
jj_nt - 类 中的变量bboss.org.apache.velocity.runtime.parser.Parser
Next token.
jjFillToken() - 类 中的方法bboss.org.apache.velocity.runtime.parser.ParserTokenManager
 
jjnewLexState - 类 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTokenManager
Lex State array.
jjstrLiteralImages - 类 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTokenManager
Token literal values.
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTAndNode
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTAssignment
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTBlock
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTComment
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTDirective
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTElseIfStatement
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTElseStatement
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTEQNode
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTEscape
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTEscapedDirective
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTExpression
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTFalse
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTGENode
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTGTNode
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTIdentifier
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTIfStatement
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTIncludeStatement
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTIntegerLiteral
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTIntegerRange
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTLENode
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTLTNode
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTMap
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTMathNode
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTMethod
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTNENode
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTNotNode
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTObjectArray
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTOrNode
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTParameters
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTprocess
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTReference
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTSetDirective
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTStringLiteral
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTText
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTTextblock
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTTrue
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTVariable
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTWord
 
jjtAccept(ParserVisitor, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
jjtAccept(ParserVisitor, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
jjtAddChild(Node, int) - 接口 中的方法bboss.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) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
JJTADDNODE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTANDNODE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTASSIGNMENT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTBLOCK - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
jjtClose() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
This method is called after all the child nodes have been added.
jjtClose() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
JJTCOMMENT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTDIRECTIVE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTDIVNODE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTELSEIFSTATEMENT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTELSESTATEMENT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTEQNODE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTESCAPE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTESCAPEDDIRECTIVE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTEXPRESSION - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTFALSE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTFLOATINGPOINTLITERAL - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTGENODE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
jjtGetChild(int) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
This method returns a child node.
jjtGetChild(int) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
jjtGetNumChildren() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
Return the number of children the node has.
jjtGetNumChildren() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
jjtGetParent() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
jjtGetParent() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
JJTGTNODE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTIDENTIFIER - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTIFSTATEMENT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTINDEX - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTINTEGERLITERAL - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTINTEGERRANGE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTLENODE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTLTNODE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTMAP - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTMETHOD - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTMODNODE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTMULNODE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTNENODE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
jjtNodeName - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTNOTNODE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTOBJECTARRAY - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
jjtOpen() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
This method is called after the node has been made the current node.
jjtOpen() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
JJTORNODE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTParserState - bboss.org.apache.velocity.runtime.parser中的类
 
JJTParserState() - 类 的构造器bboss.org.apache.velocity.runtime.parser.JJTParserState
 
JJTPROCESS - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
jjtree - 类 中的变量bboss.org.apache.velocity.runtime.parser.Parser
 
JJTREFERENCE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTSETDIRECTIVE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
jjtSetParent(Node) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
JJTSTRINGLITERAL - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTSUBTRACTNODE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTTEXT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTTEXTBLOCK - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTTRUE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTVOID - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 
JJTWORD - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTreeConstants
 

K

key - 类 中的变量bboss.org.apache.velocity.runtime.directive.Block
 
kind - 类 中的变量bboss.org.apache.velocity.runtime.parser.Token
An integer that describes the kind of this token.

L

last - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
lastIndexOf(Object) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
lastModified - 类 中的变量bboss.org.apache.velocity.runtime.resource.Resource
The file modification time (in milliseconds) for the cached template.
LBRACKET - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
LCURLY - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
LEFT_CURLEY - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
LETTER - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
LexicalError(boolean, int, int, int, String, char) - 错误 中的静态方法bboss.org.apache.velocity.runtime.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - 类 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserTokenManager
Lexer state names.
limitLen(int, String) - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Limits 'string' to 'maxlen' characters.
limitLen(int, String, String) - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Limits 'string' to 'maxlen' character.
LINE - 接口 中的静态变量bboss.org.apache.velocity.runtime.directive.DirectiveConstants
Line directive indicator
LINE_SEPARATOR - 类 中的静态变量bboss.org.apache.velocity.anakia.Escape
 
LinkingUberspector - bboss.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) - 类 的构造器bboss.org.apache.velocity.util.introspection.LinkingUberspector
Constructor that takes the two uberspectors to link
listIterator() - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
listIterator(int) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
Literal - bboss.org.apache.velocity.runtime.directive中的类
已过时。
Use the #[[unparsed content]]# syntax instead.
Literal() - 类 的构造器bboss.org.apache.velocity.runtime.directive.Literal
已过时。
 
literal() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
literal() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
load(String) - 类 中的方法bboss.org.apache.velocity.texen.util.PropertiesUtil
Load properties from either a file in the templatePath if there is one or the classPath.
loadConfiguration(ServletConfig) - 类 中的方法bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
Use VelocityViewServlet from the Velocity Tools library instead.
loadDirective(String) - 类 中的方法bboss.org.apache.velocity.app.Velocity
Instantiates and loads the directive with some basic checks.
loadDirective(String) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
Instantiates and loads the directive with some basic checks.
loadDirective(String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
instantiates and loads the directive with some basic checks
loadDirective(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Instantiates and loads the directive with some basic checks.
loadFromClassPath(String) - 类 中的方法bboss.org.apache.velocity.texen.util.PropertiesUtil
Load a properties file from the classpath
loadFromTemplatePath(String) - 类 中的方法bboss.org.apache.velocity.texen.util.PropertiesUtil
Load a properties file from the templatePath defined in the generator.
loadResource(String, int, String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.ResourceManagerImpl
Loads a resource from the current set of resource loaders.
localPut(String, Object) - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
localPut(String, Object) - 类 中的方法bboss.org.apache.velocity.context.EvaluateContext
已过时。
Allows callers to explicitly put objects in the local context.
localPut(String, Object) - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
localPut(String, Object) - 接口 中的方法bboss.org.apache.velocity.context.InternalWrapperContext
Allows callers to explicitly put objects in the local context.
localPut(String, Object) - 类 中的方法bboss.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) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Foreach.NullHolderContext
Allows callers to explicitly put objects in the local context.
log - 类 中的变量bboss.org.apache.velocity.runtime.directive.Block
 
log - 类 中的变量bboss.org.apache.velocity.runtime.log.CommonsLogLogChute
the commons-logging Log instance
log(int, String) - 类 中的方法bboss.org.apache.velocity.runtime.log.CommonsLogLogChute
Send a log message from Velocity.
log(int, String, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.CommonsLogLogChute
Send a log message from Velocity with an error.
log(int, String) - 类 中的方法bboss.org.apache.velocity.runtime.log.JdkLogChute
Logs messages
log(int, String, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.JdkLogChute
Send a log message from Velocity along with an exception or error
Log - bboss.org.apache.velocity.runtime.log中的类
Convenient wrapper for LogChute functions.
Log() - 类 的构造器bboss.org.apache.velocity.runtime.log.Log
Creates a new Log that wraps a HoldingLogChute.
Log(LogChute) - 类 的构造器bboss.org.apache.velocity.runtime.log.Log
Creates a new Log that wraps the specified LogChute.
log(int, Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
 
log(int, Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
 
log(int, String) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log4JLogChute
logs messages
log(int, String, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log4JLogChute
 
log(int, String) - 接口 中的方法bboss.org.apache.velocity.runtime.log.LogChute
Send a log message from Velocity.
log(int, String, Throwable) - 接口 中的方法bboss.org.apache.velocity.runtime.log.LogChute
Send a log message from Velocity along with an exception or error
log(int, String) - 类 中的方法bboss.org.apache.velocity.runtime.log.LogChuteSystem
 
log(int, String, Throwable) - 类 中的方法bboss.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, Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.LogDisplayWrapper
 
log(boolean, int, Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.LogDisplayWrapper
 
log(int, Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.LogDisplayWrapper
 
log(boolean, int, Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.LogDisplayWrapper
 
log(int, String) - 类 中的方法bboss.org.apache.velocity.runtime.log.NullLogChute
logs messages to the great Garbage Collector in the sky
log(int, String, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.NullLogChute
logs messages and their accompanying Throwables to the great Garbage Collector in the sky
log(int, String) - 类 中的方法bboss.org.apache.velocity.runtime.log.ServletLogChute
Send a log message from Velocity.
log(int, String, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.ServletLogChute
 
log(int, String) - 类 中的方法bboss.org.apache.velocity.runtime.log.SystemLogChute
Logs messages to either std.out or std.err depending on their severity.
log(int, String, Throwable) - 类 中的方法bboss.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 - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.AbstractExecutor
 
log - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.SetExecutor
Class logger
log - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
log - 类 中的变量bboss.org.apache.velocity.runtime.resource.loader.ResourceLoader
 
log - 类 中的变量bboss.org.apache.velocity.runtime.resource.ResourceManagerImpl
Logging.
log - 类 中的变量bboss.org.apache.velocity.util.introspection.IntrospectorBase
Class logger
log - 类 中的变量bboss.org.apache.velocity.util.introspection.UberspectImpl
Our runtime logger.
Log4JLogChute - bboss.org.apache.velocity.runtime.log中的类
Implementation of a simple log4j system that will either latch onto an existing category, or just do a simple rolling file log.
Log4JLogChute() - 类 的构造器bboss.org.apache.velocity.runtime.log.Log4JLogChute
 
Log4JLogSystem - bboss.org.apache.velocity.runtime.log中的类
已过时。
Use Log4JLogChute instead.
Log4JLogSystem() - 类 的构造器bboss.org.apache.velocity.runtime.log.Log4JLogSystem
已过时。
 
LogChute - bboss.org.apache.velocity.runtime.log中的接口
Base interface that logging systems need to implement.
LOGCHUTE_COMMONS_LOG_NAME - 类 中的静态变量bboss.org.apache.velocity.runtime.log.CommonsLogLogChute
Property key for specifying the name for the log instance
LogChuteSystem - bboss.org.apache.velocity.runtime.log中的类
Wrapper to make user's custom LogSystem implementations work with the new LogChute setup.
LogChuteSystem(LogSystem) - 类 的构造器bboss.org.apache.velocity.runtime.log.LogChuteSystem
Only classes in this package should be creating this.
LogDisplayWrapper - bboss.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) - 类 的构造器bboss.org.apache.velocity.runtime.log.LogDisplayWrapper
Create a new LogDisplayWrapper
logFile - 类 中的变量bboss.org.apache.velocity.texen.ant.TexenTask
The LogFile (incl. path) to log to.
logger - 类 中的变量bboss.org.apache.velocity.runtime.log.JdkLogChute
 
logger - 类 中的变量bboss.org.apache.velocity.runtime.log.Log4JLogChute
Log4J logging API.
logger - 类 中的变量bboss.org.apache.velocity.runtime.log.SimpleLog4JLogSystem
已过时。
log4java logging interface
LOGICAL_AND - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
LOGICAL_EQUALS - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
LOGICAL_GE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
LOGICAL_GT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
LOGICAL_LE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
LOGICAL_LT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
LOGICAL_NOT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
LOGICAL_NOT_EQUALS - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
LOGICAL_OR - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
LogManager - bboss.org.apache.velocity.runtime.log中的类
This class is responsible for instantiating the correct LogChute The approach is : First try to see if the user is passing in a living object that is a LogChute, allowing the app to give its living custom loggers.
LogManager() - 类 的构造器bboss.org.apache.velocity.runtime.log.LogManager
 
LogSystem - bboss.org.apache.velocity.runtime.log中的接口
已过时。
Use LogChute instead!
logVelocityMessage(int, String) - 类 中的方法bboss.org.apache.velocity.runtime.log.AvalonLogSystem
已过时。
Use log(level, message).
logVelocityMessage(int, String) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log4JLogSystem
已过时。
Use log(level, message).
logVelocityMessage(int, String) - 接口 中的方法bboss.org.apache.velocity.runtime.log.LogSystem
已过时。
Use log(level, message).
logVelocityMessage(int, String) - 类 中的方法bboss.org.apache.velocity.runtime.log.NullLogSystem
已过时。
Use log(level, message).
logVelocityMessage(int, String) - 类 中的方法bboss.org.apache.velocity.runtime.log.PrimordialLogSystem
已过时。
Use log(level, message).
logVelocityMessage(int, String) - 类 中的方法bboss.org.apache.velocity.runtime.log.SimpleLog4JLogSystem
已过时。
logs messages
LPAREN - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.

M

Macro - bboss.org.apache.velocity.runtime.directive中的类
Macro implements the macro definition directive of VTL.
Macro() - 类 的构造器bboss.org.apache.velocity.runtime.directive.Macro
 
MacroOverflowException - bboss.org.apache.velocity.exception中的异常错误
Application-level exception thrown when macro calls within macro calls exceeds the maximum allowed depth.
MacroOverflowException(String) - 异常错误 的构造器bboss.org.apache.velocity.exception.MacroOverflowException
 
MacroOverflowException(String, Throwable) - 异常错误 的构造器bboss.org.apache.velocity.exception.MacroOverflowException
 
MacroOverflowException(Throwable) - 异常错误 的构造器bboss.org.apache.velocity.exception.MacroOverflowException
 
MacroParseException - bboss.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) - 异常错误 的构造器bboss.org.apache.velocity.runtime.directive.MacroParseException
 
macroToString(StringBuilder, String[]) - 类 中的静态方法bboss.org.apache.velocity.runtime.directive.Macro
For debugging purposes.
main(String[]) - 类 中的静态方法bboss.org.apache.velocity.convert.WebMacro
已过时。
Main hook for the conversion process.
makeAlternator(String, String, String) - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Makes an alternator object that alternates between two values.
makeAlternator(String, String, String, String) - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Makes an alternator object that alternates between three values.
makeAlternator(String, String, String, String, String) - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Makes an alternator object that alternates between four values.
makeAutoAlternator(String, String, String) - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Makes an alternator object that alternates between two values automatically.
makeScope(Object) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Directive
 
Map() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
for creating a map in a #set #set($foo = {$foo : $bar, $blargh : $thingy})
MapFactory - bboss.org.apache.velocity.util中的类
Factory class for creating Maps.
MapFactory() - 类 的构造器bboss.org.apache.velocity.util.MapFactory
 
MapGetExecutor - bboss.org.apache.velocity.runtime.parser.node中的类
GetExecutor that is smart about Maps.
MapGetExecutor(Log, Class, String) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.MapGetExecutor
 
MapSetExecutor - bboss.org.apache.velocity.runtime.parser.node中的类
SetExecutor that is smart about Maps.
MapSetExecutor(Log, Class, String) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.MapSetExecutor
 
mark(int) - 类 中的方法bboss.org.apache.velocity.io.UnicodeInputStream
 
markSupported() - 类 中的方法bboss.org.apache.velocity.io.UnicodeInputStream
 
MathException - bboss.org.apache.velocity.exception中的异常错误
Separate exception class to distinguish math problems.
MathException(String) - 异常错误 的构造器bboss.org.apache.velocity.exception.MathException
 
MathUtils - bboss.org.apache.velocity.runtime.parser.node中的类
Utility-class for all arithmetic-operations.
MathUtils() - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.MathUtils
 
MAX_NUMBER_LOOPS - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Maximum allowed number of loops.
maxDepth - 类 中的变量bboss.org.apache.velocity.runtime.directive.Block
 
merge(Context, Writer) - 类 中的方法bboss.org.apache.velocity.Template
The AST node structure is merged with the context to produce the final output.
merge(Context, Writer, List) - 类 中的方法bboss.org.apache.velocity.Template
The AST node structure is merged with the context to produce the final output.
mergeTemplate(String, Context, Writer) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
mergeTemplate(String, String, Context, Writer) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
merges a template and puts the rendered stream into the writer
mergeTemplate(String, Context, Writer) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
mergeTemplate(String, String, Context, Writer) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
merges a template and puts the rendered stream into the writer
mergeTemplate(Template, Context, HttpServletResponse) - 类 中的方法bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
merges the template with the context.
Method() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
This method has yet to be fully implemented but will allow arbitrarily nested method calls
MethodCacheKey(String, Class[]) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.ASTMethod.MethodCacheKey
 
methodException(RuntimeServices, InternalContextAdapter, Class, String, Exception) - 类 中的静态方法bboss.org.apache.velocity.app.event.EventHandlerUtil
Called when a method exception is generated during Velocity merge.
methodException(Class, String, Exception) - 类 中的方法bboss.org.apache.velocity.app.event.implement.PrintExceptions
Render the method exception, and optionally the exception message and stack trace.
methodException(Class, String, Exception) - 接口 中的方法bboss.org.apache.velocity.app.event.MethodExceptionEventHandler
Called when a method throws an exception.
MethodExceptionEventHandler - bboss.org.apache.velocity.app.event中的接口
Event handler called when a method throws an exception.
MethodExceptionEventHandler.MethodExceptionExecutor - bboss.org.apache.velocity.app.event中的类
Defines the execution strategy for methodException
MethodInvocationException - bboss.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) - 异常错误 的构造器bboss.org.apache.velocity.exception.MethodInvocationException
CTOR - wraps the passed in exception for examination later
MethodMap - bboss.org.apache.velocity.util.introspection中的类
 
MethodMap() - 类 的构造器bboss.org.apache.velocity.util.introspection.MethodMap
 
MethodMap.AmbiguousException - bboss.org.apache.velocity.util.introspection中的异常错误
Simple distinguishable exception, used when we run across ambiguous overloading.
MILLIS_PER_SECOND - 类 中的静态变量bboss.org.apache.velocity.runtime.resource.Resource
The number of milliseconds in a minute, used to calculate the check interval.
MINUS - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
mkdir(String) - 类 中的静态方法bboss.org.apache.velocity.texen.util.FileUtil
Creates the directory s (and any parent directories needed).
modificationCheckInterval - 类 中的变量bboss.org.apache.velocity.runtime.resource.loader.ResourceLoader
This property will be passed on to the templates that are created with this loader.
modificationCheckInterval - 类 中的变量bboss.org.apache.velocity.runtime.resource.Resource
How often the file modification time is checked (in seconds).
modulo(Number, Number) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.MathUtils
Modulo two numbers.
MODULUS - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
MULTI_LINE_COMMENT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
MultiplicativeExpression() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
multiply(Number, Number) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.MathUtils
Multiply two numbers and return the correct value / type.
MULTIPLY - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.

N

name - 类 中的变量bboss.org.apache.velocity.runtime.resource.Resource
Name of the resource
NEWLINE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
newToken(int) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.Token
Returns a new Token object, by default.
next - 类 中的变量bboss.org.apache.velocity.runtime.parser.Token
A reference to the next regular (non-special) token from the input stream.
next() - 类 中的方法bboss.org.apache.velocity.util.ArrayIterator
Move to next element in the array.
next() - 类 中的方法bboss.org.apache.velocity.util.EnumerationIterator
Move to next element in the array.
nextCheck - 类 中的变量bboss.org.apache.velocity.runtime.resource.Resource
The next time the file modification time will be checked (in milliseconds).
NO_BUFFER - 类 中的静态变量bboss.org.apache.velocity.io.VelocityWriter
constant indicating that the Writer is not buffering output
Node - bboss.org.apache.velocity.runtime.parser.node中的接口
This file describes the interface between the Velocity code and the JavaCC generated code.
nodeArity() - 类 中的方法bboss.org.apache.velocity.runtime.parser.JJTParserState
 
nodeCreated() - 类 中的方法bboss.org.apache.velocity.runtime.parser.JJTParserState
 
NodeList - bboss.org.apache.velocity.anakia中的类
Provides a class for wrapping a list of JDOM objects primarily for use in template engines and other kinds of text transformation tools.
NodeList() - 类 的构造器bboss.org.apache.velocity.anakia.NodeList
Creates an empty node list.
NodeList(Document) - 类 的构造器bboss.org.apache.velocity.anakia.NodeList
Creates a node list that holds a single Document node.
NodeList(Element) - 类 的构造器bboss.org.apache.velocity.anakia.NodeList
Creates a node list that holds a single Element node.
NodeList(List) - 类 的构造器bboss.org.apache.velocity.anakia.NodeList
Creates a node list that holds a list of nodes.
NodeList(List, boolean) - 类 的构造器bboss.org.apache.velocity.anakia.NodeList
Creates a node list that holds a list of nodes.
NodeUtils - bboss.org.apache.velocity.runtime.parser.node中的类
Utilities for dealing with the AST node structure.
NodeUtils() - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.NodeUtils
 
NodeViewMode - bboss.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() - 类 的构造器bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
normalizePath(String) - 类 中的静态方法bboss.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.
NullLogChute - bboss.org.apache.velocity.runtime.log中的类
Logger used in case of failure.
NullLogChute() - 类 的构造器bboss.org.apache.velocity.runtime.log.NullLogChute
 
NullLogSystem - bboss.org.apache.velocity.runtime.log中的类
已过时。
Use NullLogChute.
NullLogSystem() - 类 的构造器bboss.org.apache.velocity.runtime.log.NullLogSystem
已过时。
 
NullSetEventHandler - bboss.org.apache.velocity.app.event中的接口
Event handler called when the RHS of #set is null.
NullSetEventHandler.ShouldLogOnNullSetExecutor - bboss.org.apache.velocity.app.event中的类
Defines the execution strategy for shouldLogOnNullSet
nullTrim(String) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
Trim the string, but pass a null through.
NUMBER_OF_PARSERS - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
The default number of parser instances to create.

O

ObjectArray() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
openNodeScope(Node) - 类 中的方法bboss.org.apache.velocity.runtime.parser.JJTParserState
 
OUTPUT_ENCODING - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Encoding for the output stream.
OUTPUT_PATH - 类 中的静态变量bboss.org.apache.velocity.texen.Generator
Where the texen output will placed.
outputDirectory - 类 中的变量bboss.org.apache.velocity.texen.ant.TexenTask
This is where texen will place all the output that is a product of the generation process.
outputEncoding - 类 中的变量bboss.org.apache.velocity.texen.ant.TexenTask
This is the encoding for the output file(s).
outputEncoding - 类 中的变量bboss.org.apache.velocity.texen.Generator
This is the encoding for the output file(s).
outputFile - 类 中的变量bboss.org.apache.velocity.texen.ant.TexenTask
This is the file where the generated text will be placed.
outputString(Element, boolean) - 类 中的方法bboss.org.apache.velocity.anakia.OutputWrapper
This method walks an Element tree into a String.
OutputWrapper - bboss.org.apache.velocity.anakia中的类
This class extends XMLOutputter in order to provide a way to walk an Element tree into a String.
OutputWrapper() - 类 的构造器bboss.org.apache.velocity.anakia.OutputWrapper
Empty constructor
OutputWrapper(Format) - 类 的构造器bboss.org.apache.velocity.anakia.OutputWrapper
 
owner - 类 中的变量bboss.org.apache.velocity.runtime.directive.Scope
 

P

Parameter() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
This method has yet to be fully implemented but will allow arbitrarily nested method calls
parent - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
Parse - bboss.org.apache.velocity.runtime.directive中的类
Pluggable directive that handles the #parse() statement in VTL.
Parse() - 类 的构造器bboss.org.apache.velocity.runtime.directive.Parse
 
parse(Reader, String) - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
This was also added to allow parsers to be re-usable.
parse(Reader, String) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Parse the input and return the root of AST node structure.
parse(Reader, String, boolean) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Parse the input and return the root of the AST node structure.
parse(String, String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Parse the input and return the root of AST node structure.
parse(Reader, String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Parse the input and return the root of AST node structure.
parse(Reader, String, boolean) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Parse the input and return the root of the AST node structure.
parse(String, String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Wraps the String in a StringReader and passes it off to RuntimeServices.parse(Reader,String).
parse(Reader, String) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Parse the input and return the root of AST node structure.
parse(Reader, String, boolean) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Parse the input and return the root of the AST node structure.
parse(Reader, String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Parse the input and return the root of AST node structure.
parse(Reader, String, boolean) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Parse the input and return the root of the AST node structure.
parse(String, String) - 类 中的方法bboss.org.apache.velocity.texen.Generator
Parse an input and write the output to an output file.
parse(String, String, String, Object) - 类 中的方法bboss.org.apache.velocity.texen.Generator
Parse an input and write the output to an output file.
parse(String, String, String, String, String, Object) - 类 中的方法bboss.org.apache.velocity.texen.Generator
Parse an input and write the output to an output file.
parse(String, Context) - 类 中的方法bboss.org.apache.velocity.texen.Generator
Parse the control template and merge it with the control context.
PARSE_DIRECTIVE_MAXDEPTH - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Maximum recursion depth allowed for the #parse directive.
ParseErrorException - bboss.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) - 异常错误 的构造器bboss.org.apache.velocity.exception.ParseErrorException
Create a ParseErrorException with the given message.
ParseErrorException(ParseException, String) - 异常错误 的构造器bboss.org.apache.velocity.exception.ParseErrorException
Create a ParseErrorException with the given ParseException.
ParseErrorException(VelocityException, String) - 异常错误 的构造器bboss.org.apache.velocity.exception.ParseErrorException
Create a ParseErrorException with the given ParseException.
ParseErrorException(String, Info) - 异常错误 的构造器bboss.org.apache.velocity.exception.ParseErrorException
Create a ParseErrorRuntimeException with the given message and info
ParseErrorException(String, Info, String) - 异常错误 的构造器bboss.org.apache.velocity.exception.ParseErrorException
Create a ParseErrorRuntimeException with the given message and info
ParseException - bboss.org.apache.velocity.runtime.parser中的异常错误
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - 异常错误 的构造器bboss.org.apache.velocity.runtime.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - 异常错误 的构造器bboss.org.apache.velocity.runtime.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - 异常错误 的构造器bboss.org.apache.velocity.runtime.parser.ParseException
 
parser - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
Parser - bboss.org.apache.velocity.runtime.parser中的类
This class is responsible for parsing a Velocity template.
Parser(RuntimeServices) - 类 的构造器bboss.org.apache.velocity.runtime.parser.Parser
This constructor was added to allow the re-use of parsers.
Parser(CharStream) - 类 的构造器bboss.org.apache.velocity.runtime.parser.Parser
Constructor with user supplied CharStream.
Parser(ParserTokenManager) - 类 的构造器bboss.org.apache.velocity.runtime.parser.Parser
Constructor with generated Token Manager.
PARSER_POOL_CLASS - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
The parser.pool.class property specifies the name of the SimplePool implementation to use.
PARSER_POOL_SIZE - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
 
ParserConstants - bboss.org.apache.velocity.runtime.parser中的接口
Token literal values and constants.
ParserPool - bboss.org.apache.velocity.runtime中的接口
Provides instances of parsers as needed.
ParserPoolImpl - bboss.org.apache.velocity.runtime中的类
This wraps the original parser SimplePool class.
ParserPoolImpl() - 类 的构造器bboss.org.apache.velocity.runtime.ParserPoolImpl
 
ParserTokenManager - bboss.org.apache.velocity.runtime.parser中的类
Token Manager.
ParserTokenManager(CharStream) - 类 的构造器bboss.org.apache.velocity.runtime.parser.ParserTokenManager
Constructor.
ParserTokenManager(CharStream, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.ParserTokenManager
Constructor.
ParserTreeConstants - bboss.org.apache.velocity.runtime.parser中的接口
 
ParserVisitor - bboss.org.apache.velocity.runtime.parser.node中的接口
Interface used in implementation of visitor pattern.
peekNode() - 类 中的方法bboss.org.apache.velocity.runtime.parser.JJTParserState
 
perform(Number, Number, InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTAddNode
 
perform(Number, Number, InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTDivNode
 
perform(Number, Number, InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTMathNode
Performs the math operation represented by this node.
perform(Number, Number, InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTModNode
 
perform(Number, Number, InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTMulNode
 
perform(Number, Number, InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTSubtractNode
 
perLineREs - 类 中的静态变量bboss.org.apache.velocity.convert.WebMacro
已过时。
The regexes to use for line by line substition.
PLUS - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
popCurrentMacroName() - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
popCurrentMacroName() - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
popCurrentTemplateName() - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
popCurrentTemplateName() - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
popNode() - 类 中的方法bboss.org.apache.velocity.runtime.parser.JJTParserState
 
populateInitialContext(Context) - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
Place useful objects into the initial context.
postRender(InternalContextAdapter) - 类 中的方法bboss.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 - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
Lexical state.
PREFIX - 类 中的静态变量bboss.org.apache.velocity.runtime.log.ServletLogChute
 
preRender(InternalContextAdapter) - 类 中的方法bboss.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).
PrimaryExpression() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
PrimordialLogSystem - bboss.org.apache.velocity.runtime.log中的类
已过时。
Use HoldingLogChute instead!
PrimordialLogSystem() - 类 的构造器bboss.org.apache.velocity.runtime.log.PrimordialLogSystem
已过时。
 
printClass(Class) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.ASTReference
Utility class to handle nulls when printing a class type
PrintExceptions - bboss.org.apache.velocity.app.event.implement中的类
Simple event handler that renders method exceptions in the page rather than throwing the exception.
PrintExceptions() - 类 的构造器bboss.org.apache.velocity.app.event.implement.PrintExceptions
 
process(InternalContextAdapter, ParserVisitor) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTIfStatement
 
process() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
This method is what starts the whole parsing process.
process() - 类 中的方法bboss.org.apache.velocity.runtime.resource.ContentResource
Pull in static content and store it.
process() - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
Perform any subsequent processing that might need to be done by a resource.
process() - 类 中的方法bboss.org.apache.velocity.Template
gets the named resource as a stream, parses and inits
PropertiesUtil - bboss.org.apache.velocity.texen.util中的类
A property utility class for the texen text/code generator Usually this class is only used from a Velocity context.
PropertiesUtil() - 类 的构造器bboss.org.apache.velocity.texen.util.PropertiesUtil
 
PropertyExecutor - bboss.org.apache.velocity.runtime.parser.node中的类
Returned the value of object property when executed.
PropertyExecutor(Log, Introspector, Class, String) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.PropertyExecutor
 
PropertyExecutor(RuntimeLogger, Introspector, Class, String) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.PropertyExecutor
已过时。
RuntimeLogger is deprecated. Use the other constructor.
PROVIDE_SCOPE_CONTROL - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Used to suppress various scope control objects.
ProxyVMContext - bboss.org.apache.velocity.context中的类
Context for Velocity macro arguments.
ProxyVMContext(InternalContextAdapter, RuntimeServices, boolean) - 类 的构造器bboss.org.apache.velocity.context.ProxyVMContext
 
pushCurrentMacroName(String) - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
pushCurrentMacroName(String) - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
pushCurrentTemplateName(String) - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
pushCurrentTemplateName(String) - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
pushNode(Node) - 类 中的方法bboss.org.apache.velocity.runtime.parser.JJTParserState
 
put(String, Object) - 类 中的方法bboss.org.apache.velocity.context.AbstractContext
Adds a name/value pair to the context.
put(String, Object) - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
Put method also stores values in parent context
put(String, Object) - 接口 中的方法bboss.org.apache.velocity.context.Context
Adds a name/value pair to the context.
put(String, Object) - 类 中的方法bboss.org.apache.velocity.context.EvaluateContext
已过时。
Put method also stores values in local scope
put(String, Object) - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
put(String, Object) - 类 中的方法bboss.org.apache.velocity.context.ProxyVMContext
Impl of the Context.put() method.
put(String, Object, boolean) - 类 中的方法bboss.org.apache.velocity.context.ProxyVMContext
Internal put method to select between local and global scope.
put(String, Object) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Foreach.NullHolderContext
 
put(InternalContextAdapter, String, Object) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Foreach
Extension hook to allow subclasses to control whether loop vars are set locally or not.
put(Object, Object) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Scope
 
put(Parser) - 接口 中的方法bboss.org.apache.velocity.runtime.ParserPool
Return the parser to the pool so that it may be reused.
put(Parser) - 类 中的方法bboss.org.apache.velocity.runtime.ParserPoolImpl
Call the wrapped pool.
put(Object, Resource) - 接口 中的方法bboss.org.apache.velocity.runtime.resource.ResourceCache
stores a Resource in the cache
put(Object, Resource) - 类 中的方法bboss.org.apache.velocity.runtime.resource.ResourceCacheImpl
 
put(Class) - 接口 中的方法bboss.org.apache.velocity.util.introspection.IntrospectorCache
Creates a class map for specific class and registers it in the cache.
put(Class) - 类 中的方法bboss.org.apache.velocity.util.introspection.IntrospectorCacheImpl
Creates a class map for specific class and registers it in the cache.
put(Object) - 类 中的方法bboss.org.apache.velocity.util.SimplePool
Add the object to the pool, silent nothing if the pool is full
PutExecutor - bboss.org.apache.velocity.runtime.parser.node中的类
Executor that simply tries to execute a put(key, value) operation.
PutExecutor(Log, Introspector, Class, Object, String) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.PutExecutor
 
putStringResource(String, String) - 接口 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResourceRepository
add a string resource with given key.
putStringResource(String, String, String) - 接口 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResourceRepository
add a string resource with given key.
putStringResource(String, String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl
 
putStringResource(String, String, String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl
 

R

RBRACKET - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
RCURLY - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
read() - 类 中的方法bboss.org.apache.velocity.io.UnicodeInputStream
 
read(byte[]) - 类 中的方法bboss.org.apache.velocity.io.UnicodeInputStream
 
read(byte[], int, int) - 类 中的方法bboss.org.apache.velocity.io.UnicodeInputStream
 
readChar() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.CharStream
Returns the next character from the selected input.
readChar() - 类 中的方法bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
readEncoding() - 类 中的方法bboss.org.apache.velocity.io.UnicodeInputStream
This method gets the encoding from the stream contents if a BOM exists.
recycle(Writer) - 类 中的方法bboss.org.apache.velocity.io.VelocityWriter
resets this class so that it can be reused
Reference(InternalContextAdapter, Block) - 类 的构造器bboss.org.apache.velocity.runtime.directive.Block.Reference
 
Reference() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
REFERENCE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
Lexical state.
REFERENCE_TERMINATOR - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
referenceInsert(RuntimeServices, InternalContextAdapter, String, Object) - 类 中的静态方法bboss.org.apache.velocity.app.event.EventHandlerUtil
Called before a reference is inserted.
referenceInsert(String, Object) - 类 中的方法bboss.org.apache.velocity.app.event.implement.EscapeReference
Escape the provided text if it matches the configured regular expression.
referenceInsert(String, Object) - 接口 中的方法bboss.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.
ReferenceInsertionEventHandler - bboss.org.apache.velocity.app.event中的接口
Reference 'Stream insertion' event handler.
ReferenceInsertionEventHandler.referenceInsertExecutor - bboss.org.apache.velocity.app.event中的类
Defines the execution strategy for referenceInsert
REFINDEX - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
Lexical state.
REFMOD - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
Lexical state.
REFMOD2 - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
Lexical state.
REFMOD2_RPAREN - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
REFMODIFIER - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
Lexical state.
refreshResource(Resource, String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.ResourceManagerImpl
Takes an existing resource, and 'refreshes' it.
ReInit(CharStream) - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
Reinitialise.
ReInit(ParserTokenManager) - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
Reinitialise.
ReInit(CharStream) - 类 中的方法bboss.org.apache.velocity.runtime.parser.ParserTokenManager
Reinitialise parser.
ReInit(CharStream, int) - 类 中的方法bboss.org.apache.velocity.runtime.parser.ParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - 类 中的方法bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
ReInit(Reader, int, int) - 类 中的方法bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
ReInit(InputStream, int, int, int) - 类 中的方法bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
ReInit(InputStream, int, int) - 类 中的方法bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
RelationalExpression() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
remove(int) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
remove(Object) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
remove(Object) - 类 中的方法bboss.org.apache.velocity.context.AbstractContext
Removes the value associated with the specified key from the context.
remove(Object) - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
remove(Object) - 接口 中的方法bboss.org.apache.velocity.context.Context
Removes the value associated with the specified key from the context.
remove(Object) - 类 中的方法bboss.org.apache.velocity.context.EvaluateContext
已过时。
 
remove(Object) - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
remove(Object) - 类 中的方法bboss.org.apache.velocity.context.ProxyVMContext
 
remove(Object) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Foreach.NullHolderContext
Remove an object from the context
remove(Object) - 接口 中的方法bboss.org.apache.velocity.runtime.resource.ResourceCache
removes a Resource from the cache
remove(Object) - 类 中的方法bboss.org.apache.velocity.runtime.resource.ResourceCacheImpl
 
remove() - 类 中的方法bboss.org.apache.velocity.util.ArrayIterator
No op--merely added to satify the Iterator interface.
remove() - 类 中的方法bboss.org.apache.velocity.util.EnumerationIterator
Unimplemented.
removeAll(Collection) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
removeAndHump(String) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
'Camels Hump' replacement of underscores.
removeAndHump(String, String) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
'Camels Hump' replacement.
removeDirective(String) - 类 中的方法bboss.org.apache.velocity.app.Velocity
Remove a directive.
removeDirective(String) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
Remove a directive.
removeDirective(String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Remove a directive.
removeDirective(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Remove a directive.
removeEventHandler(EventHandler) - 类 中的方法bboss.org.apache.velocity.app.event.EventCartridge
Removes an event handler(s) from the Cartridge.
removeRepository(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
Removes the StringResourceRepository stored under the specified name.
removeStringResource(String) - 接口 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResourceRepository
delete a string resource with given key.
removeStringResource(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl
 
removeUnderScores(String) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
已过时。
Use the org.apache.commons.util.StringUtils class instead. Using its firstLetterCaps() method in conjunction with a StringTokenizer will achieve the same result.
render(InternalContextAdapter, Writer) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Block.Reference
Render the AST of this block into the writer using the context.
render(InternalContextAdapter, Writer) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Block
 
render(InternalContextAdapter, Writer, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.BlockMacro
Renders content using the selected macro and the passed AST body.
render(InternalContextAdapter, Writer, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Break
Break directive does not actually do any rendering.
render(InternalContextAdapter, Writer, Node) - 类 中的方法bboss.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) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Directive
How this directive is to be rendered
render(InternalContextAdapter, Writer, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Evaluate
Evaluate the argument, convert to a String, and evaluate again (with the same context).
render(InternalContextAdapter, Writer, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Foreach
renders the #foreach() block
render(InternalContextAdapter, Writer, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Include
iterates through the argument list and renders every argument that is appropriate.
render(InternalContextAdapter, Writer, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Literal
已过时。
Throw the literal rendition of the block between #literal()/#end into the writer.
render(InternalContextAdapter, Writer, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Macro
render() doesn't do anything in the final output rendering.
render(InternalContextAdapter, Writer, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Parse
iterates through the argument list and renders every argument that is appropriate.
render(InternalContextAdapter, Writer, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.RuntimeMacro
Velocimacro implementation is not known at the init time.
render(InternalContextAdapter, Writer, Node, Renderable) - 类 中的方法bboss.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) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Stop
 
render(InternalContextAdapter, Writer, Node) - 类 中的方法bboss.org.apache.velocity.runtime.directive.VelocimacroProxy
 
render(InternalContextAdapter, Writer, Node, Renderable) - 类 中的方法bboss.org.apache.velocity.runtime.directive.VelocimacroProxy
Renders the macro using the context.
render(InternalContextAdapter, Writer) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTBlock
 
render(InternalContextAdapter, Writer) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTComment
 
render(InternalContextAdapter, Writer) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTDirective
 
render(InternalContextAdapter, Writer) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTElseIfStatement
 
render(InternalContextAdapter, Writer) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTEscape
 
render(InternalContextAdapter, Writer) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTEscapedDirective
 
render(InternalContextAdapter, Writer) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTIfStatement
 
render(InternalContextAdapter, Writer) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTReference
gets the value of the reference and outputs it to the writer.
render(InternalContextAdapter, Writer) - 类 中的方法bboss.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) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTText
 
render(InternalContextAdapter, Writer) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTTextblock
 
render(InternalContextAdapter, Writer) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
render(InternalContextAdapter, Writer) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
render(InternalContextAdapter, Writer) - 接口 中的方法bboss.org.apache.velocity.runtime.Renderable
 
render(Context, Writer, String, SimpleNode) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Initializes and renders the AST SimpleNode using the context into the output writer.
Renderable - bboss.org.apache.velocity.runtime中的接口
This interface caraterize objects other than ASTNodes that can be rendered to a writer using a context.
ReportInvalidReferences - bboss.org.apache.velocity.app.event.implement中的类
Use this event handler to flag invalid references.
ReportInvalidReferences() - 类 的构造器bboss.org.apache.velocity.app.event.implement.ReportInvalidReferences
 
repository - 类 中的变量bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
 
REPOSITORY_CLASS - 类 中的静态变量bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
Key to look up the repository implementation class.
REPOSITORY_CLASS_DEFAULT - 类 中的静态变量bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
The default implementation class.
REPOSITORY_ENCODING - 类 中的静态变量bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
Key to look up the repository char encoding.
REPOSITORY_ENCODING_DEFAULT - 类 中的静态变量bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
The default repository encoding.
REPOSITORY_NAME - 类 中的静态变量bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
Key to look up the name for the repository to be used.
REPOSITORY_NAME_DEFAULT - 类 中的静态变量bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
The default name for string resource repositories ('bboss.org.apache.velocity.runtime.resource.util.StringResourceRepository').
REPOSITORY_STATIC - 类 中的静态变量bboss.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 - 类 中的静态变量bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
By default, repositories are stored statically (shared across the VM).
REQUEST - 类 中的静态变量bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
The context key for the HTTP request object.
requestCleanup(HttpServletRequest, HttpServletResponse, Context) - 类 中的方法bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
A cleanup routine which is called at the end of the doRequest(HttpServletRequest, HttpServletResponse) processing sequence, allowing a derived class to do resource cleanup or other end of process cycle tasks.
requiresChecking() - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
Is it time to check to see if the resource source has been updated?
reset() - 类 中的方法bboss.org.apache.velocity.io.UnicodeInputStream
 
reset() - 类 中的方法bboss.org.apache.velocity.runtime.parser.JJTParserState
 
Resource - bboss.org.apache.velocity.runtime.resource中的类
This class represent a general text resource that may have been retrieved from any number of possible sources.
Resource() - 类 的构造器bboss.org.apache.velocity.runtime.resource.Resource
Default constructor
RESOURCE_CONTENT - 接口 中的静态变量bboss.org.apache.velocity.runtime.resource.ResourceManager
A static content resource.
RESOURCE_CONTENT - 类 中的静态变量bboss.org.apache.velocity.runtime.resource.ResourceManagerImpl
A static content resource.
RESOURCE_ES - 接口 中的静态变量bboss.org.apache.velocity.runtime.resource.ResourceManager
 
RESOURCE_LOADER - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Key used to retrieve the names of the resource loaders to be used.
RESOURCE_MANAGER_CACHE_CLASS - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
The resource.manager.cache.class property specifies the name of the ResourceCache implementation to use.
RESOURCE_MANAGER_CLASS - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
 
RESOURCE_MANAGER_DEFAULTCACHE_SIZE - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
The resource.manager.cache.size property specifies the cache upper bound (if relevant).
RESOURCE_MANAGER_LOGWHENFOUND - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
controls if the finding of a resource is logged.
RESOURCE_SQL - 接口 中的静态变量bboss.org.apache.velocity.runtime.resource.ResourceManager
 
RESOURCE_TEMPLATE - 接口 中的静态变量bboss.org.apache.velocity.runtime.resource.ResourceManager
A template resources.
RESOURCE_TEMPLATE - 类 中的静态变量bboss.org.apache.velocity.runtime.resource.ResourceManagerImpl
A template resources.
ResourceCache - bboss.org.apache.velocity.runtime.resource中的接口
Interface that defines the shape of a pluggable resource cache for the included ResourceManager
ResourceCacheImpl - bboss.org.apache.velocity.runtime.resource中的类
Default implementation of the resource cache for the default ResourceManager.
ResourceCacheImpl() - 类 的构造器bboss.org.apache.velocity.runtime.resource.ResourceCacheImpl
 
resourceExists(String) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
Determines whether a resource is accessable via the currently configured resource loaders.
resourceExists(String) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
Determines if a resource is accessable via the currently configured resource loaders.
resourceExists(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.FileResourceLoader
Overrides superclass for better performance.
resourceExists(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.ResourceLoader
Check whether any given resource exists.
resourceExists(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
Overrides superclass for better performance.
ResourceFactory - bboss.org.apache.velocity.runtime.resource中的类
Class responsible for instantiating Resource objects, given name and type.
ResourceFactory() - 类 的构造器bboss.org.apache.velocity.runtime.resource.ResourceFactory
 
ResourceLoader - bboss.org.apache.velocity.runtime.resource.loader中的类
This is abstract class the all text resource loaders should extend.
ResourceLoader() - 类 的构造器bboss.org.apache.velocity.runtime.resource.loader.ResourceLoader
 
resourceLoader - 类 中的变量bboss.org.apache.velocity.runtime.resource.Resource
The template loader that initially loaded the input stream for this template, and knows how to check the source of the input stream for modification.
ResourceLoaderFactory - bboss.org.apache.velocity.runtime.resource.loader中的类
Factory to grab a template loader.
ResourceLoaderFactory() - 类 的构造器bboss.org.apache.velocity.runtime.resource.loader.ResourceLoaderFactory
 
resourceLoaderModificationCheckInterval - 类 中的变量bboss.org.apache.velocity.texen.ant.TexenTask
 
resourceLoaders - 类 中的变量bboss.org.apache.velocity.runtime.resource.ResourceManagerImpl
The List of templateLoaders that the Runtime will use to locate the InputStream source of a template.
ResourceManager - bboss.org.apache.velocity.runtime.resource中的接口
Class to manage the text resource for the Velocity Runtime.
ResourceManagerImpl - bboss.org.apache.velocity.runtime.resource中的类
Class to manage the text resource for the Velocity Runtime.
ResourceManagerImpl() - 类 的构造器bboss.org.apache.velocity.runtime.resource.ResourceManagerImpl
 
ResourceNotFoundException - bboss.org.apache.velocity.exception中的异常错误
Application-level exception thrown when a resource of any type isn't found by the Velocity engine.
ResourceNotFoundException(String) - 异常错误 的构造器bboss.org.apache.velocity.exception.ResourceNotFoundException
 
ResourceNotFoundException(String, Throwable) - 异常错误 的构造器bboss.org.apache.velocity.exception.ResourceNotFoundException
 
ResourceNotFoundException(Throwable) - 异常错误 的构造器bboss.org.apache.velocity.exception.ResourceNotFoundException
 
resources - 类 中的变量bboss.org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl
mem store
RESPONSE - 类 中的静态变量bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
The context key for the HTTP response object.
retainAll(Collection) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
RIGHT_CURLEY - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
rootNode() - 类 中的方法bboss.org.apache.velocity.runtime.parser.JJTParserState
 
RPAREN - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
rsvc - 类 中的变量bboss.org.apache.velocity.runtime.directive.Directive
 
rsvc - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
rsvc - 类 中的变量bboss.org.apache.velocity.runtime.resource.loader.ResourceLoader
 
rsvc - 类 中的变量bboss.org.apache.velocity.runtime.resource.Resource
 
rsvc - 类 中的变量bboss.org.apache.velocity.runtime.resource.ResourceCacheImpl
Runtime services, generally initialized by the initialize() method.
rsvc - 类 中的变量bboss.org.apache.velocity.runtime.resource.ResourceManagerImpl
The internal RuntimeServices object.
Runtime - bboss.org.apache.velocity.runtime中的类
已过时。
Use RuntimeInstance or RuntimeSingleton instead.
Runtime() - 类 的构造器bboss.org.apache.velocity.runtime.Runtime
已过时。
 
RUNTIME_LOG - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Location of the velocity log file.
RUNTIME_LOG_ERROR_STACKTRACE - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
已过时。
This appears to have always been meaningless.
RUNTIME_LOG_INFO_STACKTRACE - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
已过时。
This appears to have always been meaningless.
RUNTIME_LOG_JDK_LOGGER - 类 中的静态变量bboss.org.apache.velocity.runtime.log.JdkLogChute
Property key for specifying the name for the logger instance
RUNTIME_LOG_JDK_LOGGER_LEVEL - 类 中的静态变量bboss.org.apache.velocity.runtime.log.JdkLogChute
 
RUNTIME_LOG_LEVEL_KEY - 类 中的静态变量bboss.org.apache.velocity.runtime.log.ServletLogChute
 
RUNTIME_LOG_LEVEL_KEY - 类 中的静态变量bboss.org.apache.velocity.runtime.log.SystemLogChute
 
RUNTIME_LOG_LOG4J_LOGGER - 类 中的静态变量bboss.org.apache.velocity.runtime.log.Log4JLogChute
 
RUNTIME_LOG_LOG4J_LOGGER_LEVEL - 类 中的静态变量bboss.org.apache.velocity.runtime.log.Log4JLogChute
 
RUNTIME_LOG_LOGSYSTEM - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
externally provided logger.
RUNTIME_LOG_LOGSYSTEM_CLASS - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
class of log system to use.
RUNTIME_LOG_REFERENCE_LOG_INVALID - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Logging of invalid references.
RUNTIME_LOG_SYSTEM_ERR_LEVEL_KEY - 类 中的静态变量bboss.org.apache.velocity.runtime.log.SystemLogChute
 
RUNTIME_LOG_WARN_STACKTRACE - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
已过时。
The functionality this controlled is confusing and no longer necessary.
RUNTIME_REFERENCES_STRICT - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Properties referenced in the template are required to exist the object
RUNTIME_REFERENCES_STRICT_ESCAPE - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Indicates we are going to use modifed escape behavior in strict mode
RuntimeConstants - bboss.org.apache.velocity.runtime中的接口
This class defines the keys that are used in the velocity.properties file so that they can be referenced as a constant within Java code.
RuntimeInstance - bboss.org.apache.velocity.runtime中的类
This is the Runtime system for Velocity.
RuntimeInstance() - 类 的构造器bboss.org.apache.velocity.runtime.RuntimeInstance
Creates a new RuntimeInstance object.
RuntimeLogger - bboss.org.apache.velocity.runtime中的接口
已过时。
This functionality has been taken over by the Log class
RuntimeLoggerLog - bboss.org.apache.velocity.runtime.log中的类
已过时。
This will be removed along with the RuntimeLogger interface.
RuntimeLoggerLog(RuntimeLogger) - 类 的构造器bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
Creates a new Log that wraps a PrimordialLogChute.
RuntimeMacro - bboss.org.apache.velocity.runtime.directive中的类
This class acts as a proxy for potential macros.
RuntimeMacro(String) - 类 的构造器bboss.org.apache.velocity.runtime.directive.RuntimeMacro
Create a RuntimeMacro instance.
RuntimeServices - bboss.org.apache.velocity.runtime中的接口
Interface for internal runtime services that are needed by the various components w/in Velocity.
RuntimeServicesAware - bboss.org.apache.velocity.util中的接口
Use this interface to automatically have the method setRuntimeServices called at initialization.
RuntimeSingleton - bboss.org.apache.velocity.runtime中的类
This is the Runtime system for Velocity.
RuntimeSingleton() - 类 的构造器bboss.org.apache.velocity.runtime.RuntimeSingleton
 

S

Scope - bboss.org.apache.velocity.runtime.directive中的类
This handles context scoping and metadata for directives.
Scope(Object, Object) - 类 的构造器bboss.org.apache.velocity.runtime.directive.Scope
 
Scope.Info - bboss.org.apache.velocity.runtime.directive中的类
Class to encapsulate and provide access to info about the current scope for debugging.
SecureIntrospectorControl - bboss.org.apache.velocity.util.introspection中的接口
Interface used to determine which methods are allowed to be executed.
SecureIntrospectorImpl - bboss.org.apache.velocity.util.introspection中的类
Prevent "dangerous" classloader/reflection related calls.
SecureIntrospectorImpl(String[], String[], Log) - 类 的构造器bboss.org.apache.velocity.util.introspection.SecureIntrospectorImpl
 
SecureUberspector - bboss.org.apache.velocity.util.introspection中的类
Use a custom introspector that prevents classloader related method calls.
SecureUberspector() - 类 的构造器bboss.org.apache.velocity.util.introspection.SecureUberspector
 
select(boolean, String, String) - 类 中的方法bboss.org.apache.velocity.util.StringUtils
If state is true then return the trueString, else return the falseString.
selectNodes(String) - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaElement
Applies an XPath expression to this element and returns the resulting node list.
selectNodes(String) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
Applies an XPath expression to the node list and returns the resulting node list.
servletContext - 类 中的变量bboss.org.apache.velocity.runtime.log.ServletLogChute
 
ServletLogChute - bboss.org.apache.velocity.runtime.log中的类
Simple wrapper for the servlet log.
ServletLogChute() - 类 的构造器bboss.org.apache.velocity.runtime.log.ServletLogChute
Construct a simple logger for a servlet environment.
set(int, Object) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
set(int, Object) - 类 中的方法bboss.org.apache.velocity.util.ArrayListWrapper
 
SET_DIRECTIVE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
SET_NULL_ALLOWED - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
if set to true then allows #set to accept null values in the right hand side.
setApplicationAttribute(Object, Object) - 类 中的静态方法bboss.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) - 类 中的方法bboss.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) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Sets the application attribute for the given key
setApplicationAttribute(Object, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Set the specified application attribute.
setArgArray(String[]) - 类 中的方法bboss.org.apache.velocity.runtime.directive.VelocimacroProxy
sets the array of arguments specified in the macro definition
setBasedir(File) - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaTask
Set the base directory.
setBody(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResource
Sets a new value for the template body.
setCachingOn(boolean) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.ResourceLoader
Set the caching state.
setCause(Throwable, Throwable) - 类 中的静态方法bboss.org.apache.velocity.util.ExceptionUtils
Set the cause of the Exception.
setConfiguration(ExtendedProperties) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Allow an external system to set an ExtendedProperties object to use.
setConfiguration(ExtendedProperties) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Allow an external system to set an ExtendedProperties object to use.
setConfiguration(ExtendedProperties) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Allow an external system to set an ExtendedProperties object to use.
setConfiguration(ExtendedProperties) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Allow an external system to set an ExtendedProperties object to use.
setContentType(HttpServletRequest, HttpServletResponse) - 类 中的方法bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
Sets the content type of the response, defaulting to defaultContentType if not overriden.
setContext(Context) - 类 中的方法bboss.org.apache.velocity.app.event.implement.IncludeNotFound
 
setContext(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
setContext(Context) - 接口 中的方法bboss.org.apache.velocity.util.ContextAware
Initialize the EventHandler.
setContextProperties(String) - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
Set the context properties that will be fed into the initial context be the generating process starts.
setControlTemplate(String) - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
[REQUIRED] Set the control template for the generating process.
setCurrentResource(Resource) - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
setCurrentResource(Resource) - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
setData(Object) - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
Set arbitrary data object that might be used by the resource.
setDataSource(DataSource) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader
Set the DataSource used by this resource loader.
setDebugStream(PrintStream) - 类 中的方法bboss.org.apache.velocity.runtime.parser.ParserTokenManager
Set debug output.
setDefaultProps() - 类 中的方法bboss.org.apache.velocity.texen.Generator
Set default properties.
setDestdir(File) - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaTask
Set the destination directory into which the VSL result files should be copied to
SetDirective() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
Currently support both types of set : #set( expr ) #set expr
setDirectiveName(String) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTDirective
Sets the directive name.
setEnabledLevel(int) - 类 中的方法bboss.org.apache.velocity.runtime.log.ServletLogChute
Set the minimum level at which messages will be printed.
setEnabledLevel(int) - 类 中的方法bboss.org.apache.velocity.runtime.log.SystemLogChute
Set the minimum level at which messages will be printed.
setEncoding(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
set the encoding of this resource for example, "ISO-8859-1"
setEncoding(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResource
Sets the encoding of this string resource.
setEncoding(String) - 接口 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResourceRepository
Sets the default encoding of the repository.
setEncoding(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl
 
SetExecutor - bboss.org.apache.velocity.runtime.parser.node中的类
Abstract class that is used to execute an arbitrary method that is in introspected.
SetExecutor() - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.SetExecutor
 
setExtendedProperties(ExtendedProperties) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
Set an entire configuration at once.
setExtendedProperties(ExtendedProperties) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
Set an entire configuration at once.
setExtension(String) - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaTask
Allow people to set the default output file extension
setFile(String) - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaTask.Context
Build the context based on a file path.
setFirstToken(Token) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
setInfo(int) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
setInfo(int) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
setInlineReplacesGlobal(boolean) - 类 中的方法bboss.org.apache.velocity.runtime.VelocimacroManager
 
setInputEncoding(String) - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
Set the input (template) encoding.
setInputEncoding(String) - 类 中的方法bboss.org.apache.velocity.texen.Generator
Set the input (template) encoding.
setInvalid() - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
Mark the node as invalid.
setInvalid() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
setLastModified(long) - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
Set the last modified time for this resource.
setLastModified(long) - 类 中的方法bboss.org.apache.velocity.runtime.resource.util.StringResource
Changes the last modified parameter.
setLastModifiedCheck(String) - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaTask
Turn on/off last modified checking. by default, it is on.
setLocation(int, int) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Directive
Allows the template location to be set.
setLocation(int, int, String) - 类 中的方法bboss.org.apache.velocity.runtime.directive.Directive
Allows the template location to be set.
setLog(Log) - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl
Sets the runtime logger - this must be called before anything else.
setLog(Log) - 接口 中的方法bboss.org.apache.velocity.util.introspection.UberspectLoggable
Sets the logger.
setLogChute(LogChute) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
Updates the LogChute wrapped by this Log instance.
setLogChute(LogChute) - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
setLogFile(String) - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
Sets the log file.
setMacroLibraries(List) - 类 中的方法bboss.org.apache.velocity.context.ChainedInternalContextAdapter
 
setMacroLibraries(List) - 类 中的方法bboss.org.apache.velocity.context.InternalContextAdapterImpl
 
setMethod(Method) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.AbstractExecutor
 
setMethod(Method) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SetExecutor
 
setModificationCheckInterval(long) - 类 中的方法bboss.org.apache.velocity.runtime.resource.loader.ResourceLoader
Set the interval at which the InputStream source should be checked for modifications.
setModificationCheckInterval(long) - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
Set the modification check interval.
setName(String) - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaTask.Context
Set the name of the context.
setName(String) - 类 中的方法bboss.org.apache.velocity.runtime.directive.VelocimacroProxy
sets the directive name of this VM
setName(String) - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
Set the name of this resource, for example test.vm.
setNamespaceUsage(boolean) - 类 中的方法bboss.org.apache.velocity.runtime.VelocimacroManager
public switch to let external user of manager to control namespace usage indep of properties.
setNodeTree(SimpleNode) - 类 中的方法bboss.org.apache.velocity.runtime.directive.VelocimacroProxy
 
setOutputDirectory(File) - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
[REQUIRED] Set the output directory.
setOutputEncoding(String) - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
Set the output encoding.
setOutputEncoding(String) - 类 中的方法bboss.org.apache.velocity.texen.Generator
Set the output encoding.
setOutputFile(String) - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
[REQUIRED] Set the output file for the generation process.
setOutputPath(String) - 类 中的方法bboss.org.apache.velocity.texen.Generator
Set the output path for the generated output.
setProjectFile(String) - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaTask
Allow people to set the path to the project.xml file
setProperties(String) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Add all properties contained in the file fileName to the RuntimeInstance properties
setProperties(Properties) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Add all the properties in props to the RuntimeInstance properties
setProperty(String, Object) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
Set a Velocity Runtime property.
setProperty(String, Object) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
Set a Velocity Runtime property.
setProperty(String, Object) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Allows an external system to set a property in the Velocity Runtime.
setProperty(String, Object) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
Allows an external system to set a property in the Velocity Runtime.
setProperty(String, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeServices
Allows an external system to set a property in the Velocity Runtime.
setProperty(String, Object) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
Allows an external system to set a property in the Velocity Runtime.
SetPropertyExecutor - bboss.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) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.SetPropertyExecutor
 
setReferenceName(String) - 异常错误 中的方法bboss.org.apache.velocity.exception.MethodInvocationException
Sets the reference name that threw this exception.
setRegisterFromLib(boolean) - 类 中的方法bboss.org.apache.velocity.runtime.VelocimacroManager
Should macros registered from Libraries be marked special?
setRepository(String, StringResourceRepository) - 类 中的静态方法bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
Sets the specified StringResourceRepository in static storage under the specified name.
setResourceLoader(ResourceLoader) - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
Set the template loader for this template.
setResourceLoaderModificationCheckInterval(String) - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
 
setRuntimeLogger(RuntimeLogger) - 类 中的方法bboss.org.apache.velocity.util.introspection.UberspectImpl
已过时。
Use setLog(Log log) instead.
setRuntimeLogger(RuntimeLogger) - 接口 中的方法bboss.org.apache.velocity.util.introspection.UberspectLoggable
已过时。
Use setLog(Log log) instead.
setRuntimeServices(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.app.event.implement.EscapeReference
Called automatically when event cartridge is initialized.
setRuntimeServices(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.app.event.implement.IncludeNotFound
 
setRuntimeServices(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.app.event.implement.PrintExceptions
 
setRuntimeServices(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.app.event.implement.ReportInvalidReferences
Called automatically when event cartridge is initialized.
setRuntimeServices(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
 
setRuntimeServices(RuntimeServices) - 类 中的方法bboss.org.apache.velocity.util.introspection.SecureUberspector
Store the RuntimeServices before the object is initialized..
setRuntimeServices(RuntimeServices) - 接口 中的方法bboss.org.apache.velocity.util.RuntimeServicesAware
Called automatically when event cartridge is initialized.
setShowStackTraces(boolean) - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
setStyle(String) - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaTask
Allow people to set the path to the .vsl file
setSystemErrLevel(int) - 类 中的方法bboss.org.apache.velocity.runtime.log.SystemLogChute
Set the minimum level at which messages will be printed to System.err instead of System.out.
setTemplateLocalInlineVM(boolean) - 类 中的方法bboss.org.apache.velocity.runtime.VelocimacroManager
Should macros from the same template be inlined?
setTemplatePath(File) - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaTask
Set the path to the templates.
setTemplatePath(String) - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
[REQUIRED] Set the path where Velocity will look for templates using the file template loader.
setTemplatePath(String) - 类 中的方法bboss.org.apache.velocity.texen.Generator
Set the template path, where Texen will look for Velocity templates.
setType(int) - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
Sets the type of this Resource (RESOURCE_TEMPLATE or RESOURCE_CONTENT)
setUseClasspath(boolean) - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
Set the use of the classpath in locating templates
setUseResourceLoaderCache(String) - 类 中的方法bboss.org.apache.velocity.texen.ant.TexenTask
 
setValue(InternalContextAdapter, Object) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTReference
Sets the value of a complex reference (something like $foo.bar) Currently used by ASTSetReference()
setVelocityEngine(VelocityEngine) - 类 中的方法bboss.org.apache.velocity.texen.Generator
Set the velocity engine.
setVelocityPropertiesFile(File) - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaTask
Allow people to set the path to the velocity.properties file This file is found relative to the path where the JVM was run.
setWriter(Writer) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
shouldLogOnNullSet(RuntimeServices, InternalContextAdapter, String, String) - 类 中的静态方法bboss.org.apache.velocity.app.event.EventHandlerUtil
Called when a null is evaluated during a #set.
shouldLogOnNullSet(String, String) - 接口 中的方法bboss.org.apache.velocity.app.event.NullSetEventHandler
Called when the RHS of a #set() is null, which will result in a null LHS.
shutdown() - 类 中的方法bboss.org.apache.velocity.runtime.log.Log4JLogChute
Close all destinations
shutdown() - 类 中的方法bboss.org.apache.velocity.runtime.log.SimpleLog4JLogSystem
已过时。
Close all destinations
shutdown() - 类 中的方法bboss.org.apache.velocity.texen.Generator
Properly shut down the generator, right now this is simply flushing and closing the file writers that we have been holding on to.
SimpleLog4JLogSystem - bboss.org.apache.velocity.runtime.log中的类
已过时。
Use Log4JLogChute instead.
SimpleLog4JLogSystem() - 类 的构造器bboss.org.apache.velocity.runtime.log.SimpleLog4JLogSystem
已过时。
 
SimpleNode - bboss.org.apache.velocity.runtime.parser.node中的类
 
SimpleNode(int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
SimpleNode(Parser, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
SimplePool - bboss.org.apache.velocity.util中的类
Simple object pool.
SimplePool(int) - 类 的构造器bboss.org.apache.velocity.util.SimplePool
 
SINGLE_LINE_COMMENT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
SINGLE_LINE_COMMENT_START - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
size() - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
size() - 类 中的方法bboss.org.apache.velocity.util.ArrayListWrapper
 
skip(long) - 类 中的方法bboss.org.apache.velocity.io.UnicodeInputStream
 
SKIP_INVALID_ITERATOR - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Whether to throw an exception or just skip bad iterables.
specialConstructor - 异常错误 中的变量bboss.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) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.NodeUtils
已过时。
use getSpecialText(Token t)
specialToken - 类 中的变量bboss.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) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
Create a string array from a string separated by delim
stackTrace(Throwable) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
Returns the output of printStackTrace as a String.
START - 类 中的静态变量bboss.org.apache.velocity.runtime.parser.node.ASTTextblock
 
state - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
Statement() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
These are the types of statements that are acceptable in Velocity templates.
stateStackPop() - 类 中的方法bboss.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() - 类 中的方法bboss.org.apache.velocity.runtime.parser.ParserTokenManager
pops a state off the stack, and restores paren counts
STATIC_REPOSITORIES - 类 中的静态变量bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
 
staticFlag - 类 中的静态变量bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
stop() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Scope
Allows #stop to easily trigger the proper StopCommand for this scope.
Stop - bboss.org.apache.velocity.runtime.directive中的类
This class implements the #stop directive which allows a user to stop the merging and rendering process.
Stop() - 类 的构造器bboss.org.apache.velocity.runtime.directive.Stop
 
StopCommand - bboss.org.apache.velocity.runtime.directive中的错误
Stop command for directive Control objects.
StopCommand() - 错误 的构造器bboss.org.apache.velocity.runtime.directive.StopCommand
 
StopCommand(String) - 错误 的构造器bboss.org.apache.velocity.runtime.directive.StopCommand
 
StopCommand(Object) - 错误 的构造器bboss.org.apache.velocity.runtime.directive.StopCommand
 
STRICT_MATH - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Switch for ignoring nulls in math equations vs throwing exceptions.
strictEscape - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.ASTReference
Indicates if we are using modified escape behavior in strict mode.
strictEscape - 类 中的变量bboss.org.apache.velocity.runtime.parser.Parser
Set to true if the property RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE is set to true
strictMode - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.ASTMathNode
 
strictRef - 类 中的变量bboss.org.apache.velocity.runtime.directive.RuntimeMacro
Indicates if we are running in strict reference mode.
strictRef - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.ASTIdentifier
Indicates if we are running in strict reference mode.
strictRef - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.ASTIndex
Indicates if we are running in strict reference mode.
strictRef - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.ASTMethod
Indicates if we are running in strict reference mode.
strictRef - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.ASTReference
Indicates if we are running in strict reference mode.
strictRef - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.ASTSetDirective
Indicates if we are running in strict reference mode.
STRING_LITERAL - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
StringLiteral() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
StringResource - bboss.org.apache.velocity.runtime.resource.util中的类
Wrapper for Strings containing templates, allowing to add additional meta data like timestamps.
StringResource(String, String) - 类 的构造器bboss.org.apache.velocity.runtime.resource.util.StringResource
convenience constructor; sets body to 'body' and sets lastModified to now
StringResourceLoader - bboss.org.apache.velocity.runtime.resource.loader中的类
Resource loader that works with Strings.
StringResourceLoader() - 类 的构造器bboss.org.apache.velocity.runtime.resource.loader.StringResourceLoader
 
StringResourceRepository - bboss.org.apache.velocity.runtime.resource.util中的接口
A StringResourceRepository functions as a central repository for Velocity templates stored in Strings.
StringResourceRepositoryImpl - bboss.org.apache.velocity.runtime.resource.util中的类
Default implementation of StringResourceRepository.
StringResourceRepositoryImpl() - 类 的构造器bboss.org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl
 
stringSubstitution(String, Hashtable) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
 
stringSubstitution(String, Map) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
Perform a series of substitutions.
StringUtils - bboss.org.apache.velocity.util中的类
This class provides some methods for dynamically invoking methods in objects, and some string manipulation methods used by torque.
StringUtils() - 类 的构造器bboss.org.apache.velocity.util.StringUtils
 
sub(String, String, String) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
Replaces all instances of oldString with newString in line.
subList(int, int) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
subtract(Number, Number) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.MathUtils
Subtract two numbers and return the correct value / type.
SwitchTo(int) - 类 中的方法bboss.org.apache.velocity.runtime.parser.ParserTokenManager
Switch to specified lex state.
SystemLogChute - bboss.org.apache.velocity.runtime.log中的类
Logger used when no other is configured.
SystemLogChute() - 类 的构造器bboss.org.apache.velocity.runtime.log.SystemLogChute
 

T

Template - bboss.org.apache.velocity中的类
This class is used for controlling all template operations.
Template() - 类 的构造器bboss.org.apache.velocity.Template
Default constructor
TEMPLATE_PATH - 类 中的静态变量bboss.org.apache.velocity.texen.Generator
Where the velocity templates live.
templateExists(String) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
已过时。
Use resourceExists(String) instead.
templateExists(String) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
已过时。
Use resourceExists(String) instead.
TemplateInitException - bboss.org.apache.velocity.exception中的异常错误
Exception generated to indicate parse errors caught during directive initialization (e.g. wrong number of arguments)
TemplateInitException(String, String, int, int) - 异常错误 的构造器bboss.org.apache.velocity.exception.TemplateInitException
 
TemplateInitException(String, ParseException, String, int, int) - 异常错误 的构造器bboss.org.apache.velocity.exception.TemplateInitException
 
templateName - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
TemplateNumber - bboss.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 - bboss.org.apache.velocity.runtime.parser中的异常错误
This is an extension of the ParseException, which also takes a template name.
TemplateParseException(Token, int[][], String[], String) - 异常错误 的构造器bboss.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.
TemplateParseException(Token, int[][], String[]) - 异常错误 的构造器bboss.org.apache.velocity.runtime.parser.TemplateParseException
This constructor is used by the method "generateParseException" in the generated parser.
TemplateParseException() - 异常错误 的构造器bboss.org.apache.velocity.runtime.parser.TemplateParseException
The following constructors are for use by you for whatever purpose you can think of.
TemplateParseException(String) - 异常错误 的构造器bboss.org.apache.velocity.runtime.parser.TemplateParseException
Creates a new TemplateParseException object.
templatePath - 类 中的变量bboss.org.apache.velocity.texen.ant.TexenTask
This is where Velocity will look for templates using the file template loader.
templateRoots - 类 中的变量bboss.org.apache.velocity.runtime.resource.loader.URLResourceLoader
 
TexenTask - bboss.org.apache.velocity.texen.ant中的类
An ant task for generating output by using Velocity
TexenTask() - 类 的构造器bboss.org.apache.velocity.texen.ant.TexenTask
 
Text() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
This method is responsible for allowing all non-grammar text to pass through unscathed.
TEXT - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
Textblock() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
TEXTBLOCK - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
thingy - 类 中的变量bboss.org.apache.velocity.util.introspection.IntrospectionCacheData
Object to pair with class - currently either a Method or AbstractExecutor.
toArray() - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
toArray(Object[]) - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
 
toBigDecimal(Number) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.MathUtils
Convert the given Number to a BigDecimal
toBigInteger(Number) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.MathUtils
Convert the given Number to a BigInteger
token - 类 中的变量bboss.org.apache.velocity.runtime.parser.Parser
Current token.
Token - bboss.org.apache.velocity.runtime.parser中的类
Describes the input token stream.
Token() - 类 的构造器bboss.org.apache.velocity.runtime.parser.Token
 
token_source - 类 中的变量bboss.org.apache.velocity.runtime.parser.Parser
Generated Token Manager.
tokenImage - 异常错误 中的变量bboss.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 - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
Literal token values.
tokenLiteral(Token) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.NodeUtils
complete node literal
TokenMgrError - bboss.org.apache.velocity.runtime.parser中的错误
 
TokenMgrError() - 错误 的构造器bboss.org.apache.velocity.runtime.parser.TokenMgrError
 
TokenMgrError(String, int) - 错误 的构造器bboss.org.apache.velocity.runtime.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - 错误 的构造器bboss.org.apache.velocity.runtime.parser.TokenMgrError
 
toLevel(String) - 类 中的方法bboss.org.apache.velocity.runtime.log.ServletLogChute
 
toLevel(String) - 类 中的方法bboss.org.apache.velocity.runtime.log.SystemLogChute
 
toString() - 类 中的方法bboss.org.apache.velocity.anakia.AnakiaElement
Returns the XML serialized form of this element, as produced by the default XMLOutputter.
toString() - 类 中的方法bboss.org.apache.velocity.anakia.NodeList
This method returns the string resulting from concatenation of string representations of its nodes.
toString() - 类 中的方法bboss.org.apache.velocity.app.event.implement.InvalidReferenceInfo
Formats a textual representation of this object as SOURCE [line X, column Y]: invalidReference.
toString() - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
已过时。
Returns the current alternate.
toString() - 类 中的方法bboss.org.apache.velocity.app.tools.VelocityFormatter.VelocityAutoAlternator
已过时。
Returns the current alternate, and automatically alternates to the next alternate in its sequence (trigged upon rendering).
toString() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Block.Reference
 
toString() - 类 中的方法bboss.org.apache.velocity.runtime.directive.Scope.Info
 
toString() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTDirective
 
toString(String) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
toString() - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
toString() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Token
Returns the image.
toString() - 类 中的方法bboss.org.apache.velocity.util.introspection.Info
Formats a textual representation of this object as SOURCE [line X, column Y].
toStringNullCheck - 类 中的变量bboss.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() - 类 中的方法bboss.org.apache.velocity.runtime.resource.Resource
'Touch' this template and thereby resetting the nextCheck field.
trace(Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
Log a trace message.
trace(Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
Log a trace message and accompanying Throwable.
trace(boolean, Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.LogDisplayWrapper
Log a trace message.
trace(boolean, Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.LogDisplayWrapper
Log a trace message and accompanying Throwable.
trace(Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
trace(Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
TRACE_ID - 接口 中的静态变量bboss.org.apache.velocity.runtime.log.LogChute
ID for trace messages.
TRACE_PREFIX - 接口 中的静态变量bboss.org.apache.velocity.runtime.log.LogChute
Prefix string for trace messages.
TRACE_PREFIX - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
已过时。
Use LogChute.TRACE_PREFIX instead
TreeWalker - bboss.org.apache.velocity.anakia中的类
This class allows you to walk a tree of JDOM Element objects.
TreeWalker() - 类 的构造器bboss.org.apache.velocity.anakia.TreeWalker
Empty constructor
trimStrings(List) - 类 中的静态方法bboss.org.apache.velocity.util.StringUtils
Trim all strings in a List.
True() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
TRUE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
type - 类 中的变量bboss.org.apache.velocity.runtime.resource.Resource
Resource type (RESOURCE_TEMPLATE or RESOURCE_CONTENT)
typesBySize - 类 中的静态变量bboss.org.apache.velocity.runtime.parser.node.MathUtils
The "size" of the number-types - ascending.

U

uberInfo - 类 中的变量bboss.org.apache.velocity.runtime.directive.Foreach
immutable, so create in init
uberInfo - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.ASTIdentifier
This is really immutable after the init, so keep one for this node
uberInfo - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.ASTMethod
 
uberInfo - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.ASTReference
 
uberInfo - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.ASTSetDirective
This is really immutable after the init, so keep one for this node
Uberspect - bboss.org.apache.velocity.util.introspection中的接口
'Federated' introspection/reflection interface to allow the introspection behavior in Velocity to be customized.
UBERSPECT_CLASSNAME - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
key name for uberspector.
UberspectImpl - bboss.org.apache.velocity.util.introspection中的类
Implementation of Uberspect to provide the default introspective functionality of Velocity
UberspectImpl() - 类 的构造器bboss.org.apache.velocity.util.introspection.UberspectImpl
 
UberspectImpl.VelGetterImpl - bboss.org.apache.velocity.util.introspection中的类
 
UberspectImpl.VelMethodImpl - bboss.org.apache.velocity.util.introspection中的类
Implementation of VelMethod
UberspectImpl.VelSetterImpl - bboss.org.apache.velocity.util.introspection中的类
 
UberspectLoggable - bboss.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() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
UNBOUNDED_BUFFER - 类 中的静态变量bboss.org.apache.velocity.io.VelocityWriter
constant indicating that the Writer is buffered and is unbounded; this is used in BodyContent
unescape(String) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.ASTStringLiteral
 
UnicodeInputStream - bboss.org.apache.velocity.io中的类
This is an input stream that is unicode BOM aware.
UnicodeInputStream(InputStream) - 类 的构造器bboss.org.apache.velocity.io.UnicodeInputStream
Creates a new UnicodeInputStream object.
UnicodeInputStream(InputStream, boolean) - 类 的构造器bboss.org.apache.velocity.io.UnicodeInputStream
Creates a new UnicodeInputStream object.
UNKNOWN_PREFIX - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
已过时。
This will be removed in a future version
updateLog(Log, RuntimeServices) - 类 中的静态方法bboss.org.apache.velocity.runtime.log.LogManager
Update the Log instance with the appropriate LogChute and other settings determined by the RuntimeServices.
URLResourceLoader - bboss.org.apache.velocity.runtime.resource.loader中的类
This is a simple URL-based loader.
URLResourceLoader() - 类 的构造器bboss.org.apache.velocity.runtime.resource.loader.URLResourceLoader
 
useClasspath - 类 中的变量bboss.org.apache.velocity.texen.ant.TexenTask
Property which controls whether the classpath will be used when trying to locate templates.
useResourceLoaderCache - 类 中的变量bboss.org.apache.velocity.texen.ant.TexenTask
Property which controls whether the resource loader will be told to cache.
UTF16BE_BOM - 类 中的静态变量bboss.org.apache.velocity.io.UnicodeInputStream
BOM Marker for UTF 16, big endian.
UTF16LE_BOM - 类 中的静态变量bboss.org.apache.velocity.io.UnicodeInputStream
BOM Marker for UTF 16, little endian.
UTF32BE_BOM - 类 中的静态变量bboss.org.apache.velocity.io.UnicodeInputStream
BOM Marker for UTF 32, big endian.
UTF32LE_BOM - 类 中的静态变量bboss.org.apache.velocity.io.UnicodeInputStream
BOM Marker for UTF 32, little endian.
UTF8_BOM - 类 中的静态变量bboss.org.apache.velocity.io.UnicodeInputStream
BOM Marker for UTF 8.

V

val - 类 中的变量bboss.org.apache.velocity.runtime.parser.node.ASTEscape
Used by the parser
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTAndNode
Returns the value of the expression.
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTEQNode
 
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTExpression
 
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTFalse
 
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral
 
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTGENode
 
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTGTNode
 
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTIntegerLiteral
 
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTIntegerRange
does the real work.
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTLENode
 
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTLTNode
 
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTMap
 
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTMathNode
gets the two args and performs the operation on them
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTNENode
 
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTNotNode
 
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTObjectArray
 
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTOrNode
Returns the value of the expression.
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTReference
 
value(InternalContextAdapter) - 类 中的方法bboss.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) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.ASTTrue
 
value(InternalContextAdapter) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.Node
 
value(InternalContextAdapter) - 类 中的方法bboss.org.apache.velocity.runtime.parser.node.SimpleNode
 
ve - 类 中的变量bboss.org.apache.velocity.texen.Generator
Velocity engine.
VelGetterImpl(AbstractExecutor) - 类 的构造器bboss.org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
 
VelMethod - bboss.org.apache.velocity.util.introspection中的接口
Method used for regular method invocation $foo.bar()
VelMethodImpl(Method) - 类 的构造器bboss.org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
 
VelMethodImpl(Method, boolean) - 类 的构造器bboss.org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl
 
VelocimacroFactory - bboss.org.apache.velocity.runtime中的类
VelocimacroFactory.java manages the set of VMs in a running Velocity engine.
VelocimacroFactory(RuntimeServices) - 类 的构造器bboss.org.apache.velocity.runtime.VelocimacroFactory
C'tor for the VelociMacro factory.
VelocimacroManager - bboss.org.apache.velocity.runtime中的类
Manages VMs in namespaces.
VelocimacroProxy - bboss.org.apache.velocity.runtime.directive中的类
VelocimacroProxy.java a proxy Directive-derived object to fit with the current directive system
VelocimacroProxy() - 类 的构造器bboss.org.apache.velocity.runtime.directive.VelocimacroProxy
 
Velocity - bboss.org.apache.velocity.app中的类
This class provides services to the application developer, such as : Simple Velocity Runtime engine initialization methods.
Velocity() - 类 的构造器bboss.org.apache.velocity.app.Velocity
 
VelocityAlternator(String[]) - 类 的构造器bboss.org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator
已过时。
Constructor takes an array of Strings.
VelocityAutoAlternator(String[]) - 类 的构造器bboss.org.apache.velocity.app.tools.VelocityFormatter.VelocityAutoAlternator
已过时。
Constructor takes an array of Strings.
VelocityCharStream - bboss.org.apache.velocity.runtime.parser中的类
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
VelocityCharStream(Reader, int, int, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
VelocityCharStream(Reader, int, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
VelocityCharStream(InputStream, int, int, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
VelocityCharStream(InputStream, int, int) - 类 的构造器bboss.org.apache.velocity.runtime.parser.VelocityCharStream
 
VelocityContext - bboss.org.apache.velocity中的类
General purpose implemention of the application Context interface for general application use.
VelocityContext() - 类 的构造器bboss.org.apache.velocity.VelocityContext
Creates a new instance (with no inner context).
VelocityContext(Map) - 类 的构造器bboss.org.apache.velocity.VelocityContext
Creates a new instance with the provided storage (and no inner context).
VelocityContext(Context) - 类 的构造器bboss.org.apache.velocity.VelocityContext
Chaining constructor, used when you want to wrap a context in another.
VelocityContext(Map, Context) - 类 的构造器bboss.org.apache.velocity.VelocityContext
Initializes internal storage (never to null), and inner context.
VelocityEngine - bboss.org.apache.velocity.app中的类
This class provides a separate new-able instance of the Velocity template engine.
VelocityEngine() - 类 的构造器bboss.org.apache.velocity.app.VelocityEngine
Init-less CTOR
VelocityEngine(String) - 类 的构造器bboss.org.apache.velocity.app.VelocityEngine
Construct a VelocityEngine with the initial properties defined in the file propsFilename
VelocityEngine(Properties) - 类 的构造器bboss.org.apache.velocity.app.VelocityEngine
Construct a VelocityEngine instance with the specified initial properties.
VelocityException - bboss.org.apache.velocity.exception中的异常错误
Base class for Velocity runtime exceptions thrown to the application layer.
VelocityException(String) - 异常错误 的构造器bboss.org.apache.velocity.exception.VelocityException
 
VelocityException(String, Throwable) - 异常错误 的构造器bboss.org.apache.velocity.exception.VelocityException
 
VelocityException(Throwable) - 异常错误 的构造器bboss.org.apache.velocity.exception.VelocityException
 
VelocityFormatter - bboss.org.apache.velocity.app.tools中的类
已过时。
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) - 类 的构造器bboss.org.apache.velocity.app.tools.VelocityFormatter
已过时。
Constructor needs a backpointer to the context.
VelocityFormatter - bboss.org.apache.velocity.runtime.log中的类
 
VelocityFormatter(String) - 类 的构造器bboss.org.apache.velocity.runtime.log.VelocityFormatter
 
VelocityFormatter.VelocityAlternator - bboss.org.apache.velocity.app.tools中的类
已过时。
Class that returns alternating values in a template.
VelocityFormatter.VelocityAutoAlternator - bboss.org.apache.velocity.app.tools中的类
已过时。
As VelocityAlternator, but calls alternate() automatically on rendering in a template.
VelocityServlet - bboss.org.apache.velocity.servlet中的类
已过时。
This servlet has been replaced by VelocityViewServlet, available from the Velocity-Tools sub-project. VelocityViewServlet provides support for quick, clean MVC web development. VelocityServlet will be removed in a future version of Velocity.
VelocityServlet() - 类 的构造器bboss.org.apache.velocity.servlet.VelocityServlet
已过时。
 
VelocityWriter - bboss.org.apache.velocity.io中的类
Implementation of a fast Writer.
VelocityWriter(Writer) - 类 的构造器bboss.org.apache.velocity.io.VelocityWriter
Create a buffered character-output stream that uses a default-sized output buffer.
VelocityWriter(Writer, int, boolean) - 类 的构造器bboss.org.apache.velocity.io.VelocityWriter
Create a new buffered character-output stream that uses an output buffer of the given size.
VelPropertyGet - bboss.org.apache.velocity.util.introspection中的接口
Interface defining a 'getter'.
VelPropertySet - bboss.org.apache.velocity.util.introspection中的接口
Interface used for setting values that appear to be properties in Velocity.
VelSetterImpl(SetExecutor) - 类 的构造器bboss.org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
 
visit(SimpleNode, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTprocess, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTEscapedDirective, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTEscape, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTComment, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTFloatingPointLiteral, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTIntegerLiteral, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTStringLiteral, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTIdentifier, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTWord, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTDirective, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTBlock, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTMap, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTObjectArray, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTIntegerRange, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTMethod, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTReference, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTTrue, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTFalse, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTText, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTIfStatement, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTElseStatement, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTElseIfStatement, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTSetDirective, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTExpression, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTAssignment, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTOrNode, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTAndNode, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTEQNode, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTNENode, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTLTNode, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTGTNode, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTLENode, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTGENode, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTAddNode, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTSubtractNode, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTMulNode, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTDivNode, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTModNode, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(ASTNotNode, Object) - 接口 中的方法bboss.org.apache.velocity.runtime.parser.node.ParserVisitor
 
visit(SimpleNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTprocess, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTExpression, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTAssignment, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTOrNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTAndNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTEQNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTNENode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTLTNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTGTNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTLENode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTGENode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTAddNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTSubtractNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTMulNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTDivNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTModNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTNotNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTIntegerLiteral, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTFloatingPointLiteral, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTStringLiteral, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTIdentifier, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTMethod, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTReference, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTTrue, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTFalse, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTBlock, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTText, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTIfStatement, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTElseStatement, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTElseIfStatement, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTComment, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTObjectArray, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTWord, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTSetDirective, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTDirective, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTEscapedDirective, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTEscape, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTMap, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(ASTIntegerRange, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.BaseVisitor
 
visit(SimpleNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTprocess, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTExpression, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTAssignment, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTOrNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTAndNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTEQNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTNENode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTLTNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTGTNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTLENode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTGENode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTAddNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTSubtractNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTMulNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTDivNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTModNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTNotNode, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTFloatingPointLiteral, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTIntegerLiteral, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTStringLiteral, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTIdentifier, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTMethod, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTReference, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTTrue, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTFalse, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTBlock, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTText, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTIfStatement, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTElseStatement, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTElseIfStatement, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTObjectArray, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTDirective, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTWord, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTSetDirective, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTEscapedDirective, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTEscape, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTMap, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
visit(ASTIntegerRange, Object) - 类 中的方法bboss.org.apache.velocity.runtime.visitor.NodeViewMode
 
VM_ARGUMENTS_STRICT - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
if true, throw an exception for wrong number of arguments
VM_BODY_REFERENCE - 接口 中的静态变量bboss.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 - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
switch for local context in VM : default false.
VM_EXT - 类 中的静态变量bboss.org.apache.velocity.convert.WebMacro
已过时。
 
VM_LIBRARY - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Name of local Velocimacro library template.
VM_LIBRARY_AUTORELOAD - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
switch for autoloading library-sourced VMs (for development).
VM_LIBRARY_DEFAULT - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Default Velocimacro library template.
VM_MAX_DEPTH - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Specify the maximum depth for macro calls
VM_MESSAGES_ON - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Switch for VM blather : default true.
VM_PERM_ALLOW_INLINE - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
boolean (true/false) default true : allow inline (in-template) macro definitions.
VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
boolean (true/false) default false : allow inline (in-template) macro definitions to replace existing.
VM_PERM_INLINE_LOCAL - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
Switch for forcing inline macros to be local : default false.

W

warn(Object) - 类 中的静态方法bboss.org.apache.velocity.app.Velocity
已过时。
Use getLog() and call warn() on it.
warn(Object) - 类 中的方法bboss.org.apache.velocity.app.VelocityEngine
已过时。
Use getLog() and call warn() on it.
warn(Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
Log a warning message.
warn(Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.Log
Log a warning message and accompanying Throwable.
warn(boolean, Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.LogDisplayWrapper
Log a warning message.
warn(boolean, Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.LogDisplayWrapper
Log a warning message and accompanying Throwable.
warn(Object) - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
warn(Object, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.RuntimeLoggerLog
已过时。
 
warn(Object) - 类 中的静态方法bboss.org.apache.velocity.runtime.Runtime
已过时。
Log a warning message.
warn(Object) - 类 中的方法bboss.org.apache.velocity.runtime.RuntimeInstance
已过时。
Use getLog() and call warn() on it.
warn(Object) - 接口 中的方法bboss.org.apache.velocity.runtime.RuntimeLogger
已过时。
Use Log.warn(Object).
warn(Object) - 类 中的静态方法bboss.org.apache.velocity.runtime.RuntimeSingleton
已过时。
Use getLog() and call warn() on it.
WARN_ID - 接口 中的静态变量bboss.org.apache.velocity.runtime.log.LogChute
ID for warning messages.
WARN_ID - 接口 中的静态变量bboss.org.apache.velocity.runtime.log.LogSystem
已过时。
ID for warning messages.
WARN_PREFIX - 接口 中的静态变量bboss.org.apache.velocity.runtime.log.LogChute
Prefix string for warn messages.
WARN_PREFIX - 接口 中的静态变量bboss.org.apache.velocity.runtime.RuntimeConstants
已过时。
Use LogChute.WARN_PREFIX instead
WebMacro - bboss.org.apache.velocity.convert中的类
已过时。
Obsolete and outdated.
WebMacro() - 类 的构造器bboss.org.apache.velocity.convert.WebMacro
已过时。
 
WHITESPACE - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
WM_EXT - 类 中的静态变量bboss.org.apache.velocity.convert.WebMacro
已过时。
 
Word() - 类 中的方法bboss.org.apache.velocity.runtime.parser.Parser
 
WORD - 接口 中的静态变量bboss.org.apache.velocity.runtime.parser.ParserConstants
RegularExpression Id.
wrap(Uberspect) - 类 中的方法bboss.org.apache.velocity.util.introspection.AbstractChainableUberspector
Specify the decorated Uberspector
wrap(Uberspect) - 接口 中的方法bboss.org.apache.velocity.util.introspection.ChainableUberspector
Specify the decorated Uberspector
wrapPrimitive(long, Class) - 类 中的静态方法bboss.org.apache.velocity.runtime.parser.node.MathUtils
Wrap the given primitive into the given class if the value is in the range of the destination type.
write(int) - 类 中的方法bboss.org.apache.velocity.io.VelocityWriter
Write a single character.
write(char[], int, int) - 类 中的方法bboss.org.apache.velocity.io.VelocityWriter
Write a portion of an array of characters.
write(char[]) - 类 中的方法bboss.org.apache.velocity.io.VelocityWriter
Write an array of characters.
write(String, int, int) - 类 中的方法bboss.org.apache.velocity.io.VelocityWriter
Write a portion of a String.
write(String) - 类 中的方法bboss.org.apache.velocity.io.VelocityWriter
Write a string.
write(PrintStream, String, String, Throwable) - 类 中的方法bboss.org.apache.velocity.runtime.log.SystemLogChute
 
writer - 类 中的变量bboss.org.apache.velocity.runtime.visitor.BaseVisitor
Writer used as the output sink

X

XPathTool - bboss.org.apache.velocity.anakia中的类
This class adds an entrypoint into XPath functionality, for Anakia.
XPathTool() - 类 的构造器bboss.org.apache.velocity.anakia.XPathTool
Constructor does nothing, as this is mostly just objectified static methods
A B C D E F G H I J K L M N O P R S T U V W X