javax.el
Class ValueExpression
java.lang.Object
javax.el.Expression
javax.el.ValueExpression
- All Implemented Interfaces:
- java.io.Serializable
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 © 2000-2012 Apache Software Foundation. All Rights Reserved.