Uses of Interface
org.apache.velocity.app.event.ReferenceInsertionEventHandler
- 
Packages that use ReferenceInsertionEventHandler Package Description org.apache.velocity.app.event org.apache.velocity.app.event.implement org.apache.velocity.example 
- 
- 
Uses of ReferenceInsertionEventHandler in org.apache.velocity.app.eventMethods in org.apache.velocity.app.event with parameters of type ReferenceInsertionEventHandler Modifier and Type Method Description voidEventCartridge. addReferenceInsertionEventHandler(ReferenceInsertionEventHandler ev)Add a reference insertion event handler to the Cartridge.
- 
Uses of ReferenceInsertionEventHandler in org.apache.velocity.app.event.implementClasses in org.apache.velocity.app.event.implement that implement ReferenceInsertionEventHandler Modifier and Type Class Description classEscapeHtmlReferenceDeprecated.impractical useclassEscapeJavaScriptReferenceDeprecated.impractical useclassEscapeReferenceBase class for escaping references.classEscapeSqlReferenceEscapes the characters in a String to be suitable to pass to an SQL query.classEscapeXmlReferenceDeprecated.impractical use
- 
Uses of ReferenceInsertionEventHandler in org.apache.velocity.exampleClasses in org.apache.velocity.example that implement ReferenceInsertionEventHandler Modifier and Type Class Description classEventExampleThis class is a simple demonstration of how the event handling features of the Velocity Servlet Engine are used.
 
-