Package | Description |
---|---|
org.ldaptive.templates |
Modifier and Type | Class and Description |
---|---|
class |
SearchTemplates.DefaultTermParser
Adds each term as a filter parameter using the name 'termX' where X is the index of the term.
|
class |
SearchTemplates.InitialTermParser
Adds the first letter of each term as a filter parameter using the name 'initialX' where X is the index of the
term.
|
Modifier and Type | Field and Description |
---|---|
private SearchTemplates.TermParser[] |
SearchTemplates.termParsers
Term parsers for creating filter parameters.
|
Modifier and Type | Method and Description |
---|---|
SearchTemplates.TermParser[] |
SearchTemplates.getTermParsers()
Returns the term parsers used for creating filter parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchTemplates.setTermParsers(SearchTemplates.TermParser... parsers)
Sets the term parsers used for creating filter parameters.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.