| Class and Description |
|---|
| MiniTemplator
A compact template engine for HTML files.
|
| MiniTemplator.BlockNotDefinedException
Thrown when
Minitemplator.addBlock
is called with a blockName that is not defined
within the template. |
| MiniTemplator.Builder
Specifies the parameters for constructing a
MiniTemplator object. |
| 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 © 2010–2016 source-code.biz. All rights reserved.