org.apache.cocoon.components.expression.jexl
Class JexlCompiler

java.lang.Object
  extended by org.apache.cocoon.components.expression.jexl.JexlCompiler
All Implemented Interfaces:
ThreadSafe, ExpressionCompiler

public class JexlCompiler
extends Object
implements ExpressionCompiler, ThreadSafe

Version:
$Id: JexlCompiler.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Field Summary
 
Fields inherited from interface org.apache.cocoon.components.expression.ExpressionCompiler
ROLE
 
Constructor Summary
JexlCompiler()
           
 
Method Summary
 Expression compile(String language, String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JexlCompiler

public JexlCompiler()
Method Detail

compile

public Expression compile(String language,
                          String expression)
                   throws ExpressionException
Specified by:
compile in interface ExpressionCompiler
Throws:
ExpressionException
See Also:
ExpressionCompiler.compile(java.lang.String, java.lang.String)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.