com.taggercat.tags
Class RepeatedRegionTagExtraInfo

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagExtraInfo
      extended by com.taggercat.tags.RepeatedRegionTagExtraInfo

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

This class provides the information needed at JSP page Translation Time to create the instance variable for the data source referenced in a RepeatedRegion. Therefore, at page request time, the specified variable is available to scriptlet code within the RepeatedRegion.

 

Constructor Summary
RepeatedRegionTagExtraInfo()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
          Gets the variableInfo attribute of the RepeatedRegionTagExtraInfo object.
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatedRegionTagExtraInfo

public RepeatedRegionTagExtraInfo()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Gets the variableInfo attribute of the RepeatedRegionTagExtraInfo object.

Overrides:
getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo
Parameters:
data - Description of Parameter
Returns:
The variableInfo value