|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPageRequestHandler
Request handler that works with a page instance.
| Method Summary | |
|---|---|
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 |
| Methods inherited from interface org.apache.wicket.request.handler.IPageClassRequestHandler |
|---|
getPageClass, getPageParameters |
| Methods inherited from interface org.apache.wicket.request.IRequestHandler |
|---|
detach, respond |
| Method Detail |
|---|
IRequestablePage getPage()
Integer getPageId()
boolean isPageInstanceCreated()
getPage() is called
true iff page instance is not yet createdInteger getRenderCount()
IRequestablePage.getRenderCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||