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 VelocimacroProxy.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          The major meat of VelocimacroProxy, init() checks the # of arguments.
 void Include.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          simple init - init the tree and get the elementKey from the AST
 void Evaluate.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          Initialize and check arguments.
 void Directive.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          How this directive is to be initialized.
 void Macro.init(RuntimeServices rs, InternalContextAdapter context, Node node)
           
 void Break.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          simple init - init the tree and get the elementKey from the AST
 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 Foreach.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          simple init - init the tree and get the elementKey from the AST
 void Literal.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          Store the literal rendition of a node using the Node.literal().
 

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

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



Copyright ? 2000-2012 Apache Software Foundation. All Rights Reserved.