| 
NextApp Echo App Container 1.0.5  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.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.
| Field Summary | |
private  Connection | 
connection
The Connection to which this document
 is being rendered. | 
private  HtmlDocument | 
document
The HtmlDocument being rendered. | 
| 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 | 
| Field Detail | 
private Connection connection
Connection to which this document
 is being rendered.
private HtmlDocument document
HtmlDocument being rendered.
| 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.0.5  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||