|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.taglib.servlet.tbeans.navigationbar.NavigationBarTag
public class NavigationBarTag
NavigationBarTag is the tag handler class for the sas:NavigationBar custom tag . NavigationBarTag is invoked by the JSP page to evaluate the sas:NavigationBar 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, NavigationBar, to execute the methods.
If you need to extend or modify the functionality of the sas:NavigationBar 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:NavigationBar 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.
NavigationBar,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.sas.taglib.BaseBodyTag |
|---|
DELIMITERS, RB_KEY |
| Constructor Summary | |
|---|---|
NavigationBarTag()
|
|
| Method Summary | |
|---|---|
protected void |
applyAttributes()
Apply TableView properties to the underlying NavigationBar 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 NavigationBarTag. |
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 NavigationBarTag. |
| 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 |
|---|
public NavigationBarTag()
| Method Detail |
|---|
protected void initialize(boolean includeAttributes)
initialize in class BaseActionCompositeTransformationBodyTagincludeAttributes - Set to true if attributes are to be set to default values.public void setModel(java.lang.String model)
model - The model of the NavigationBar. It must implement
com.sas.servlet.tbeans.navigationbar.BaseNavigationInterface.public java.lang.String getModel()
protected void applyAttributes()
throws javax.servlet.jsp.JspException
applyAttributes in class BaseActionCompositeTransformationBodyTagjavax.servlet.jsp.JspException - Thrown if a JspException occurs.
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class BaseTransformationBodyTagjavax.servlet.jsp.JspException - Thrown if a JspException occurs.BaseBodyTag.setInstantiate(boolean),
TagSupport.doStartTag()
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class BaseTransformationBodyTagjavax.servlet.jsp.JspException - Thrown if a JspException occurs.TagSupport.doEndTag(),
BaseBodyTag.setInstantiate(boolean)
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||