Package | Description |
---|---|
com.caucho.jstl.el | |
com.caucho.jstl.rt | |
javax.servlet.jsp.jstl.core |
Modifier and Type | Method and Description |
---|---|
static java.util.Iterator |
ForEachTag.getIterator(java.lang.Object items) |
Modifier and Type | Method and Description |
---|---|
protected ValueExpression |
CoreForEachTag.createIndexedExpression(int index) |
protected ValueExpression |
CoreForTokensTag.createIndexedExpression(int index) |
static ValueExpression |
CoreForEachTag.getExpr(ValueExpression expr,
java.lang.Integer i,
java.lang.Object items,
java.lang.String delims) |
static java.util.Iterator |
CoreForEachTag.getIterator(java.lang.Object items) |
void |
CoreForEachTag.prepare()
Prepares the iterator.
|
void |
CoreForTokensTag.prepare()
Prepares the iterator.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
ConditionalTagSupport.condition() |
protected abstract boolean |
LoopTagSupport.hasNext()
Returns true if there are more values in the tag.
|
protected abstract java.lang.Object |
LoopTagSupport.next()
Returns the next object for the tag.
|
protected abstract void |
LoopTagSupport.prepare()
Called before iteration starts
|
protected void |
LoopTagSupport.validateBegin()
Checks that the begin property makes sense.
|
protected void |
LoopTagSupport.validateEnd()
Checks that the end property makes sense.
|
protected void |
LoopTagSupport.validateStep()
Checks that the step property makes sense.
|