Module org.apache.wicket.request
Class EmptyRequestHandler
java.lang.Object
org.apache.wicket.request.handler.EmptyRequestHandler
- All Implemented Interfaces:
IRequestHandler
Request handler that performs no work
- Author:
- igor.vaynberg, Eelco Hillenius
-
Constructor Details
-
EmptyRequestHandler
public EmptyRequestHandler()Construct.
-
-
Method Details
-
respond
Does nothing at all.- Specified by:
respond
in interfaceIRequestHandler
- Parameters:
requestCycle
- the current request cycle- See Also:
-