Uses of Interface
org.apache.sling.jcr.contentloader.ContentImportListener

Packages that use ContentImportListener
org.apache.sling.jcr.contentloader   
org.apache.sling.jcr.contentloader.internal   
 

Uses of ContentImportListener in org.apache.sling.jcr.contentloader
 

Methods in org.apache.sling.jcr.contentloader with parameters of type ContentImportListener
 void ContentImporter.importContent(javax.jcr.Node parent, String name, InputStream contentStream, ImportOptions importOptions, ContentImportListener importListener)
          Import content into the repository by parsing the provided content stream.
 

Uses of ContentImportListener in org.apache.sling.jcr.contentloader.internal
 

Methods in org.apache.sling.jcr.contentloader.internal with parameters of type ContentImportListener
 void DefaultContentImporter.importContent(javax.jcr.Node parent, String name, InputStream contentStream, ImportOptions importOptions, ContentImportListener importListener)
           
 void DefaultContentCreator.init(ImportOptions pathEntry, Map<String,ImportProvider> defaultImportProviders, List<String> createdNodes, ContentImportListener importListener)
          Initialize this component.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.