Class ValueExpressionLiteral
java.lang.Object
javax.el.Expression
javax.el.ValueExpression
org.apache.el.ValueExpressionLiteral
- All Implemented Interfaces:
 Externalizable, Serializable
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanClass<?> Class<?> inthashCode()booleanbooleanisReadOnly(ELContext context) voidvoidvoidMethods inherited from class ValueExpression
getValueReference 
- 
Constructor Details
- 
ValueExpressionLiteral
public ValueExpressionLiteral() - 
ValueExpressionLiteral
 
 - 
 - 
Method Details
- 
getValue
- Specified by:
 getValuein classValueExpression- Parameters:
 context- The EL context for this evaluation- Returns:
 - The result of evaluating this value expression
 
 - 
setValue
- Specified by:
 setValuein classValueExpression- Parameters:
 context- The EL context for this evaluationvalue- The value to set the property to which this value expression refers
 - 
isReadOnly
- Specified by:
 isReadOnlyin classValueExpression- Parameters:
 context- The EL context for this evaluation- Returns:
 trueif this expression is read only otherwisefalse
 - 
getType
- Specified by:
 getTypein classValueExpression- Parameters:
 context- The EL context for this evaluation- Returns:
 - The type of the result of this value expression
 
 - 
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
 
 -