Uses of Interface
org.apache.velocity.app.event.ReferenceInsertionEventHandler
Packages that use ReferenceInsertionEventHandler
Package
Description
-
Uses of ReferenceInsertionEventHandler in org.apache.velocity.app.event
Methods in org.apache.velocity.app.event with parameters of type ReferenceInsertionEventHandlerModifier and TypeMethodDescriptionvoidEventCartridge.addReferenceInsertionEventHandler(ReferenceInsertionEventHandler ev) Add a reference insertion event handler to the Cartridge. -
Uses of ReferenceInsertionEventHandler in org.apache.velocity.app.event.implement
Classes in org.apache.velocity.app.event.implement that implement ReferenceInsertionEventHandlerModifier 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 use -
Uses of ReferenceInsertionEventHandler in org.apache.velocity.example
Classes in org.apache.velocity.example that implement ReferenceInsertionEventHandlerModifier and TypeClassDescriptionclassThis class is a simple demonstration of how the event handling features of the Velocity Servlet Engine are used.