public class MetalResourcesManager extends Object
Modifier and Type | Field and Description |
---|---|
static Set<String> |
STATIC_ASSETS
Descriptive list of all files which are considered as static assets
|
Constructor and Description |
---|
MetalResourcesManager(String contextPath,
Writer out) |
Modifier and Type | Method and Description |
---|---|
MetalResourcesManager |
endIf() |
static String |
getMetalResources(String contextPath) |
static void |
includeMetalResources(Writer out,
String contextPath) |
MetalResourcesManager |
startIf(String condition) |
MetalResourcesManager |
writeScript(String filename) |
MetalResourcesManager |
writeStyle(String filename) |
public MetalResourcesManager writeStyle(String filename) throws IOException
IOException
public MetalResourcesManager writeScript(String filename) throws IOException
IOException
public MetalResourcesManager startIf(String condition) throws IOException
IOException
public MetalResourcesManager endIf() throws IOException
IOException
Copyright © 2002-2015 Atlassian. All Rights Reserved.