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 static java.lang.Object
EventHandlerUtil. invalidReferenceHandlerCall(EventHandlerMethodExecutor methodExecutor, RuntimeServices rsvc, InternalContextAdapter context)
Calls event handler method with appropriate chaining across event handlers.
-