@Component public class WebCmsDomainContextPropertyImporter extends Object implements WebCmsPropertyDataImporter
wcm:domain key.WebCmsPropertyDataImporter.Phase| Constructor and Description |
|---|
WebCmsDomainContextPropertyImporter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
importData(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry propertyData,
Object asset,
WebCmsDataAction action)
Perform the actual import of the property data.
|
boolean |
supports(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry dataEntry,
Object asset,
WebCmsDataAction action) |
public static final String DOMAIN
public boolean supports(WebCmsPropertyDataImporter.Phase phase, WebCmsDataEntry dataEntry, Object asset, WebCmsDataAction action)
supports in interface WebCmsPropertyDataImporterphase - in which this importer should executedataEntry - property data to setasset - asset being importedaction - that will be performed with the asset @return true if this importer should be executedpublic boolean importData(WebCmsPropertyDataImporter.Phase phase, WebCmsDataEntry propertyData, Object asset, WebCmsDataAction action)
WebCmsPropertyDataImportertrue this means that data has been imported.importData in interface WebCmsPropertyDataImporterphase - in which this importer should executepropertyData - specific property data setasset - asset being importedaction - that will be performed with the assetCopyright © 2020. All rights reserved.