public class TemplatesCache extends Object
| Modifier and Type | Field and Description |
|---|---|
private static TemplatesCache |
defaultCache |
private HashMap<String,Templates> |
map |
| Constructor and Description |
|---|
TemplatesCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Templates |
get(String uri) |
static TemplatesCache |
getDefault() |
static void |
setDefault(TemplatesCache cache) |
private static TemplatesCache defaultCache
public TemplatesCache()
public static TemplatesCache getDefault()
public static void setDefault(TemplatesCache cache)
public void clear()
public Templates get(String uri) throws TransformerConfigurationException
Copyright © 2017 dcm4che.org. All rights reserved.