|
||||||||||
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.FlatFileResourceManagerImpl
org.orbeon.oxf.resources.FilesystemResourceManagerImpl
The Filesystem resource manager is able to load ressources from the filesystem with a direct mapping, unlike the FlatFile resource manager which creates a sandbox.
Nested Class Summary |
Nested classes inherited from class org.orbeon.oxf.resources.ResourceManagerBase |
org.orbeon.oxf.resources.ResourceManagerBase.ResourceManagerXMLReader |
Field Summary |
Fields inherited from class org.orbeon.oxf.resources.FlatFileResourceManagerImpl |
rootDirectory |
Constructor Summary | |
FilesystemResourceManagerImpl(Map props)
|
Method Summary | |
protected File |
getFile(String key)
|
Methods inherited from class org.orbeon.oxf.resources.FlatFileResourceManagerImpl |
canWrite, getContentAsReader, getContentAsStream, getOutputStream, getRealPath, getWriter, lastModifiedImpl, length |
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 FilesystemResourceManagerImpl(Map props) throws OXFException
Method Detail |
protected File getFile(String key)
getFile
in class FlatFileResourceManagerImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |