| Interface | Description |
|---|---|
| IResourceBaseProvider |
Translates resource identifiers into file URIs that can be used to load and save files.
|
| IServerResourceHandler |
Interface for get and put operations on documents.
|
| Class | Description |
|---|---|
| FileResourceHandler |
Resource handler that reads and writes files.
|
| IServerResourceHandler.NullImpl | |
| ResourceBaseProviderImpl |
Default resource base provider that assumes all resource identifiers are relative
paths inside a certain resource base path, which has to be given when creating
this provider.
|
| ResourceContentResult |
Result object returned by load and revert services.
|
| ResourcePersistenceService |
Service class for loading, saving, and reverting documents.
|