Package | Description |
---|---|
org.apache.sling.jcr.contentloader | |
org.apache.sling.jcr.contentloader.internal | |
org.apache.sling.jcr.contentloader.internal.readers |
Modifier and Type | Method and Description |
---|---|
void |
ContentReader.parse(InputStream ins,
ContentCreator contentCreator)
Read the content from the input stream and create the
content using the provided content creator.
|
void |
ContentReader.parse(URL url,
ContentCreator creator)
Read the content from the URL and create the
content using the provided content creator.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultContentCreator
The
ContentLoader creates the nodes and properties. |
Modifier and Type | Method and Description |
---|---|
void |
XmlReader.FileDescription.create(ContentCreator creator) |
static XmlReader.NodeDescription |
XmlReader.NodeDescription.create(XmlReader.NodeDescription desc,
ContentCreator creator) |
static XmlReader.PropertyDescription |
XmlReader.PropertyDescription.create(XmlReader.PropertyDescription desc,
ContentCreator creator) |
protected void |
JsonReader.createNode(String name,
javax.json.JsonObject obj,
ContentCreator contentCreator) |
protected void |
JsonReader.createPrincipals(Object obj,
ContentCreator contentCreator)
Create or update one or more user and/or groups
{
"security:principals" : [
{
"name":"owner",
"isgroup":"true",
"members":[],
"dynamic":"true"
}
],
}
|
protected void |
JsonReader.createProperty(String name,
Object value,
ContentCreator contentCreator) |
protected boolean |
JsonReader.handleSecurity(String n,
Object o,
ContentCreator contentCreator) |
void |
JsonReader.parse(InputStream ins,
ContentCreator contentCreator) |
void |
ZipReader.parse(InputStream ins,
ContentCreator creator) |
void |
XmlReader.parse(InputStream ins,
ContentCreator creator) |
void |
JsonReader.parse(URL url,
ContentCreator contentCreator) |
void |
ZipReader.parse(URL url,
ContentCreator creator) |
void |
XmlReader.parse(URL url,
ContentCreator creator) |
protected void |
JsonReader.writeChildren(javax.json.JsonObject obj,
ContentCreator contentCreator) |
protected void |
OrderedJsonReader.writeChildren(javax.json.JsonObject obj,
ContentCreator contentCreator) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.