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