com.sas.taglib.servlet.tbeans.navigationbar
Class TableColumnNavigationBarTag

com.sas.taglib.servlet.tbeans.navigationbar.TableColumnNavigationBarTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally

public class TableColumnNavigationBarTag

TableColumnNavigationBarTag is the tag handler class for the sas:TableColumnNavigationBar custom tag . TableColumnNavigationBarTag is invoked by the JSP page to evaluate the sas:TableColumnNavigationBar custom tag during the execution of the page. Tag handler methods are called by the JSP page implementation class at various points during the evaluation of the tag. The tag handler methods in turn call methods on the underlying Transformation Bean object, TableColumnNavigationBar, to execute the methods.

If you need to extend or modify the functionality of the sas:TableColumnNavigationBar custom tag, you can subclass this tag handler class.

For More Information:

Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/.

Refer to the Custom Tag Library Reference for usage information on the sas:TableColumnNavigationBar custom tag.

Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site.

See Also:
TableColumnNavigationBar, Serialized Form

Field Summary
 
Fields inherited from class com.sas.taglib.BaseBodyTag
DELIMITERS, RB_KEY
 
Constructor Summary
TableColumnNavigationBarTag()
           
 
Method Summary
 int doStartTag()
          Processes the start tag for this instance.
 
Methods inherited from class com.sas.taglib.servlet.tbeans.navigationbar.NavigationBarTag
applyAttributes, doEndTag, getModel, initialize, setModel
 
Methods inherited from class com.sas.taglib.servlet.tbeans.BaseActionCompositeTransformationBodyTag
getActionProvider, setActionProvider
 
Methods inherited from class com.sas.taglib.servlet.tbeans.BaseCompositeTransformationBodyTag
getTemplate, getTemplateDictionary, getTemplateFile, getTemplateFileName, getTemplateLocation, setTemplate, setTemplateDictionary, setTemplateFile, setTemplateFileName, setTemplateLocation
 
Methods inherited from class com.sas.taglib.servlet.tbeans.BaseTransformationBodyTag
getCustomAttributes, getEpilog, getLocale, getName, getObjectDataProperty, getProlog, getRender, getRenderType, setCustomAttributes, setEpilog, setLocale, setName, setObjectDataProperty, setProlog, setRender, setRenderType
 
Methods inherited from class com.sas.taglib.BaseBodyTag
doCatch, doFinally, getApplyAttributes, getBodyStrings, getCompositeComponentKey, getInstantiate, getPageContext, getRef, getScope, getTagScope, getWrappedClassName, getWrappedObject, getWrappedObject, loadBeanInstance, newInstance, release, removeFromScope, searchContext, setApplyAttributes, setCompositeComponentKey, setInstantiate, setRef, setScope, setTagScope, setVariableWithinScope, setWrappedClassName, setWrappedObject, validate
 

Constructor Detail

TableColumnNavigationBarTag

public TableColumnNavigationBarTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Processes the start tag for this instance. The doStartTag() method assumes that all setter methods have been invoked before. When this method is invoked, the body has not yet been invoked.

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class NavigationBarTag
Returns:
int designating the next course of action for the tag/jsp page.
Throws:
javax.servlet.jsp.JspException - Thrown if a JspException occurs.
See Also:
BaseBodyTag.setInstantiate(boolean), TagSupport.doStartTag()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.