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> |
BaseImportLoader.getContentReaders() |
Map<String,ContentReader> |
DefaultContentCreator.getContentReaders()
Get all active content readers.
|
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", ...},{SLING:name: "second", ...}]
type of structure that will force import of an orderable node with first and second
children, in that order. |
class |
XmlReader
This reader reads an xml file defining the content.
|
class |
ZipReader
The
ZipReader TODO |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.