Uses of Interface
org.exoplatform.commons.utils.CharEncoder
Packages that use CharEncoder
-
Uses of CharEncoder in org.exoplatform.commons.utils
Classes in org.exoplatform.commons.utils that implement CharEncoderModifier and TypeClassDescriptionclassAn implementation of a char encoder that is stateless and is based on a specified charset.classA char encoder that use a table to cache the result produced by a delegate char encoder.Methods in org.exoplatform.commons.utils that return CharEncoderConstructors in org.exoplatform.commons.utils with parameters of type CharEncoderModifierConstructorDescriptionCharsetTextEncoder(CharEncoder charEncoder) TableCharEncoder(CharEncoder charEncoder) Creates a new table based char encoder.