|
spring-binding | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.binding.expression.support.AbstractExpressionParser
org.springframework.binding.expression.ognl.OgnlExpressionParser
SpringELExpressionParser
public class OgnlExpressionParser
An expression parser that parses Ognl expressions.
| Constructor Summary | |
|---|---|
OgnlExpressionParser()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addPropertyAccessor(java.lang.Class<?> clazz,
ognl.PropertyAccessor propertyAccessor)
Deprecated. Add a property access strategy for the given class. |
protected Expression |
doParseExpression(java.lang.String expressionString,
ParserContext context)
Deprecated. |
ConversionService |
getConversionService()
Deprecated. The conversion service to use to perform type conversions as needed by the OGNL system. |
void |
setConversionService(ConversionService conversionService)
Deprecated. Sets the conversion service to use to perform type conversions as needed by the OGNL system. |
| Methods inherited from class org.springframework.binding.expression.support.AbstractExpressionParser |
|---|
getAllowDelimitedEvalExpressions, getExpressionPrefix, getExpressionSuffix, parseExpression, parseVariableExpressions, setAllowDelimitedEvalExpressions, setExpressionPrefix, setExpressionSuffix |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OgnlExpressionParser()
| Method Detail |
|---|
public ConversionService getConversionService()
DefaultConversionService.
public void setConversionService(ConversionService conversionService)
conversionService - the conversion service to use
public void addPropertyAccessor(java.lang.Class<?> clazz,
ognl.PropertyAccessor propertyAccessor)
clazz - the class that contains properties needing accesspropertyAccessor - the property access strategy
protected Expression doParseExpression(java.lang.String expressionString,
ParserContext context)
throws ParserException
doParseExpression in class AbstractExpressionParserParserException
|
spring-binding | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||