net.sourceforge.cruisecontrol.taglib
Class CruiseControlBodyTagSupport
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
net.sourceforge.cruisecontrol.taglib.CruiseControlTagSupport
net.sourceforge.cruisecontrol.taglib.CruiseControlBodyTagSupport
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- ArtifactsLinkTag, NavigationTag, ProjectNavigationTag, TabSheetTag
- public class CruiseControlBodyTagSupport
- extends CruiseControlTagSupport
- implements javax.servlet.jsp.tagext.BodyTag
Compatible with JSP 1.1 & Servlet 2.2 (Tomcat 3.3)
- Author:
- jfredrick
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
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 |
Methods inherited from class net.sourceforge.cruisecontrol.taglib.CruiseControlTagSupport |
createUrl, createUrl, debug, debug, err, err, err, findLogDir, findLogFile, findProjects, getBaseLogDir, getContextParam, getLocale, getLog, getPageContext, getProject, getRequest, getServletPath, info, isSingleProject, setPageContext, setProject |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, 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 |
doEndTag, getParent, setPageContext, setParent |
CruiseControlBodyTagSupport
public CruiseControlBodyTagSupport()
setBodyContent
public void setBodyContent(javax.servlet.jsp.tagext.BodyContent content)
- Specified by:
setBodyContent
in interface javax.servlet.jsp.tagext.BodyTag
getBodyContent
public javax.servlet.jsp.tagext.BodyContent getBodyContent()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Throws:
javax.servlet.jsp.JspException
doAfterBody
public int doAfterBody()
throws javax.servlet.jsp.JspException
- Specified by:
doAfterBody
in interface javax.servlet.jsp.tagext.BodyTag
- Throws:
javax.servlet.jsp.JspException
getPreviousOut
public javax.servlet.jsp.JspWriter getPreviousOut()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
doInitBody
public void doInitBody()
throws javax.servlet.jsp.JspException
- Specified by:
doInitBody
in interface javax.servlet.jsp.tagext.BodyTag
- Throws:
javax.servlet.jsp.JspException
- See Also:
BodyTag.doInitBody()