|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.orbeon.oxf.resources.ResourceManagerBase
org.orbeon.oxf.resources.WebDAVResourceManagerImpl
Simple WebDAV resource manager implementation.
Nested Class Summary |
Nested classes inherited from class org.orbeon.oxf.resources.ResourceManagerBase |
org.orbeon.oxf.resources.ResourceManagerBase.ResourceManagerXMLReader |
Constructor Summary | |
WebDAVResourceManagerImpl(Map properties)
|
Method Summary | |
boolean |
canWrite()
Indicates if the resource manager implementation suports write operations |
InputStream |
getContentAsStream(String key)
Returns a binary input stream for the specified key. |
OutputStream |
getOutputStream(String key)
Allows writing to the resource |
String |
getRealPath(String key)
Returns the path to the given resource on the file system. |
Writer |
getWriter(String key)
Allow writing to the resource |
protected long |
lastModifiedImpl(String key)
|
int |
length(String key)
Returns the length of the file denoted by this abstract pathname. |
Methods inherited from class org.orbeon.oxf.resources.ResourceManagerBase |
getContentAsDOM, getContentAsDOM4J, getContentAsSAX, getWriteContentHandler, getXMLReader, getXMLReader, invalidateLastModifiedCache, lastModified, writeDOM, writeDOM4J |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WebDAVResourceManagerImpl(Map properties)
Method Detail |
protected long lastModifiedImpl(String key)
public int length(String key)
ResourceManager
public boolean canWrite()
ResourceManager
public InputStream getContentAsStream(String key)
ResourceManager
key
- A Resource Manager key
public OutputStream getOutputStream(String key)
ResourceManager
key
- A Resource Manager key
public String getRealPath(String key)
ResourceManager
public Writer getWriter(String key)
ResourceManager
key
- A Resource Manager key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |