Class ForEachTEI


  • public class ForEachTEI
    extends TagExtraInfo

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

    • Constructor Detail

      • ForEachTEI

        public ForEachTEI()
    • Method Detail

      • isValid

        public boolean isValid​(TagData us)
        Description copied from class: TagExtraInfo
        Translation-time validation of the attributes. Request-time attributes are indicated as such in the TagData parameter. Note that the preferred way to do validation is with the validate() method, since it can return more detailed information.
        Overrides:
        isValid in class TagExtraInfo
        Parameters:
        us - The TagData instance.
        Returns:
        Whether this tag instance is valid.
        See Also:
        TagExtraInfo.validate(javax.servlet.jsp.tagext.TagData)