@ConditionalOnProperty(prefix="web-cms-module.default-data.assets",
name="enabled",
havingValue="true",
matchIfMissing=true)
@Installer(description="Install default assets for a simple website",
phase=AfterModuleBootstrap,
version=18)
public class WebCmsDefaultAssetsInstaller
extends AbstractWebCmsDataInstaller
| Constructor and Description |
|---|
WebCmsDefaultAssetsInstaller() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
registerResources(List<String> locations)
Register YAML resources to import.
|
addResource, addResource, install, setApplicationContext, setDataImportServiceprotected void registerResources(List<String> locations)
AbstractWebCmsDataInstallerregisterResources in class AbstractWebCmsDataInstallerlocations - to addCopyright © 2020. All rights reserved.