All Classes
-
All Classes Class Summary Exception Summary Class Description MiniTemplator A compact template engine for HTML files.MiniTemplator.BlockNotDefinedException Thrown whenMinitemplator.addBlockis called with ablockNamethat is not defined within the template.MiniTemplator.Builder Specifies the parameters for constructing aMiniTemplatorobject.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.