Package biz.source_code.miniTemplator

Class Summary
MiniTemplator A compact template engine for HTML files.
MiniTemplator.Builder Specifies the parameters for constructing a MiniTemplator object.
 

Exception Summary
MiniTemplator.BlockNotDefinedException Thrown when Minitemplator.addBlock is called with a blockName that is not defined within the template.
MiniTemplator.TemplateSyntaxException Thrown when a syntax error is encountered within the template.
MiniTemplator.VariableNotDefinedException Thrown when Minitemplator.setVariable is called with a variableName that is not defined within the template and the isOptional parameter is false.
 



Copyright © 2013. All Rights Reserved.