org.apache.wicket
Interface IRedirectListener

All Superinterfaces:
IClusterable, IRequestListener, Serializable
All Known Implementing Classes:
AbstractErrorPage, AccessDeniedPage, BaseWicketTester.StartComponentInPage, BrowserInfoPage, DummyHomePage, DummyPanelPage, ExceptionErrorPage, GenericWebPage, InternalErrorPage, MockHomePage, Page, PageExpiredErrorPage, PopupCloseLink.ClosePopupPage, RedirectPage, WebPage

Deprecated. Removed in Wicket 7.0. As replacement use RequestCycle.urlFor(org.apache.wicket.request.resource.ResourceReference, org.apache.wicket.request.mapper.parameter.PageParameters).

@Deprecated
public interface IRedirectListener
extends IRequestListener

Request listener called on page redirects.

Author:
Jonathan Locke

Field Summary
static RequestListenerInterface INTERFACE
          Deprecated. Redirect listener interface
 
Method Summary
 void onRedirect()
          Deprecated. Called when a page redirect happens.
 

Field Detail

INTERFACE

static final RequestListenerInterface INTERFACE
Deprecated. 
Redirect listener interface

Method Detail

onRedirect

void onRedirect()
Deprecated. 
Called when a page redirect happens.



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