|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.request.target.basic.EmptyAjaxRequestTarget
public final class EmptyAjaxRequestTarget
The empty AJAX request target does output an empty AJAX response.
| Method Summary | |
|---|---|
void |
detach(RequestCycle 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(java.lang.Object obj)
|
static EmptyAjaxRequestTarget |
getInstance()
Gets the singleton instance. |
int |
hashCode()
|
void |
respond(RequestCycle requestCycle)
Generates a response. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static final EmptyAjaxRequestTarget getInstance()
public void respond(RequestCycle requestCycle)
IRequestTarget
respond in interface IRequestTargetrequestCycle - the current request cycleIRequestTarget.respond(org.apache.wicket.RequestCycle)public void detach(RequestCycle requestCycle)
IRequestTarget
detach in interface IRequestTargetrequestCycle - the current request cycleIRequestTarget.detach(org.apache.wicket.RequestCycle)public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||