Class SubListResponse
java.lang.Object
com.atlassian.confluence.dmz.pagination.SubListResponse
Creates 
PageResponses from input Lists and LimitedRequests.
 
Try not to use this class because it implies poor performance due to page limits NOT being applied in DB requests. This class is in DMZ; see the package-info.java for rationale.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> PageResponse<T>from(List<T> list, LimitedRequest request)  
- 
Constructor Details
- 
SubListResponse
public SubListResponse() 
 - 
 - 
Method Details
- 
from
 
 -