org.apache.cocoon.woody.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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Method Summary |
org.outerj.expression.Expression |
parse(String expression)
|
ROLE
static final String ROLE
parse
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-2010 The Apache Software Foundation. All Rights Reserved.