org.springframework.webflow.expression
Class WebFlowOgnlExpressionParser

java.lang.Object
  extended by org.springframework.binding.expression.support.AbstractExpressionParser
      extended by org.springframework.binding.expression.ognl.OgnlExpressionParser
          extended by org.springframework.webflow.expression.WebFlowOgnlExpressionParser
All Implemented Interfaces:
ExpressionParser

public class WebFlowOgnlExpressionParser
extends OgnlExpressionParser

An extension of OgnlExpressionParser that registers Web Flow-specific PropertyAccessors.

Author:
Keith Donald

Constructor Summary
WebFlowOgnlExpressionParser()
          Creates a Web Flow OGNL Expression Parser.
 
Method Summary
 
Methods inherited from class org.springframework.binding.expression.ognl.OgnlExpressionParser
addPropertyAccessor, getConversionService, setConversionService
 
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

WebFlowOgnlExpressionParser

public WebFlowOgnlExpressionParser()
Creates a Web Flow OGNL Expression Parser.