com.caucho.config.el
Class CandiValueExpression
java.lang.Object
javax.el.Expression
javax.el.ValueExpression
com.caucho.config.el.CandiValueExpression
- All Implemented Interfaces:
- java.io.Serializable
public class CandiValueExpression
- extends ValueExpression
Variable resolution for webbeans variables
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CandiValueExpression
public CandiValueExpression(ValueExpression expr)
getExpectedType
public java.lang.Class<?> getExpectedType()
- Specified by:
getExpectedType
in class ValueExpression
getType
public java.lang.Class<?> getType(ELContext context)
throws PropertyNotFoundException,
ELException
- Specified by:
getType
in class ValueExpression
- Throws:
PropertyNotFoundException
ELException
getValue
public java.lang.Object getValue(ELContext context)
throws PropertyNotFoundException,
ELException
- Specified by:
getValue
in class ValueExpression
- Throws:
PropertyNotFoundException
ELException
isReadOnly
public boolean isReadOnly(ELContext context)
throws PropertyNotFoundException,
ELException
- Specified by:
isReadOnly
in class ValueExpression
- Throws:
PropertyNotFoundException
ELException
setValue
public void setValue(ELContext context,
java.lang.Object value)
throws PropertyNotFoundException,
PropertyNotWritableException,
ELException
- Specified by:
setValue
in class ValueExpression
- Throws:
PropertyNotFoundException
PropertyNotWritableException
ELException
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in class Expression
getExpressionString
public java.lang.String getExpressionString()
- Specified by:
getExpressionString
in class Expression
hashCode
public int hashCode()
- Specified by:
hashCode
in class Expression
isLiteralText
public boolean isLiteralText()
- Specified by:
isLiteralText
in class Expression
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object