Class ForEachTEI


  • public class ForEachTEI
    extends javax.servlet.jsp.tagext.TagExtraInfo

    An implementation of TagExtraInfo that implements validation for ForEachTag's attributes

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String BEGIN  
      private static java.lang.String END  
      private static java.lang.String ITEMS  
    • Constructor Summary

      Constructors 
      Constructor Description
      ForEachTEI()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isValid​(javax.servlet.jsp.tagext.TagData us)  
      • Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo

        getTagInfo, getVariableInfo, setTagInfo, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ForEachTEI

        public ForEachTEI()
    • Method Detail

      • isValid

        public boolean isValid​(javax.servlet.jsp.tagext.TagData us)
        Overrides:
        isValid in class javax.servlet.jsp.tagext.TagExtraInfo