CatalogSelectorTagExtraInfo Class

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

public class CatalogSelectorTagExtraInfo

    extends TagExtraInfo

TagExtraInfo class for CatalogQueryTag. Defines an optional a scripting variable named id of user specified type with VariableInfo.AT_END scope.


Hierarchy
Object
  TagExtraInfo
    CatalogSelectorTagExtraInfo

Constructor Summary

CatalogSelectorTagExtraInfo()

 

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

CatalogSelectorTagExtraInfo

public CatalogSelectorTagExtraInfo()
 

Method Detail

getVariableInfo(TagData) Method

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