|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpRequest | |
---|---|
org.openejb.webadmin | |
org.openejb.webadmin.clienttools | |
org.openejb.webadmin.ejbgen | |
org.openejb.webadmin.httpd | |
org.openejb.webadmin.main |
Uses of HttpRequest in org.openejb.webadmin |
---|
Fields in org.openejb.webadmin declared as HttpRequest | |
---|---|
protected HttpRequest |
WebAdminBean.request
the HTTP request |
Methods in org.openejb.webadmin with parameters of type HttpRequest | |
---|---|
void |
HttpBean.onMessage(HttpRequest request,
HttpResponse response)
This is the main method for all the web admin beans. |
void |
HttpObject.onMessage(HttpRequest request,
HttpResponse response)
This is the main method for all the web admin beans. |
void |
WebAdminBean.onMessage(HttpRequest request,
HttpResponse response)
the main method of this bean, it takes care of the processing |
abstract void |
WebAdminBean.postProcess(HttpRequest request,
HttpResponse response)
called after all content is written to the browser |
abstract void |
WebAdminBean.preProcess(HttpRequest request,
HttpResponse response)
called before any content is written to the browser |
Uses of HttpRequest in org.openejb.webadmin.clienttools |
---|
Methods in org.openejb.webadmin.clienttools with parameters of type HttpRequest | |
---|---|
void |
InvokeObjectBean.postProcess(HttpRequest request,
HttpResponse response)
|
void |
ViewClassBean.postProcess(HttpRequest request,
HttpResponse response)
|
void |
ViewEjbBean.postProcess(HttpRequest request,
HttpResponse response)
|
void |
ViewJndiBean.postProcess(HttpRequest request,
HttpResponse response)
|
void |
InvokeObjectBean.preProcess(HttpRequest request,
HttpResponse response)
|
void |
ViewClassBean.preProcess(HttpRequest request,
HttpResponse response)
|
void |
ViewEjbBean.preProcess(HttpRequest request,
HttpResponse response)
|
void |
ViewJndiBean.preProcess(HttpRequest request,
HttpResponse response)
|
Uses of HttpRequest in org.openejb.webadmin.ejbgen |
---|
Methods in org.openejb.webadmin.ejbgen with parameters of type HttpRequest | |
---|---|
void |
EJBGenBean.postProcess(HttpRequest request,
HttpResponse response)
called after all content is written to the browser |
void |
EJBGenBean.preProcess(HttpRequest request,
HttpResponse response)
called before any content is written to the browser |
Uses of HttpRequest in org.openejb.webadmin.httpd |
---|
Classes in org.openejb.webadmin.httpd that implement HttpRequest | |
---|---|
class |
HttpRequestImpl
A class to take care of HTTP Requests. |
Methods in org.openejb.webadmin.httpd with parameters of type HttpRequest | |
---|---|
void |
DefaultHttpBean.do404(HttpRequest request,
HttpResponse response)
Creates a "Page not found" error screen |
void |
DefaultHttpBean.do500(HttpRequest request,
HttpResponse response,
java.lang.String message)
Creates and "Internal Server Error" page |
void |
DefaultHttpBean.onMessage(HttpRequest request,
HttpResponse response)
the main processing part of the this bean |
Uses of HttpRequest in org.openejb.webadmin.main |
---|
Methods in org.openejb.webadmin.main with parameters of type HttpRequest | |
---|---|
void |
CMPMappingBean.postProcess(HttpRequest request,
HttpResponse response)
called after all content is written to the browser |
void |
ConfigBean.postProcess(HttpRequest request,
HttpResponse response)
called after content is written to the browser |
void |
DeployBean.postProcess(HttpRequest request,
HttpResponse response)
called after all content is written to the browser |
void |
DeploymentListBean.postProcess(HttpRequest request,
HttpResponse response)
called after all content is written to the browser |
void |
HomeBean.postProcess(HttpRequest request,
HttpResponse response)
after the processing is completed |
void |
ListLogsBean.postProcess(HttpRequest request,
HttpResponse response)
after the processing is completed |
void |
PropertiesBean.postProcess(HttpRequest request,
HttpResponse response)
called after all content is written to the browser |
void |
CMPMappingBean.preProcess(HttpRequest request,
HttpResponse response)
called before any content is written to the browser |
void |
ConfigBean.preProcess(HttpRequest request,
HttpResponse response)
Called before content is written to the browser |
void |
DeployBean.preProcess(HttpRequest request,
HttpResponse response)
called before any content is written to the browser |
void |
DeploymentListBean.preProcess(HttpRequest request,
HttpResponse response)
called before any content is written to the browser |
void |
HomeBean.preProcess(HttpRequest request,
HttpResponse response)
before the process is done |
void |
ListLogsBean.preProcess(HttpRequest request,
HttpResponse response)
before the processing is done |
void |
PropertiesBean.preProcess(HttpRequest request,
HttpResponse response)
called before any content is written to the browser |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |