Class JspValueExpression
java.lang.Object
javax.el.Expression
javax.el.ValueExpression
org.apache.sling.scripting.jsp.jasper.el.JspValueExpression
- All Implemented Interfaces:
Externalizable
,Serializable
Wrapper for providing context to ValueExpressions
- Author:
- Jacob Hookom
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JspValueExpression
public JspValueExpression() -
JspValueExpression
-
-
Method Details
-
getExpectedType
- Specified by:
getExpectedType
in classjavax.el.ValueExpression
-
getType
public Class<?> getType(javax.el.ELContext context) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.ELException - Specified by:
getType
in classjavax.el.ValueExpression
- Throws:
NullPointerException
javax.el.PropertyNotFoundException
javax.el.ELException
-
isReadOnly
public boolean isReadOnly(javax.el.ELContext context) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.ELException - Specified by:
isReadOnly
in classjavax.el.ValueExpression
- Throws:
NullPointerException
javax.el.PropertyNotFoundException
javax.el.ELException
-
setValue
public void setValue(javax.el.ELContext context, Object value) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.PropertyNotWritableException, javax.el.ELException - Specified by:
setValue
in classjavax.el.ValueExpression
- Throws:
NullPointerException
javax.el.PropertyNotFoundException
javax.el.PropertyNotWritableException
javax.el.ELException
-
getValue
public Object getValue(javax.el.ELContext context) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.ELException - Specified by:
getValue
in classjavax.el.ValueExpression
- Throws:
NullPointerException
javax.el.PropertyNotFoundException
javax.el.ELException
-
equals
- Specified by:
equals
in classjavax.el.Expression
-
hashCode
public int hashCode()- Specified by:
hashCode
in classjavax.el.Expression
-
getExpressionString
- Specified by:
getExpressionString
in classjavax.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralText
in classjavax.el.Expression
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-