org.apache.cocoon.components.expression
Class AbstractExpression
java.lang.Object
org.apache.cocoon.components.expression.AbstractExpression
- All Implemented Interfaces:
- Expression
- Direct Known Subclasses:
- JavaScriptExpression, JexlExpression
public abstract class AbstractExpression
- extends Object
- implements Expression
- Version:
- $Id: AbstractExpression.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 |
EMPTY_ITER
protected static final Iterator EMPTY_ITER
AbstractExpression
public AbstractExpression(String language,
String expression)
getExpression
public String getExpression()
- Specified by:
getExpression
in interface Expression
getLanguage
public String getLanguage()
- Specified by:
getLanguage
in interface Expression
setProperty
public void setProperty(String property,
Object value)
- Specified by:
setProperty
in interface Expression
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.