| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TemplateTransformModel
Transformations in a template data model must implement either this
 interface or the TemplateTransformModel2 interface.
 Input to the transformation is reader from a Reader, and
 written out to a PrintWriter.
The detail messages of any TemplateModelExceptions
 thrown will be included as HTML comments in the output. Any
 IOExceptions are passed up to the caller of the template.
TemplateTransformModel2| Method Summary | |
|---|---|
|  void | transform(java.io.Reader source,
          java.io.PrintWriter output)Performs a transformation/filter on FM-Classic output. | 
| Methods inherited from interface freemarker.template.TemplateModel | 
|---|
| isEmpty | 
| Method Detail | 
|---|
void transform(java.io.Reader source,
               java.io.PrintWriter output)
               throws java.io.IOException,
                      TemplateModelException
source - the input to be transformedoutput - the destination of the transformation
java.io.IOException
TemplateModelException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||