Uses of Class
com.samskivert.mustache.Mustache.Compiler

Uses of Mustache.Compiler in com.samskivert.mustache
 

Methods in com.samskivert.mustache that return Mustache.Compiler
static Mustache.Compiler Mustache.compiler()
          Returns a compiler that escapes HTML by default and does not use standards mode.
 Mustache.Compiler Mustache.Compiler.defaultValue(java.lang.String defaultValue)
          Returns a compiler that will use the given value for any variable that is missing, or otherwise resolves to null.
 Mustache.Compiler Mustache.Compiler.escapeHTML(boolean escapeHTML)
          Returns a compiler that either does or does not escape HTML by default.
 Mustache.Compiler Mustache.Compiler.nullValue(java.lang.String nullValue)
          Returns a compiler that will use the given value for any variable that resolves to null, but will still raise an exception for variables for which an accessor cannot be found.
 Mustache.Compiler Mustache.Compiler.standardsMode(boolean standardsMode)
          Returns a compiler that either does or does not use standards mode.
 Mustache.Compiler Mustache.Compiler.withLoader(Mustache.TemplateLoader loader)
          Returns a compiler configured to use the supplied template loader to handle partials.
 



Copyright © 2011. All Rights Reserved.