com.sun.el
Class ValueExpressionLiteral
java.lang.Object
ValueExpression
com.sun.el.ValueExpressionLiteral
- All Implemented Interfaces:
- Externalizable, Serializable
public final class ValueExpressionLiteral
- extends ValueExpression
- implements Externalizable
ValueExpressionLiteral
public ValueExpressionLiteral()
ValueExpressionLiteral
public ValueExpressionLiteral(Object value,
Class expectedType)
getValue
public Object getValue(ELContext context)
setValue
public void setValue(ELContext context,
Object value)
isReadOnly
public boolean isReadOnly(ELContext context)
getType
public Class getType(ELContext context)
getExpectedType
public Class getExpectedType()
getExpressionString
public String getExpressionString()
equals
public boolean equals(Object obj)
equals
public boolean equals(ValueExpressionLiteral ve)
hashCode
public int hashCode()
isLiteralText
public boolean isLiteralText()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.