org.zkoss.zel
Class ValueExpression
java.lang.Object
org.zkoss.zel.Expression
org.zkoss.zel.ValueExpression
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ValueExpressionImpl, ValueExpressionLiteral
public abstract class ValueExpression
- extends Expression
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ValueExpression
public ValueExpression()
getExpectedType
public abstract java.lang.Class<?> getExpectedType()
getType
public abstract java.lang.Class<?> getType(ELContext context)
throws java.lang.NullPointerException,
PropertyNotFoundException,
ELException
- Throws:
java.lang.NullPointerException
PropertyNotFoundException
ELException
isReadOnly
public abstract boolean isReadOnly(ELContext context)
throws java.lang.NullPointerException,
PropertyNotFoundException,
ELException
- Throws:
java.lang.NullPointerException
PropertyNotFoundException
ELException
setValue
public abstract void setValue(ELContext context,
java.lang.Object value)
throws java.lang.NullPointerException,
PropertyNotFoundException,
PropertyNotWritableException,
ELException
- Throws:
java.lang.NullPointerException
PropertyNotFoundException
PropertyNotWritableException
ELException
getValue
public abstract java.lang.Object getValue(ELContext context)
throws java.lang.NullPointerException,
PropertyNotFoundException,
ELException
- Throws:
java.lang.NullPointerException
PropertyNotFoundException
ELException
getValueReference
public ValueReference getValueReference(ELContext context)
- Since:
- EL 2.2
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.