Package org.apache.jasper.el
Class JspValueExpression
java.lang.Object
jakarta.el.Expression
jakarta.el.ValueExpression
org.apache.jasper.el.JspValueExpression
- All Implemented Interfaces:
Externalizable,Serializable
Wrapper for providing context to ValueExpressions
- Author:
- Jacob Hookom
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanClass<?>Class<?><T> TinthashCode()booleanbooleanisReadOnly(ELContext context) voidvoidvoidMethods inherited from class jakarta.el.ValueExpression
getValueReference
-
Constructor Details
-
JspValueExpression
public JspValueExpression() -
JspValueExpression
-
-
Method Details
-
getExpectedType
- Specified by:
getExpectedTypein classValueExpression
-
getType
public Class<?> getType(ELContext context) throws NullPointerException, PropertyNotFoundException, ELException - Specified by:
getTypein classValueExpression- Throws:
NullPointerExceptionPropertyNotFoundExceptionELException
-
isReadOnly
public boolean isReadOnly(ELContext context) throws NullPointerException, PropertyNotFoundException, ELException - Specified by:
isReadOnlyin classValueExpression- Throws:
NullPointerExceptionPropertyNotFoundExceptionELException
-
setValue
public void setValue(ELContext context, Object value) throws NullPointerException, PropertyNotFoundException, PropertyNotWritableException, ELException - Specified by:
setValuein classValueExpression- Throws:
NullPointerExceptionPropertyNotFoundExceptionPropertyNotWritableExceptionELException
-
getValue
public <T> T getValue(ELContext context) throws NullPointerException, PropertyNotFoundException, ELException - Specified by:
getValuein classValueExpression- Throws:
NullPointerExceptionPropertyNotFoundExceptionELException
-
equals
- Specified by:
equalsin classExpression
-
hashCode
public int hashCode()- Specified by:
hashCodein classExpression
-
getExpressionString
- Specified by:
getExpressionStringin classExpression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralTextin classExpression
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-