Uses of Class
info.magnolia.module.data.importer.ImportHandler

Packages that use ImportHandler
info.magnolia.module.data This package contains the main configuration and initialization classes for the data module. 
info.magnolia.module.data.importer This package contains all necessary stuff for importing content from arbitrarily sources. 
info.magnolia.module.data.samples This package contains example of importer for data module. 
 

Uses of ImportHandler in info.magnolia.module.data
 

Methods in info.magnolia.module.data that return ImportHandler
 ImportHandler DataModule.getImporter(String name)
           
 

Methods in info.magnolia.module.data that return types with arguments of type ImportHandler
 Map<String,ImportHandler> DataModule.getImporters()
           
 

Methods in info.magnolia.module.data with parameters of type ImportHandler
 void DataModule.addImporter(String name, ImportHandler importer)
           
 

Method parameters in info.magnolia.module.data with type arguments of type ImportHandler
 void DataModule.setImporters(Map<String,ImportHandler> importers)
           
 

Uses of ImportHandler in info.magnolia.module.data.importer
 

Subclasses of ImportHandler in info.magnolia.module.data.importer
 class SimpleImportHandler
          Import handler implementation capable of importing content in xml format from external url including importin the zip file with content.
 

Uses of ImportHandler in info.magnolia.module.data.samples
 

Subclasses of ImportHandler in info.magnolia.module.data.samples
 class CompanyImportHandler
          Example of the importer implementation.
 



Copyright © 2012 Magnolia International Ltd.. All Rights Reserved.