Class OutputConverter.ResinWriter
java.lang.Object
java.io.Writer
com.opensymphony.module.sitemesh.util.OutputConverter.ResinWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
- Enclosing class:
OutputConverter
To get internationalised characters to work on Resin, some conversions need to take place.
-
Field Details
-
target
-
buffer
-
-
Constructor Details
-
ResinWriter
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classWriter
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Specified by:
flush
in classWriter
- Throws:
IOException
-
write
- Specified by:
write
in classWriter
- Throws:
IOException
-