org.apache.taglibs.i18n
Class BundleTEI

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagExtraInfo
      extended by org.apache.taglibs.i18n.BundleTEI

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

Defines the possible JSP beans available within the the body of the iterator tag.


Constructor Summary
BundleTEI()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
          Returns two VariableInfo objects that define the following body objects A variable that represents the current value of the iterator.
 
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

BundleTEI

public BundleTEI()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Returns two VariableInfo objects that define the following body objects

Overrides:
getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo
Parameters:
data - a value of type 'TagData'
Returns:
a value of type 'VariableInfo[]'


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