Uses of Class
org.apache.juneau.objecttools.SearchArgs
Packages that use SearchArgs
Package
Description
Java Object Tools
REST HTTP Parts
-
Uses of SearchArgs in org.apache.juneau.objecttools
Methods 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.httppart
Methods 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.