Package org.apache.el
Class ValueExpressionLiteral
java.lang.Object
jakarta.el.Expression
jakarta.el.ValueExpression
org.apache.el.ValueExpressionLiteral
- All Implemented Interfaces:
Externalizable,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanClass<?>Class<?><T> TinthashCode()booleanbooleanisReadOnly(ELContext context) voidvoidvoidMethods inherited from class jakarta.el.ValueExpression
getValueReference
-
Constructor Details
-
ValueExpressionLiteral
public ValueExpressionLiteral() -
ValueExpressionLiteral
-
-
Method Details
-
getValue
- Specified by:
getValuein classValueExpression
-
setValue
- Specified by:
setValuein classValueExpression
-
isReadOnly
- Specified by:
isReadOnlyin classValueExpression
-
getType
- Specified by:
getTypein classValueExpression
-
getExpectedType
- Specified by:
getExpectedTypein classValueExpression
-
getExpressionString
- Specified by:
getExpressionStringin classExpression
-
equals
- Specified by:
equalsin classExpression
-
equals
-
hashCode
public int hashCode()- Specified by:
hashCodein classExpression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralTextin classExpression
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-