org.apache.wicket.request.handler
Class EmptyRequestHandler

java.lang.Object
  extended by org.apache.wicket.request.handler.EmptyRequestHandler
All Implemented Interfaces:
IRequestHandler

public final class EmptyRequestHandler
extends java.lang.Object
implements IRequestHandler

Request handler that performs no work

Author:
igor.vaynberg, Eelco Hillenius

Constructor Summary
EmptyRequestHandler()
          Construct.
 
Method Summary
 void detach(IRequestCycle requestCycle)
          This method is called at the end of a request cycle to indicate that processing is done and that cleaning up of the subject(s) of this target may be done.
 void respond(IRequestCycle requestCycle)
          Does nothing at all.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyRequestHandler

public EmptyRequestHandler()
Construct.

Method Detail

respond

public void respond(IRequestCycle requestCycle)
Does nothing at all.

Specified by:
respond in interface IRequestHandler
Parameters:
requestCycle - the current request cycle
See Also:
IRequestHandler.respond(org.apache.wicket.request.IRequestCycle)

detach

public void detach(IRequestCycle requestCycle)
This method is called at the end of a request cycle to indicate that processing is done and that cleaning up of the subject(s) of this target may be done.

Specified by:
detach in interface IRequestHandler
Parameters:
requestCycle - the current request cycle


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.