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 TypeMethodDescriptionvoidBlock.init(RuntimeServices rs, InternalContextAdapter context, Node node) simple init - get the keyvoidBlockMacro.init(RuntimeServices rs, InternalContextAdapter context, Node node) Initializes the directive.voidDefine.init(RuntimeServices rs, InternalContextAdapter context, Node node) simple init - get the keyvoidDirective.init(RuntimeServices rs, InternalContextAdapter context, Node node) How this directive is to be initialized.voidEvaluate.init(RuntimeServices rs, InternalContextAdapter context, Node node) Initialize and check arguments.voidForeach.init(RuntimeServices rs, InternalContextAdapter context, Node node) simple init - init the tree and get the elementKey from the ASTvoidInclude.init(RuntimeServices rs, InternalContextAdapter context, Node node) simple init - init the tree and get the elementKey from the ASTvoidLiteral.init(RuntimeServices rs, InternalContextAdapter context, Node node) Deprecated.Store the literal rendition of a node using the Node.literal().voidMacro.init(RuntimeServices rs, InternalContextAdapter context, Node node) voidParse.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)