| Package | Description |
|---|---|
| org.sodeac.common.xuri |
Sodeac xURI provide an extensible URI Parser.
|
| org.sodeac.common.xuri.ldapfilter |
| Modifier and Type | Field and Description |
|---|---|
ComponentType |
ExtensionHandleObject.component |
| Modifier and Type | Method and Description |
|---|---|
static ComponentType |
ComponentType.findByInteger(int value) |
static ComponentType |
ComponentType.findByName(String name) |
ComponentType[] |
IDecodingExtensionHandler.getApplicableComponents() |
ComponentType |
AbstractComponent.getComponentType()
getter for component type
|
static ComponentType |
ComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentType[] |
ComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ComponentType> |
ComponentType.getAll() |
| Modifier and Type | Method and Description |
|---|---|
protected static List<IDecodingExtensionHandler<?>> |
URIParser.getDecodingExtensionHandler(ComponentType componentType,
URI uri) |
| Constructor and Description |
|---|
AbstractComponent(ComponentType componentType)
constructer must invoke by subclass.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentType[] |
LDAPFilterDecodingHandler.getApplicableComponents() |
| Modifier and Type | Method and Description |
|---|---|
char[] |
LDAPFilterDecodingHandler.getCloserCharacters(ComponentType component)
setter for closer characters
|
char[] |
LDAPFilterDecodingHandler.getOpenerCharacters(ComponentType component)
getter for opener characters
|
Copyright © 2020. All rights reserved.