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