Uses of Class
com.google.clearsilver.jsilver.functions.escape.SimpleEscapingFunction

Packages that use SimpleEscapingFunction
com.google.clearsilver.jsilver.functions.escape   
 

Uses of SimpleEscapingFunction in com.google.clearsilver.jsilver.functions.escape
 

Subclasses of SimpleEscapingFunction in com.google.clearsilver.jsilver.functions.escape
 class HtmlEscapeFunction
          This class HTML escapes a string in the same way as the ClearSilver html_escape function.
 class JsEscapeFunction
          This Javascript escapes the string so it will be valid data for placement into a Javascript string.
 



Copyright © 2010-2012 Google. All Rights Reserved.