|
NextApp Echo2 v2.1.1 |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ActionProcessor | An optional interface for ComponentSynchronizePeer s 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
ComponentSynchronizePeer s that support rendering directly
to HTML. |
FocusSupport | An optional interface which may be implemented by
ComponentSynchronizePeer s to support receiving input focus |
LazyRenderContainer | An interface which may be supported by ComponentSynchronizePeer s
that benefit from lazily rendering their child components to the client. |
PartialUpdateParticipant | A participant in a partial update. |
PropertyUpdateProcessor | An optional interface for ComponentSynchronizePeer s that provides
the capability to receive DELAYED notification of
state updates from the client. |
RenderContext | Contextual information relevant for rendering ServerMessage s. |
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., Window s, 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. |
Provides the core classes of the Web Application Container.
|
NextApp Echo2 v2.1.1 |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |