org.zkoss.zel
Class ValueExpression

java.lang.Object
  extended by org.zkoss.zel.Expression
      extended by 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

Constructor Summary
ValueExpression()
           
 
Method Summary
abstract  java.lang.Class<?> getExpectedType()
           
abstract  java.lang.Class<?> getType(ELContext context)
           
abstract  java.lang.Object getValue(ELContext context)
           
 ValueReference getValueReference(ELContext context)
           
abstract  boolean isReadOnly(ELContext context)
           
abstract  void setValue(ELContext context, java.lang.Object value)
           
 
Methods inherited from class org.zkoss.zel.Expression
equals, getExpressionString, hashCode, isLiteralText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueExpression

public ValueExpression()
Method Detail

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. SourceForge.net Logo