IterateThroughViewTagExtraInfo Class

com.beasys.commerce.ebusiness.catalog.tags
IterateThroughViewTagExtraInfo Class

public class IterateThroughViewTagExtraInfo

    extends TagExtraInfo

TagExtraInfo class for IterateThroughViewTag. Defines a scripting variable named id of user defined type with VariableInfo.NESTED scope.


Hierarchy
Object
  TagExtraInfo
    IterateThroughViewTagExtraInfo

Constructor Summary

IterateThroughViewTagExtraInfo()

 

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

IterateThroughViewTagExtraInfo

public IterateThroughViewTagExtraInfo()
 

Method Detail

getVariableInfo(TagData) Method

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