com.jrefinery.report.util
Class EncodingSupport

java.lang.Object
  |
  +--com.jrefinery.report.util.EncodingSupport

public class EncodingSupport
extends java.lang.Object

A global registry for all supported encodings.

Author:
Thomas Morgner.

Constructor Summary
EncodingSupport()
           
 
Method Summary
static boolean isSupportedEncoding(java.lang.String encoding)
          Returns true if the encoding is valid, and false otherwise.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodingSupport

public EncodingSupport()
Method Detail

isSupportedEncoding

public static boolean isSupportedEncoding(java.lang.String encoding)
Returns true if the encoding is valid, and false otherwise.

Parameters:
encoding - the encoding (name).
Returns:
A boolean.