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.
-
PropStat()
-
-
dumpProperties(OutputStream)
-
-
get(Request)
- The default GET method replies with a not implemented.
PropStat
public PropStat()
dumpProperties
protected void dumpProperties(OutputStream out)
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