org.openejb.webadmin.clienttools
Class ViewJndiBean
java.lang.Object
org.openejb.webadmin.WebAdminBean
org.openejb.webadmin.clienttools.ViewJndiBean
- All Implemented Interfaces:
- Constants, javax.ejb.EnterpriseBean, HttpBean, Serializable, javax.ejb.SessionBean
- public class ViewJndiBean
- extends WebAdminBean
- implements Constants
- Author:
- David Blevins
- See Also:
- Serialized Form
Method Summary |
void |
buildNode(org.openejb.webadmin.clienttools.ViewJndiBean.Node parent,
Context ctx)
|
void |
postProcess(HttpRequest request,
HttpResponse response)
called after all content is written to the browser |
void |
preProcess(HttpRequest request,
HttpResponse response)
called before any content is written to the browser |
void |
printBeanNode(org.openejb.webadmin.clienttools.ViewJndiBean.Node node,
PrintWriter out,
String tabs,
String selected)
|
void |
printContextNode(org.openejb.webadmin.clienttools.ViewJndiBean.Node node,
PrintWriter out,
String tabs,
String selected)
|
void |
printNodes(org.openejb.webadmin.clienttools.ViewJndiBean.Node node,
PrintWriter out,
String tabs,
String selected)
|
void |
printOtherNode(org.openejb.webadmin.clienttools.ViewJndiBean.Node node,
PrintWriter out,
String tabs,
String selected)
|
void |
writeBody(PrintWriter out)
writes the main body content to the broswer. |
void |
writeHtmlTitle(PrintWriter out)
Write the TITLE of the HTML document. |
void |
writePageTitle(PrintWriter out)
Write the title of the page. |
Methods inherited from class org.openejb.webadmin.WebAdminBean |
ejbActivate, ejbCreate, ejbPassivate, ejbRemove, formatSubMenuItem, getFooter, getTemplate, initNavSections, onMessage, printRow, printRow, setSessionContext, writeFooter, writeLeftNavBar, writeTemplate, writeTopNavBar |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewJndiBean
public ViewJndiBean()
preProcess
public void preProcess(HttpRequest request,
HttpResponse response)
throws IOException
- Description copied from class:
WebAdminBean
- called before any content is written to the browser
- Specified by:
preProcess
in class WebAdminBean
- Parameters:
request
- the http requestresponse
- the http response
- Throws:
IOException
- if an exception is thrown
postProcess
public void postProcess(HttpRequest request,
HttpResponse response)
throws IOException
- Description copied from class:
WebAdminBean
- called after all content is written to the browser
- Specified by:
postProcess
in class WebAdminBean
- Parameters:
request
- the http requestresponse
- the http response
- Throws:
IOException
- if an exception is thrown
writeHtmlTitle
public void writeHtmlTitle(PrintWriter out)
throws IOException
- Description copied from class:
WebAdminBean
- Write the TITLE of the HTML document. This is the part
that goes into the
<head><title>
</title></head>
tags
- Specified by:
writeHtmlTitle
in class WebAdminBean
- Parameters:
out
- the output to write to
- Throws:
IOException
- of an exception is thrown
writePageTitle
public void writePageTitle(PrintWriter out)
throws IOException
- Description copied from class:
WebAdminBean
- Write the title of the page. This is displayed right
above the main block of content.
- Specified by:
writePageTitle
in class WebAdminBean
- Parameters:
out
- the output to write to
- Throws:
IOException
- if an exception is thrown
writeBody
public void writeBody(PrintWriter out)
throws IOException
- Description copied from class:
WebAdminBean
- writes the main body content to the broswer. This content is inside a
<p>
block
- Specified by:
writeBody
in class WebAdminBean
- Parameters:
out
- the output to write to
- Throws:
IOException
- if an exception is thrown
buildNode
public void buildNode(org.openejb.webadmin.clienttools.ViewJndiBean.Node parent,
Context ctx)
throws Exception
- Throws:
Exception
printNodes
public void printNodes(org.openejb.webadmin.clienttools.ViewJndiBean.Node node,
PrintWriter out,
String tabs,
String selected)
throws Exception
- Throws:
Exception
printContextNode
public void printContextNode(org.openejb.webadmin.clienttools.ViewJndiBean.Node node,
PrintWriter out,
String tabs,
String selected)
throws Exception
- Throws:
Exception
printBeanNode
public void printBeanNode(org.openejb.webadmin.clienttools.ViewJndiBean.Node node,
PrintWriter out,
String tabs,
String selected)
throws Exception
- Throws:
Exception
printOtherNode
public void printOtherNode(org.openejb.webadmin.clienttools.ViewJndiBean.Node node,
PrintWriter out,
String tabs,
String selected)
throws Exception
- Throws:
Exception
Copyright © 1999-2007 OpenEJB. All Rights Reserved.