org.apache.cocoon.forms.expression
Interface ExpressionManager

All Known Implementing Classes:
DefaultExpressionManager

public interface ExpressionManager

Work interface for the component that creates Expression objects. The reason for centralising the creation of expressions is so that new functions can be registered in one place.

Version:
$Id: ExpressionManager.java 56582 2004-11-04 10:16:22Z sylvain $

Field Summary
static String ROLE
           
 
Method Summary
 org.outerj.expression.Expression parse(String expression)
           
 

Field Detail

ROLE

public static final String ROLE
Method Detail

parse

public org.outerj.expression.Expression parse(String expression)
                                       throws org.outerj.expression.ParseException,
                                              org.outerj.expression.ExpressionException
Throws:
org.outerj.expression.ParseException
org.outerj.expression.ExpressionException


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.