-
interface
interface
Tracks the most recent expression processed by this value source implementation.
class
class
ValueSource
abstract implementation that wraps another value source.
class
class
ValueSource
which resolves expressions against the environment variables
available from the underlying operating system (and possibly, the shell environment
that created the present Java process).
class
A value source that allows a fixed interpolator to be injected into
a regular interpolator.
class
Wraps a Map, and looks up the whole expression as a single key, returning the
value mapped to it.
class
Wraps an object, providing reflective access to the object graph of which the
supplied object is the root.
class
class
class
ValueSource
implementation which simply wraps another value source,
and trims any of a set of possible expression prefixes before delegating the
modified expression to be resolved by the real value source.
class
class
If the expression matches, simply return the response object.
Retrieve the embedded value source.
void
Add a new
ValueSource
to the stack used to resolve expressions
in this interpolator instance.
void
Add a new
ValueSource
to the stack used to resolve expressions
in this interpolator instance.
void
Add a new
ValueSource
to the stack used to resolve expressions
in this interpolator instance.
void
Remove the specified
ValueSource
from the stack used to resolve
expressions in this interpolator instance.
void
Remove the specified
ValueSource
from the stack used to resolve
expressions in this interpolator instance.
void
Remove the specified
ValueSource
from the stack used to resolve
expressions in this interpolator instance.
protected
protected
Construct a new function value source instance, using the supplied
ValueSource
to retrieve the input values for the function(s) this class implements.
Wrap the given value source, but first trim the given prefix from any
expressions before they are passed along for resolution.
Wrap the given value source, but first trim the given prefix from any
expressions before they are passed along for resolution.
Wrap the given value source, but first trim one of the given prefixes from any
expressions before they are passed along for resolution.
Wrap the given value source, but first trim one of the given prefixes from any
expressions before they are passed along for resolution.
-
void
Add a new
ValueSource
to the stack used to resolve expressions
in this interpolator instance.
void
Remove the specified
ValueSource
from the stack used to resolve
expressions in this interpolator instance.
ValueSource
now.