Package com.atlassian.jira.web.util
Class MetalResourcesManager
java.lang.Object
com.atlassian.jira.web.util.MetalResourcesManager
Manage and allow to print out assets (javscript and css) which are included into Metal Pages
- Since:
- v6.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetMetalResources(String contextPath) static voidincludeMetalResources(Writer out, String contextPath) writeScript(String filename) writeStyle(String filename)
-
Constructor Details
-
MetalResourcesManager
-
-
Method Details
-
getMetalResources
-
includeMetalResources
-
writeStyle
- Throws:
IOException
-
writeScript
- Throws:
IOException
-