public class Theme extends Object
| Constructor and Description |
|---|
Theme(String name,
com.fasterxml.jackson.databind.node.ObjectNode config)
Create a theme.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.node.ObjectNode |
getConfig()
Returns the SystemJS configuration that will override the default theme.
|
String |
getName()
Returns the unique theme name.
|
String |
getWebJarInit()
Returns the web jar initialization string as overridden by this theme.
|
public Theme(String name, com.fasterxml.jackson.databind.node.ObjectNode config)
name - The unique theme name.config - The SystemJS configuration that will override the default theme.public String getName()
protected com.fasterxml.jackson.databind.node.ObjectNode getConfig()
public String getWebJarInit()
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.