Uses of Class
org.apache.juneau.objecttools.SearchArgs
Packages that use SearchArgs
- 
Uses of SearchArgs in org.apache.juneau.objecttoolsMethods in org.apache.juneau.objecttools that return SearchArgsModifier and TypeMethodDescriptionAppends the specified search argument.static SearchArgsStatic creator.static SearchArgsStatic creator.Methods in org.apache.juneau.objecttools with parameters of type SearchArgsModifier and TypeMethodDescriptionObjectSearcher.run(BeanSession session, Object input, SearchArgs args) 
- 
Uses of SearchArgs in org.apache.juneau.rest.httppartMethods in org.apache.juneau.rest.httppart that return types with arguments of type SearchArgsModifier and TypeMethodDescriptionRequestQueryParams.getSearchArgs()Locates the search query argument (&s=) in the query string and returns them as aSearchArgsobject.