|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrepareString.StringType | |
---|---|
org.apache.directory.shared.ldap.schema | Contains interfaces and base classes for representing the LDAP schema domain model. |
Uses of PrepareString.StringType in org.apache.directory.shared.ldap.schema |
---|
Methods in org.apache.directory.shared.ldap.schema that return PrepareString.StringType | |
---|---|
static PrepareString.StringType |
PrepareString.StringType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PrepareString.StringType[] |
PrepareString.StringType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.apache.directory.shared.ldap.schema with parameters of type PrepareString.StringType | |
---|---|
static java.lang.String |
PrepareString.normalize(java.lang.String str,
PrepareString.StringType type)
We have to go through 6 steps : 1) Transcode 2) Map 3) Normalize 4) Prohibit 5) Bidi 6) Insignifiant Character Handling The first step is already done, the step (3) is not done. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |