|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterpolationPostProcessor
Used to allow full recursion of value interpolation before applying some rule to the result.
Method Summary | |
---|---|
Object |
execute(String expression,
Object value)
Given the starting expression and the fully-recursively-interpolated value, perform some post-processing step and return the resulting [possibly different] value, or null if no change was made.. |
Method Detail |
---|
Object execute(String expression, Object value)
expression
- the original expressionvalue
- the original value after fully recursive interpolation of expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |