Package org.apache.velocity.app.event

Interface Summary
ContextAware Event handlers implementing this interface will automatically have the method setContext called before each event.
EventHandler Base interface for all event handlers
IncludeEventHandler Event handler for include type directives (e.g.
MethodExceptionEventHandler Event handler called when a method throws an exception.
NullSetEventHandler Event handler called when the RHS of #set is null.
ReferenceInsertionEventHandler Reference 'Stream insertion' event handler.
RuntimeServicesAware Event handlers implementing this interface will automatically have the method setRuntimeServices called when the associated EventCartridge is attached to the context.
 

Class Summary
EventCartridge Stores the event handlers.
EventHandlerUtil Calls on request all registered event handlers for a particular event.
 



Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.