Class w3c.jigsaw.tests.DummyResource
All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigsaw.tests.DummyResource
java.lang.Object
|
+----w3c.tools.store.AttributeHolder
|
+----w3c.tools.store.Resource
|
+----w3c.jigsaw.resources.HTTPResource
|
+----w3c.jigsaw.tests.DummyResource
- public class DummyResource
- extends HTTPResource
-
bits
-
-
headers
-
-
reply
-
-
DummyResource()
-
-
get(Request)
- The default GET method replies with a not implemented.
-
initialize(Object[])
- Initialization method for attribute holders.
bits
protected byte bits[]
reply
protected Reply reply
headers
protected final static String headers
DummyResource
public DummyResource()
get
public Reply get(Request request) throws HTTPException, ClientException
- The default GET method replies with a not implemented.
- Overrides:
- get in class HTTPResource
initialize
public void initialize(Object values[])
- Initialization method for attribute holders.
- Overrides:
- initialize in class AttributeHolder
All Packages Class Hierarchy This Package Previous Next Index