Uses of Interface
org.apache.sling.jcr.contentloader.ContentReader
-
Uses of ContentReader in org.apache.sling.jcr.contentloader.internal.readers
Modifier and TypeClassDescriptionclass
TheJsonReader
Parses a Json document on content load and creates the corresponding node structure with properties.class
SpecificJsonReader
,OrderedJsonReader
parse json document exactly the same, but does specific look up for SLING:ordered : [{SLING:name: "first", ...},{SLING:name: "second", ...}]class
This reader reads an xml file defining the content.class
TheZipReader
TODO