Package | Description |
---|---|
org.apache.sling.jcr.contentloader | |
org.apache.sling.jcr.contentloader.internal |
Modifier and Type | Method and Description |
---|---|
void |
ContentImporter.importContent(javax.jcr.Node parent,
String filename,
InputStream contentStream,
ImportOptions importOptions,
ContentImportListener importListener)
Import content into the repository by parsing the provided content stream.
|
void |
ContentImporter.importContent(javax.jcr.Node parent,
String name,
String contentType,
InputStream contentStream,
ImportOptions importOptions,
ContentImportListener importListener)
Import content into the repository by parsing the provided content stream.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultContentImporter.importContent(javax.jcr.Node parent,
String filename,
InputStream contentStream,
ImportOptions importOptions,
ContentImportListener importListener) |
void |
DefaultContentImporter.importContent(javax.jcr.Node parent,
String name,
String contentType,
InputStream contentStream,
ImportOptions importOptions,
ContentImportListener importListener) |
void |
DefaultContentCreator.init(ImportOptions pathEntry,
Map<String,ContentReader> defaultContentReaders,
List<String> createdNodes,
ContentImportListener importListener)
Initialize this component.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.