public interface IWebDocumentProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
IWebDocumentProvider.DefaultImpl
The default implementation creates one document synchronizer per session.
|
| Modifier and Type | Method and Description |
|---|---|
XtextWebDocument |
get(java.lang.String resourceId,
IServiceContext serviceContext)
Creates and configures a document.
|
XtextWebDocument get(java.lang.String resourceId, IServiceContext serviceContext)
null, which means that
the request should be processed in stateless mode. Fetching the session from the service
context should be avoided in this case.