Uses of Interface
org.ldaptive.templates.SearchTemplates.TermParser
Packages that use SearchTemplates.TermParser
-
Uses of SearchTemplates.TermParser in org.ldaptive.templates
Classes in org.ldaptive.templates that implement SearchTemplates.TermParserModifier and TypeClassDescriptionstatic class
Adds each term as a filter parameter using the name 'termX' where X is the index of the term.static class
Adds the first letter of each term as a filter parameter using the name 'initialX' where X is the index of the term.Fields in org.ldaptive.templates declared as SearchTemplates.TermParserModifier and TypeFieldDescriptionprivate SearchTemplates.TermParser[]
SearchTemplates.termParsers
Term parsers for creating filter parameters.Methods in org.ldaptive.templates that return SearchTemplates.TermParserModifier and TypeMethodDescriptionSearchTemplates.getTermParsers()
Returns the term parsers used for creating filter parameters.Methods in org.ldaptive.templates with parameters of type SearchTemplates.TermParserModifier and TypeMethodDescriptionvoid
SearchTemplates.setTermParsers
(SearchTemplates.TermParser... parsers) Sets the term parsers used for creating filter parameters.