java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.struts.taglib.html.BaseHandlerTag
com.RuntimeCollective.webapps.tag.TrackerLinkTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class TrackerLinkTag
- extends org.apache.struts.taglib.html.BaseHandlerTag
a custom jsp tag that creates a link to the Runtime Intranet taking its input either directly from the tag or from RuntimeParameters
-
projectId - The projectId on the intranet. [Optional].
-
domainId - The domainId on the intranet. [Optional and not always neccessary].
-
linkText - The text to be displayed as a link [Optional -- defaults to raise a ticket for this page].
- Version:
- $Id: TrackerLinkTag.java,v 1.6 2003/09/30 15:13:18 joe Exp $
| Methods inherited from class org.apache.struts.taglib.html.BaseHandlerTag |
doErrorsExist, getAccesskey, getAlt, getAltKey, getBundle, getDisabled, getElementClose, getErrorKey, getErrorStyle, getErrorStyleClass, getErrorStyleId, getIndexed, getIndexValue, getLocale, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getReadonly, getStyle, getStyleClass, getStyleId, getTabindex, getTitle, getTitleKey, isXhtml, lookupProperty, message, prepareAttribute, prepareEventHandlers, prepareFocusEvents, prepareIndex, prepareKeyEvents, prepareMouseEvents, prepareName, prepareOtherAttributes, prepareStyles, prepareTextEvents, setAccesskey, setAlt, setAltKey, setBundle, setDisabled, setErrorKey, setErrorStyle, setErrorStyleClass, setErrorStyleId, setIndexed, setLocale, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKey |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
projectId
protected java.lang.String projectId
- the projectId from the tag.
domainId
protected java.lang.String domainId
- the domainId from the tag.
linkText
protected java.lang.String linkText
- the linkText from the tag.
TrackerLinkTag
public TrackerLinkTag()
getProjectId
public java.lang.String getProjectId()
- get the projectId from the tag.
setProjectId
public void setProjectId(java.lang.String projectId)
- set the projectId.
getDomainId
public java.lang.String getDomainId()
- get the domainId from the tag.
setDomainId
public void setDomainId(java.lang.String domainId)
- set the domainId.
getLinkText
public java.lang.String getLinkText()
- get the linkText from the tag.
setLinkText
public void setLinkText(java.lang.String linkText)
- set the linkText.
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Description copied from class:
javax.servlet.jsp.tagext.BodyTagSupport
- Default processing of the start tag returning EVAL_BODY_BUFFERED.
release
public void release()
- Description copied from class:
org.apache.struts.taglib.html.BaseHandlerTag
- Release any acquired resources.