Uses of Package
biz.source_code.miniTemplator
-
Classes in biz.source_code.miniTemplator used by biz.source_code.miniTemplator 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.VariableNotDefinedException Thrown whenMinitemplator.setVariableis called with avariableNamethat is not defined within the template and theisOptionalparameter isfalse.