|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.binding.expression.EvaluationAttempt
public class EvaluationAttempt
A simple holder for information about an evaluation attempt.
| Constructor Summary | |
|---|---|
EvaluationAttempt(Expression expression,
java.lang.Object target,
EvaluationContext context)
Create an evaluation attempt. |
|
| Method Summary | |
|---|---|
protected org.springframework.core.style.ToStringCreator |
createToString(org.springframework.core.style.ToStringCreator creator)
|
EvaluationContext |
getContext()
Returns context attributes that may have influenced the evaluation process. |
Expression |
getExpression()
Returns the expression that attempted to evaluate. |
java.lang.Object |
getTarget()
Returns the target object upon which evaluation was attempted. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EvaluationAttempt(Expression expression,
java.lang.Object target,
EvaluationContext context)
expression - the expression that failed to evaluatetarget - the target of the expressioncontext - the context attributes that might have affected evaluation behavior| Method Detail |
|---|
public Expression getExpression()
public java.lang.Object getTarget()
public EvaluationContext getContext()
public java.lang.String toString()
toString in class java.lang.Objectprotected org.springframework.core.style.ToStringCreator createToString(org.springframework.core.style.ToStringCreator creator)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||