T - the pagination controller.public interface IPageLoaderHandler<T extends PageableController>
| Modifier and Type | Field and Description |
|---|---|
static IPageLoaderHandler<?> |
DEFAULT_HANDLER
Default Handler
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
onAfterPageLoad(T controller,
java.lang.Throwable e)
This method is called after page loading process.
|
void |
onBeforePageLoad(T controller)
This method is called before page loading process.
|
static final IPageLoaderHandler<?> DEFAULT_HANDLER
void onBeforePageLoad(T controller)
controller - the pagination controller.boolean onAfterPageLoad(T controller, java.lang.Throwable e)
controller - e -