|
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.support.NullParserContext
public final class NullParserContext
A null object implementation of ParserContext. Mainly used internally by expression parser implementations when
null is passed in as a parser context value.
| Field Summary | |
|---|---|
static ParserContext |
INSTANCE
The null parser context object instance; a singleton. |
| Method Summary | |
|---|---|
java.lang.Class<?> |
getEvaluationContextType()
Returns the type of context object the parsed expression will evaluate in. |
java.lang.Class<?> |
getExpectedEvaluationResultType()
Returns the expected type of object returned from evaluating the parsed expression. |
ExpressionVariable[] |
getExpressionVariables()
Returns additional expression variables or aliases that can be referenced during expression evaluation. |
boolean |
isTemplate()
Whether or not the expression being parsed is a template. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ParserContext INSTANCE
| Method Detail |
|---|
public java.lang.Class<?> getEvaluationContextType()
ParserContext
getEvaluationContextType in interface ParserContextpublic java.lang.Class<?> getExpectedEvaluationResultType()
ParserContext
getExpectedEvaluationResultType in interface ParserContextpublic ExpressionVariable[] getExpressionVariables()
ParserContext
getExpressionVariables in interface ParserContextpublic boolean isTemplate()
ParserContext
Some literal text
Hello #{name.firstName}!
#{3 + 4}
isTemplate in interface ParserContext
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||