Spring Hateoas

Uses of Class
org.springframework.hateoas.PagedResources

Packages that use PagedResources
org.springframework.hateoas Value objects to ease creating Links and link driven representations for REST webservices. 
 

Uses of PagedResources in org.springframework.hateoas
 

Methods in org.springframework.hateoas that return PagedResources
static
<T extends Resource<S>,S>
PagedResources<T>
PagedResources.wrap(Iterable<S> content, PagedResources.PageMetadata metadata)
          Factory method to easily create a PagedResources instance from a set of entities and pagination metadata.
 


Spring Hateoas

Copyright © 2012 SpringSource, a division of VMware. All Rights Reserved.