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 classIncludeEventHandler.IncludeEventExecutorDefines the execution strategy for includeEventstatic classInvalidReferenceEventHandler.InvalidGetMethodExecutorDefines the execution strategy for invalidGetMethodstatic classInvalidReferenceEventHandler.InvalidMethodExecutorDefines the execution strategy for invalidGetMethodstatic classInvalidReferenceEventHandler.InvalidSetMethodExecutorDefines the execution strategy for invalidGetMethodstatic classMethodExceptionEventHandler.MethodExceptionExecutorDefines the execution strategy for methodExceptionstatic classNullSetEventHandler.ShouldLogOnNullSetExecutorDefines the execution strategy for shouldLogOnNullSetstatic classReferenceInsertionEventHandler.referenceInsertExecutorDefines the execution strategy for referenceInsertMethods in org.apache.velocity.app.event with parameters of type EventHandlerMethodExecutor Modifier and Type Method Description private static voidEventHandlerUtil. 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.ObjectEventHandlerUtil. invalidReferenceHandlerCall(EventHandlerMethodExecutor methodExecutor, RuntimeServices rsvc, InternalContextAdapter context)Calls event handler method with appropriate chaining across event handlers.private static voidEventHandlerUtil. iterateOverEventHandlers(java.util.Iterator handlerIterator, EventHandlerMethodExecutor eventExecutor)Loop through a given iterator of event handlers.
-