Package biz.source_code.miniTemplator
-
Class Summary Class Description MiniTemplator A compact template engine for HTML files.MiniTemplator.Builder Specifies the parameters for constructing aMiniTemplatorobject. -
Exception Summary Exception Description MiniTemplator.BlockNotDefinedException Thrown whenMinitemplator.addBlockis called with ablockNamethat is not defined within the template.MiniTemplator.TemplateSyntaxException Thrown when a syntax error is encountered within the template.MiniTemplator.VariableNotDefinedException Thrown whenMinitemplator.setVariableis called with avariableNamethat is not defined within the template and theisOptionalparameter isfalse.