public class ForEachTEI
extends javax.servlet.jsp.tagext.TagExtraInfo
An implementation of TagExtraInfo that implements validation for ForEachTag's attributes
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
BEGIN |
private static java.lang.String |
END |
private static java.lang.String |
ITEMS |
Constructor and Description |
---|
ForEachTEI() |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid(javax.servlet.jsp.tagext.TagData us) |
private static final java.lang.String ITEMS
private static final java.lang.String BEGIN
private static final java.lang.String END