|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentCreator | |
---|---|
org.apache.sling.jcr.contentloader.internal | |
org.apache.sling.jcr.contentloader.internal.readers |
Uses of ContentCreator in org.apache.sling.jcr.contentloader.internal |
---|
Classes in org.apache.sling.jcr.contentloader.internal that implement ContentCreator | |
---|---|
class |
DefaultContentCreator
The ContentLoader creates the nodes and properties. |
Methods in org.apache.sling.jcr.contentloader.internal with parameters of type ContentCreator | |
---|---|
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. |
Uses of ContentCreator in org.apache.sling.jcr.contentloader.internal.readers |
---|
Methods in org.apache.sling.jcr.contentloader.internal.readers with parameters of type ContentCreator | |
---|---|
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.createAce(JSONObject ace,
ContentCreator contentCreator)
Create or update an access control entry |
protected void |
JsonReader.createAcl(Object obj,
ContentCreator contentCreator)
Create or update one or more access control entries for the current node. |
protected void |
JsonReader.createNode(String name,
JSONObject obj,
ContentCreator contentCreator)
|
protected void |
JsonReader.createPrincipal(JSONObject json,
ContentCreator contentCreator)
Create or update a user or group |
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)
|
void |
XmlReader.parse(InputStream ins,
ContentCreator creator)
|
void |
JsonReader.parse(InputStream ins,
ContentCreator contentCreator)
|
void |
ZipReader.parse(InputStream ins,
ContentCreator creator)
|
void |
XmlReader.parse(URL url,
ContentCreator creator)
|
void |
JsonReader.parse(URL url,
ContentCreator contentCreator)
|
void |
ZipReader.parse(URL url,
ContentCreator creator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |