com.taggercat.tags
Class RepeatedRegionTagExtraInfo
java.lang.Object
javax.servlet.jsp.tagext.TagExtraInfo
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.
- The name of the variable is set by the "rowVar" attribute.
- The type of the variable is "com.taggercat.model.TCEntity".
- The scope of the variable is the repeated region.
-

|
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 |
RepeatedRegionTagExtraInfo
public RepeatedRegionTagExtraInfo()
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