|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.request.compound.DefaultResponseStrategy
public final class DefaultResponseStrategy
Default implementation of response strategy that just calls
IRequestTarget.respond(RequestCycle).
| Constructor Summary | |
|---|---|
DefaultResponseStrategy()
Construct. |
|
| Method Summary | |
|---|---|
void |
respond(RequestCycle requestCycle)
After the target is resolved and the request events are handled, it is time to respond to the request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultResponseStrategy()
| Method Detail |
|---|
public void respond(RequestCycle requestCycle)
IResponseStrategy
respond in interface IResponseStrategyrequestCycle - the current request cycleIResponseStrategy.respond(wicket.RequestCycle)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||