wicket.request.compound
Class DefaultEventProcessorStrategy

java.lang.Object
  extended by wicket.request.compound.DefaultEventProcessorStrategy
All Implemented Interfaces:
IEventProcessorStrategy

public final class DefaultEventProcessorStrategy
extends java.lang.Object
implements IEventProcessorStrategy

The default event processing strategy looks whether the current target is of type IEventProcessor and, if so, calls method IEventProcessor.processEvents(RequestCycle) on them.

Author:
Eelco Hillenius

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

DefaultEventProcessorStrategy

public DefaultEventProcessorStrategy()
Construct.

Method Detail

processEvents

public final void processEvents(RequestCycle requestCycle)
Description copied from interface: IEventProcessorStrategy
After a request target is resolved, this method is responsible for calling any event handling code based on that target.

Specified by:
processEvents in interface IEventProcessorStrategy
Parameters:
requestCycle - the current request cycle
See Also:
IEventProcessorStrategy.processEvents(wicket.RequestCycle)


Copyright © 2004-2007 Wicket developers. All Rights Reserved.