All Downloads are FREE. Search and download functionalities are using the official Maven repository.

SLING-INF.adapters.json Maven / Gradle / Ivy

There is a newer version: 3.3.2
Show newest version
{"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