Spring Data Core

Uses of Package
org.springframework.data.web

Packages that use org.springframework.data.web
org.springframework.data.web Integration with Spring MVC. 
org.springframework.data.web.config   
 

Classes in org.springframework.data.web used by org.springframework.data.web
HateoasPageableHandlerMethodArgumentResolver
          Extension of PageableHandlerMethodArgumentResolver that also supports enhancing URIs using Spring HATEOAS support.
HateoasSortHandlerMethodArgumentResolver
          Extension of SortHandlerMethodArgumentResolver that also supports enhancing URIs using Spring HATEOAS support.
PageableHandlerMethodArgumentResolver
          Extracts paging information from web requests and thus allows injecting Pageable instances into controller methods.
SortHandlerMethodArgumentResolver
          HandlerMethodArgumentResolver to automatically create Sort instances from request parameters or SortDefault annotations.
 

Classes in org.springframework.data.web used by org.springframework.data.web.config
HateoasPageableHandlerMethodArgumentResolver
          Extension of PageableHandlerMethodArgumentResolver that also supports enhancing URIs using Spring HATEOAS support.
HateoasSortHandlerMethodArgumentResolver
          Extension of SortHandlerMethodArgumentResolver that also supports enhancing URIs using Spring HATEOAS support.
PageableHandlerMethodArgumentResolver
          Extracts paging information from web requests and thus allows injecting Pageable instances into controller methods.
PagedResourcesAssembler
          ResourceAssembler to easily convert Page instances into PagedResources.
PagedResourcesAssemblerArgumentResolver
          HandlerMethodArgumentResolver to allow injection of PagedResourcesAssembler into Spring MVC controller methods.
SortHandlerMethodArgumentResolver
          HandlerMethodArgumentResolver to automatically create Sort instances from request parameters or SortDefault annotations.
 


Spring Data Core

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.