|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nextapp.echoservlet.RenderingContext
An object that is passed to Component Peers as they are being rendered
that holds pertinent information: The Connection
the
peer is to be rendered to and the HtmlDocument
the
peer will be rendered in.
Constructor Summary | |
protected |
RenderingContext(Connection connection,
HtmlDocument document)
Creates a rendering context. |
Method Summary | |
Connection |
getConnection()
Returns the Connection to which this document
is being rendered. |
HtmlDocument |
getDocument()
Returns the HtmlDocument being rendered. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected RenderingContext(Connection connection, HtmlDocument document)
connection
- The Connection
to which this document
is being rendered.document
- The HtmlDocument
being rendered.Method Detail |
public Connection getConnection()
Connection
to which this document
is being rendered.
Connection
to which this document
is being rendered.public HtmlDocument getDocument()
HtmlDocument
being rendered.
HtmlDocument
being rendered.
|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |