Spring LDAP Framework

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 PagedResultsRequestControl.getCookie()
          Deprecated. Get the cookie.
 PagedResultsCookie PagedResultsDirContextProcessor.getCookie()
          Get the cookie.
 PagedResultsCookie PagedResult.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.
PagedResultsDirContextProcessor(int pageSize, PagedResultsCookie cookie)
          Constructs a new instance with the supplied page size and cookie.
PagedResultsRequestControl(int pageSize, PagedResultsCookie cookie)
          Deprecated. Constructs a new instance with the supplied page size and cookie.
 


Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.