com.caucho.jsp.el
Class SessionScopeExpression
java.lang.Object
javax.el.Expression
javax.el.ValueExpression
com.caucho.jsp.el.AbstractValueExpression
com.caucho.jsp.el.SessionScopeExpression
- All Implemented Interfaces:
- java.io.Serializable
public class SessionScopeExpression
- extends AbstractValueExpression
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EXPR
public static final ValueExpression EXPR
SessionScopeExpression
public SessionScopeExpression()
createField
public ValueExpression createField(java.lang.String field)
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
getExpressionString
public java.lang.String getExpressionString()
- Specified by:
getExpressionString
in class Expression