com.atlassian.jira.web.tags
Class WebResourceRequireTag

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

public class WebResourceRequireTag
extends webwork.view.taglib.WebWorkTagSupport

Represents a JSP Tag that is able to indicate a list of required web-resources for the current page.

Since:
v5.0
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
WebResourceRequireTag()
           
 
Method Summary
 int doEndTag()
           
 String getContexts()
          Gets the comma delimited list of web-resource contexts that define resources required for the current page.
 String getModules()
          Gets the comma delimited list of web-resource modules to require for the current page.
protected  com.atlassian.plugin.webresource.WebResourceManager getWebResourceManager()
           
 void setContexts(String contexts)
           
 void setModules(String modules)
           
 
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

WebResourceRequireTag

public WebResourceRequireTag()
Method Detail

getModules

public String getModules()
Gets the comma delimited list of web-resource modules to require for the current page.

Returns:
A comma delimited list of web-resource modules to require for the current page.

setModules

public void setModules(String modules)

getContexts

public String getContexts()
Gets the comma delimited list of web-resource contexts that define resources required for the current page.

Returns:
A comma delimited list of web-resource contexts that define resources required for the current page.

setContexts

public void setContexts(String contexts)

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class webwork.view.taglib.WebWorkTagSupport
Throws:
javax.servlet.jsp.JspException

getWebResourceManager

protected com.atlassian.plugin.webresource.WebResourceManager getWebResourceManager()


Copyright © 2002-2012 Atlassian. All Rights Reserved.