nextapp.echo2.webrender.service |
Provides core rendering services.
Related Documentation
For more information please see:
|
Java Source File Name | Type | Comment |
AsyncMonitorService.java | Class | Abstract base service for handling server poll requests to determine if any
asynchronous operations affecting a UserInstance have been
performed since the last server interaction, such that the client might
resynchronize with the server. |
CoreServices.java | Class | Static instances of the 'core' Web Render Engine Service s. |
DebugPaneService.java | Class | Service which renders HTML content of Debug Pane. |
JavaScriptService.java | Class | A service which renders JavaScript resource files. |
SessionExpiredService.java | Class | A Service which renders a 400 (Bad Request) with the message
"Session Expired". |
StaticBinaryService.java | Class | A Service which renders a static binary resource. |
StaticTextService.java | Class | A service which renders a text resource, such as a text or XML document. |
SynchronizeService.java | Class | A service which synchronizes the state of the client with that of the server.
Requests made to this service are in the form of "ClientMessage" XML
documents which describe the user's actions since the last synchronization,
e.g., the input typed into text fields and the action taken (e.g., a button
press) which caused the server interaction. |