|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A DAVRepository defines a WebDAV servlet along with its execution context.
A WebDAV servlet is a servlet, which implements the WebDAV specific methods
, e.g. PROPFIND. This servlet is deployed and managed by the DAVServer,
which has mounted this repository.
Method Summary | |
String |
getContext()
Gets the context of the WebDAV servlet. |
Class |
getHandlingServlet()
Gets the WebDAV servlet Class. |
String |
getHost()
Gets the host name filter. |
Map |
getServletContextAttr()
Gets the servlet context attributes. |
Map |
getServletInitParam()
Gets the servlet initialization parameters. |
Method Detail |
public String getHost()
public String getContext()
public Class getHandlingServlet()
public Map getServletContextAttr()
public Map getServletInitParam()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |