public interface IPageRequestHandler extends IPageClassRequestHandler
| Modifier and Type | Method and Description |
|---|---|
IRequestablePage |
getPage()
Returns the page.
|
Integer |
getPageId()
Returns the page id.
|
Integer |
getRenderCount()
Returns the number of times this page has been rendered.
|
boolean |
isPageInstanceCreated()
Checks if the page instance is already created or if it will be created when
getPage() is called |
getPageClass, getPageParametersdetach, respondIRequestablePage getPage()
Integer getPageId()
boolean isPageInstanceCreated()
getPage() is calledtrue iff page instance is already createdInteger getRenderCount()
IRequestablePage.getRenderCount()Copyright © 2006–2021 Apache Software Foundation. All rights reserved.