org.apache.cocoon.el.impl.jexl
Class JexlCompiler

java.lang.Object
  extended byorg.apache.cocoon.el.impl.jexl.JexlCompiler
All Implemented Interfaces:
org.apache.cocoon.el.ExpressionCompiler

public class JexlCompiler
extends Object
implements org.apache.cocoon.el.ExpressionCompiler

Version:
$Id: JexlCompiler.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Field Summary
 
Fields inherited from interface org.apache.cocoon.el.ExpressionCompiler
ROLE
 
Constructor Summary
JexlCompiler()
           
 
Method Summary
 org.apache.cocoon.el.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 org.apache.cocoon.el.Expression compile(String language,
                                               String expression)
                                        throws org.apache.cocoon.el.ExpressionException
Specified by:
compile in interface org.apache.cocoon.el.ExpressionCompiler
Throws:
org.apache.cocoon.el.ExpressionException
See Also:
ExpressionCompiler.compile(java.lang.String, java.lang.String)


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