public final class NonExistingResource extends SyntheticResource
ResourceUtil.isNonExistingResource(Resource)
method instead (or check the resource type yourself). The reason
for this is that this resource might be wrapped by other resource
implementations like resource decorators etc.RESOURCE_TYPE_NON_EXISTING| Constructor and Description |
|---|
NonExistingResource(ResourceResolver resourceResolver,
java.lang.String resourceURI)
Create a new non existing resource.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResourceType()
The resource type is meant to point to rendering/processing scripts,
editing dialogs, etc.
|
java.lang.String |
toString() |
getPath, getResourceMetadata, getResourceResolver, getResourceSuperTypegetChild, getChildren, getName, getParent, getValueMap, hasChildren, isResourceType, listChildrenadaptTo, setAdapterManager, unsetAdapterManagerpublic NonExistingResource(ResourceResolver resourceResolver, java.lang.String resourceURI)
resourceResolver - The resource resolver.resourceURI - The path of the resource.public final java.lang.String getResourceType()
ResourceResourceResolver is free to set this to any suitable value such
as the primary node type of the JCR node from which the resource is
created.
If the resource instance represents a resource which is not actually
existing, this method returns Resource.RESOURCE_TYPE_NON_EXISTING.
getResourceType in interface ResourcegetResourceType in class SyntheticResourceSyntheticResource.getResourceType()public java.lang.String toString()
toString in class SyntheticResource"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"