| javax.el.ValueExpression org.apache.el.ValueExpressionLiteral
ValueExpressionLiteral | public ValueExpressionLiteral()(Code) | | |
ValueExpressionLiteral | public ValueExpressionLiteral(Object value, Class expectedType)(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)
|
|
|