org.melati.template.webmacro
Class MelatiWebmacroStringWriter
java.lang.Object
java.io.Writer
org.melati.util.MelatiWriter
org.melati.util.MelatiStringWriter
org.melati.template.webmacro.MelatiWebmacroStringWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable, MelatiWebmacroWriter
public class MelatiWebmacroStringWriter
- extends MelatiStringWriter
- implements MelatiWebmacroWriter
MelatiStringWriter
that can be used with WebMacro.
- See Also:
WebmacroTemplate.write(org.melati.util.MelatiWriter,
org.melati.template.TemplateContext,
org.melati.template.TemplateEngine)
Method Summary |
org.webmacro.FastWriter |
getFastWriter()
Return a FastWriter that can be used for a while. |
void |
stopUsingFastWriter(org.webmacro.FastWriter fw)
Stop using the given FastWriter obtained from
this object. |
MelatiWebmacroStringWriter
public MelatiWebmacroStringWriter()
getFastWriter
public org.webmacro.FastWriter getFastWriter()
- Description copied from interface:
MelatiWebmacroWriter
- Return a
FastWriter
that can be used for a while.
- Specified by:
getFastWriter
in interface MelatiWebmacroWriter
- Returns:
- a
FastWriter
that can be used for a while.
a FastWriter - See Also:
stopUsingFastWriter(FastWriter)
,
(org.melati.template.TemplateEngine)
stopUsingFastWriter
public void stopUsingFastWriter(org.webmacro.FastWriter fw)
- Stop using the given
FastWriter
obtained from
this object.
- Specified by:
stopUsingFastWriter
in interface MelatiWebmacroWriter
Copyright © 2000-2010 PanEris. All Rights Reserved.