Uses of Class
org.apache.juneau.objecttools.PageArgs
Packages that use PageArgs
-
Uses of PageArgs in org.apache.juneau.objecttools
Methods in org.apache.juneau.objecttools that return PageArgsMethods in org.apache.juneau.objecttools with parameters of type PageArgsModifier and TypeMethodDescriptionObjectPaginator.run
(BeanSession session, Object input, PageArgs args) -
Uses of PageArgs in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return types with arguments of type PageArgsModifier and TypeMethodDescriptionRequestQueryParams.getPageArgs()
Locates the position/limit query arguments (&p=
,&l=
) in the query string and returns them as aPageArgs
object.