Uses of Interface
org.apache.velocity.app.event.MethodExceptionEventHandler
Package
Description
-
Uses of MethodExceptionEventHandler in org.apache.velocity.app.event
Modifier and TypeMethodDescriptionvoid
EventCartridge.addMethodExceptionHandler
(MethodExceptionEventHandler ev) Add a method exception event handler to the Cartridge. -
Uses of MethodExceptionEventHandler in org.apache.velocity.app.event.implement
Modifier and TypeClassDescriptionclass
Simple event handler that renders method exceptions in the page rather than throwing the exception. -
Uses of MethodExceptionEventHandler in org.apache.velocity.example
Modifier and TypeClassDescriptionclass
This class is a simple demonstration of how the event handling features of the Velocity Servlet Engine are used.