| java.lang.Object org.springframework.webflow.engine.support.AttributeExpression
AttributeExpression | public AttributeExpression(Expression expression)(Code) | | Create a new expression evaluator that executes given expression in an
attribute map. When using this wrapper to set a property value, make
sure the given expression is a
SettableExpression }.
Parameters: expression - the nested evaluator to execute |
AttributeExpression | public AttributeExpression(Expression expression, ScopeType scopeType)(Code) | | Create a new expression evaluator that executes given expression in the
specified scope. When using this wrapper to set a property value, make
sure the given expression is a
SettableExpression }.
Parameters: expression - the nested evaluator to execute Parameters: scopeType - the scopeType |
getExpression | protected Expression getExpression()(Code) | | Returns the expression that will be evaluated.
|
|
|