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
Constructors -
Method Summary
-
Constructor Details
-
JspValueExpression
public JspValueExpression() -
JspValueExpression
-
-
Method Details
-
getExpectedType
- Specified by:
getExpectedTypein classjavax.el.ValueExpression
-
getType
public Class<?> getType(javax.el.ELContext context) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.ELException - Specified by:
getTypein classjavax.el.ValueExpression- Throws:
NullPointerExceptionjavax.el.PropertyNotFoundExceptionjavax.el.ELException
-
isReadOnly
public boolean isReadOnly(javax.el.ELContext context) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.ELException - Specified by:
isReadOnlyin classjavax.el.ValueExpression- Throws:
NullPointerExceptionjavax.el.PropertyNotFoundExceptionjavax.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:
setValuein classjavax.el.ValueExpression- Throws:
NullPointerExceptionjavax.el.PropertyNotFoundExceptionjavax.el.PropertyNotWritableExceptionjavax.el.ELException
-
getValue
public Object getValue(javax.el.ELContext context) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.ELException - Specified by:
getValuein classjavax.el.ValueExpression- Throws:
NullPointerExceptionjavax.el.PropertyNotFoundExceptionjavax.el.ELException
-
equals
- Specified by:
equalsin classjavax.el.Expression
-
hashCode
public int hashCode()- Specified by:
hashCodein classjavax.el.Expression
-
getExpressionString
- Specified by:
getExpressionStringin classjavax.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralTextin classjavax.el.Expression
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-