com.caucho.jsp.el
Class PageScopeExpression
java.lang.Object
javax.el.Expression
javax.el.ValueExpression
com.caucho.jsp.el.AbstractValueExpression
com.caucho.jsp.el.PageScopeExpression
- All Implemented Interfaces:
- FieldGenerator, java.io.Serializable
public class PageScopeExpression
- extends AbstractValueExpression
- implements FieldGenerator
- 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
PageScopeExpression
public PageScopeExpression()
createField
public ValueExpression createField(java.lang.String field)
- Description copied from interface:
FieldGenerator
- Creates a field reference using this expression as the base object.
- Specified by:
createField
in interface FieldGenerator
- Parameters:
field
- the string reference for the 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