com.atlassian.jira.web.tags
Class FeatureCheckTag

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

public class FeatureCheckTag
extends webwork.view.taglib.WebWorkTagSupport

Represents a JSP Tag that is able to include its content if the flag specified in the attribute is enabled.

Since:
v5.2
See Also:
Serialized Form

Field Summary
 
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
FeatureCheckTag()
           
 
Method Summary
 int doStartTag()
           
 String getFeatureKey()
           
 void setFeatureKey(String featureKey)
           
 
Methods inherited from class webwork.view.taglib.WebWorkTagSupport
doEndTag, findString, findValue, getStack, release, setPageContext, setParent, toString
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, 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

FeatureCheckTag

public FeatureCheckTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspException

getFeatureKey

public String getFeatureKey()

setFeatureKey

public void setFeatureKey(String featureKey)


Copyright © 2002-2012 Atlassian. All Rights Reserved.