Uses of Class
org.springframework.ldap.control.PagedResultsCookie

Packages that use PagedResultsCookie
org.springframework.ldap.control Support classes for custom request control context processors. 
 

Uses of PagedResultsCookie in org.springframework.ldap.control
 

Methods in org.springframework.ldap.control that return PagedResultsCookie
 PagedResultsCookie PagedResult.getCookie()
          Get the cookie.
 PagedResultsCookie PagedResultsRequestControl.getCookie()
          Get the cookie.
 

Constructors in org.springframework.ldap.control with parameters of type PagedResultsCookie
PagedResult(List resultList, PagedResultsCookie cookie)
          Constructs a PagedResults using the supplied List and PagedResultsCookie.
PagedResultsRequestControl(int pageSize, PagedResultsCookie cookie)
          Constructs a new instance with the supplied page size and cookie.
 



Copyright © 2006-2009 Spring Framework. All Rights Reserved.