|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openejb.webadmin.WebAdminBean
org.openejb.webadmin.clienttools.ViewEjbBean
public class ViewEjbBean
| Field Summary |
|---|
| Fields inherited from class org.openejb.webadmin.WebAdminBean |
|---|
ejbContext, footer, HTML_TITLE, request, response, section, sections, SUBSTITUTE |
| Fields inherited from interface org.openejb.webadmin.clienttools.Constants |
|---|
closedImg, ejbImg, INVOKE_OBJ, javaImg, openImg, pepperImg, tab, VIEW_CLASS, VIEW_EJB, VIEW_JNDI |
| Constructor Summary | |
|---|---|
ViewEjbBean()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getClassRef(java.lang.Class clazz)
|
java.lang.String |
getShortClassRef(java.lang.Class clazz)
|
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 |
printEjb(java.lang.String name,
java.io.PrintWriter out,
HttpSession session)
|
protected void |
printRow(java.lang.String col1,
java.lang.String col2,
java.io.PrintWriter out)
prints a table row similar to this <tr> <td>some info</td> <td>some more info</td> </tr> |
void |
writeBody(java.io.PrintWriter out)
writes the main body content to the broswer. |
void |
writeHtmlTitle(java.io.PrintWriter out)
Write the TITLE of the HTML document. |
void |
writePageTitle(java.io.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, setSessionContext, writeFooter, writeLeftNavBar, writeTemplate, writeTopNavBar |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewEjbBean()
| Method Detail |
|---|
public void preProcess(HttpRequest request,
HttpResponse response)
throws java.io.IOException
WebAdminBean
preProcess in class WebAdminBeanrequest - the http requestresponse - the http response
java.io.IOException - if an exception is thrown
public void postProcess(HttpRequest request,
HttpResponse response)
throws java.io.IOException
WebAdminBean
postProcess in class WebAdminBeanrequest - the http requestresponse - the http response
java.io.IOException - if an exception is thrown
public void writeHtmlTitle(java.io.PrintWriter out)
throws java.io.IOException
WebAdminBean<head><title>
</title></head> tags
writeHtmlTitle in class WebAdminBeanout - the output to write to
java.io.IOException - of an exception is thrown
public void writePageTitle(java.io.PrintWriter out)
throws java.io.IOException
WebAdminBean
writePageTitle in class WebAdminBeanout - the output to write to
java.io.IOException - if an exception is thrown
public void writeBody(java.io.PrintWriter out)
throws java.io.IOException
WebAdminBean<p> block
writeBody in class WebAdminBeanout - the output to write to
java.io.IOException - if an exception is thrown
public void printEjb(java.lang.String name,
java.io.PrintWriter out,
HttpSession session)
throws java.lang.Exception
java.lang.Exception
protected void printRow(java.lang.String col1,
java.lang.String col2,
java.io.PrintWriter out)
throws java.io.IOException
WebAdminBean
printRow in class WebAdminBeancol1 - the first columncol2 - the second columnout - the output to write to
java.io.IOException - if an exception is thrown
public java.lang.String getClassRef(java.lang.Class clazz)
throws java.lang.Exception
java.lang.Exception
public java.lang.String getShortClassRef(java.lang.Class clazz)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||