All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.resources.DirectoryLister

java.lang.Object
   |
   +----w3c.tools.store.AttributeHolder
           |
           +----w3c.tools.store.Resource
                   |
                   +----w3c.jigsaw.resources.HTTPResource
                           |
                           +----w3c.jigsaw.resources.DirectoryLister

public class DirectoryLister
extends HTTPResource
A Directory lister, reply with an HTML doc listing the resources of its parent directory.


Constructor Index

 o DirectoryLister()

Method Index

 o get(Request)
GET on a lister, generate the parent directory listing.

Constructors

 o DirectoryLister
 public DirectoryLister()

Methods

 o get
 public Reply get(Request request) throws HTTPException, ClientException
GET on a lister, generate the parent directory listing.

Parameters:
request - The request to handle.
Overrides:
get in class HTTPResource

All Packages  Class Hierarchy  This Package  Previous  Next  Index