|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.name.DefaultStringNormalizer
A normalizer which transforms an escape sequence into an internal canonical form: into UTF-8 characters presuming the escape sequence fits that range. This is used explicity for non-binary attribute types only.
Constructor Summary | |
DefaultStringNormalizer()
|
Method Summary | |
java.lang.Object |
normalize(java.lang.Object value)
Gets the normalized value. |
static java.lang.Object |
normalizeString(java.lang.String string)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultStringNormalizer()
Method Detail |
public java.lang.Object normalize(java.lang.Object value) throws javax.naming.NamingException
Normalizer
normalize
in interface Normalizer
value
- the value to normalize. It must *not* be null !
javax.naming.NamingException
- if an error results during normalizationpublic static java.lang.Object normalizeString(java.lang.String string) throws javax.naming.NamingException
javax.naming.NamingException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |