com.sas.taglib.servlet.tbeans.olaptableview
Class OLAPTableViewTag

com.sas.taglib.servlet.tbeans.olaptableview.OLAPTableViewTag
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 OLAPTableViewTag

OLAPTableViewTag is the tag handler class for the sas:OLAPTableView custom tag . OLAPTableViewTag is invoked by the JSP page to evaluate the sas:OLAPTableView 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, OLAPTableView, to execute the methods.

If you need to extend or modify the functionality of the sas:OLAPTableView 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:OLAPTableView 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:
OLAPTableView, Serialized Form

Field Summary
 
Fields inherited from class com.sas.taglib.BaseBodyTag
DELIMITERS, RB_KEY
 
Constructor Summary
OLAPTableViewTag()
           
 
Method Summary
protected  void applyAttributes()
          Apply properties to the underlying com.sas.servlet.tbeans.olaptableview.html.OLAPTableView object
 int doEndTag()
          This method processes the end tag for this instance.
 int doStartTag()
          Processes the start tag for this instance.
 java.lang.String getModel()
          Returns the model property of the OLAPTableViewTag.
 java.lang.String getURLTemplate()
          Returns the Viewer's URLTemplate String name
protected  void initialize(boolean includeAttributes)
          Initializes attributes and variables for this tag handler.
 void setModel(java.lang.String model)
          Sets the model property of the OLAPTableViewTag.
 void setURLTemplate(java.lang.String urlTemplate)
          Sets the Viewer's URLTemplate
 
Methods inherited from class com.sas.taglib.servlet.tbeans.tableview.AbstractBaseTableViewTag
getBorderWidth, getCaption, getCellPadding, getCellSpacing, getColumnPageSize, getHorizontalAlignment, getRowPageSize, getStyleClassPrefix, getSummary, getWidth, getWidthPercentage, isColumnHeaderVisible, isFormEnabled, isRowHeaderVisible, setBorderWidth, setCaption, setCellPadding, setCellSpacing, setColumnHeaderVisible, setColumnPageSize, setFormEnabled, setHorizontalAlignment, setRowHeaderVisible, setRowPageSize, setStyleClassPrefix, setSummary, setWidth, setWidthPercentage
 
Methods inherited from class com.sas.taglib.servlet.tbeans.BaseActionTransformationBodyTag
getActionProvider, setActionProvider
 
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

OLAPTableViewTag

public OLAPTableViewTag()
Method Detail

initialize

protected void initialize(boolean includeAttributes)
Initializes attributes and variables for this tag handler.

Overrides:
initialize in class AbstractBaseTableViewTag
Parameters:
includeAttributes - Set to true if attributes are to be set to default values.

setURLTemplate

public void setURLTemplate(java.lang.String urlTemplate)
Sets the Viewer's URLTemplate

Parameters:
URLTemplate - The Viewer's URLTemplate. This is the template pattern String used in the URL.

getURLTemplate

public java.lang.String getURLTemplate()
Returns the Viewer's URLTemplate String name

Returns:
the Viewer's URLTemplate String name. This is the template pattern String used in the URL.

setModel

public void setModel(java.lang.String model)
Sets the model property of the OLAPTableViewTag.

Parameters:
model - The data model of the OLAPTableView. It must implement the com.sas.storage.olap.OLAPDataSetInterface.
See Also:
getModel()

getModel

public java.lang.String getModel()
Returns the model property of the OLAPTableViewTag.

Returns:
the String that represents the com.sas.storage.olap.OLAPDataSetInterface for the model property
See Also:
setModel(java.lang.String)

applyAttributes

protected void applyAttributes()
                        throws javax.servlet.jsp.JspException
Apply properties to the underlying com.sas.servlet.tbeans.olaptableview.html.OLAPTableView object

Overrides:
applyAttributes in class AbstractBaseTableViewTag
Throws:
javax.servlet.jsp.JspException - Thrown if a JspException occurs.

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 BaseTransformationBodyTag
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()

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
This method processes the end tag for this instance. The doEndTag() method will render the underlying tbean unless it has a parent.

Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class BaseTransformationBodyTag
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:
TagSupport.doEndTag(), BaseBodyTag.setInstantiate(boolean)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.