public final class JspValueExpression extends ValueExpression implements java.io.Externalizable
| Constructor and Description |
|---|
JspValueExpression() |
JspValueExpression(java.lang.String mark,
ValueExpression target) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Class<?> |
getExpectedType() |
java.lang.String |
getExpressionString() |
java.lang.Class<?> |
getType(ELContext context) |
java.lang.Object |
getValue(ELContext context) |
int |
hashCode() |
boolean |
isLiteralText() |
boolean |
isReadOnly(ELContext context) |
void |
readExternal(java.io.ObjectInput in) |
void |
setValue(ELContext context,
java.lang.Object value) |
void |
writeExternal(java.io.ObjectOutput out) |
getValueReferencepublic JspValueExpression()
public JspValueExpression(java.lang.String mark,
ValueExpression target)
public java.lang.Class<?> getExpectedType()
getExpectedType in class ValueExpressionpublic java.lang.Class<?> getType(ELContext context) throws java.lang.NullPointerException, PropertyNotFoundException, ELException
getType in class ValueExpressionjava.lang.NullPointerExceptionPropertyNotFoundExceptionELExceptionpublic boolean isReadOnly(ELContext context) throws java.lang.NullPointerException, PropertyNotFoundException, ELException
isReadOnly in class ValueExpressionjava.lang.NullPointerExceptionPropertyNotFoundExceptionELExceptionpublic void setValue(ELContext context, java.lang.Object value) throws java.lang.NullPointerException, PropertyNotFoundException, PropertyNotWritableException, ELException
setValue in class ValueExpressionjava.lang.NullPointerExceptionPropertyNotFoundExceptionPropertyNotWritableExceptionELExceptionpublic java.lang.Object getValue(ELContext context) throws java.lang.NullPointerException, PropertyNotFoundException, ELException
getValue in class ValueExpressionjava.lang.NullPointerExceptionPropertyNotFoundExceptionELExceptionpublic boolean equals(java.lang.Object obj)
equals in class Expressionpublic int hashCode()
hashCode in class Expressionpublic java.lang.String getExpressionString()
getExpressionString in class Expressionpublic boolean isLiteralText()
isLiteralText in class Expressionpublic void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOExceptionjava.lang.ClassNotFoundExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.