|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dhmp.util.stylesheet.Script
Class that represents a parsed template. This class can generate an actual output filling the template with data contained in a HierarchicalMap.
ScriptCollection
Method Summary | |
void |
eval(java.io.Writer os,
HierarchicalMap data)
Expand all the script's contents writing the result to output. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void eval(java.io.Writer os, HierarchicalMap data) throws java.io.IOException
eval
in interface org.dhmp.util.stylesheet.StylesheetNode
os
- output Writer where the result of script expansion is writtendata
- HierarchicalMap containing the data used during script expansion
java.io.IOException
- if an I/O error occurs when writing to ouput Writer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |