Uses of Interface
org.apache.velocity.app.event.EventHandlerMethodExecutor
-
Packages that use EventHandlerMethodExecutor Package Description org.apache.velocity.app.event -
-
Uses of EventHandlerMethodExecutor in org.apache.velocity.app.event
Classes in org.apache.velocity.app.event that implement EventHandlerMethodExecutor Modifier and Type Class Description static class
IncludeEventHandler.IncludeEventExecutor
Defines the execution strategy for includeEventstatic class
InvalidReferenceEventHandler.InvalidGetMethodExecutor
Defines the execution strategy for invalidGetMethodstatic class
InvalidReferenceEventHandler.InvalidMethodExecutor
Defines the execution strategy for invalidGetMethodstatic class
InvalidReferenceEventHandler.InvalidSetMethodExecutor
Defines the execution strategy for invalidGetMethodstatic class
MethodExceptionEventHandler.MethodExceptionExecutor
Defines the execution strategy for methodExceptionstatic class
NullSetEventHandler.ShouldLogOnNullSetExecutor
Defines the execution strategy for shouldLogOnNullSetstatic class
ReferenceInsertionEventHandler.referenceInsertExecutor
Defines the execution strategy for referenceInsertMethods in org.apache.velocity.app.event with parameters of type EventHandlerMethodExecutor Modifier and Type Method Description private static void
EventHandlerUtil. callEventHandlers(java.util.Iterator applicationEventHandlerIterator, java.util.Iterator contextEventHandlerIterator, EventHandlerMethodExecutor eventExecutor)
Loop through both the application level and context-attached event handlers.static java.lang.Object
EventHandlerUtil. invalidReferenceHandlerCall(EventHandlerMethodExecutor methodExecutor, RuntimeServices rsvc, InternalContextAdapter context)
Calls event handler method with appropriate chaining across event handlers.private static void
EventHandlerUtil. iterateOverEventHandlers(java.util.Iterator handlerIterator, EventHandlerMethodExecutor eventExecutor)
Loop through a given iterator of event handlers.
-