Uses of Interface
org.apache.velocity.app.event.EventHandlerMethodExecutor
Packages that use EventHandlerMethodExecutor
-
Uses of EventHandlerMethodExecutor in org.apache.velocity.app.event
Classes in org.apache.velocity.app.event that implement EventHandlerMethodExecutorModifier and TypeClassDescriptionstatic class
Defines the execution strategy for includeEventstatic class
Defines the execution strategy for invalidGetMethodstatic class
Defines the execution strategy for invalidGetMethodstatic class
Defines the execution strategy for invalidGetMethodstatic class
Defines the execution strategy for methodExceptionstatic class
Defines the execution strategy for shouldLogOnNullSetstatic class
Defines the execution strategy for referenceInsertMethods in org.apache.velocity.app.event with parameters of type EventHandlerMethodExecutorModifier and TypeMethodDescriptionprivate static void
EventHandlerUtil.callEventHandlers
(Iterator applicationEventHandlerIterator, Iterator contextEventHandlerIterator, EventHandlerMethodExecutor eventExecutor) Loop through both the application level and context-attached event handlers.static Object
EventHandlerUtil.invalidReferenceHandlerCall
(EventHandlerMethodExecutor methodExecutor, RuntimeServices rsvc, InternalContextAdapter context) Calls event handler method with appropriate chaining across event handlers.private static void
EventHandlerUtil.iterateOverEventHandlers
(Iterator handlerIterator, EventHandlerMethodExecutor eventExecutor) Loop through a given iterator of event handlers.