Package org.springframework.ldap.control
Class PagedResult
java.lang.Object
org.springframework.ldap.control.PagedResult
Deprecated.
Bean to encapsulate a result List and a 
PagedResultsCookie to use for returning
 the results when using PagedResultsRequestControl.- 
Constructor Summary
ConstructorsConstructorDescriptionPagedResult(List<?> resultList, PagedResultsCookie cookie) Deprecated.Constructs a PagedResults using the supplied List andPagedResultsCookie. - 
Method Summary
 
- 
Constructor Details
- 
PagedResult
Deprecated.Constructs a PagedResults using the supplied List andPagedResultsCookie.- Parameters:
 resultList- the result list.cookie- the cookie.
 
 - 
 - 
Method Details