Uses of Interface
org.apache.sling.jcr.contentloader.ContentReader
-
Packages that use ContentReader Package Description org.apache.sling.jcr.contentloader.internal.readers -
-
Uses of ContentReader in org.apache.sling.jcr.contentloader.internal.readers
Classes in org.apache.sling.jcr.contentloader.internal.readers that implement ContentReader Modifier and Type Class Description class
JsonReader
TheJsonReader
Parses a Json document on content load and creates the corresponding node structure with properties.class
OrderedJsonReader
SpecificJsonReader
,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
TheZipReader
TODO
-