JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
com.samskivert.jmustache
Package
com.samskivert.mustache
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