Uses of Interface
org.apache.wicket.IRedirectListener

Packages that use IRedirectListener
org.apache.wicket The core Wicket package. 
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.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
 

Uses of IRedirectListener in org.apache.wicket
 

Classes in org.apache.wicket that implement IRedirectListener
 class Page
          Abstract base class for pages.
 

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

Classes in org.apache.wicket.markup.html that implement IRedirectListener
 class GenericWebPage<T>
          A WebPage with typesafe getters and setters for the model and its underlying object
 class WebPage
          Base class for HTML pages.
 

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

Classes in org.apache.wicket.markup.html.link that implement IRedirectListener
static class PopupCloseLink.ClosePopupPage
          ClosePopupPage closes the popup window.
 

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

Classes in org.apache.wicket.markup.html.pages that implement IRedirectListener
 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 IRedirectListener in org.apache.wicket.mock
 

Classes in org.apache.wicket.mock that implement IRedirectListener
 class MockHomePage
          Mock Page
 

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

Classes in org.apache.wicket.util.tester that implement IRedirectListener
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.
 



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