org.apache.cocoon.components.expression.jexl
Class JexlCompiler
java.lang.Object
org.apache.cocoon.components.expression.jexl.JexlCompiler
- All Implemented Interfaces:
- ExpressionCompiler, ThreadSafe
- public class JexlCompiler
- extends Object
- implements ExpressionCompiler, ThreadSafe
- Version:
- SVN $Id: JexlCompiler.java 279099 2005-09-06 20:53:03Z lgawron $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JexlCompiler
public JexlCompiler()
compile
public Expression compile(String language,
String expression)
throws ExpressionException
- Specified by:
compile
in interface ExpressionCompiler
- Throws:
ExpressionException
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.