org.apache.taglibs.xtags.xpath
Class ForEachTagExtraInfo

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagExtraInfo
      extended byorg.apache.taglibs.xtags.xpath.ForEachTagExtraInfo

public class ForEachTagExtraInfo
extends javax.servlet.jsp.tagext.TagExtraInfo

The extra info for the foreach tag

Author:
James Strachan

Constructor Summary
ForEachTagExtraInfo()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForEachTagExtraInfo

public ForEachTagExtraInfo()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.