Uses of Interface
org.apache.sling.jcr.contentloader.ContentCreator
Packages that use ContentCreator
-
Uses of ContentCreator in org.apache.sling.jcr.contentloader
Methods in org.apache.sling.jcr.contentloader with parameters of type ContentCreatorModifier and TypeMethodDescriptionvoidContentReader.parse(InputStream ins, ContentCreator contentCreator) Read the content from the input stream and create the content using the provided content creator.voidContentReader.parse(URL url, ContentCreator creator) Read the content from the URL and create the content using the provided content creator.