wicket.request.target.component.listener
Class RedirectPageRequestTarget

java.lang.Object
  extended by wicket.request.target.component.PageRequestTarget
      extended by wicket.request.target.component.listener.AbstractListenerInterfaceRequestTarget
          extended by wicket.request.target.component.listener.RedirectPageRequestTarget
All Implemented Interfaces:
IRequestTarget, IPageRequestTarget, IListenerInterfaceRequestTarget, IEventProcessor

public class RedirectPageRequestTarget
extends AbstractListenerInterfaceRequestTarget

Specialization of page request that denotes that we are actually handling a redirect request of a page.

Author:
Eelco Hillenius

Constructor Summary
RedirectPageRequestTarget(Page page)
          Construct.
 
Method Summary
 void processEvents(RequestCycle requestCycle)
          After a page is restored, this method is responsible for calling any event handling code based on the request.
 
Methods inherited from class wicket.request.target.component.listener.AbstractListenerInterfaceRequestTarget
equals, getRequestListenerInterface, getRequestParameters, getTarget, hashCode, onProcessEvents, toString
 
Methods inherited from class wicket.request.target.component.PageRequestTarget
detach, getLock, getPage, respond
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface wicket.request.target.component.IPageRequestTarget
getPage
 
Methods inherited from interface wicket.IRequestTarget
detach, getLock, respond
 

Constructor Detail

RedirectPageRequestTarget

public RedirectPageRequestTarget(Page page)
Construct.

Parameters:
page - the target of the redirect handling
Method Detail

processEvents

public final void processEvents(RequestCycle requestCycle)
Description copied from interface: IEventProcessor
After a page is restored, this method is responsible for calling any event handling code based on the request.

Parameters:
requestCycle - the current request cycle
See Also:
IEventProcessor.processEvents(wicket.RequestCycle)


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