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.java 325986 2005-10-17 21:35:18Z lgawron $
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-2005 The Apache Software Foundation. All Rights Reserved.