|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.could.webdav.methods.HEAD
it.could.webdav.methods.GET
HTTP
GET
metohd implementation.
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 |
public static final String ENCODING
The encoding charset to repsesent collections.
public static final String COLLECTION_MIME_TYPE
The mime type that GET
will use serving collections.
Constructor Detail |
public GET()
Create a new GET
instance.
Method Detail |
public void process(DAVTransaction transaction, DAVResource resource) throws IOException
Process the GET
method.
process
in interface DAVMethod
process
in class HEAD
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |