@@ -29,11 +29,11 @@ import org.springframework.web.method.support.ModelAndViewContainer;
|
||||
* methods. Request properties to be parsed can be configured. Default configuration uses request parameters beginning
|
||||
* with {@link #DEFAULT_PAGE_PARAMETER}{@link #DEFAULT_QUALIFIER_DELIMITER}.
|
||||
*
|
||||
* @since 1.6
|
||||
* @author Oliver Gierke
|
||||
* @author Nick Williams
|
||||
* @author Mark Paluch
|
||||
* @author Christoph Strobl
|
||||
* @since 1.6
|
||||
*/
|
||||
public class PageableHandlerMethodArgumentResolver extends PageableHandlerMethodArgumentResolverSupport
|
||||
implements PageableArgumentResolver {
|
||||
|
||||
@@ -37,11 +37,11 @@ import org.springframework.util.StringUtils;
|
||||
* configured. Default configuration uses request parameters beginning with
|
||||
* {@link #DEFAULT_PAGE_PARAMETER}{@link #DEFAULT_QUALIFIER_DELIMITER}.
|
||||
*
|
||||
* @since 2.2
|
||||
* @see PageableHandlerMethodArgumentResolver
|
||||
* @see ReactivePageableHandlerMethodArgumentResolver
|
||||
* @author Mark Paluch
|
||||
* @author Vedran Pavic
|
||||
* @see ReactivePageableHandlerMethodArgumentResolver
|
||||
* @see PageableHandlerMethodArgumentResolver
|
||||
* @since 2.2
|
||||
*/
|
||||
public abstract class PageableHandlerMethodArgumentResolverSupport {
|
||||
|
||||
|
||||
@@ -27,11 +27,11 @@ import org.springframework.web.method.support.ModelAndViewContainer;
|
||||
* {@link HandlerMethodArgumentResolver} to allow injection of {@link PagedResourcesAssembler} into Spring MVC
|
||||
* controller methods.
|
||||
*
|
||||
* @since 1.6
|
||||
* @author Oliver Gierke
|
||||
* @author Nick Williams
|
||||
* @author Christoph Strobl
|
||||
* @author Johannes Englmeier
|
||||
* @since 1.6
|
||||
*/
|
||||
public class PagedResourcesAssemblerArgumentResolver implements HandlerMethodArgumentResolver {
|
||||
|
||||
|
||||
@@ -27,15 +27,15 @@ import org.springframework.web.method.support.HandlerMethodArgumentResolver;
|
||||
import org.springframework.web.method.support.ModelAndViewContainer;
|
||||
|
||||
/**
|
||||
* {@link HandlerMethodArgumentResolver} to automatically create {@link Sort} instances from request parameters or
|
||||
* {@link SortDefault} annotations.
|
||||
* {@link org.springframework.web.method.support.HandlerMethodArgumentResolver} to automatically create {@link Sort}
|
||||
* instances from request parameters or {@link SortDefault} annotations.
|
||||
*
|
||||
* @since 1.6
|
||||
* @author Oliver Gierke
|
||||
* @author Thomas Darimont
|
||||
* @author Nick Williams
|
||||
* @author Mark Paluch
|
||||
* @author Christoph Strobl
|
||||
* @since 1.6
|
||||
*/
|
||||
public class SortHandlerMethodArgumentResolver extends SortHandlerMethodArgumentResolverSupport
|
||||
implements SortArgumentResolver {
|
||||
|
||||
@@ -38,12 +38,12 @@ import org.springframework.util.StringUtils;
|
||||
* Base class providing methods for handler method argument resolvers to create {@link Sort} instances from request
|
||||
* parameters or {@link SortDefault} annotations.
|
||||
*
|
||||
* @since 2.2
|
||||
* @see SortHandlerMethodArgumentResolver
|
||||
* @see ReactiveSortHandlerMethodArgumentResolver
|
||||
* @author Mark Paluch
|
||||
* @author Vedran Pavic
|
||||
* @author Johannes Englmeier
|
||||
* @see SortHandlerMethodArgumentResolver
|
||||
* @see ReactiveSortHandlerMethodArgumentResolver
|
||||
* @since 2.2
|
||||
*/
|
||||
public abstract class SortHandlerMethodArgumentResolverSupport {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user