|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.binding.expression.ExpressionVariable
public class ExpressionVariable
An expression variable.
| Constructor Summary | |
|---|---|
ExpressionVariable(java.lang.String name,
java.lang.String valueExpression)
Creates a new expression variable. |
|
ExpressionVariable(java.lang.String name,
java.lang.String valueExpression,
ParserContext parserContext)
Creates a new expression variable with a populated parser context. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getName()
Returns the variable name. |
ParserContext |
getParserContext()
Returns the parser context to use to parse the variable's value expression. |
java.lang.String |
getValueExpression()
Returns the expression that will be evaluated when the variable is referenced by its name in another expression. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionVariable(java.lang.String name,
java.lang.String valueExpression)
name - the name of the variable, acting as an convenient alias (required)valueExpression - the value expression (required)
public ExpressionVariable(java.lang.String name,
java.lang.String valueExpression,
ParserContext parserContext)
name - the name of the variable, acting as an convenient alias (required)valueExpression - the value expression (required)parserContext - the parser context to use to parse the value expression (optional)| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getValueExpression()
public ParserContext getParserContext()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||