NextApp Echo2
v2.1.1

Serialized Form


Package nextapp.echo2.webcontainer

Class nextapp.echo2.webcontainer.ContainerInstance extends nextapp.echo2.webrender.UserInstance implements Serializable

Serialized Fields

applicationInstance

nextapp.echo2.app.ApplicationInstance applicationInstance

componentToRenderStateMap

java.util.Map componentToRenderStateMap

initialized

boolean initialized

initialRequestParameterMap

java.util.Map initialRequestParameterMap

Class nextapp.echo2.webcontainer.DefaultServerDelayMessage extends nextapp.echo2.webrender.ServerDelayMessage implements Serializable

Serialized Fields

messageElement

org.w3c.dom.Element messageElement
Message content.

Class nextapp.echo2.webcontainer.WebContainerServlet extends nextapp.echo2.webrender.WebRenderServlet implements Serializable


Package nextapp.echo2.webcontainer.util

Class nextapp.echo2.webcontainer.util.IdTable extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Writes objects directly into values of Map as straight references. The values will be changed to WeakReferences when purge() is called.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
See Also:
Serializable
Serialized Fields

hasHardReferences

boolean hasHardReferences


NextApp Echo2
v2.1.1