Uses of Interface
org.apache.velocity.app.event.EventHandlerMethodExecutor

Packages that use EventHandlerMethodExecutor
org.apache.velocity.app.event   
 

Uses of EventHandlerMethodExecutor in org.apache.velocity.app.event
 

Classes in org.apache.velocity.app.event that implement EventHandlerMethodExecutor
static class IncludeEventHandler.IncludeEventExecutor
          Defines the execution strategy for includeEvent
static class InvalidReferenceEventHandler.InvalidGetMethodExecutor
          Defines the execution strategy for invalidGetMethod
static class InvalidReferenceEventHandler.InvalidMethodExecutor
          Defines the execution strategy for invalidGetMethod
static class InvalidReferenceEventHandler.InvalidSetMethodExecutor
          Defines the execution strategy for invalidGetMethod
static class MethodExceptionEventHandler.MethodExceptionExecutor
          Defines the execution strategy for methodException
static class NullSetEventHandler.ShouldLogOnNullSetExecutor
          Defines the execution strategy for shouldLogOnNullSet
static class ReferenceInsertionEventHandler.referenceInsertExecutor
          Defines the execution strategy for referenceInsert
 

Methods in org.apache.velocity.app.event with parameters of type EventHandlerMethodExecutor
static Object EventHandlerUtil.invalidReferenceHandlerCall(EventHandlerMethodExecutor methodExecutor, RuntimeServices rsvc, InternalContextAdapter context)
          Calls event handler method with appropriate chaining across event handlers.
 



Copyright © 2000-2010 The Apache Software Foundation. All Rights Reserved.