|
||||||||||
| 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.main.ConfigBean
public class ConfigBean
This bean allows the user to graphicly edit the OpenEJB configuration file usually located at $OPENEJB_HOME/config/openejb.conf.
ConnectionManager,
Connector,
Container,
Deployments,
JndiProvider,
Openejb,
ProxyFactory,
Resource,
SecurityService,
TransactionService,
Serialized Form| Field Summary |
|---|
| Fields inherited from class org.openejb.webadmin.WebAdminBean |
|---|
ejbContext, footer, HTML_TITLE, request, response, section, sections, SUBSTITUTE |
| Constructor Summary | |
|---|---|
ConfigBean()
|
|
| Method Summary | |
|---|---|
void |
ejbCreate()
Called when the container creates a new instance of this bean |
void |
postProcess(HttpRequest request,
HttpResponse response)
called after content is written to the browser |
void |
preProcess(HttpRequest request,
HttpResponse response)
Called before content is written to the browser |
void |
writeBody(java.io.PrintWriter body)
Write the main content to the browser |
void |
writeHtmlTitle(java.io.PrintWriter body)
Write the TITLE of the HTML document. |
void |
writePageTitle(java.io.PrintWriter body)
Write the title of the page. |
void |
writeSubMenuItems(java.io.PrintWriter body)
Writes sub menu items for this menu item |
| Methods inherited from class org.openejb.webadmin.WebAdminBean |
|---|
ejbActivate, 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 |
| Constructor Detail |
|---|
public ConfigBean()
| Method Detail |
|---|
public void ejbCreate()
ejbCreate in class WebAdminBean
public void preProcess(HttpRequest request,
HttpResponse response)
throws java.io.IOException
preProcess in class WebAdminBeanrequest - the HTTP request objectresponse - the HTTP response object
java.io.IOException - if an exception is thrown
public void postProcess(HttpRequest request,
HttpResponse response)
throws java.io.IOException
postProcess in class WebAdminBeanrequest - the HTTP request objectresponse - the HTTP response object
java.io.IOException - if an exception is thrown
public void writeHtmlTitle(java.io.PrintWriter body)
throws java.io.IOException
writeHtmlTitle in class WebAdminBeanbody - the body to write the title to
java.io.IOException - if an exception is thrown
public void writePageTitle(java.io.PrintWriter body)
throws java.io.IOException
writePageTitle in class WebAdminBeanbody - the body to write the page title to
java.io.IOException - if an exception is thrown
public void writeSubMenuItems(java.io.PrintWriter body)
throws java.io.IOException
body - the output to write to
java.io.IOException - if an exception is thrown
public void writeBody(java.io.PrintWriter body)
throws java.io.IOException
writeBody in class WebAdminBeanbody - the output to write the content to
java.io.IOException - if an exception is thrown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||