Uses of Class
com.github.jknack.handlebars.TemplateLoader

Packages that use TemplateLoader
com.github.jknack.handlebars   
com.github.jknack.handlebars.io   
 

Uses of TemplateLoader in com.github.jknack.handlebars
 

Methods in com.github.jknack.handlebars that return TemplateLoader
 TemplateLoader Handlebars.getTemplateLoader()
          The resource locator.
 

Constructors in com.github.jknack.handlebars with parameters of type TemplateLoader
Handlebars(TemplateLoader loader)
          Creates a new Handlebars with no cache.
Handlebars(TemplateLoader loader, TemplateCache cache)
          Creates a new Handlebars.
 

Uses of TemplateLoader in com.github.jknack.handlebars.io
 

Subclasses of TemplateLoader in com.github.jknack.handlebars.io
 class ClassTemplateLoader
          Load templates from the class-path.
 class FileTemplateLoader
          Load templates from the file system.
 class ServletContextTemplateLoader
          Load templates from the ServletContext.
 



Copyright © 2012. All Rights Reserved.