java.lang.Object | |
↳ | chan.content.ChanPerformer.ReadThreadsData |
Arguments holder for onReadThreads(ReadThreadsData)
. Notify that this class
might be used as HttpRequest.Preset
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | PAGE_NUMBER_CATALOG | Possible value of |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boardName | Board name argument. |
||||||||||
holder | HTTP holder. |
||||||||||
pageNumber | Page number argument. |
||||||||||
validator | HTTP validator. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns whether need to load catalog page. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Possible value of pageNumber
. In this case application requests catalog page.
Board name argument.
Page number argument.
HTTP validator. With this argument you can check if page was changed.
Returns whether need to load catalog page. This method just compares pageNumber
with
PAGE_NUMBER_CATALOG
.
Returns | |
---|---|
boolean |
True if application requests a catalog page. |