Uses of Class
org.apache.velocity.app.event.implement.EscapeReference

Packages that use EscapeReference
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
 class EscapeHtmlReference
          Escape all HTML entities.
 class EscapeJavaScriptReference
          Escapes the characters in a String to be suitable for use in JavaScript.
 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-2010 The Apache Software Foundation. All Rights Reserved.