Java org.apache.wicket.request.component IRequestablePage fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.request.component IRequestablePage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.request.component IRequestablePage.

The text is from its open source code.

Method

intgetPageId()
PageParametersgetPageParameters()
Returns the PageParameters for the page.
intgetRenderCount()
Returns the number of times this page has been rendered.
booleanisPageStateless()
Gets whether the page is stateless.
voidrenderPage()
Renders the page
booleanwasCreatedBookmarkable()
Returns whether the page instance was created by a bookmarkable URL.