Uses of Class
org.apache.velocity.app.event.implement.EscapeReference
-
Packages that use EscapeReference Package Description org.apache.velocity.app.event.implement -
-
Uses of EscapeReference in org.apache.velocity.app.event.implement
Subclasses of EscapeReference in org.apache.velocity.app.event.implement Modifier and Type Class Description classEscapeHtmlReferenceEscape all HTML entities.classEscapeJavaScriptReferenceEscapes the characters in a String to be suitable for use in JavaScript.classEscapeSqlReferenceEscapes the characters in a String to be suitable to pass to an SQL query.classEscapeXmlReferenceEscape all XML entities.
-