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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanClass<?>Class<?><T> TinthashCode()booleanbooleanisReadOnly(ELContext context) voidvoidvoidMethods inherited from class jakarta.el.ValueExpressiongetValueReference
- 
Constructor Details- 
ValueExpressionLiteralpublic ValueExpressionLiteral()
- 
ValueExpressionLiteral
 
- 
- 
Method Details- 
getValue- Specified by:
- getValuein class- ValueExpression
- Type Parameters:
- T- The expected type for the result of evaluating this value expression
- Parameters:
- context- The EL context for this evaluation
- Returns:
- The result of evaluating this value expression
 
- 
setValue- Specified by:
- setValuein class- ValueExpression
- Parameters:
- context- The EL context for this evaluation
- value- The value to set the property to which this value expression refers
 
- 
isReadOnly- Specified by:
- isReadOnlyin class- ValueExpression
- Parameters:
- context- The EL context for this evaluation
- Returns:
- trueif this expression is read only otherwise- false
 
- 
getType- Specified by:
- getTypein class- ValueExpression
- Parameters:
- context- The EL context for this evaluation
- Returns:
- The type of the result of this value expression
 
- 
getExpectedType- Specified by:
- getExpectedTypein class- ValueExpression
 
- 
getExpressionString- Specified by:
- getExpressionStringin class- Expression
 
- 
equals- Specified by:
- equalsin class- Expression
 
- 
equals
- 
hashCodepublic int hashCode()- Specified by:
- hashCodein class- Expression
 
- 
isLiteralTextpublic boolean isLiteralText()- Specified by:
- isLiteralTextin class- Expression
 
- 
writeExternal- Specified by:
- writeExternalin interface- Externalizable
- Throws:
- IOException
 
- 
readExternal- Specified by:
- readExternalin interface- Externalizable
- Throws:
- IOException
- ClassNotFoundException
 
 
-