All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.status.PropStat

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

public class PropStat
extends HTTPResource
This class implements an entity that dumps the current server properties. this is just to make sure that the properties value is what you really think they are.


Constructor Index

 o PropStat()

Method Index

 o dumpProperties(OutputStream)
 o get(Request)
The default GET method replies with a not implemented.

Constructors

 o PropStat
 public PropStat()

Methods

 o dumpProperties
 protected void dumpProperties(OutputStream out)
 o get
 public Reply get(Request request) throws HTTPException
The default GET method replies with a not implemented.

Overrides:
get in class HTTPResource

All Packages  Class Hierarchy  This Package  Previous  Next  Index