| Interface | Description |
|---|---|
| IWebDocumentProvider |
Provider for document instances.
|
| IWebResourceSetProvider |
Provider for resource set instances.
|
| IXtextWebDocument |
Interface for accessing a document.
|
| Class | Description |
|---|---|
| AbstractCachedService<T extends IServiceResult> |
Superclass for services that support caching their results in the document.
|
| DocumentStateResult |
Result object containing the current document state identifier.
|
| DocumentSynchronizer |
Synchronizer object used by the
XtextWebDocumentAccess for managing multithreaded
access to a document. |
| IWebDocumentProvider.DefaultImpl |
The default implementation creates one document synchronizer per session.
|
| IWebResourceSetProvider.DefaultImpl |
The default implementation creates a new resource set for each resource.
|
| PrecomputedServiceRegistry |
Precomputed services are able to store their results in the document, which can in turn
be cached in the session store of the server.
|
| UpdateDocumentService |
Service class for document updates.
|
| XtextWebDocument |
Container for an
XtextResource. |
| XtextWebDocumentAccess |
Accessor class for documents.
|
| XtextWebDocumentAccess.Factory | |
| XtextWebDocumentAccess.ReadAccess |