org.opencrx.application.caldav
Class CalDavServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.opencrx.application.uses.net.sf.webdav.AbstractWebDavServlet
              extended by org.opencrx.application.caldav.CalDavServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class CalDavServlet
extends AbstractWebDavServlet

See Also:
Serialized Form

Field Summary
protected  javax.jdo.PersistenceManagerFactory persistenceManagerFactory
           
 
Constructor Summary
CalDavServlet()
           
 
Method Summary
protected  WebDavStore constructStore()
           
 void init(ServletConfig config)
           
protected  WebDavMethod newDoOptions(WebDavStore store)
           
protected  WebDavMethod newDoPropfind(WebDavStore store)
           
protected  WebDavMethod newDoReport(WebDavStore store)
           
 
Methods inherited from class org.opencrx.application.uses.net.sf.webdav.AbstractWebDavServlet
init, newDoCopy, newDoDelete, newDoGet, newDoHead, newDoLock, newDoMkcol, newDoMove, newDoProppatch, newDoPut, newDoUnlock, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

persistenceManagerFactory

protected javax.jdo.PersistenceManagerFactory persistenceManagerFactory
Constructor Detail

CalDavServlet

public CalDavServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Specified by:
init in interface Servlet
Overrides:
init in class AbstractWebDavServlet
Throws:
ServletException

constructStore

protected WebDavStore constructStore()
Specified by:
constructStore in class AbstractWebDavServlet

newDoPropfind

protected WebDavMethod newDoPropfind(WebDavStore store)
Overrides:
newDoPropfind in class AbstractWebDavServlet

newDoOptions

protected WebDavMethod newDoOptions(WebDavStore store)
Overrides:
newDoOptions in class AbstractWebDavServlet

newDoReport

protected WebDavMethod newDoReport(WebDavStore store)
Overrides:
newDoReport in class AbstractWebDavServlet


This software is published under the BSD license. Copyright © 2003-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.