it.could.webdav.methods
Class GET

java.lang.Object
  extended byit.could.webdav.methods.HEAD
      extended byit.could.webdav.methods.GET
All Implemented Interfaces:
DAVMethod

public class GET
extends HEAD

HTTP GET metohd implementation.

Author:
Pier Fumagalli

Field Summary
static String COLLECTION_MIME_TYPE
          The mime type that GET will use serving collections.
static String ENCODING
          The encoding charset to repsesent collections.
 
Constructor Summary
GET()
          Create a new GET instance.
 
Method Summary
 void process(DAVTransaction transaction, DAVResource resource)
          Process the GET method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENCODING

public static final String ENCODING

The encoding charset to repsesent collections.

See Also:
Constant Field Values

COLLECTION_MIME_TYPE

public static final String COLLECTION_MIME_TYPE

The mime type that GET will use serving collections.

See Also:
Constant Field Values
Constructor Detail

GET

public GET()

Create a new GET instance.

Method Detail

process

public void process(DAVTransaction transaction,
                    DAVResource resource)
             throws IOException

Process the GET method.

Specified by:
process in interface DAVMethod
Overrides:
process in class HEAD
Throws:
IOException