Save This Page
Home » sitemesh-2.3 » com.opensymphony.module » sitemesh » util » [javadoc | source]
com.opensymphony.module.sitemesh.util
public class: OutputConverter [javadoc | source]
java.lang.Object
   com.opensymphony.module.sitemesh.util.OutputConverter
A converter from one character type to another

This class is not threadsafe
Nested Class Summary:
static class  OutputConverter.ResinWriter  To get internationalised characters to work on Resin, some conversions need to take place. 
Field Summary
public static final  String WORK_AROUND_RESIN_I18N_BUG    Resin versions 2.1.12 and previously have encoding problems for internationalisation.

This is fixed in Resin 2.1.13. Once 2.1.13 is used more widely, this parameter (and class) can be removed. 

Method from com.opensymphony.module.sitemesh.util.OutputConverter Summary:
convert,   getWriter
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.module.sitemesh.util.OutputConverter Detail:
 public static String convert(String inputString) throws IOException 
 public static Writer getWriter(Writer out)