|
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.ComponentHierarchyViewer
A debugging utility which displays a hierarchal view of the component hierarchy.
| Field Summary | |
private static Id |
ID
|
| Constructor Summary | |
(package private) |
ComponentHierarchyViewer()
|
| Method Summary | |
Id |
getId()
Returns a unique identifier for this service. |
private void |
renderComponentData(Connection conn,
Element parent,
nextapp.echo.Component component)
Renders information about a particular component, and then recursively calls itself on the component's children. |
private void |
renderContainerPaneUIData(Connection conn,
Element parent,
ContainerPaneUI ui)
Renders special data pertinent to container panes. |
void |
service(Connection conn)
Services an HTTP request. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static final Id ID
| Constructor Detail |
ComponentHierarchyViewer()
| Method Detail |
public Id getId()
Service
getId in interface ServiceService.getId()
private void renderComponentData(Connection conn,
Element parent,
nextapp.echo.Component component)
private void renderContainerPaneUIData(Connection conn,
Element parent,
ContainerPaneUI ui)
public void service(Connection conn)
Service
service in interface Serviceconn - A Connection object which wraps
HttpServletRequest and
HttpServletResponse objects and provides
access to the facilities of the Echo application container.Service.service(nextapp.echoservlet.Connection)
|
NextApp Echo App Container 1.0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||