com.caucho.jsp.el
Class ApplicationFieldExpression
java.lang.Object
javax.el.Expression
javax.el.ValueExpression
com.caucho.jsp.el.AbstractValueExpression
com.caucho.jsp.el.ApplicationFieldExpression
- All Implemented Interfaces:
- java.io.Serializable
public class ApplicationFieldExpression
- extends AbstractValueExpression
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
getValue
public java.lang.Object getValue(ELContext env)
throws ELException
- Evaluate the expr as an object.
- Specified by:
getValue
in class ValueExpression
- Parameters:
env
- the page context
- Throws:
ELException
isReadOnly
public boolean isReadOnly(ELContext env)
throws ELException
- Evaluate the expr as an object.
- Overrides:
isReadOnly
in class AbstractValueExpression
- Parameters:
env
- the page context
- Throws:
ELException
setValue
public void setValue(ELContext env,
java.lang.Object value)
throws ELException
- Evaluate the expr as an object.
- Overrides:
setValue
in class AbstractValueExpression
- Parameters:
env
- the page context
- Throws:
ELException
getExpressionString
public java.lang.String getExpressionString()
- Specified by:
getExpressionString
in class Expression