|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||