org.apache.cocoon.el
Interface ExpressionFactory


public interface ExpressionFactory

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

Field Summary
static String ROLE
           
 
Method Summary
 Expression getExpression(String expression)
           
 Expression getExpression(String language, String expression)
           
 

Field Detail

ROLE

public static final String ROLE
Method Detail

getExpression

public Expression getExpression(String language,
                                String expression)
                         throws ExpressionException
Throws:
ExpressionException

getExpression

public Expression getExpression(String expression)
                         throws ExpressionException
Throws:
ExpressionException


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