Uses of Interface
com.github.jknack.handlebars.Template

Packages that use Template
com.github.jknack.handlebars   
com.github.jknack.handlebars.cache   
com.github.jknack.handlebars.internal   
 

Uses of Template in com.github.jknack.handlebars
 

Fields in com.github.jknack.handlebars declared as Template
 Template Options.fn
          The current template.
 Template Options.inverse
          The current inverse template.
 

Methods in com.github.jknack.handlebars that return Template
 Template Handlebars.compile(String input)
          Compile a handlebars template.
 Template Handlebars.compile(String input, String startDelimiter, String endDelimiter)
          Compile a handlebars template.
 Template Handlebars.compile(URI uri)
          Compile the resource located at the given uri.
 Template Handlebars.compile(URI uri, String startDelimiter, String endDelimiter)
          Compile the resource located at the given uri.
 Template TemplateCache.get(Object key)
          Return the value to which this cache maps the specified key.
abstract  Template Options.partial(String path)
          Return a previously registered partial in the current execution context.
 

Methods in com.github.jknack.handlebars with parameters of type Template
 O Lambda.apply(C context, Template template)
          Apply the lambda.
abstract  CharSequence Options.apply(Template template)
          Apply the given template to the default context.
abstract  CharSequence Options.apply(Template template, Object context)
          Apply the given template to the provided context.
abstract  void Options.partial(String path, Template partial)
          Store a partial in the current execution context.
 void TemplateCache.put(Object key, Template template)
          Associate the specified value with the specified key in this cache.
 

Constructors in com.github.jknack.handlebars with parameters of type Template
Options(Handlebars handlebars, Context context, Template fn, Template inverse, Object[] params, Map<String,Object> hash)
          Creates a new Handlebars Options.
 

Uses of Template in com.github.jknack.handlebars.cache
 

Methods in com.github.jknack.handlebars.cache that return Template
 Template ConcurrentMapCache.get(Object key)
           
 

Methods in com.github.jknack.handlebars.cache with parameters of type Template
 void ConcurrentMapCache.put(Object key, Template template)
           
 

Uses of Template in com.github.jknack.handlebars.internal
 

Methods in com.github.jknack.handlebars.internal that return Template
 Template Parser.parse(org.parboiled.buffers.InputBuffer input)
           
 Template Parser.parse(String input)
           
 



Copyright © 2012. All Rights Reserved.