Serialized Form
Package nextapp.echo2.webrender |
propertyMap
java.util.Map propertyMap
- Mapping from property names to property values.
data
java.util.Map data
mimeType
java.lang.String mimeType
binary
boolean binary
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.
updatedPropertyNames
java.util.Set updatedPropertyNames
cause
java.lang.Throwable cause
Package nextapp.echo2.webrender.util |