DivTagExtraInfo Class

com.bea.p13n.servlets.jsp.taglib
DivTagExtraInfo Class

public class DivTagExtraInfo

    extends TagExtraInfo

The tag extra info for the DivTag.

This will specify a script variable named from the id attribute of type List.


Hierarchy
Object
  TagExtraInfo
    DivTagExtraInfo

Constructor Summary

DivTagExtraInfo()

 

Method Summary

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

Constructor Detail

DivTagExtraInfo

public DivTagExtraInfo()
 

Method Detail

getVariableInfo(TagData) Method

public VariableInfo[] getVariableInfo(TagData data)
Overrides
TagExtraInfo.getVariableInfo(TagData)