Uses of Interface
org.openejb.webadmin.HttpResponse

Packages that use HttpResponse
org.openejb.webadmin   
org.openejb.webadmin.clienttools   
org.openejb.webadmin.ejbgen   
org.openejb.webadmin.httpd   
org.openejb.webadmin.main   
 

Uses of HttpResponse in org.openejb.webadmin
 

Fields in org.openejb.webadmin declared as HttpResponse
protected  HttpResponse WebAdminBean.response
          the HTTP response
 

Methods in org.openejb.webadmin with parameters of type HttpResponse
 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 HttpResponse in org.openejb.webadmin.clienttools
 

Methods in org.openejb.webadmin.clienttools with parameters of type HttpResponse
 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 HttpResponse in org.openejb.webadmin.ejbgen
 

Methods in org.openejb.webadmin.ejbgen with parameters of type HttpResponse
 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 HttpResponse in org.openejb.webadmin.httpd
 

Classes in org.openejb.webadmin.httpd that implement HttpResponse
 class HttpResponseImpl
          This class takes care of HTTP Responses.
 

Methods in org.openejb.webadmin.httpd with parameters of type HttpResponse
 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 HttpResponse in org.openejb.webadmin.main
 

Methods in org.openejb.webadmin.main with parameters of type HttpResponse
 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
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.