Uses of Interface
org.springframework.binding.expression.ExpressionParser

Packages that use ExpressionParser
org.springframework.binding.convert.support Supporting type converter implementations that are generically applicable and frequently used. 
org.springframework.binding.expression.support Expression abstraction implementations, integrated with BeanWrapper and OGNL. 
org.springframework.binding.mapping Support for mapping attribute values between data structures. 
 

Uses of ExpressionParser in org.springframework.binding.convert.support
 

Methods in org.springframework.binding.convert.support that return ExpressionParser
 ExpressionParser TextToExpression.getExpressionParser()
          Returns the expression parser used by this converter.
 

Constructors in org.springframework.binding.convert.support with parameters of type ExpressionParser
TextToExpression(ExpressionParser expressionParser)
          Creates a new string-to-expression converter.
 

Uses of ExpressionParser in org.springframework.binding.expression.support
 

Classes in org.springframework.binding.expression.support that implement ExpressionParser
 class AbstractExpressionParser
          Abstract base class for expression parsers.
 class BeanWrapperExpressionParser
          An expression parser that parses bean wrapper expressions.
 class OgnlExpressionParser
          An expression parser that parses Ognl expressions.
 

Uses of ExpressionParser in org.springframework.binding.mapping
 

Constructors in org.springframework.binding.mapping with parameters of type ExpressionParser
MappingBuilder(ExpressionParser expressionParser)
          Creates a mapping builder that uses the expression parser to parse attribute mapping expressions.
 



Copyright © 2009 Spring Framework. All Rights Reserved.