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:
ExpressionParser
A Spring EL
ExpressionParser
for use with JSF. Adds JSF specific Spring EL PropertyAccessors.- Since:
- 2.1
- Author:
- Rossen Stoyanchev
-
Constructor Summary
ConstructorDescriptionFacesSpringELExpressionParser
(org.springframework.expression.spel.standard.SpelExpressionParser expressionParser) FacesSpringELExpressionParser
(org.springframework.expression.spel.standard.SpelExpressionParser expressionParser, ConversionService conversionService) -
Method Summary
Methods inherited from class org.springframework.binding.expression.spel.SpringELExpressionParser
addPropertyAccessor, createSpringELExpression, getConversionService, parseExpression
-
Constructor Details
-
FacesSpringELExpressionParser
public FacesSpringELExpressionParser(org.springframework.expression.spel.standard.SpelExpressionParser expressionParser) -
FacesSpringELExpressionParser
public FacesSpringELExpressionParser(org.springframework.expression.spel.standard.SpelExpressionParser expressionParser, ConversionService conversionService)
-