Class w3c.jigsaw.tests.DummyResource
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.tests.DummyResource

java.lang.Object
   |
   +----w3c.jigsaw.resources.AttributeHolder
           |
           +----w3c.jigsaw.resources.Resource
                   |
                   +----w3c.jigsaw.resources.HTTPResource
                           |
                           +----w3c.jigsaw.tests.DummyResource

public class DummyResource
extends HTTPResource

Variable Index

 o dReply
 o headers
 o reply

Constructor Index

 o DummyResource()

Method Index

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

Variables

 o dReply
  protected static byte dReply[]
 o reply
  protected Reply reply
 o headers
  protected final static String headers

Constructors

 o DummyResource
  public DummyResource()

Methods

 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