| Package | Description |
|---|---|
| org.apache.sling.jcr.contentloader.internal | |
| org.apache.sling.jcr.contentloader.internal.readers |
| Modifier and Type | Field and Description |
|---|---|
ContentReader |
BundleContentLoader.Descriptor.contentReader |
| Modifier and Type | Method and Description |
|---|---|
ContentReader |
BaseImportLoader.getContentReader(String name,
ImportOptions importOptions) |
ContentReader |
BaseImportLoader.getContentReader(String name,
PathEntry configuration)
Return the content reader for the name
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ContentReader> |
DefaultContentCreator.getContentReaders()
Get all active content readers.
|
Map<String,ContentReader> |
BaseImportLoader.getContentReaders() |
Map<String,ContentReader> |
ContentReaderWhiteboard.getReadersByExtension() |
Map<String,ContentReader> |
ContentReaderWhiteboard.getReadersByType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ContentReaderWhiteboard.bindContentReader(ContentReader operation,
Map<String,Object> properties) |
protected void |
ContentReaderWhiteboard.unbindContentReader(ContentReader operation,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultContentCreator.init(ImportOptions pathEntry,
Map<String,ContentReader> defaultContentReaders,
List<String> createdNodes,
ContentImportListener importListener)
Initialize this component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonReader
The
JsonReader Parses a Json document on content load and creates the
corresponding node structure with properties. |
class |
OrderedJsonReader
Specific
JsonReader, OrderedJsonReader parse json document exactly the same,
but does specific look up for SLING:ordered : [{SLING:name: "first", ...} |
class |
XmlReader
This reader reads an xml file defining the content.
|
class |
ZipReader
The
ZipReader TODO |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.