Uses of Class
org.apache.juneau.objecttools.SearchArgs
Packages that use SearchArgs
-
Uses of SearchArgs in org.apache.juneau.objecttools
Methods in org.apache.juneau.objecttools that return SearchArgsModifier and TypeMethodDescriptionAppends the specified search argument.static SearchArgs
Static creator.static SearchArgs
Static 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 aSearchArgs
object.