Package com.sun.el
Class ValueExpressionLiteral
java.lang.Object
javax.el.Expression
javax.el.ValueExpression
com.sun.el.ValueExpressionLiteral
- All Implemented Interfaces:
Externalizable
,Serializable
public final class ValueExpressionLiteral
extends javax.el.ValueExpression
implements Externalizable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getType
(javax.el.ELContext context) getValue
(javax.el.ELContext context) int
hashCode()
boolean
boolean
isReadOnly
(javax.el.ELContext context) void
void
void
Methods inherited from class javax.el.ValueExpression
getValueReference
-
Constructor Details
-
ValueExpressionLiteral
public ValueExpressionLiteral() -
ValueExpressionLiteral
-
-
Method Details
-
getValue
- Specified by:
getValue
in classjavax.el.ValueExpression
-
setValue
- Specified by:
setValue
in classjavax.el.ValueExpression
-
isReadOnly
public boolean isReadOnly(javax.el.ELContext context) - Specified by:
isReadOnly
in classjavax.el.ValueExpression
-
getType
- Specified by:
getType
in classjavax.el.ValueExpression
-
getExpectedType
- Specified by:
getExpectedType
in classjavax.el.ValueExpression
-
getExpressionString
- Specified by:
getExpressionString
in classjavax.el.Expression
-
equals
- Specified by:
equals
in classjavax.el.Expression
-
equals
-
hashCode
public int hashCode()- Specified by:
hashCode
in classjavax.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralText
in classjavax.el.Expression
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-