public class

WebResourceRequireTag

extends WebWorkTagSupport
java.lang.Object
   ↳ javax.servlet.jsp.tagext.TagSupport
     ↳ webwork.view.taglib.WebWorkTagSupport
       ↳ com.atlassian.jira.web.tags.WebResourceRequireTag

Class Overview

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

Summary

[Expand]
Inherited Constants
From interface javax.servlet.jsp.tagext.IterationTag
From interface javax.servlet.jsp.tagext.Tag
[Expand]
Inherited Fields
From class webwork.view.taglib.WebWorkTagSupport
From class javax.servlet.jsp.tagext.TagSupport
Public Constructors
WebResourceRequireTag()
Public Methods
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.
void setContexts(String contexts)
void setModules(String modules)
Protected Methods
WebResourceManager getWebResourceManager()
[Expand]
Inherited Methods
From class webwork.view.taglib.WebWorkTagSupport
From class javax.servlet.jsp.tagext.TagSupport
From class java.lang.Object
From interface javax.servlet.jsp.tagext.IterationTag
From interface javax.servlet.jsp.tagext.Tag

Public Constructors

public WebResourceRequireTag ()

Public Methods

public int doEndTag ()

Throws
JspException

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.

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.

public void setContexts (String contexts)

public void setModules (String modules)

Protected Methods

protected WebResourceManager getWebResourceManager ()