Class EmptyRequestHandler
- java.lang.Object
-
- org.apache.wicket.request.handler.EmptyRequestHandler
-
- All Implemented Interfaces:
IRequestHandler
public final class EmptyRequestHandler extends Object implements IRequestHandler
Request handler that performs no work- Author:
- igor.vaynberg, Eelco Hillenius
-
-
Constructor Summary
Constructors Constructor Description EmptyRequestHandler()
Construct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
Methods inherited from interface org.apache.wicket.request.IRequestHandler
detach
-
-
-
-
Constructor Detail
-
EmptyRequestHandler
public EmptyRequestHandler()
Construct.
-
-
Method Detail
-
respond
public void respond(IRequestCycle requestCycle)
Does nothing at all.- Specified by:
respond
in interfaceIRequestHandler
- Parameters:
requestCycle
- the current request cycle- See Also:
IRequestHandler.respond(org.apache.wicket.request.IRequestCycle)
-
-