|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.request.compound.DefaultEventProcessorStrategy
public final class DefaultEventProcessorStrategy
The default event processing strategy looks whether the current target is of
type IEventProcessor and, if so, calls
method
IEventProcessor.processEvents(RequestCycle)
on them.
| Constructor Summary | |
|---|---|
DefaultEventProcessorStrategy()
Construct. |
|
| Method Summary | |
|---|---|
void |
processEvents(RequestCycle requestCycle)
After a request target is resolved, this method is responsible for calling any event handling code based on that target. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultEventProcessorStrategy()
| Method Detail |
|---|
public final void processEvents(RequestCycle requestCycle)
IEventProcessorStrategy
processEvents in interface IEventProcessorStrategyrequestCycle - the current request cycleIEventProcessorStrategy.processEvents(wicket.RequestCycle)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||