NextApp Echo2
v2.1.1

nextapp.echo2.webcontainer
Interface RenderContext


public interface RenderContext

Contextual information relevant for rendering ServerMessages.


Method Summary
 nextapp.echo2.webrender.Connection getConnection()
          Returns the Connection to which the ServerMessage is being rendered.
 ContainerInstance getContainerInstance()
          Returns the ContainerInstance for which the rendering is being performed.
 nextapp.echo2.webrender.ServerMessage getServerMessage()
          Returns the ServerMessage to which output should be rendered.
 

Method Detail

getConnection

nextapp.echo2.webrender.Connection getConnection()
Returns the Connection to which the ServerMessage is being rendered.

Returns:
the connection

getContainerInstance

ContainerInstance getContainerInstance()
Returns the ContainerInstance for which the rendering is being performed.

Returns:
the ContainerInstance

getServerMessage

nextapp.echo2.webrender.ServerMessage getServerMessage()
Returns the ServerMessage to which output should be rendered.

Returns:
the ServerMessage

NextApp Echo2
v2.1.1