Uses of Class
org.apache.wicket.markup.html.WebPage

Packages that use WebPage
org.apache.wicket.markup.html Base package of HTML markup. 
org.apache.wicket.markup.html.link Link components. 
org.apache.wicket.markup.html.pages Default special purpose pages for error and feedback support. 
org.apache.wicket.mock   
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
 

Uses of WebPage in org.apache.wicket.markup.html
 

Subclasses of WebPage in org.apache.wicket.markup.html
 class GenericWebPage<T>
          A WebPage with typesafe getters and setters for the model and its underlying object
 

Methods in org.apache.wicket.markup.html that return WebPage
 WebPage WebMarkupContainer.getWebPage()
          A convenience method to return the WebPage.
 WebPage WebComponent.getWebPage()
          A convenience method to return the WebPage.
 

Uses of WebPage in org.apache.wicket.markup.html.link
 

Subclasses of WebPage in org.apache.wicket.markup.html.link
static class PopupCloseLink.ClosePopupPage
          ClosePopupPage closes the popup window.
 

Uses of WebPage in org.apache.wicket.markup.html.pages
 

Subclasses of WebPage in org.apache.wicket.markup.html.pages
 class AbstractErrorPage
          A parent page for all pages that are used to show an error to the user.
 class AccessDeniedPage
          Page expired error page.
 class BrowserInfoPage
           This page uses a form post right after the page has loaded in the browser, using JavaScript or alternative means to detect and pass on settings to the embedded form.
 class ExceptionErrorPage
          Shows a runtime exception on a nice HTML page.
 class InternalErrorPage
          Internal error display page.
 class PageExpiredErrorPage
          Page expired error page.
 class RedirectPage
          Page that let the browser redirect.
 

Uses of WebPage in org.apache.wicket.mock
 

Subclasses of WebPage in org.apache.wicket.mock
 class MockHomePage
          Mock Page
 

Uses of WebPage in org.apache.wicket.protocol.http
 

Methods in org.apache.wicket.protocol.http that return WebPage
protected  WebPage WebSession.newBrowserInfoPage()
          Override this method if you want to use a custom page for gathering the client's browser information.
The easiest way is just to extend BrowserInfoPage and provide your own markup file
 

Methods in org.apache.wicket.protocol.http with parameters of type WebPage
 void WebApplication.renderXmlDecl(WebPage page, boolean insert)
          The rules if and when to insert an xml decl in the response are a bit tricky.
 

Uses of WebPage in org.apache.wicket.util.tester
 

Subclasses of WebPage in org.apache.wicket.util.tester
static class BaseWicketTester.StartComponentInPage
          A page that is used as the automatically created page for BaseWicketTester.startComponentInPage(Class) and the other variations.
 class DummyHomePage
          A dummy home page, as required by WicketTester.
 class DummyPanelPage
          A dummy Panel Component.
 

Method parameters in org.apache.wicket.util.tester with type arguments of type WebPage
 void WicketTester.assertBookmarkablePageLink(String id, Class<? extends WebPage> pageClass, PageParameters parameters)
          Asserts that that the BookmarkablePageLink identified by "id" points to the page as expected - including parameters.
 



Copyright © 2006–2017 Apache Software Foundation. All rights reserved.