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 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.
 void Include.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          simple init - init the tree and get the elementKey from the AST
 void Macro.init(RuntimeServices rs, InternalContextAdapter context, Node node)
           
 void Define.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          simple init - get the key
 void Parse.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          Init's the #parse directive.
 void BlockMacro.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          Initializes the directive.
 void Evaluate.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          Initialize and check arguments.
 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
 

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

Methods in org.apache.velocity.runtime.parser.node that throw TemplateInitException
 Object ASTSetDirective.init(InternalContextAdapter context, Object data)
          simple init.
 Object SimpleNode.init(InternalContextAdapter context, Object data)
           
 Object Node.init(InternalContextAdapter context, Object data)
           
 Object ASTReference.init(InternalContextAdapter context, Object data)
           
 Object ASTIndex.init(InternalContextAdapter context, Object data)
           
 Object ASTFloatingPointLiteral.init(InternalContextAdapter context, Object data)
          Initialization method - doesn't do much but do the object creation.
 Object ASTIntegerLiteral.init(InternalContextAdapter context, Object data)
           
 Object ASTStringLiteral.init(InternalContextAdapter context, Object data)
          init : we don't have to do much.
 Object ASTIdentifier.init(InternalContextAdapter context, Object data)
          simple init - don't do anything that is context specific.
 Object ASTDirective.init(InternalContextAdapter context, Object data)
           
 Object ASTMethod.init(InternalContextAdapter context, Object data)
          simple init - init our subtree and get what we can from the AST
 Object ASTText.init(InternalContextAdapter context, Object data)
           
 Object ASTMathNode.init(InternalContextAdapter context, Object data)
          
 Object ASTTextblock.init(InternalContextAdapter context, Object data)
           
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.