org.apache.sling.jcr.resource
Class JcrResourceConstants
java.lang.Object
org.apache.sling.jcr.resource.JcrResourceConstants
public class JcrResourceConstants
- extends java.lang.Object
The JcrResourceConstants
interface provides constant values.
Field Summary |
static java.lang.String |
SLING_NAMESPACE_URI
The namespace URI used by Sling JCR for items and node types used by
Sling (value is "http://sling.apache.org/jcr/sling/1.0"). |
static java.lang.String |
SLING_RESOURCE_SUPER_TYPE_PROPERTY
The name of the JCR Property that defines the resource super type (value
is "sling:resourceSuperType"). |
static java.lang.String |
SLING_RESOURCE_TYPE_PROPERTY
The name of the JCR Property that defines the resource type of this node
(value is "sling:resourceType"). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SLING_NAMESPACE_URI
public static final java.lang.String SLING_NAMESPACE_URI
- The namespace URI used by Sling JCR for items and node types used by
Sling (value is "http://sling.apache.org/jcr/sling/1.0"). This URI is
ensured to be mapped to the Sling namespace prefix sling for
any session used by the JCR Resource bundle through the
Sling-Namespaces
bundle manifest header.
- See Also:
- Constant Field Values
SLING_RESOURCE_TYPE_PROPERTY
public static final java.lang.String SLING_RESOURCE_TYPE_PROPERTY
- The name of the JCR Property that defines the resource type of this node
(value is "sling:resourceType"). The resource manager implementation of
this bundle uses this property to defined the resource type of a loaded
resource. If this property does not exist the primary node type is used
as the resource type.
- See Also:
- Constant Field Values
SLING_RESOURCE_SUPER_TYPE_PROPERTY
public static final java.lang.String SLING_RESOURCE_SUPER_TYPE_PROPERTY
- The name of the JCR Property that defines the resource super type (value
is "sling:resourceSuperType"). The resource manager implementation of
this bundle uses this property to defined the resource type of a loaded
resource. If this property does not exist any non-mixin base type of the
the primary node type is used as the resource super type.
- See Also:
- Constant Field Values
JcrResourceConstants
public JcrResourceConstants()
Copyright © 2007-2009. All Rights Reserved.