SLING-INF.adapters.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.apache.sling.jcr.resource Show documentation
Show all versions of org.apache.sling.jcr.resource Show documentation
This bundle provides the JCR based ResourceResolver.
{"org.apache.sling.api.resource.Resource": {
"If the adaptable is a JcrNodeResource.": [
"javax.jcr.Node",
"java.util.Map",
"javax.jcr.Item",
"org.apache.sling.api.resource.ValueMap"
],
"If the resource is a JcrNodeResource and the user has set property privileges on the node.": "org.apache.sling.api.resource.PersistableValueMap",
"If the resource is a JcrNodeResource and has a jcr:data property or is an nt:file node.": "java.io.InputStream",
"If the adaptable is a JcrPropertyResource.": [
"javax.jcr.Item",
"javax.jcr.Property",
"javax.jcr.Value",
"java.lang.String",
"java.lang.Boolean",
"java.lang.Long",
"java.lang.Double",
"java.math.BigDecimal",
"java.util.Calendar",
"java.io.InputStream",
"javax.jcr.Value[]",
"java.lang.String[]",
"java.lang.Boolean[]",
"java.lang.Long[]",
"java.lang.Double[]",
"java.math.BigDecimal[]"
],
"If the resource is a JcrPropertyResource and the property is a reference or weak reference property.": "javax.jcr.Node"
}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy