com.sas.taglib.storage
Class DataBeanExtraInfo

com.sas.taglib.storage.DataBeanExtraInfo

public class DataBeanExtraInfo

DataBeanExtraInfo supplies the TagExtraInfo for the DataBean Custom Tag (specified in the tag library definition).


Constructor Summary
DataBeanExtraInfo()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
          Called by the JSP implementing class to retrieve variable information in which new variables will be created if necessary and instantiated.
 

Constructor Detail

DataBeanExtraInfo

public DataBeanExtraInfo()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Called by the JSP implementing class to retrieve variable information in which new variables will be created if necessary and instantiated.

Overrides:
getVariableInfo in class com.sas.taglib.BaseTagExtraInfo
Parameters:
data - the attributes contained by the tag
Returns:
variable information needed to create any new variables



Copyright © 2009 SAS Institute Inc. All Rights Reserved.