org.apache.webbeans.el
Class WrappedValueExpression
java.lang.Object
javax.el.Expression
javax.el.ValueExpression
org.apache.webbeans.el.WrappedValueExpression
- All Implemented Interfaces:
- Serializable
public class WrappedValueExpression
- extends ValueExpression
- See Also:
- Serialized Form
WrappedValueExpression
public WrappedValueExpression(ValueExpression valueExpression)
getValueReference
public ValueReference getValueReference(ELContext context)
- Overrides:
getValueReference in class ValueExpression
getExpectedType
public Class<?> getExpectedType()
- Specified by:
getExpectedType in class ValueExpression
getType
public Class<?> getType(ELContext arg0)
throws NullPointerException,
PropertyNotFoundException,
ELException
- Specified by:
getType in class ValueExpression
- Throws:
NullPointerException
PropertyNotFoundException
ELException
getValue
public Object getValue(ELContext context)
throws NullPointerException,
PropertyNotFoundException,
ELException
- Specified by:
getValue in class ValueExpression
- Throws:
NullPointerException
PropertyNotFoundException
ELException
isReadOnly
public boolean isReadOnly(ELContext arg0)
throws NullPointerException,
PropertyNotFoundException,
ELException
- Specified by:
isReadOnly in class ValueExpression
- Throws:
NullPointerException
PropertyNotFoundException
ELException
setValue
public void setValue(ELContext arg0,
Object arg1)
throws NullPointerException,
PropertyNotFoundException,
PropertyNotWritableException,
ELException
- Specified by:
setValue in class ValueExpression
- Throws:
NullPointerException
PropertyNotFoundException
PropertyNotWritableException
ELException
equals
public boolean equals(Object arg0)
- Specified by:
equals in class Expression
getExpressionString
public 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
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.