***  This class is subject to change   ***

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

Fields inherited from class com.sas.taglib.BaseBodyTag
DELIMITERS, RB_KEY
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
AxisWallModelTag()
           
 
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 javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

AxisWallModelTag

public AxisWallModelTag()
Method Detail

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.

***  This class is subject to change   ***




Copyright © 2005 SAS Institute Inc. All Rights Reserved.
javadoc generated Thu, 16 Feb 2006 02:25:17