Uses of Interface
org.apache.velocity.util.RuntimeServicesAware
-
Packages that use RuntimeServicesAware Package Description org.apache.velocity.app.event.implement org.apache.velocity.util.introspection -
-
Uses of RuntimeServicesAware in org.apache.velocity.app.event.implement
Classes in org.apache.velocity.app.event.implement that implement RuntimeServicesAware Modifier and Type Class Description classEscapeHtmlReferenceEscape all HTML entities.classEscapeJavaScriptReferenceEscapes the characters in a String to be suitable for use in JavaScript.classEscapeReferenceBase class for escaping references.classEscapeSqlReferenceEscapes the characters in a String to be suitable to pass to an SQL query.classEscapeXmlReferenceEscape all XML entities.classIncludeNotFoundSimple event handler that checks to see if an included page is available.classPrintExceptionsSimple event handler that renders method exceptions in the page rather than throwing the exception.classReportInvalidReferencesUse this event handler to flag invalid references. -
Uses of RuntimeServicesAware in org.apache.velocity.util.introspection
Classes in org.apache.velocity.util.introspection that implement RuntimeServicesAware Modifier and Type Class Description classSecureUberspectorUse a custom introspector that prevents classloader related method calls.
-