org.apache.cocoon.components.expression.jexl
Class JexlExpression
java.lang.Object
org.apache.cocoon.components.expression.AbstractExpression
org.apache.cocoon.components.expression.jexl.JexlExpression
- All Implemented Interfaces:
- Expression
public class JexlExpression
- extends AbstractExpression
- Version:
- $Id: JexlExpression.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JexlExpression
public JexlExpression(String language,
String expression)
throws ExpressionException
- Throws:
ExpressionException
evaluate
public Object evaluate(ExpressionContext context)
throws ExpressionException
- Throws:
ExpressionException
iterate
public Iterator iterate(ExpressionContext context)
throws ExpressionException
- Throws:
ExpressionException
assign
public void assign(ExpressionContext context,
Object value)
throws ExpressionException
- Throws:
ExpressionException
getNode
public Object getNode(ExpressionContext context)
throws ExpressionException
- Throws:
ExpressionException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.