|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchTemplates.TermParser | |
|---|---|
| org.ldaptive.templates | |
| Uses of SearchTemplates.TermParser in org.ldaptive.templates |
|---|
| Classes in org.ldaptive.templates that implement SearchTemplates.TermParser | |
|---|---|
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. |
| Methods in org.ldaptive.templates that return SearchTemplates.TermParser | |
|---|---|
SearchTemplates.TermParser[] |
SearchTemplates.getTermParsers()
Returns the term parsers used for creating filter parameters. |
| Methods in org.ldaptive.templates with parameters of type SearchTemplates.TermParser | |
|---|---|
void |
SearchTemplates.setTermParsers(SearchTemplates.TermParser... parsers)
Sets the term parsers used for creating filter parameters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||