public class WebResourceRequireTag
extends webwork.view.taglib.WebWorkTagSupport
Tag
that is able to indicate a list of required web-resources for
the current page.Constructor and Description |
---|
WebResourceRequireTag() |
Modifier and Type | Method and Description |
---|---|
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) |
findString, findValue, getStack, release, setPageContext, setParent, toString
public String getModules()
public void setModules(String modules)
public String getContexts()
public void setContexts(String contexts)
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class webwork.view.taglib.WebWorkTagSupport
javax.servlet.jsp.JspException
protected com.atlassian.plugin.webresource.WebResourceManager getWebResourceManager()
Copyright © 2002-2022 Atlassian. All Rights Reserved.