org.efaps.ui.webdav.method
Class MkColMethod

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

public class MkColMethod
extends AbstractMethod

The class implements WebDAV method MKCOL (a new collection is created).

Version:
$Id: MkColMethod.java 3447 2009-11-29 22:46:39Z tim.moxter $
Author:
tmo

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
MkColMethod()
           
 
Method Summary
 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

MkColMethod

public MkColMethod()
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


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