Package org.orbeon.oxf.resources

Interface Summary
ResourceManager This is the main interface a resource manager must implement.
 

Class Summary
ClassLoaderResourceManagerImpl The classloader resource manager is able to load resources from a JAR file, or from a directory in the system classpath.
DataSourceResourceManagerImpl Extends the DBResourceManagerImpl to support datasources.
DBResourceManagerImpl The database resource manager is able to load resource from a relational database.
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.
FlatFileResourceManagerImpl The FlatFile resource manager is able to load resources from a sandbox in a filesystem.
OXFProperties This class provides access to global, configurable properties, as well as to processor-specific properties.
OXFProperties.PropertySet  
PriorityResourceManagerImpl The priority resource manager delegates to two or more resource managers the loading of documents.
SecureResourceManagerImpl The secure resource manager is able to load ressources from a secure archive on the filesystem.
URLResourceManagerImpl The URL resource manager is able to load ressources from any URL supported by the JVM.
WebAppResourceManagerImpl The webapp resource manager is able to load resources from a WAR file.
WebDAVResourceManagerImpl Simple WebDAV resource manager implementation.