public final class CursorCheckerChecks values of com.google.appengine.api.search.Cursor.
Static Methods
checkCursor(String cursor)
public static String checkCursor(String cursor)Checks the cursor string if provided is not empty nor too long.
| Parameter | |
|---|---|
| Name | Description |
cursor |
Stringthe search cursor to check |
| Returns | |
|---|---|
| Type | Description |
String |
the checked cursor |
Constructors
CursorChecker()
public CursorChecker()