com.opensymphony.web.tags.base
Class Base

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--javax.servlet.jsp.tagext.BodyTagSupport
              |
              +--com.opensymphony.web.tags.base.Base
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class Base
extends javax.servlet.jsp.tagext.BodyTagSupport

Version:
1.1
Author:
Joseph B. Ottinger
See Also:
Serialized Form

Field Summary
protected  javax.servlet.jsp.PageContext pageContext
           
protected  javax.servlet.jsp.tagext.Tag parent
           
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Base()
          Creates new Base
 
Method Summary
 int doAfterBody()
           
 int doEndTag()
           
 int doStartTag()
           
 javax.servlet.jsp.tagext.Tag getParent()
           
 int getScope(java.lang.String sc)
           
 void release()
           
 void setPageContext(javax.servlet.jsp.PageContext pageContext)
           
 void setParent(javax.servlet.jsp.tagext.Tag parent)
           
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getValue, getValues, removeValue, setId, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pageContext

protected javax.servlet.jsp.PageContext pageContext

parent

protected javax.servlet.jsp.tagext.Tag parent
Constructor Detail

Base

public Base()
Creates new Base
Method Detail

getScope

public int getScope(java.lang.String sc)
             throws InvalidScopeException

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Overrides:
doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport

doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspException
Overrides:
doAfterBody in class javax.servlet.jsp.tagext.BodyTagSupport

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Overrides:
doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport

setPageContext

public void setPageContext(javax.servlet.jsp.PageContext pageContext)
Overrides:
setPageContext in class javax.servlet.jsp.tagext.TagSupport

setParent

public void setParent(javax.servlet.jsp.tagext.Tag parent)
Overrides:
setParent in class javax.servlet.jsp.tagext.TagSupport

getParent

public javax.servlet.jsp.tagext.Tag getParent()
Overrides:
getParent in class javax.servlet.jsp.tagext.TagSupport

release

public void release()
Overrides:
release in class javax.servlet.jsp.tagext.BodyTagSupport

See www.opensymphony.com for more information.