|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.engine.support.AttributeExpression
public class AttributeExpression
Expression evaluator that can evalute attribute maps and supported request context scope types.
RequestContext
,
AttributeMap
Constructor Summary | |
---|---|
AttributeExpression(org.springframework.binding.expression.Expression expression)
Create a new expression evaluator that executes given expression in an attribute map. |
|
AttributeExpression(org.springframework.binding.expression.Expression expression,
ScopeType scopeType)
Create a new expression evaluator that executes given expression in the specified scope. |
Method Summary | |
---|---|
java.lang.Object |
evaluate(java.lang.Object target,
org.springframework.binding.expression.EvaluationContext context)
|
void |
evaluateToSet(java.lang.Object target,
java.lang.Object value,
org.springframework.binding.expression.EvaluationContext context)
|
protected org.springframework.binding.expression.Expression |
getExpression()
Returns the expression that will be evaluated. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AttributeExpression(org.springframework.binding.expression.Expression expression)
SettableExpression
}.
expression
- the nested evaluator to executepublic AttributeExpression(org.springframework.binding.expression.Expression expression, ScopeType scopeType)
SettableExpression
}.
expression
- the nested evaluator to executescopeType
- the scopeTypeMethod Detail |
---|
protected org.springframework.binding.expression.Expression getExpression()
public java.lang.Object evaluate(java.lang.Object target, org.springframework.binding.expression.EvaluationContext context) throws org.springframework.binding.expression.EvaluationException
evaluate
in interface org.springframework.binding.expression.Expression
org.springframework.binding.expression.EvaluationException
public void evaluateToSet(java.lang.Object target, java.lang.Object value, org.springframework.binding.expression.EvaluationContext context) throws org.springframework.binding.expression.EvaluationException
evaluateToSet
in interface org.springframework.binding.expression.SettableExpression
org.springframework.binding.expression.EvaluationException
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |