org.alfresco.repo.webdav
Class WebDAVServlet.WebDAVInitParameters
java.lang.Object
org.alfresco.repo.webdav.WebDAVServlet.WebDAVInitParameters
- Enclosing class:
- WebDAVServlet
public static class WebDAVServlet.WebDAVInitParameters
- extends java.lang.Object
Bean to hold injected initialization parameters.
- Since:
- V3.5 Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebDAVServlet.WebDAVInitParameters
public WebDAVServlet.WebDAVInitParameters()
getEnabled
public boolean getEnabled()
setEnabled
public void setEnabled(boolean enabled)
getStoreName
public java.lang.String getStoreName()
throws javax.servlet.ServletException
- Returns:
- Returns the name of the store
- Throws:
javax.servlet.ServletException
- if the store name was not set
setStoreName
public void setStoreName(java.lang.String storeName)
getRootPath
public java.lang.String getRootPath()
throws javax.servlet.ServletException
- Returns:
- Returns the WebDAV root path within the store
- Throws:
javax.servlet.ServletException
- if the root path was not set
setRootPath
public void setRootPath(java.lang.String rootPath)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.