public interface WebCmsDataImporter
WebCmsDataEntry.
The central access point is the WebCmsDataImportServiceImpl that will iterate through all
WebCmsDataImporter beans and use supports(WebCmsDataEntry) to determine if
it should be used for handling that data type.
In most cases you want to extend AbstractWebCmsDataImporter which supports both map and list
sub-type data and calls different sub-methods depending on the WebCmsDataImportAction.WebCmsDataImportServiceImpl,
AbstractWebCmsDataImporter| Modifier and Type | Method and Description |
|---|---|
void |
importData(WebCmsDataEntry data) |
boolean |
supports(WebCmsDataEntry data) |
boolean supports(WebCmsDataEntry data)
void importData(WebCmsDataEntry data)
Copyright © 2020. All rights reserved.