NextApp Echo2
v2.1.0

Serialized Form


Package nextapp.echo2.webrender

Class nextapp.echo2.webrender.ClientConfiguration extends java.lang.Object implements Serializable

Serialized Fields

propertyMap

java.util.Map propertyMap
Mapping from property names to property values.

Class nextapp.echo2.webrender.ClientProperties extends java.lang.Object implements Serializable

Serialized Fields

data

java.util.Map data

Class nextapp.echo2.webrender.ContentType extends java.lang.Object implements Serializable

Serialized Fields

mimeType

java.lang.String mimeType

binary

boolean binary

Class nextapp.echo2.webrender.ServerDelayMessage extends java.lang.Object implements Serializable

Class nextapp.echo2.webrender.UserInstance extends java.lang.Object implements Serializable

Serialized Fields

characterEncoding

java.lang.String characterEncoding
The default character encoding in which responses should be rendered.


clientConfiguration

ClientConfiguration clientConfiguration
ClientConfiguration information containing application-specific client behavior settings.


serverDelayMessage

ServerDelayMessage serverDelayMessage
The ServerDelayMessage displayed during client/server-interactions.


clientProperties

ClientProperties clientProperties
A ClientProperties object describing the web browser client.


servletUri

java.lang.String servletUri
The URI of the servlet.


updateManager

UserInstanceUpdateManager updateManager
Provides information about updated UserInstance properties.


transactionId

long transactionId
The current transactionId. Used to ensure incoming ClientMessages reflect changes made by user against current server-side state of user interface. This is used to eliminate issues that could be encountered with two browser windows pointing at the same application instance.

Class nextapp.echo2.webrender.UserInstanceUpdateManager extends java.lang.Object implements Serializable

Serialized Fields

updatedPropertyNames

java.util.Set updatedPropertyNames

Class nextapp.echo2.webrender.WebRenderServlet extends javax.servlet.http.HttpServlet implements Serializable

Class nextapp.echo2.webrender.WebRenderServletException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Package nextapp.echo2.webrender.util

Class nextapp.echo2.webrender.util.Resource.ResourceException extends java.lang.RuntimeException implements Serializable


NextApp Echo2
v2.1.0