org.efaps.ui.webdav.method
Class GetMethod

java.lang.Object
  extended by org.efaps.ui.webdav.method.AbstractMethod
      extended by org.efaps.ui.webdav.method.GetMethod

public class GetMethod
extends AbstractMethod

Version:
$Id: GetMethod.java 3447 2009-11-29 22:46:39Z tim.moxter $
Author:
tmo
See Also:
2518 - 8.4 GET, HEAD for Collections, 2068 - 9.3 GET

Nested Class Summary
 
Nested classes/interfaces inherited from class org.efaps.ui.webdav.method.AbstractMethod
AbstractMethod.Status
 
Field Summary
 
Fields inherited from class org.efaps.ui.webdav.method.AbstractMethod
CLOSING, NO_CONTENT, OPENING
 
Constructor Summary
GetMethod()
           
 
Method Summary
protected  void printSubs(java.lang.String _uri, CollectionResource _col, java.io.PrintWriter _out)
          Make a print of all collection and source resources for one collections.
 void run(WebDAVRequest _request, javax.servlet.http.HttpServletResponse _response)
           
 
Methods inherited from class org.efaps.ui.webdav.method.AbstractMethod
getCollection, getCollection4ParentPath, getResource4Path, writeElement, writeText, writeXMLHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMethod

public GetMethod()
Method Detail

run

public void run(WebDAVRequest _request,
                javax.servlet.http.HttpServletResponse _response)
         throws java.io.IOException,
                javax.servlet.ServletException
Specified by:
run in class AbstractMethod
Throws:
java.io.IOException
javax.servlet.ServletException

printSubs

protected void printSubs(java.lang.String _uri,
                         CollectionResource _col,
                         java.io.PrintWriter _out)
Make a print of all collection and source resources for one collections. This is not a required feature of WebDAV implementation but helps to parse with a web browser through the WebDAV integration from eFaps.

Parameters:
_col - collection resource for which the sub collections and source resources should be printed
_out - writer used to print the subs out
See Also:
2518 - 8.4 GET, HEAD for Collections


Copyright © 2003-2010 The eFaps Team. All Rights Reserved.