javax.servlet.jsp.jstl.core
Class IndexedValueExpression

java.lang.Object
  extended by ValueExpression
      extended by javax.servlet.jsp.jstl.core.IndexedValueExpression

public final class IndexedValueExpression
extends ValueExpression

Version:
$Id: IndexedValueExpression.java,v 1.1.2.1 2010/03/19 01:24:44 hmalphett Exp $
Author:
Jacob Hookom

Field Summary
protected  Integer i
           
protected  ValueExpression orig
           
 
Constructor Summary
IndexedValueExpression(ValueExpression orig, int i)
           
 
Method Summary
 boolean equals(Object obj)
           
 Class getExpectedType()
           
 String getExpressionString()
           
 Class getType(ELContext context)
           
 Object getValue(ELContext context)
           
 int hashCode()
           
 boolean isLiteralText()
           
 boolean isReadOnly(ELContext context)
           
 void setValue(ELContext context, Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i

protected final Integer i

orig

protected final ValueExpression orig
Constructor Detail

IndexedValueExpression

public IndexedValueExpression(ValueExpression orig,
                              int i)
Method Detail

getValue

public Object getValue(ELContext context)

setValue

public void setValue(ELContext context,
                     Object value)

isReadOnly

public boolean isReadOnly(ELContext context)

getType

public Class getType(ELContext context)

getExpectedType

public Class getExpectedType()

getExpressionString

public String getExpressionString()

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

isLiteralText

public boolean isLiteralText()


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.