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, toStringpublic 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.TagdoEndTag in class webwork.view.taglib.WebWorkTagSupportjavax.servlet.jsp.JspExceptionprotected com.atlassian.plugin.webresource.WebResourceManager getWebResourceManager()
Copyright © 2002-2015 Atlassian. All Rights Reserved.