WebLogic Integration


Uses of Class
com.bea.web.RequestHandler

Packages that use RequestHandler
com.bea.adapter.web The com.bea.adapter.web package contains classes that support the development of a design-time Web application for deploying and managing application views. 
com.bea.web The com.bea.web package provides classes that implement form processing framework. 
 

Uses of RequestHandler in com.bea.adapter.web
 

Subclasses of RequestHandler in com.bea.adapter.web
 class AbstractDesignTimeRequestHandler
          Provides an implementation for common actions in a design time Web application for deploying application views and connection factories.
 

Uses of RequestHandler in com.bea.web
 

Methods in com.bea.web that return RequestHandler
protected  RequestHandler ControllerServlet.getRequestHandler(javax.servlet.http.HttpServletRequest request)
          Retrieves a RequestHandler from the session; if one is not available in the session, a new instance is created.
 

Methods in com.bea.web with parameters of type RequestHandler
protected  java.lang.String ControllerServlet.processRequest(java.lang.String strDo, javax.servlet.http.HttpServletRequest request, RequestHandler handler, java.lang.String strUnvalidatedRequestParameters)
          Invokes the strDo method on the handler instance.
protected  boolean ControllerServlet.validateRequest(java.lang.String strDo, javax.servlet.http.HttpServletRequest request, RequestHandler handler, java.lang.StringBuffer sbUnvalidatedRequestParameters)
           
 


WebLogic Integration

WebLogic Integration (WLI)