Uses of Interface
org.apache.sling.jcr.contentloader.ContentReader
Packages that use ContentReader
-
Uses of ContentReader in org.apache.sling.jcr.contentloader.internal.readers
Classes in org.apache.sling.jcr.contentloader.internal.readers that implement ContentReaderModifier and TypeClassDescriptionclassTheJsonReaderParses a Json document on content load and creates the corresponding node structure with properties.classSpecificJsonReader,OrderedJsonReaderparse json document exactly the same, but does specific look up for SLING:ordered : [{SLING:name: "first", ...},{SLING:name: "second", ...}]classThis reader reads an xml file defining the content.classTheZipReaderTODO