Uses of Interface
org.apache.velocity.app.event.EventHandler
Packages that use EventHandler
Package
Description
-
Uses of EventHandler in org.apache.velocity.app.event
Subinterfaces of EventHandler in org.apache.velocity.app.eventModifier and TypeInterfaceDescriptioninterfaceEvent handler for include type directives (e.g.interfaceEvent handler called when an invalid reference is encountered.interfaceEvent handler called when a method throws an exception.interfaceReference 'Stream insertion' event handler.Methods in org.apache.velocity.app.event with parameters of type EventHandlerModifier and TypeMethodDescriptionbooleanEventCartridge.addEventHandler(EventHandler ev) Adds an event handler(s) to the Cartridge.booleanEventCartridge.removeEventHandler(EventHandler ev) Removes an event handler(s) from the Cartridge. -
Uses of EventHandler in org.apache.velocity.app.event.implement
Classes in org.apache.velocity.app.event.implement that implement EventHandlerModifier and TypeClassDescriptionclassDeprecated.impractical useclassDeprecated.impractical useclassBase class for escaping references.classEscapes the characters in a String to be suitable to pass to an SQL query.classDeprecated.impractical useclassSimple event handler that checks to see if an included page is available.classEvent handler that looks for included files relative to the path of the current template.classSimple event handler that renders method exceptions in the page rather than throwing the exception.classUse this event handler to flag invalid references. -
Uses of EventHandler in org.apache.velocity.example
Classes in org.apache.velocity.example that implement EventHandlerModifier and TypeClassDescriptionclassThis class is a simple demonstration of how the event handling features of the Velocity Servlet Engine are used.