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

Packages that use ContentImporter
org.apache.sling.jcr.contentloader.internal   
org.apache.sling.servlets.post.impl   
org.apache.sling.servlets.post.impl.operations   
 

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

Classes in org.apache.sling.jcr.contentloader.internal that implement ContentImporter
 class DefaultContentImporter
          The DefaultContentImporter is the default implementation of the ContentImporter service providing the following functionality: Import content into the content repository.
 

Uses of ContentImporter in org.apache.sling.servlets.post.impl
 

Methods in org.apache.sling.servlets.post.impl with parameters of type ContentImporter
protected  void SlingPostServlet.bindContentImporter(ContentImporter importer)
           
protected  void SlingPostServlet.unbindContentImporter(ContentImporter importer)
           
 

Uses of ContentImporter in org.apache.sling.servlets.post.impl.operations
 

Methods in org.apache.sling.servlets.post.impl.operations with parameters of type ContentImporter
 void ImportOperation.setContentImporter(ContentImporter importer)
           
 

Constructors in org.apache.sling.servlets.post.impl.operations with parameters of type ContentImporter
ImportOperation(NodeNameGenerator defaultNodeNameGenerator, ContentImporter contentImporter)
           
 



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