public class OgnlExpressionParser extends AbstractExpressionParser
| Constructor and Description |
|---|
OgnlExpressionParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyAccessor(Class clazz,
ognl.PropertyAccessor propertyAccessor)
Add a property access strategy for the given class.
|
ConversionService |
getConversionService()
The conversion service to use to perform type conversions as needed by the OGNL system.
|
void |
setConversionService(ConversionService conversionService)
Sets the conversion service to use to perform type conversions as needed by the OGNL system.
|
getAllowDelimitedEvalExpressions, getExpressionPrefix, getExpressionSuffix, parseExpression, setAllowDelimitedEvalExpressions, setExpressionPrefix, setExpressionSuffixpublic ConversionService getConversionService()
DefaultConversionService.public void setConversionService(ConversionService conversionService)
conversionService - the conversion service to usepublic void addPropertyAccessor(Class clazz, ognl.PropertyAccessor propertyAccessor)
clazz - the class that contains properties needing accesspropertyAccessor - the property access strategy