com.sas.taglib.graphics.components
Class AxisWallModelTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--javax.servlet.jsp.tagext.BodyTagSupport
|
+--com.sas.taglib.BaseBodyTag
|
+--com.sas.taglib.graphics.components.BaseAxisWallModelTag
|
+--com.sas.taglib.graphics.components.AxisWallModelTag
- All Implemented Interfaces:
- public class AxisWallModelTag
- extends BaseAxisWallModelTag
- 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.BaseBodyTag |
applyAttributes, doCatch, doFinally, getApplyAttributes, getBodyStrings, getCompositeComponentKey, getInstantiate, getLocale, getPageContext, getRef, getScope, getTagScope, getWrappedClassName, getWrappedObject, getWrappedObject, initialize, 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 |
AxisWallModelTag
public AxisWallModelTag()
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 BaseAxisWallModelTag
- 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