|
Class Summary |
| Inflector |
Transforms words to singular, plural, humanized (human readable), underscore, camel case, or ordinal form. |
| Jsr283Encoder |
Encoder that escapes characters that are not allowed in JCR names. |
| NoOpEncoder |
An encoder implementation that does nothing. |
| UrlEncoder |
An encoder useful for converting text to be used within a URL, as defined by Section 2.3 of RFC 2396. |
| XmlNameEncoder |
An encoder and decoder for XML element and attribute names. |
| XmlValueEncoder |
An encoder useful for converting text to be used within XML attribute values. |