Uses of Class
org.apache.velocity.exception.TemplateInitException

Packages that use TemplateInitException
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
 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
 void Macro.init(RuntimeServices rs, InternalContextAdapter context, Node node)
           
 void BlockMacro.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          Initializes the directive.
 void Literal.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          Deprecated. Store the literal rendition of a node using the Node.literal().
 void Foreach.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          simple init - init the tree and get the elementKey from the AST
 void Parse.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          Init's the #parse directive.
 void Evaluate.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          Initialize and check arguments.
 void Define.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          simple init - get the key
 void Include.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          simple init - init the tree and get the elementKey from the AST
 void Block.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          simple init - get the key
 void Directive.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          How this directive is to be initialized.
 

Uses of TemplateInitException in org.apache.velocity.runtime.parser.node
 

Methods in org.apache.velocity.runtime.parser.node that throw TemplateInitException
 java.lang.Object ASTTextblock.init(InternalContextAdapter context, java.lang.Object data)
           
 java.lang.Object ASTIndex.init(InternalContextAdapter context, java.lang.Object data)
           
 java.lang.Object ASTMathNode.init(InternalContextAdapter context, java.lang.Object data)
          
 java.lang.Object ASTSetDirective.init(InternalContextAdapter context, java.lang.Object data)
          simple init.
 java.lang.Object ASTText.init(InternalContextAdapter context, java.lang.Object data)
           
 java.lang.Object ASTReference.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 AST
 java.lang.Object ASTDirective.init(InternalContextAdapter context, java.lang.Object data)
           
 java.lang.Object ASTIdentifier.init(InternalContextAdapter context, java.lang.Object data)
          simple init - don't do anything that is context specific.
 java.lang.Object ASTStringLiteral.init(InternalContextAdapter context, java.lang.Object data)
          init : we don't have to do much.
 java.lang.Object ASTIntegerLiteral.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 Node.init(InternalContextAdapter context, java.lang.Object data)
           
 java.lang.Object SimpleNode.init(InternalContextAdapter context, java.lang.Object data)
           
 



Copyright © 2000-2012. All Rights Reserved.