All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigsaw.resources.GhostNestDirectoryResource
java.lang.Object
|
+----w3c.tools.store.AttributeHolder
|
+----w3c.tools.store.Resource
|
+----w3c.jigsaw.resources.HTTPResource
|
+----w3c.jigsaw.resources.FilteredResource
|
+----w3c.jigsaw.resources.ContainerResource
|
+----w3c.jigsaw.resources.StoreContainer
|
+----w3c.jigsaw.resources.DirectoryResource
|
+----w3c.jigsaw.resources.GhostNestDirectoryResource
- public class GhostNestDirectoryResource
- extends DirectoryResource
A directory Resource wich can contain ghost child.
-
GhostNestDirectoryResource()
-
-
createDefaultResource(String)
- Try creating a default resource having the given name.
GhostNestDirectoryResource
public GhostNestDirectoryResource()
createDefaultResource
public synchronized HTTPResource createDefaultResource(String name)
- Try creating a default resource having the given name.
This method will make its best effort to create a default resource
having this name in the directory.
it will check the pre-defined admin extensions and look for a match.
and admin allows to do so, it
will create a sub-directory resource.
- Parameters:
- name - The name of the resource to try to create.
- Returns:
- A HTTPResource instance, if possible, null
otherwise.
- Overrides:
- createDefaultResource in class DirectoryResource
All Packages Class Hierarchy This Package Previous Next Index