Uses of Class
wicket.markup.html.WebPage

Packages that use WebPage
wicket.markup.html Base package of HTML markup. 
wicket.markup.html.link Link components. 
wicket.markup.html.pages Default special purpose pages for error and feedback support. 
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 wicket.markup.html
 

Methods in wicket.markup.html that return WebPage
 WebPage WebMarkupContainer.getWebPage()
          A convinience method to return the WebPage.
 

Constructors in wicket.markup.html with parameters of type WebPage
BodyContainer(WebPage page, java.lang.String id)
          Construct.
 

Uses of WebPage in wicket.markup.html.link
 

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

Uses of WebPage in wicket.markup.html.pages
 

Subclasses of WebPage in wicket.markup.html.pages
 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 wicket.util.tester
 

Subclasses of WebPage in wicket.util.tester
 class DummyHomePage
          A dummy homepage required by WicketTester only
 class DummyPanelPage
          A dummy panel component
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.