nextapp.echo2.webcontainer
Interface RenderContext

All Known Implementing Classes:
RenderingContext

public interface RenderContext

Contextual information relevant for rendering ServerMessages.


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

Method Detail

getConnection

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

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

Returns:
the ServerMessage