IterateViewIteratorTagExtraInfo Class

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

public class IterateViewIteratorTagExtraInfo

    extends TagExtraInfo

TagExtraInfo class for IterateViewIteratorTag. Defines a scripting variable named id of user defined type with VariableInfo.NESTED scope. If the attribute iterateByView is true, than a return type of View is assumed.


Hierarchy
Object
  TagExtraInfo
    IterateViewIteratorTagExtraInfo

Constructor Summary

IterateViewIteratorTagExtraInfo()

 

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

IterateViewIteratorTagExtraInfo

public IterateViewIteratorTagExtraInfo()
 

Method Detail

getVariableInfo(TagData) Method

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