NextApp Echo2
v2.1.1

Package nextapp.echo2.webrender

Provides the core classes of the Web Rendering Engine Server.

See:
          Description

Interface Summary
Service An interface for objects that process Connections, parsing an HTTP request and producing an HTTP response.
WebRenderServlet.MultipartRequestWrapper An interface implemented by a supporting object that will handle multipart/form-data encoded HTTP requests.
 

Class Summary
BaseHtmlDocument The initial document rendered when a user visits an application.
ClientAnalyzerProcessor SynchronizeService.ClientMessagePartProcessor which creates a ClientProperties object based on the client script's analysis of its environment.
ClientConfiguration Application-specific client configuration settings.
ClientProperties A description of the client browser environment.
Connection 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 A representation of a content-type.
ServerDelayMessage Representation of a client/server-interaction delay message.
ServerMessage The outgoing XML message which synchronizes the state of the client to that of the server.
ServiceRegistry A registry of Service objects that may be recalled based on Id values.
UserInstance An abstract base class representing a single user-instance of an application hosted in an application container.
UserInstanceUpdateManager Provides information about changes to UserInstance properties of which the client engine needs to be informed.
WebRenderServlet Echo HttpServlet implementation.
 

Exception Summary
WebRenderServletException A generic runtime exception to handle circumstances that should almost never happen.
 

Package nextapp.echo2.webrender Description

Provides the core classes of the Web Rendering Engine Server.

Related Documentation

For more information please see:


NextApp Echo2
v2.1.1