| javax.el.ValueExpression org.apache.jasper.el.JspValueExpression
JspValueExpression | final public class JspValueExpression extends ValueExpression implements Externalizable(Code) | | Wrapper for providing context to ValueExpressions
author: Jacob Hookom |
JspValueExpression | public JspValueExpression()(Code) | | |
getExpressionString | public String getExpressionString()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isLiteralText | public boolean isLiteralText()(Code) | | |
Methods inherited from javax.el.ValueExpression | abstract public Class> getExpectedType()(Code)(Java Doc) abstract public Class> getType(ELContext context) throws NullPointerException, PropertyNotFoundException, ELException(Code)(Java Doc) abstract public Object getValue(ELContext context) throws NullPointerException, PropertyNotFoundException, ELException(Code)(Java Doc) abstract public boolean isReadOnly(ELContext context) throws NullPointerException, PropertyNotFoundException, ELException(Code)(Java Doc) abstract public void setValue(ELContext context, Object value) throws NullPointerException, PropertyNotFoundException, PropertyNotWritableException, ELException(Code)(Java Doc)
|
|
|