Uses of Class
org.apache.juneau.objecttools.PageArgs
Packages that use PageArgs
- 
Uses of PageArgs in org.apache.juneau.objecttoolsMethods 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.httppartMethods 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 aPageArgsobject.