Java org.apache.wicket.markup.html WebPage fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup.html WebPage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup.html WebPage.

The text is from its open source code.

Subclass

org.apache.wicket.markup.html.WebPage has subclasses.
Click this link to see all its subclasses.

Method

MarkupContaineradd(final Component... children)
Adds the child component(s) to this container.
voidcontinueToOriginalDestination()
Redirects to any intercept page previously specified by a call to #redirectToInterceptPage(Page) .
ClassgetPageClass()
PageParametersgetPageParameters()
The PageParameters object that was used to construct this page.
PageReferencegetPageReference()
Gets page instance's unique identifier
RequestgetRequest()
RequestCyclegetRequestCycle()
Gets the active request cycle for this component
ResponsegetResponse()
SessiongetSession()
Gets the current Session object.
StringgetString(final String key)
voidrender()
Render this component and all its children.
voidsetResponsePage(final Class cls, PageParameters parameters)
Sets the page class and its parameters that will respond to this request