|
|||||||||
| 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.beanwrapper.BeanWrapperExpressionParser
public class BeanWrapperExpressionParser
An expression parser that parses BeanWrapper property expressions.
| Constructor Summary | |
|---|---|
BeanWrapperExpressionParser()
Creates a new expression parser that uses a DefaultConversionService to perform type conversion. |
|
BeanWrapperExpressionParser(ConversionService conversionService)
Creates a new expression parser that uses the specified conversion service for type conversion. |
|
| Method Summary | |
|---|---|
ConversionService |
getConversionService()
The conversion service to use to obtain conversion executors that will be adapted to
property editors for use during a
set value call. |
void |
setConversionService(ConversionService conversionService)
Sets the conversion service to use to obtain conversion executors that will be adapted
to property editors for use during a
set value call. |
| Methods inherited from class org.springframework.binding.expression.support.AbstractExpressionParser |
|---|
getAllowDelimitedEvalExpressions, getExpressionPrefix, getExpressionSuffix, parseExpression, setAllowDelimitedEvalExpressions, setExpressionPrefix, setExpressionSuffix |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanWrapperExpressionParser()
DefaultConversionService to perform type conversion.
public BeanWrapperExpressionParser(ConversionService conversionService)
conversionService - the conversion service to use| Method Detail |
|---|
public ConversionService getConversionService()
conversion executors that will be adapted to
property editors for use during a
set value call. The default if not specified is an
instance of DefaultConversionService.
public void setConversionService(ConversionService conversionService)
conversion executors that will be adapted
to property editors for use during a
set value call.
conversionService - the conversion service
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||