Class | Description |
---|---|
AbstractDelegatingValueSource | |
AbstractValueSource | |
BasicInterpolator |
Knows how to do basic interpolation services.
|
FeedbackEnabledValueSource |
Deprecated.
Rolled into
ValueSource now. |
InterpolationException |
Signals an unrecoverable error in the process of interpolating a string, such
as the detection of an expression cycle.
|
InterpolationPostProcessor |
Used to allow full recursion of value interpolation before applying some rule
to the result.
|
Interpolator |
Interpolator interface.
|
InterpolatorFilterReader |
A FilterReader implementation, that works with Interpolator interface instead of it's own interpolation
implementation.
|
QueryEnabledValueSource |
Tracks the most recent expression processed by this value source implementation.
|
RecursionInterceptor |
Logs expressions before resolution is attempted, and clears them
after resolution is complete (or, fails all strategies).
|
ValueSource |
Supplies one strategy for resolving a value for an interpolation expression.
|
Class | Description |
---|---|
BasicInterpolator |
Knows how to do basic interpolation services.
|
InterpolationPostProcessor |
Used to allow full recursion of value interpolation before applying some rule
to the result.
|
RecursionInterceptor |
Logs expressions before resolution is attempted, and clears them
after resolution is complete (or, fails all strategies).
|
Class | Description |
---|---|
BasicInterpolator |
Knows how to do basic interpolation services.
|
InterpolationException |
Signals an unrecoverable error in the process of interpolating a string, such
as the detection of an expression cycle.
|
InterpolationPostProcessor |
Used to allow full recursion of value interpolation before applying some rule
to the result.
|
Interpolator |
Interpolator interface.
|
RecursionInterceptor |
Logs expressions before resolution is attempted, and clears them
after resolution is complete (or, fails all strategies).
|
ValueSource |
Supplies one strategy for resolving a value for an interpolation expression.
|
Class | Description |
---|---|
BasicInterpolator |
Knows how to do basic interpolation services.
|
InterpolationException |
Signals an unrecoverable error in the process of interpolating a string, such
as the detection of an expression cycle.
|
RecursionInterceptor |
Logs expressions before resolution is attempted, and clears them
after resolution is complete (or, fails all strategies).
|
Copyright © 2018. All rights reserved.