Interface ExpressionFactory
- All Known Implementing Classes:
 JexlExpressionFactory
public interface ExpressionFactory
ExpressionFactory is a factory of Expression objects.
- Version:
 - $Revision: 155420 $
 - Author:
 - James Strachan
 
- 
Method Summary
Modifier and TypeMethodDescriptioncreateExpression(String text) Creates a new expression for the given text 
- 
Method Details
- 
createExpression
Creates a new expression for the given text- Throws:
 JellyException
 
 -