NextApp Echo2
v2.1.1

Package nextapp.echo2.webcontainer

Provides the core classes of the Web Application Container.

See:
          Description

Interface Summary
ActionProcessor An optional interface for ComponentSynchronizePeers that provides the capability to receive IMMEDIATE notification of state updates from the client.
CommandSynchronizePeer A stateless peer object used to render the given type of nextapp.echo2.app.Command to the client.
ComponentSynchronizePeer A stateless peer object used to synchronize the state of a given type of nextapp.echo2.app.Component between the server and client.
ContainerContext Contextual information about the application container provided to an application instance.
DomUpdateSupport An optional interface which may be implemented by ComponentSynchronizePeers that support rendering directly to HTML.
FocusSupport An optional interface which may be implemented by ComponentSynchronizePeers to support receiving input focus
LazyRenderContainer An interface which may be supported by ComponentSynchronizePeers that benefit from lazily rendering their child components to the client.
PartialUpdateParticipant A participant in a partial update.
PropertyUpdateProcessor An optional interface for ComponentSynchronizePeers that provides the capability to receive DELAYED notification of state updates from the client.
RenderContext Contextual information relevant for rendering ServerMessages.
RenderState Describes the last rendered state of a component on the client browser.
RootSynchronizePeer An extension of ComponentSynchronizePeer functionality for top-level (root) components, i.e., Windows, that require additional capabilities, such as refreshing the entire state of the client.
 

Class Summary
ContainerAsyncMonitorService Web Container implementation of AsyncMonitorService.
ContainerInstance Web application container user instance.
ContainerSynchronizeService A service which synchronizes the state of the client with that of the server.
DefaultServerDelayMessage The default Web Container ServerDelayMessage.
NewInstanceService Service which launches a new instance of an Echo application.
PartialUpdateManager A utility class for rendering a collection of property updates to an existing HTML representation of a component on the client browser.
SynchronizePeerFactory Factory for obtaining ComponentSynchronizePeer implementations.
WebContainerServlet Web container HttpServlet implementation.
WindowHtmlService Completely re-renders a browser window.
 

Package nextapp.echo2.webcontainer Description

Provides the core classes of the Web Application Container.

Related Documentation

For more information please see:


NextApp Echo2
v2.1.1