Uses of Interface
org.exoplatform.commons.utils.CharEncoder

Packages that use CharEncoder
org.exoplatform.commons.utils   
 

Uses of CharEncoder in org.exoplatform.commons.utils
 

Classes in org.exoplatform.commons.utils that implement CharEncoder
 class CharsetCharEncoder
          An implementation of a char encoder that is stateless and is based on a specified charset.
 class TableCharEncoder
          A char encoder that use a table to cache the result produced by a delegate char encoder.
 

Methods in org.exoplatform.commons.utils that return CharEncoder
static CharEncoder CharsetCharEncoder.getUTF8()
           
 

Constructors in org.exoplatform.commons.utils with parameters of type CharEncoder
CharsetTextEncoder(CharEncoder charEncoder)
           
TableCharEncoder(CharEncoder charEncoder)
          Creates a new table based char encoder.
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.