Package org.apache.ofbiz.webapp.ftl
Class LoopWriter
java.lang.Object
java.io.Writer
org.apache.ofbiz.webapp.ftl.LoopWriter
- All Implemented Interfaces:
freemarker.template.TransformControl
,Closeable
,Flushable
,Appendable
,AutoCloseable
-
Constructor Details
-
LoopWriter
-
-
Method Details
-
onStart
- Specified by:
onStart
in interfacefreemarker.template.TransformControl
- Throws:
freemarker.template.TemplateModelException
IOException
-
afterBody
- Specified by:
afterBody
in interfacefreemarker.template.TransformControl
- Throws:
freemarker.template.TemplateModelException
IOException
-
onError
- Specified by:
onError
in interfacefreemarker.template.TransformControl
- Throws:
Throwable
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classWriter
- Throws:
IOException
-
write
public void write(char[] cbuf, int off, int len) -
flush
- Specified by:
flush
in interfaceFlushable
- Specified by:
flush
in classWriter
- Throws:
IOException
-