Class | Description |
---|---|
EscapeHtmlReference |
Escape all HTML entities.
|
EscapeJavaScriptReference |
Escapes the characters in a String to be suitable for use in JavaScript.
|
EscapeReference |
Base class for escaping references.
|
EscapeSqlReference |
Escapes the characters in a String to be suitable to pass to an SQL query.
|
EscapeXmlReference |
Escape all XML entities, suitable for placing the output inside an XML (1.0) text node or attribute value.
|
IncludeNotFound |
Simple event handler that checks to see if an included page is available.
|
IncludeRelativePath |
Event handler that looks for included files relative to the path of the
current template.
|
InvalidReferenceInfo |
Convenience class to use when reporting out invalid syntax
with line, column, and template name.
|
PrintExceptions |
Simple event handler that renders method exceptions in the page
rather than throwing the exception.
|
ReportInvalidReferences |
Use this event handler to flag invalid references.
|
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.