org.apache.taglibs.standard.tei
Class ForEachTEI

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagExtraInfo
      extended by org.apache.taglibs.standard.tei.ForEachTEI

public class ForEachTEI
extends TagExtraInfo

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

Author:
Shawn Bayern

Constructor Summary
ForEachTEI()
           
 
Method Summary
 boolean isValid(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(TagData us)
Overrides:
isValid in class TagExtraInfo


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