Package | Description |
---|---|
org.apache.velocity.app.event | |
org.apache.velocity.app.event.implement |
Modifier and Type | Method and Description |
---|---|
void |
EventCartridge.addReferenceInsertionEventHandler(ReferenceInsertionEventHandler ev)
Add a reference insertion event handler to the Cartridge.
|
Modifier and Type | Class and Description |
---|---|
class |
EscapeHtmlReference
Escape all HTML entities.
|
class |
EscapeJavaScriptReference
Escapes the characters in a String to be suitable for use in JavaScript.
|
class |
EscapeReference
Base class for escaping references.
|
class |
EscapeSqlReference
Escapes the characters in a String to be suitable to pass to an SQL query.
|
class |
EscapeXmlReference
Escape all XML entities.
|
Copyright © 2000–2018. All rights reserved.