org.apache.commons.jelly.expression
Interface ExpressionFactory

All Known Implementing Classes:
JexlExpressionFactory

public interface ExpressionFactory

ExpressionFactory is a factory of Expression objects.

Version:
$Revision: 1807798 $
Author:
James Strachan

Method Summary
 Expression createExpression(java.lang.String text)
          Creates a new expression for the given text
 

Method Detail

createExpression

Expression createExpression(java.lang.String text)
                            throws JellyException
Creates a new expression for the given text

Throws:
JellyException