Uses of Class
org.apache.velocity.exception.TemplateInitException
Packages that use TemplateInitException
Package
Description
-
Uses of TemplateInitException in org.apache.velocity
Methods in org.apache.velocity that throw TemplateInitException -
Uses of TemplateInitException in org.apache.velocity.runtime.directive
Methods in org.apache.velocity.runtime.directive that throw TemplateInitExceptionModifier and TypeMethodDescriptionvoid
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 TemplateInitExceptionModifier and TypeMethodDescriptionASTDirective.init
(InternalContextAdapter context, Object data) ASTFloatingPointLiteral.init
(InternalContextAdapter context, Object data) Initialization method - doesn't do much but do the object creation.ASTIdentifier.init
(InternalContextAdapter context, Object data) simple init - don't do anything that is context specific.ASTIndex.init
(InternalContextAdapter context, Object data) ASTIntegerLiteral.init
(InternalContextAdapter context, Object data) ASTMathNode.init
(InternalContextAdapter context, Object data) ASTMethod.init
(InternalContextAdapter context, Object data) simple init - init our subtree and get what we can from the ASTASTReference.init
(InternalContextAdapter context, Object data) ASTSetDirective.init
(InternalContextAdapter context, Object data) simple init.ASTStringLiteral.init
(InternalContextAdapter context, Object data) init : we don't have to do much.ASTText.init
(InternalContextAdapter context, Object data) ASTTextblock.init
(InternalContextAdapter context, Object data) Node.init
(InternalContextAdapter context, Object data) SimpleNode.init
(InternalContextAdapter context, Object data)