Uses of Interface
org.apache.velocity.app.event.InvalidReferenceEventHandler
Packages that use InvalidReferenceEventHandler
Package
Description
-
Uses of InvalidReferenceEventHandler in org.apache.velocity.app.event
Methods in org.apache.velocity.app.event with parameters of type InvalidReferenceEventHandlerModifier and TypeMethodDescriptionvoid
EventCartridge.addInvalidReferenceEventHandler
(InvalidReferenceEventHandler ev) Add an invalid reference event handler to the Cartridge. -
Uses of InvalidReferenceEventHandler in org.apache.velocity.app.event.implement
Classes in org.apache.velocity.app.event.implement that implement InvalidReferenceEventHandlerModifier and TypeClassDescriptionclass
Use this event handler to flag invalid references. -
Uses of InvalidReferenceEventHandler in org.apache.velocity.example
Classes in org.apache.velocity.example that implement InvalidReferenceEventHandlerModifier and TypeClassDescriptionclass
This class is a simple demonstration of how the event handling features of the Velocity Servlet Engine are used.