W3C Jigsaw


All resources All frames

DirectoryResource

A DirectoryResource able to create negotiated resources on the fly (as needed).

This class should be used as the basic class to export file system directories.


Inherits

The DirectoryResource class inerits from the following classes:


Attributes description

The DirectoryResource defines the following attributes:


negotiable
semantics
Should the directory resource automatically create resource with NegotiatedFrame? When this flag is turned to true, the directory resource will automatically create negotiable resources on top of normal resources: each time a new resource is added to the directory, the resource looks up for a resource having the new child name, but possibly different extensions. If this succeeds, either the found resource is already a negotiated resource, in which case the new child is added as one of its variant resource; otherwise (the negotiated resource doesn't exist), the directory resource creates it with only one variant (the new child resource).
type
This attribute is an editable BooleanAttribute
default value
This attribute defaults to false.


Jigsaw Team
$Id: org.w3c.jigsaw.resources.DirectoryResource.html,v 1.3 1998/03/27 08:22:13 bmahe Exp $