com.atlassian.jira.web.tags.helppath
Class HelpUrlTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by webwork.view.taglib.WebWorkTagSupport
          extended by com.atlassian.jira.web.tags.helppath.HelpTag
              extended by com.atlassian.jira.web.tags.helppath.HelpUrlTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class HelpUrlTag
extends HelpTag

A WebWork <help-url> tag.

See Also:
HelpUtil.HelpPath.getUrl(), Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.web.tags.helppath.HelpTag
helpUtil
 
Fields inherited from class webwork.view.taglib.WebWorkTagSupport
stack
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
HelpUrlTag()
           
 
Method Summary
protected  void writeContent(javax.servlet.jsp.JspWriter out, HelpUtil.HelpPath path)
          Writes the tag's value the given JspWriter.
 
Methods inherited from class com.atlassian.jira.web.tags.helppath.HelpTag
doEndTag, setKey
 
Methods inherited from class webwork.view.taglib.WebWorkTagSupport
findString, findValue, getStack, release, setPageContext, setParent, toString
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpUrlTag

public HelpUrlTag()
Method Detail

writeContent

protected void writeContent(javax.servlet.jsp.JspWriter out,
                            HelpUtil.HelpPath path)
                     throws IOException
Description copied from class: HelpTag
Writes the tag's value the given JspWriter. Implementations should perform their own HTML escaping if necessary.

Specified by:
writeContent in class HelpTag
Parameters:
out - a JspWriter
path - a HelpPath
Throws:
IOException


Copyright © 2002-2013 Atlassian. All Rights Reserved.