org.springframework.faces.webflow
Class FacesSpringELExpressionParser
java.lang.Object
org.springframework.binding.expression.spel.SpringELExpressionParser
org.springframework.webflow.expression.spel.WebFlowSpringELExpressionParser
org.springframework.faces.webflow.FacesSpringELExpressionParser
- All Implemented Interfaces:
- org.springframework.binding.expression.ExpressionParser
public class FacesSpringELExpressionParser
- extends org.springframework.webflow.expression.spel.WebFlowSpringELExpressionParser
A Spring EL ExpressionParser for use with JSF. Adds JSF specific Spring EL PropertyAccessors.
- Since:
- 2.1
- Author:
- Rossen Stoyanchev
|
Constructor Summary |
FacesSpringELExpressionParser(org.springframework.expression.spel.standard.SpelExpressionParser expressionParser)
|
FacesSpringELExpressionParser(org.springframework.expression.spel.standard.SpelExpressionParser expressionParser,
org.springframework.binding.convert.ConversionService conversionService)
|
| Methods inherited from class org.springframework.binding.expression.spel.SpringELExpressionParser |
addPropertyAccessor, getConversionService, parseExpression |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesSpringELExpressionParser
public FacesSpringELExpressionParser(org.springframework.expression.spel.standard.SpelExpressionParser expressionParser)
FacesSpringELExpressionParser
public FacesSpringELExpressionParser(org.springframework.expression.spel.standard.SpelExpressionParser expressionParser,
org.springframework.binding.convert.ConversionService conversionService)