nextapp.echo2.webrender |
Provides the core classes of the Web Rendering Engine Server.
Related Documentation
For more information please see:
|
Java Source File Name | Type | Comment |
BaseHtmlDocument.java | Class | The initial document rendered when a user visits an application. |
ClientAnalyzerProcessor.java | Class | SynchronizeService.ClientMessagePartProcessor which creates
a ClientProperties object based on the client script's
analysis of its environment. |
ClientConfiguration.java | Class | Application-specific client configuration settings. |
ClientProperties.java | Class | A description of the client browser environment. |
Connection.java | Class | A representation of a connection to the server by the client, encapsulating
the servlet request and response objects, and providing access to the
relevant application instance. |
ContentType.java | Class | A representation of a content-type. |
ServerDelayMessage.java | Class | Representation of a client/server-interaction delay message.
Client/server-interaction delay messages are presented to the user
while the client is communicating synchronously with the server. |
ServerMessage.java | Class | The outgoing XML message which synchronizes the state of the client to that
of the server. |
Service.java | Interface | An interface for objects that process Connection s, parsing an
HTTP request and producing an HTTP response. |
ServiceRegistry.java | Class | A registry of Service objects that may be recalled based
on Id values. |
UserInstance.java | Class | An abstract base class representing a single user-instance of an application
hosted in an application container. |
UserInstanceUpdateManager.java | Class | Provides information about changes to UserInstance properties
of which the client engine needs to be informed. |
WebRenderServlet.java | Class | Echo HttpServlet implementation. |
WebRenderServletException.java | Class | A generic runtime exception to handle circumstances that should
almost never happen. |