Package org.apache.webbeans.el22
Class WrappedValueExpression
- java.lang.Object
-
- javax.el.Expression
-
- javax.el.ValueExpression
-
- org.apache.webbeans.el22.WrappedValueExpression
-
- All Implemented Interfaces:
Serializable
public class WrappedValueExpression extends javax.el.ValueExpression- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrappedValueExpression(javax.el.ValueExpression valueExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object arg0)Class<?>getExpectedType()StringgetExpressionString()Class<?>getType(javax.el.ELContext arg0)ObjectgetValue(javax.el.ELContext context)javax.el.ValueReferencegetValueReference(javax.el.ELContext context)inthashCode()booleanisLiteralText()booleanisReadOnly(javax.el.ELContext arg0)voidsetValue(javax.el.ELContext arg0, Object arg1)
-
-
-
Method Detail
-
getValueReference
public javax.el.ValueReference getValueReference(javax.el.ELContext context)
- Overrides:
getValueReferencein classjavax.el.ValueExpression
-
getExpectedType
public Class<?> getExpectedType()
- Specified by:
getExpectedTypein classjavax.el.ValueExpression
-
getType
public Class<?> getType(javax.el.ELContext arg0) throws NullPointerException, javax.el.ELException
- Specified by:
getTypein classjavax.el.ValueExpression- Throws:
NullPointerExceptionjavax.el.ELException
-
getValue
public Object getValue(javax.el.ELContext context) throws NullPointerException, javax.el.ELException
- Specified by:
getValuein classjavax.el.ValueExpression- Throws:
NullPointerExceptionjavax.el.ELException
-
isReadOnly
public boolean isReadOnly(javax.el.ELContext arg0) throws NullPointerException, javax.el.ELException- Specified by:
isReadOnlyin classjavax.el.ValueExpression- Throws:
NullPointerExceptionjavax.el.ELException
-
setValue
public void setValue(javax.el.ELContext arg0, Object arg1) throws NullPointerException, javax.el.ELException- Specified by:
setValuein classjavax.el.ValueExpression- Throws:
NullPointerExceptionjavax.el.ELException
-
equals
public boolean equals(Object arg0)
- Specified by:
equalsin classjavax.el.Expression
-
getExpressionString
public String getExpressionString()
- Specified by:
getExpressionStringin classjavax.el.Expression
-
hashCode
public int hashCode()
- Specified by:
hashCodein classjavax.el.Expression
-
isLiteralText
public boolean isLiteralText()
- Specified by:
isLiteralTextin classjavax.el.Expression
-
-