public final class ValueExpressionLiteral extends jakarta.el.ValueExpression implements Externalizable
| Constructor and Description |
|---|
ValueExpressionLiteral() |
ValueExpressionLiteral(Object value,
Class<?> expectedType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
equals(ValueExpressionLiteral ve) |
Class<?> |
getExpectedType() |
String |
getExpressionString() |
Class<?> |
getType(jakarta.el.ELContext context) |
Object |
getValue(jakarta.el.ELContext context) |
int |
hashCode() |
boolean |
isLiteralText() |
boolean |
isReadOnly(jakarta.el.ELContext context) |
void |
readExternal(ObjectInput in) |
void |
setValue(jakarta.el.ELContext context,
Object value) |
void |
writeExternal(ObjectOutput out) |
public Object getValue(jakarta.el.ELContext context)
getValue in class jakarta.el.ValueExpressionpublic void setValue(jakarta.el.ELContext context,
Object value)
setValue in class jakarta.el.ValueExpressionpublic boolean isReadOnly(jakarta.el.ELContext context)
isReadOnly in class jakarta.el.ValueExpressionpublic Class<?> getType(jakarta.el.ELContext context)
getType in class jakarta.el.ValueExpressionpublic Class<?> getExpectedType()
getExpectedType in class jakarta.el.ValueExpressionpublic String getExpressionString()
getExpressionString in class jakarta.el.Expressionpublic boolean equals(Object obj)
equals in class jakarta.el.Expressionpublic boolean equals(ValueExpressionLiteral ve)
public int hashCode()
hashCode in class jakarta.el.Expressionpublic boolean isLiteralText()
isLiteralText in class jakarta.el.Expressionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionComments to: el-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.