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 classDefines the execution strategy for includeEventstatic classDefines the execution strategy for invalidGetMethodstatic classDefines the execution strategy for invalidGetMethodstatic classDefines the execution strategy for invalidGetMethodstatic classDefines the execution strategy for methodExceptionstatic classDefines the execution strategy for shouldLogOnNullSetstatic classDefines the execution strategy for referenceInsertMethods in org.apache.velocity.app.event with parameters of type EventHandlerMethodExecutorModifier and TypeMethodDescriptionprivate static voidEventHandlerUtil.callEventHandlers(Iterator applicationEventHandlerIterator, Iterator contextEventHandlerIterator, EventHandlerMethodExecutor eventExecutor) Loop through both the application level and context-attached event handlers.static ObjectEventHandlerUtil.invalidReferenceHandlerCall(EventHandlerMethodExecutor methodExecutor, RuntimeServices rsvc, InternalContextAdapter context) Calls event handler method with appropriate chaining across event handlers.private static voidEventHandlerUtil.iterateOverEventHandlers(Iterator handlerIterator, EventHandlerMethodExecutor eventExecutor) Loop through a given iterator of event handlers.