org.apache.cocoon.components.expression.javascript
Class JavaScriptCompiler

java.lang.Object
  extended byorg.apache.cocoon.components.expression.javascript.JavaScriptCompiler
All Implemented Interfaces:
ExpressionCompiler, ThreadSafe

public class JavaScriptCompiler
extends Object
implements ExpressionCompiler, ThreadSafe

Version:
SVN $Id: JavaScriptCompiler.java 325986 2005-10-17 21:35:18Z lgawron $

Field Summary
 
Fields inherited from interface org.apache.cocoon.components.expression.ExpressionCompiler
ROLE
 
Constructor Summary
JavaScriptCompiler()
           
 
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

JavaScriptCompiler

public JavaScriptCompiler()
Method Detail

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.