Uses of Interface
org.apache.velocity.app.event.ReferenceInsertionEventHandler
Packages that use ReferenceInsertionEventHandler
-
Uses of ReferenceInsertionEventHandler in org.apache.velocity.app.event
Methods in org.apache.velocity.app.event with parameters of type ReferenceInsertionEventHandlerModifier and TypeMethodDescriptionvoid
EventCartridge.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 TypeClassDescriptionclass
Escape all HTML entities.class
Escapes the characters in a String to be suitable for use in JavaScript.class
Base class for escaping references.class
Escapes the characters in a String to be suitable to pass to an SQL query.class
Escape all XML entities.