|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeanExpressionResolver
Strategy interface for resolving a value through evaluating it as an expression, if applicable.
A raw BeanFactory
does not
contain a default implementation of this strategy. However,
ApplicationContext
implementations
will provide expression support out of the box.
Method Summary | |
---|---|
Object |
evaluate(String value,
BeanExpressionContext evalContext)
Evaluate the given value as an expression, if applicable; return the value as-is otherwise. |
Method Detail |
---|
Object evaluate(String value, BeanExpressionContext evalContext) throws BeansException
value
- the value to checkevalContext
- the evaluation context
BeansException
- if evaluation failed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |