JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
com.samskivert.jmustache
com.samskivert.mustache
Mustache
VariableFetcher
Contents
Description
Method Summary
Method Details
get(Object, String)
Hide sidebar
Show sidebar
Interface Mustache.VariableFetcher
Enclosing class:
Mustache
public static interface
Mustache.VariableFetcher
Reads variables from context objects.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
get
(
Object
ctx,
String
name)
Reads the so-named variable from the supplied context object.
Method Details
get
Object
get
(
Object
ctx,
String
name)
throws
Exception
Reads the so-named variable from the supplied context object.
Throws:
Exception