public class WebJarLocator extends Object implements org.springframework.context.ApplicationContextAware
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
getConfig()
Returns a copy of the configuration.
|
static WebJarLocator |
getInstance() |
WebJar |
getWebjar(String name)
Finds a web jar given its unique name.
|
String |
getWebJarInit()
Returns the initialization data for the SystemJS config call.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Locate and process all web jars.
|
public static WebJarLocator getInstance()
public String getWebJarInit()
public com.fasterxml.jackson.databind.node.ObjectNode getConfig()
public WebJar getWebjar(String name)
name - The web jar namepublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.