org.apache.sling.api.resource
Class NonExistingResource

java.lang.Object
  extended by org.apache.sling.api.resource.SyntheticResource
      extended by org.apache.sling.api.resource.NonExistingResource
All Implemented Interfaces:
Adaptable, Resource

public final class NonExistingResource
extends SyntheticResource

Simple helper class representing nonexisting resources.


Field Summary
 
Fields inherited from interface org.apache.sling.api.resource.Resource
RESOURCE_TYPE_NON_EXISTING
 
Constructor Summary
NonExistingResource(ResourceResolver resourceResolver, java.lang.String resourceURI)
           
 
Method Summary
 java.lang.String getResourceType()
          The resource type is meant to point to rendering/processing scripts, editing dialogs, etc.
 java.lang.String toString()
           
 
Methods inherited from class org.apache.sling.api.resource.SyntheticResource
adaptTo, getPath, getResourceMetadata, getResourceResolver, getResourceSuperType, setResourceType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonExistingResource

public NonExistingResource(ResourceResolver resourceResolver,
                           java.lang.String resourceURI)
Method Detail

getResourceType

public final java.lang.String getResourceType()
Description copied from interface: Resource
The resource type is meant to point to rendering/processing scripts, editing dialogs, etc. It is usually a path in the repository, where scripts and other tools definitions are found, but the ResourceResolver 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 the Resource.RESOURCE_TYPE_NON_EXISTING.

Specified by:
getResourceType in interface Resource
Overrides:
getResourceType in class SyntheticResource

toString

public java.lang.String toString()
Overrides:
toString in class SyntheticResource


Copyright © 2007-2009. All Rights Reserved.