java.io.Externalizable, java.io.Serializablepublic final class JspValueExpression
extends javax.el.ValueExpression
implements java.io.Externalizable
| Constructor | Description |
|---|---|
JspValueExpression() |
|
JspValueExpression(java.lang.String mark,
javax.el.ValueExpression target) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
java.lang.Class<?> |
getExpectedType() |
|
java.lang.String |
getExpressionString() |
|
java.lang.Class<?> |
getType(javax.el.ELContext context) |
|
java.lang.Object |
getValue(javax.el.ELContext context) |
|
int |
hashCode() |
|
boolean |
isLiteralText() |
|
boolean |
isReadOnly(javax.el.ELContext context) |
|
void |
readExternal(java.io.ObjectInput in) |
|
void |
setValue(javax.el.ELContext context,
java.lang.Object value) |
|
void |
writeExternal(java.io.ObjectOutput out) |
public JspValueExpression()
public JspValueExpression(java.lang.String mark,
javax.el.ValueExpression target)
public java.lang.Class<?> getExpectedType()
getExpectedType in class javax.el.ValueExpressionpublic java.lang.Class<?> getType(javax.el.ELContext context)
throws java.lang.NullPointerException,
javax.el.PropertyNotFoundException,
javax.el.ELException
getType in class javax.el.ValueExpressioncontext - The EL context for this evaluationjava.lang.NullPointerException - If the supplied context is nulljavax.el.PropertyNotFoundException - If a property/variable resolution failed because no match
was found or a match was found but was not readablejavax.el.ELException - Wraps any exception throw whilst resolving a property or
variablepublic boolean isReadOnly(javax.el.ELContext context)
throws java.lang.NullPointerException,
javax.el.PropertyNotFoundException,
javax.el.ELException
isReadOnly in class javax.el.ValueExpressioncontext - The EL context for this evaluationtrue if this expression is read only otherwise
falsejava.lang.NullPointerException - If the supplied context is nulljavax.el.PropertyNotFoundException - If a property/variable resolution failed because no match
was found or a match was found but was not readablejavax.el.ELException - Wraps any exception throw whilst resolving a property or
variablepublic void setValue(javax.el.ELContext context,
java.lang.Object value)
throws java.lang.NullPointerException,
javax.el.PropertyNotFoundException,
javax.el.PropertyNotWritableException,
javax.el.ELException
setValue in class javax.el.ValueExpressioncontext - The EL context for this evaluationvalue - The value to set the property to which this value
expression refersjava.lang.NullPointerException - If the supplied context is nulljavax.el.PropertyNotFoundException - If a property/variable resolution failed because no match
was foundjavax.el.PropertyNotWritableException - If a property/variable resolution failed because a match was
found but was not writablejavax.el.ELException - Wraps any exception throw whilst resolving a property or
variablepublic java.lang.Object getValue(javax.el.ELContext context)
throws java.lang.NullPointerException,
javax.el.PropertyNotFoundException,
javax.el.ELException
getValue in class javax.el.ValueExpressioncontext - The EL context for this evaluationjava.lang.NullPointerException - If the supplied context is nulljavax.el.PropertyNotFoundException - If a property/variable resolution failed because no match
was found or a match was found but was not readablejavax.el.ELException - Wraps any exception throw whilst resolving a property or
variablepublic boolean equals(java.lang.Object obj)
equals in class javax.el.Expressionpublic int hashCode()
hashCode in class javax.el.Expressionpublic java.lang.String getExpressionString()
getExpressionString in class javax.el.Expressionpublic boolean isLiteralText()
isLiteralText in class javax.el.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-2019 Apache Software Foundation. All Rights Reserved.