Uses of Interface
org.apache.velocity.app.event.MethodExceptionEventHandler
Packages that use MethodExceptionEventHandler
Package
Description
-
Uses of MethodExceptionEventHandler in org.apache.velocity.app.event
Methods in org.apache.velocity.app.event with parameters of type MethodExceptionEventHandlerModifier 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
Classes in org.apache.velocity.app.event.implement that implement MethodExceptionEventHandlerModifier 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
Classes in org.apache.velocity.example that implement MethodExceptionEventHandlerModifier and TypeClassDescriptionclass
This class is a simple demonstration of how the event handling features of the Velocity Servlet Engine are used.