All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.resources.DirectoryListerFrame

java.lang.Object
   |
   +----org.w3c.tools.resources.AttributeHolder
           |
           +----org.w3c.tools.resources.Resource
                   |
                   +----org.w3c.tools.resources.FramedResource
                           |
                           +----org.w3c.tools.resources.ResourceFrame
                                   |
                                   +----org.w3c.tools.resources.ProtocolFrame
                                           |
                                           +----org.w3c.jigsaw.frames.HTTPFrame
                                                   |
                                                   +----org.w3c.jigsaw.resources.DirectoryListerFrame

public class DirectoryListerFrame
extends HTTPFrame
Emit the content of its parent directory.


Constructor Index

 o DirectoryListerFrame()

Method Index

 o getOtherResource(Request)
The default GET method for other king of associated resource
 o registerResource(FramedResource)
Register this frame to the given resource.

Constructors

 o DirectoryListerFrame
 public DirectoryListerFrame()

Methods

 o registerResource
 public void registerResource(FramedResource resource)
Register this frame to the given resource.

Overrides:
registerResource in class HTTPFrame
 o getOtherResource
 protected Reply getOtherResource(Request request) throws ProtocolException, ResourceException
The default GET method for other king of associated resource

Parameters:
request - The request to handle.
Throws: ProtocolException
If processsing the request failed.
Throws: ResourceException
If the resource got a fatal error.
Overrides:
getOtherResource in class HTTPFrame

All Packages  Class Hierarchy  This Package  Previous  Next  Index