nextapp.echo2.webcontainer |
Provides the core classes of the Web Application Container.
Related Documentation
For more information please see:
|
Java Source File Name | Type | Comment |
ActionProcessor.java | Interface | An optional interface for ComponentSynchronizePeer s that provides
the capability to receive IMMEDIATE notification of
state updates from the client. |
CommandSynchronizePeer.java | Interface | A stateless peer object used to render the given type of
nextapp.echo2.app.Command to the client.
A single instance of a given
CommandSynchronizePeer will be created to synchronize the state
of ALL instances of a particular class of
Command . |
ComponentSynchronizePeer.java | Interface | A stateless peer object used to synchronize the state of a given type of
nextapp.echo2.app.Component between the server and client.
A ComponentSynchronizePeer may implement optional interfaces such as
DomUpdateSupport which enables rendering hierarchies of
components directly to (X)HTML code. |
ContainerAsyncMonitorService.java | Class | Web Container implementation of AsyncMonitorService . |
ContainerContext.java | Interface | Contextual information about the application container provided to an
application instance. |
ContainerContextImpl.java | Class | ContainerContext implementation. |
ContainerInstance.java | Class | Web application container user instance. |
ContainerSynchronizeService.java | Class | A service which synchronizes the state of the client with that of the
server. |
DefaultServerDelayMessage.java | Class | The default Web Container ServerDelayMessage . |
DomUpdateSupport.java | Interface | An optional interface which may be implemented by
ComponentSynchronizePeer s that support rendering directly
to HTML. |
FocusSupport.java | Interface | |
LazyRenderContainer.java | Interface | An interface which may be supported by ComponentSynchronizePeer s
that benefit from lazily rendering their child components to the client. |
NewInstanceService.java | Class | Service which launches a new instance of an Echo application. |
PartialUpdateManager.java | Class | A utility class for rendering a collection of property updates to an
existing HTML representation of a component on the client browser. |
PartialUpdateParticipant.java | Interface | A participant in a partial update. |
PropertyUpdateProcessor.java | Interface | An optional interface for ComponentSynchronizePeer s that provides
the capability to receive DELAYED notification of
state updates from the client. |
RenderContext.java | Interface | Contextual information relevant for rendering ServerMessage s. |
RenderContextImpl.java | Class | Default RenderContext implementation. |
RenderState.java | Interface | Describes the last rendered state of a component on the client browser. |
RootSynchronizePeer.java | Interface | 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. |
SynchronizePeerFactory.java | Class | Factory for obtaining ComponentSynchronizePeer implementations. |
WebContainerServlet.java | Class | Web container HttpServlet implementation. |
WindowHtmlService.java | Class | Completely re-renders a browser window. |