|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.request.handler.EmptyAjaxRequestHandler
public final class EmptyAjaxRequestHandler
The empty AJAX request target does output an empty AJAX response.
May be used as a light, "do nothing" Ajax response.
| 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. |
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 |
| Method Detail |
|---|
public static final EmptyAjaxRequestHandler getInstance()
public void respond(IRequestCycle requestCycle)
respond in interface IRequestHandlerrequestCycle - the current request cyclepublic void detach(IRequestCycle requestCycle)
detach in interface IRequestHandlerrequestCycle - the current request cyclepublic boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||