Class IterationStatusExpression
- java.lang.Object
-
- javax.el.Expression
-
- javax.el.ValueExpression
-
- org.apache.myfaces.view.facelets.tag.jstl.core.IterationStatusExpression
-
- All Implemented Interfaces:
Serializable
public final class IterationStatusExpression extends javax.el.ValueExpression
- Version:
- $Id$
- Author:
- Jacob Hookom
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IterationStatusExpression(IterationStatus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Class
getExpectedType()
String
getExpressionString()
Class
getType(javax.el.ELContext context)
Object
getValue(javax.el.ELContext context)
int
hashCode()
boolean
isLiteralText()
boolean
isReadOnly(javax.el.ELContext context)
void
setValue(javax.el.ELContext context, Object value)
String
toString()
-
-
-
Constructor Detail
-
IterationStatusExpression
public IterationStatusExpression(IterationStatus status)
-
-
Method Detail
-
getValue
public Object getValue(javax.el.ELContext context)
- Specified by:
getValue
in classjavax.el.ValueExpression
-
setValue
public void setValue(javax.el.ELContext context, Object value)
- Specified by:
setValue
in classjavax.el.ValueExpression
-
isReadOnly
public boolean isReadOnly(javax.el.ELContext context)
- Specified by:
isReadOnly
in classjavax.el.ValueExpression
-
getType
public Class getType(javax.el.ELContext context)
- Specified by:
getType
in classjavax.el.ValueExpression
-
getExpectedType
public Class getExpectedType()
- Specified by:
getExpectedType
in classjavax.el.ValueExpression
-
getExpressionString
public String getExpressionString()
- Specified by:
getExpressionString
in classjavax.el.Expression
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in classjavax.el.Expression
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classjavax.el.Expression
-
isLiteralText
public boolean isLiteralText()
- Specified by:
isLiteralText
in classjavax.el.Expression
-
-