public abstract class AbstractAdminToolLoader extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AdminToolCoreConfig |
coreConfig |
| Constructor and Description |
|---|
AbstractAdminToolLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getAdminLTEPrefixUri() |
protected String |
getWebjarsBowerPrefixUri() |
protected String |
getWebjarsPrefixUri() |
protected String |
getWebjarsPrefixUri(boolean useBower)
if param = true
getWebjarsBowerPrefixUri() will be called otherwise getWebjarsPrefixUri() |
protected boolean |
shouldCDNsUsed() |
@Autowired protected AdminToolCoreConfig coreConfig
protected boolean shouldCDNsUsed()
protected String getWebjarsPrefixUri(boolean useBower)
getWebjarsBowerPrefixUri() will be called otherwise getWebjarsPrefixUri()useBower - protected String getWebjarsPrefixUri()
shouldCDNsUsed() is false) or
the absolute URL to webjars CDN AdminToolConfig.WEBJARS_CDN_PREFIXprotected String getWebjarsBowerPrefixUri()
shouldCDNsUsed() is false) or
the absolute URL to webjars CDN with bower AdminToolConfig.WEBJARS_CDN_PREFIX_BOWERprotected String getAdminLTEPrefixUri()
shouldCDNsUsed() is false) or
the absolute URL to webjars CDN of admintoolCopyright © 2016–2017. All rights reserved.