|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wvcm.store.webdav.WebdavAccessor
public class WebdavAccessor
WebDAV-based implementation of Accessor.
Nested Class Summary | |
---|---|
protected static class |
WebdavAccessor.HttpClientWrapper
Wrapper for HttpClient |
Field Summary | |
---|---|
protected ProviderImpl |
providerImpl
|
Constructor Summary | |
---|---|
WebdavAccessor()
Dummy constructor |
|
WebdavAccessor(Provider provider)
Constructor. |
Method Summary | |
---|---|
protected WebdavAccessor.HttpClientWrapper |
client()
Get the HttpClient of this accessor. |
protected java.lang.String |
defaultContextPath()
Get context path |
protected WebdavAccessor.HttpClientWrapper |
getHttpClient(Provider provider,
java.lang.String scheme,
java.lang.String hostname,
int port)
Deprecated. use getHttpClientWrapper() |
protected WebdavAccessor.HttpClientWrapper |
getHttpClientWrapper(Provider provider,
java.lang.String scheme,
java.lang.String hostname,
int port)
|
protected void |
initialize(java.lang.String scheme,
java.lang.String hostname,
int port)
|
java.util.List |
serverWorkspaceFolderList(PropertyNameList wantedPropertyList)
Return a list of Folder objects that identify folders
on the server that contain workspaces for the Provider of this accessor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ProviderImpl providerImpl
Constructor Detail |
---|
public WebdavAccessor()
public WebdavAccessor(Provider provider)
Method Detail |
---|
public java.util.List serverWorkspaceFolderList(PropertyNameList wantedPropertyList) throws WvcmException
Folder
objects that identify folders
on the server that contain workspaces for the Provider of this accessor.
If the Provider does not allow the client to create new
workspaces on the server, an empty List is returned.
serverWorkspaceFolderList
in interface Accessor
wantedPropertyList
- The properties available in the returned proxies.
WvcmException
protected void initialize(java.lang.String scheme, java.lang.String hostname, int port) throws java.lang.IllegalStateException
java.lang.IllegalStateException
protected WebdavAccessor.HttpClientWrapper client() throws WvcmException
WvcmException
protected WebdavAccessor.HttpClientWrapper getHttpClient(Provider provider, java.lang.String scheme, java.lang.String hostname, int port) throws WvcmException
WvcmException
protected WebdavAccessor.HttpClientWrapper getHttpClientWrapper(Provider provider, java.lang.String scheme, java.lang.String hostname, int port) throws WvcmException
WvcmException
protected java.lang.String defaultContextPath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |