|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.webdav.CatalinaDAVRepository
DAVRepository implementation using the Tomcat WebDAV servlet as the processing servlet.
Constructor Summary | |
CatalinaDAVRepository(File aRoot,
String aContext,
String anHost)
Builds a DAVRepository relying on Tomcat WebDAV servlet in order to process the WebDAV request. |
Method Summary | |
void |
doFail()
|
void |
doStart()
|
void |
doStop()
|
String |
getContext()
Gets the context of the WebDAV servlet. |
DirContext |
getDirContext()
|
static org.apache.geronimo.gbean.GBeanInfo |
getGBeanInfo()
|
Class |
getHandlingServlet()
Gets the WebDAV servlet Class. |
String |
getHost()
Gets the host name filter. |
File |
getRoot()
Gets the root of the directory exposed by this repository. |
Map |
getServletContextAttr()
Gets the servlet context attributes. |
Map |
getServletInitParam()
Gets the servlet initialization parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CatalinaDAVRepository(File aRoot, String aContext, String anHost)
aRoot
- Root of the directory/DirContext exposed by this repository.aContext
- Context within which the servlet should be mounted.anHost
- Host filter, if any.Method Detail |
public Class getHandlingServlet()
DAVRepository
getHandlingServlet
in interface DAVRepository
public String getHost()
DAVRepository
getHost
in interface DAVRepository
public String getContext()
DAVRepository
getContext
in interface DAVRepository
public File getRoot()
public DirContext getDirContext()
public Map getServletContextAttr()
DAVRepository
getServletContextAttr
in interface DAVRepository
public Map getServletInitParam()
DAVRepository
getServletInitParam
in interface DAVRepository
public void doStart() throws org.apache.geronimo.gbean.WaitingException, Exception
doStart
in interface org.apache.geronimo.gbean.GBeanLifecycle
org.apache.geronimo.gbean.WaitingException
Exception
public void doStop() throws org.apache.geronimo.gbean.WaitingException
doStop
in interface org.apache.geronimo.gbean.GBeanLifecycle
org.apache.geronimo.gbean.WaitingException
public void doFail()
doFail
in interface org.apache.geronimo.gbean.GBeanLifecycle
public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |