Uses of Class
org.apache.velocity.exception.TemplateInitException
-
Packages that use TemplateInitException Package Description org.apache.velocity org.apache.velocity.runtime.directive org.apache.velocity.runtime.parser.node -
-
Uses of TemplateInitException in org.apache.velocity
Methods in org.apache.velocity that throw TemplateInitException Modifier and Type Method Description void
Template. initDocument()
initializes the document. -
Uses of TemplateInitException in org.apache.velocity.runtime.directive
Methods in org.apache.velocity.runtime.directive that throw TemplateInitException Modifier and Type Method Description void
Block. init(RuntimeServices rs, InternalContextAdapter context, Node node)
simple init - get the keyvoid
BlockMacro. init(RuntimeServices rs, InternalContextAdapter context, Node node)
Initializes the directive.void
Define. init(RuntimeServices rs, InternalContextAdapter context, Node node)
simple init - get the keyvoid
Directive. init(RuntimeServices rs, InternalContextAdapter context, Node node)
How this directive is to be initialized.void
Evaluate. init(RuntimeServices rs, InternalContextAdapter context, Node node)
Initialize and check arguments.void
Foreach. init(RuntimeServices rs, InternalContextAdapter context, Node node)
simple init - init the tree and get the elementKey from the ASTvoid
Include. init(RuntimeServices rs, InternalContextAdapter context, Node node)
simple init - init the tree and get the elementKey from the ASTvoid
Literal. init(RuntimeServices rs, InternalContextAdapter context, Node node)
Deprecated.Store the literal rendition of a node using the Node.literal().void
Macro. init(RuntimeServices rs, InternalContextAdapter context, Node node)
void
Parse. init(RuntimeServices rs, InternalContextAdapter context, Node node)
Init's the #parse directive. -
Uses of TemplateInitException in org.apache.velocity.runtime.parser.node
Methods in org.apache.velocity.runtime.parser.node that throw TemplateInitException Modifier and Type Method Description java.lang.Object
ASTDirective. init(InternalContextAdapter context, java.lang.Object data)
java.lang.Object
ASTFloatingPointLiteral. init(InternalContextAdapter context, java.lang.Object data)
Initialization method - doesn't do much but do the object creation.java.lang.Object
ASTIdentifier. init(InternalContextAdapter context, java.lang.Object data)
simple init - don't do anything that is context specific.java.lang.Object
ASTIndex. init(InternalContextAdapter context, java.lang.Object data)
java.lang.Object
ASTIntegerLiteral. init(InternalContextAdapter context, java.lang.Object data)
java.lang.Object
ASTMathNode. init(InternalContextAdapter context, java.lang.Object data)
java.lang.Object
ASTMethod. init(InternalContextAdapter context, java.lang.Object data)
simple init - init our subtree and get what we can from the ASTjava.lang.Object
ASTReference. init(InternalContextAdapter context, java.lang.Object data)
java.lang.Object
ASTSetDirective. init(InternalContextAdapter context, java.lang.Object data)
simple init.java.lang.Object
ASTStringLiteral. init(InternalContextAdapter context, java.lang.Object data)
init : we don't have to do much.java.lang.Object
ASTText. init(InternalContextAdapter context, java.lang.Object data)
java.lang.Object
ASTTextblock. init(InternalContextAdapter context, java.lang.Object data)
java.lang.Object
Node. init(InternalContextAdapter context, java.lang.Object data)
java.lang.Object
SimpleNode. init(InternalContextAdapter context, java.lang.Object data)
-