org.apache.commons.jelly.expression
Interface ExpressionFactory

All Known Implementing Classes:
JexlExpressionFactory, BeanShellExpressionFactory, BSFExpressionFactory

public interface ExpressionFactory

ExpressionFactory is a factory of Expression objects.

Version:
$Revision: 1.3 $
Author:
James Strachan

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

Method Detail

createExpression

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


Copyright © 2002-2002 Apache Software Foundation. All Rights Reserved.