Class EmptyAjaxRequestHandler
- java.lang.Object
-
- org.apache.wicket.core.request.handler.EmptyAjaxRequestHandler
-
- All Implemented Interfaces:
IRequestHandler
public final class EmptyAjaxRequestHandler extends Object implements IRequestHandler
The empty AJAX request target does output an empty AJAX response.
May be used as a light, "do nothing" Ajax response.- Author:
- Matej Knopp
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static EmptyAjaxRequestHandler
getInstance()
Gets the singleton instance.int
hashCode()
void
respond(IRequestCycle requestCycle)
Generates a response.String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.wicket.request.IRequestHandler
detach
-
-
-
-
Method Detail
-
getInstance
public static EmptyAjaxRequestHandler getInstance()
Gets the singleton instance.- Returns:
- the singleton instance
-
respond
public void respond(IRequestCycle requestCycle)
Generates a response.- Specified by:
respond
in interfaceIRequestHandler
- Parameters:
requestCycle
- the current request cycle
-
-