com.sas.taglib.graphics.components
Class AxisModelTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--javax.servlet.jsp.tagext.BodyTagSupport
|
+--com.sas.taglib.BaseBodyTag
|
+--com.sas.taglib.graphics.components.BaseAxisModelTag
|
+--com.sas.taglib.graphics.components.AxisModelTag
- All Implemented Interfaces:
- public class AxisModelTag
- extends BaseAxisModelTag
- See Also:
- Serialized Form
|
Method Summary |
int |
doEndTag()
Process the end tag. |
int |
doStartTag()
Processes the start tag for this instance.
|
| Methods inherited from class com.sas.taglib.graphics.components.BaseAxisModelTag |
applyAttributes, getCategories, getContinuousMajorTickAnchor, getContinuousMajorTickCount, getContinuousMajorTickInterval, getContinuousMajorTickPositionPolicy, getContinuousMajorTickValues, getContinuousMinorTickCount, getEndOffset, getLabel, getMajorTickTimeInterval, getMaximum, getMinimum, getStartOffset, initialize, isGridInFront, isReverseDirection, isVisible, setCategories, setContinuousMajorTickAnchor, setContinuousMajorTickCount, setContinuousMajorTickInterval, setContinuousMajorTickPositionPolicy, setContinuousMajorTickValues, setContinuousMinorTickCount, setEndOffset, setGridInFront, setLabel, setMajorTickTimeInterval, setMaximum, setMinimum, setReverseDirection, setStartOffset, setVisible |
| Methods inherited from class com.sas.taglib.BaseBodyTag |
doCatch, doFinally, getApplyAttributes, getBodyStrings, getCompositeComponentKey, getInstantiate, getLocale, getPageContext, getRef, getScope, getTagScope, getWrappedClassName, getWrappedObject, getWrappedObject, loadBeanInstance, newInstance, release, removeFromScope, searchContext, setApplyAttributes, setCompositeComponentKey, setInstantiate, setLocale, setRef, setScope, setTagScope, setVariableWithinScope, setWrappedClassName, setWrappedObject, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisModelTag
public AxisModelTag()
doStartTag
public int doStartTag()
throws JspException
- Processes the start tag for this instance.
Most of the real work is handled by my base class, but I get the
wrapped object from my parent tag, since I know which class my
parent tag is an instance of, better than my base class does.
- Overrides:
doStartTag in class BaseAxisModelTag
- Returns:
- int designating the next course of action for the tag/jsp page.
doEndTag
public int doEndTag()
throws JspException
- Process the end tag. This method will be called on all Tag objects.
- Overrides:
doEndTag in class BodyTagSupport
- Returns:
- int designating the next course of action for the tag/jsp page.
Copyright © 2005 SAS Institute Inc. All Rights Reserved.
javadoc generated Thu, 16 Feb 2006 02:25:17