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.directive.contrib 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 voidTemplate. 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 voidBlock. init(RuntimeServices rs, InternalContextAdapter context, Node node)simple init - get the keyvoidBlockMacro. init(RuntimeServices rs, String macroName, 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 ASTvoidMacro. 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.directive.contrib
Methods in org.apache.velocity.runtime.directive.contrib that throw TemplateInitException Modifier and Type Method Description voidFor. init(RuntimeServices rs, InternalContextAdapter context, Node node) -
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 ObjectASTAssignment. init(InternalContextAdapter context, Object data)ObjectASTBinaryOperator. init(InternalContextAdapter context, Object data)ObjectASTBlock. init(InternalContextAdapter context, Object data)ObjectASTDirective. init(InternalContextAdapter context, Object data)ObjectASTDirectiveAssign. init(InternalContextAdapter context, Object data)ObjectASTElseIfStatement. init(InternalContextAdapter context, Object data)ObjectASTElseStatement. init(InternalContextAdapter context, Object data)ObjectASTEscapedDirective. init(InternalContextAdapter context, Object data)ObjectASTExpression. init(InternalContextAdapter context, Object data)ObjectASTFalse. init(InternalContextAdapter context, Object data)ObjectASTFloatingPointLiteral. init(InternalContextAdapter context, Object data)Initialization method - doesn't do much but do the object creation.ObjectASTIdentifier. init(InternalContextAdapter context, Object data)simple init - don't do anything that is context specific.ObjectASTIfStatement. init(InternalContextAdapter context, Object data)ObjectASTIncludeStatement. init(InternalContextAdapter context, Object data)ObjectASTIndex. init(InternalContextAdapter context, Object data)ObjectASTIntegerLiteral. init(InternalContextAdapter context, Object data)ObjectASTIntegerRange. init(InternalContextAdapter context, Object data)ObjectASTLogicalOperator. init(InternalContextAdapter context, Object data)ObjectASTMap. init(InternalContextAdapter context, Object data)ObjectASTMathNode. init(InternalContextAdapter context, Object data)ObjectASTMethod. init(InternalContextAdapter context, Object data)simple init - init our subtree and get what we can from the ASTObjectASTModNode. init(InternalContextAdapter context, Object data)ObjectASTMulNode. init(InternalContextAdapter context, Object data)ObjectASTNegateNode. init(InternalContextAdapter context, Object data)ObjectASTNotNode. init(InternalContextAdapter context, Object data)ObjectASTObjectArray. init(InternalContextAdapter context, Object data)ObjectASTprocess. init(InternalContextAdapter context, Object data)ObjectASTReference. init(InternalContextAdapter context, Object data)ObjectASTSetDirective. init(InternalContextAdapter context, Object data)simple init.ObjectASTStringLiteral. init(InternalContextAdapter context, Object data)init : we don't have to do much.ObjectASTText. init(InternalContextAdapter context, Object data)ObjectASTTextblock. init(InternalContextAdapter context, Object data)ObjectASTTrue. init(InternalContextAdapter context, Object data)ObjectASTVariable. init(InternalContextAdapter context, Object data)ObjectASTWord. init(InternalContextAdapter context, Object data)ObjectNode. init(InternalContextAdapter context, Object data)ObjectSimpleNode. init(InternalContextAdapter context, Object data)
-