|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbiz.source_code.miniTemplator.MiniTemplator.TemplateSpecification
public static class MiniTemplator.TemplateSpecification
Specifies the parameters for constructing a MiniTemplator object.
| Field Summary | |
|---|---|
Charset |
charset
The character set to be used for reading and writing files. |
Set<String> |
conditionFlags
Flags for the conditional commands ($if, $elseIf). |
boolean |
shortFormEnabled
Enables the short form syntax for conditional blocks. |
URL |
url
The template URL. |
| Constructor Summary | |
|---|---|
MiniTemplator.TemplateSpecification()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public URL url
public Charset charset
MiniTemplator.generateOutput(String outputFileName).
If this field is null, the default charset of the Java VM is used.
public Set<String> conditionFlags
public boolean shortFormEnabled
| Constructor Detail |
|---|
public MiniTemplator.TemplateSpecification()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||