NextApp Echo3
v3.0.b4

Package nextapp.echo.webcontainer.service

Contains Service implementations used by the core framework.

See:
          Description

Class Summary
AsyncMonitorService 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.
BootService Static instances of the 'core' Web Render Engine Services.
ImageService A Service which renders stream image references (including ResourceImageReferences and AwtImageReferences.
JavaScriptService A service which renders JavaScript resource files.
NewInstanceService Service which launches a new instance of an Echo application.
ResourceService Serves a static resource that has been added to the ResourceRegistry.
SessionExpiredService A Service which renders a 400 (Bad Request) with the message "Session Expired".
StaticBinaryService A Service which renders a static binary resource.
StaticTextService A service which renders a text resource, such as a text or XML document.
SynchronizeService A Service which processes a client-server synchronization request.
WindowHtmlService Completely re-renders a browser window.
 

Package nextapp.echo.webcontainer.service Description

Contains Service implementations used by the core framework.

Related Documentation

For more information please see:


NextApp Echo3
v3.0.b4