Package org.springframework.ldap.control
Class VirtualListViewResultsCookie
java.lang.Object
org.springframework.ldap.control.VirtualListViewResultsCookie
Wrapper class for the cookie returned when using the
VirtualListViewControl
.-
Constructor Summary
ConstructorDescriptionVirtualListViewResultsCookie
(byte[] cookie, int targetPosition, int contentCount) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionint
byte[]
Get the cookie.int
-
Constructor Details
-
VirtualListViewResultsCookie
public VirtualListViewResultsCookie(byte[] cookie, int targetPosition, int contentCount) Constructor.- Parameters:
cookie
- the cookie returned by a VirtualListViewResponseControl.targetPosition
- TODOcontentCount
- TODO
-
-
Method Details
-
getCookie
public byte[] getCookie()Get the cookie.- Returns:
- the cookie.
-
getContentCount
public int getContentCount() -
getTargetPosition
public int getTargetPosition()
-