Package org.exoplatform.social.common
Class ListAccessValidator
java.lang.Object
org.exoplatform.social.common.ListAccessValidator
Validates input information of list access.
- Since:
- 1.2.0-GA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvalidateIndex(int offset, int limit, int size) Validates index of list access.
-
Constructor Details
-
ListAccessValidator
public ListAccessValidator()
-
-
Method Details
-
validateIndex
Validates index of list access.- Parameters:
offset- Start index.limit- End index.size- The size of list.- Throws:
IllegalArgumentException
-