jbpm-form-modeler-request-dispatcher 6.0.0.CR4-Pre1

Uses of Interface
org.jbpm.formModeler.service.bb.mvc.controller.CommandRequest

Packages that use CommandRequest
org.jbpm.formModeler.service.bb.mvc.components   
org.jbpm.formModeler.service.bb.mvc.components.handling   
org.jbpm.formModeler.service.bb.mvc.controller   
org.jbpm.formModeler.service.bb.mvc.controller.requestChain   
org.jbpm.formModeler.service.bb.mvc.controller.responses   
org.jbpm.formModeler.service.error   
 

Uses of CommandRequest in org.jbpm.formModeler.service.bb.mvc.components
 

Methods in org.jbpm.formModeler.service.bb.mvc.components that return CommandRequest
 CommandRequest ControllerStatus.getRequest()
           
 

Methods in org.jbpm.formModeler.service.bb.mvc.components with parameters of type CommandRequest
 CommandResponse RedirectionHandler.actionRedirectToSection(CommandRequest request)
           
 void ControllerStatus.setRequest(CommandRequest commandRequest)
           
 

Uses of CommandRequest in org.jbpm.formModeler.service.bb.mvc.components.handling
 

Methods in org.jbpm.formModeler.service.bb.mvc.components.handling with parameters of type CommandRequest
 void BaseUIComponent.actionStart(CommandRequest request)
           
 void BeanHandler.actionVoid(CommandRequest request)
           
protected  void BeanHandler.afterInvokeAction(CommandRequest request, String action)
           
protected  void BeanHandler.beforeInvokeAction(CommandRequest request, String action)
           
abstract  void BaseUIComponent.doStart(CommandRequest request)
           
 CommandResponse BeanHandler.handle(CommandRequest request, String action)
           
 CommandResponse BaseUIComponent.handle(CommandRequest request, String action)
           
 

Uses of CommandRequest in org.jbpm.formModeler.service.bb.mvc.controller
 

Classes in org.jbpm.formModeler.service.bb.mvc.controller that implement CommandRequest
 class CommandRequestImpl
          Implementation of a CommandRequest object.
 

Methods in org.jbpm.formModeler.service.bb.mvc.controller that return CommandRequest
 CommandRequest RequestContext.getRequest()
           
 CommandRequest ControllerServletHelper.initThreadLocal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Methods in org.jbpm.formModeler.service.bb.mvc.controller with parameters of type CommandRequest
 boolean CommandResponse.execute(CommandRequest cmdReq)
          Executes the response.
static RequestContext RequestContext.init(CommandRequest request)
          Initialize a request context instance.
protected  void ControllerServlet.processTheRequest(CommandRequest request)
           
protected  void ControllerServlet.processTheView(CommandRequest request)
           
 

Uses of CommandRequest in org.jbpm.formModeler.service.bb.mvc.controller.requestChain
 

Methods in org.jbpm.formModeler.service.bb.mvc.controller.requestChain with parameters of type CommandRequest
 CommandResponse BeanDispatcher.handleRequest(CommandRequest request)
           
 boolean ResponseHeadersProcessor.processRequest(CommandRequest request)
           
 boolean RequestChainProcessor.processRequest(CommandRequest request)
          Make required processing of request.
 boolean BeanDispatcher.processRequest(CommandRequest request)
           
 boolean MultipartProcessor.processRequest(CommandRequest request)
           
 boolean SessionInitializer.processRequest(CommandRequest request)
           
 boolean FreeMemoryProcessor.processRequest(CommandRequest request)
           
 

Uses of CommandRequest in org.jbpm.formModeler.service.bb.mvc.controller.responses
 

Methods in org.jbpm.formModeler.service.bb.mvc.controller.responses with parameters of type CommandRequest
 boolean ForwardResponse.execute(CommandRequest cmdReq)
          Executes the response.
 boolean ShowScreenResponse.execute(CommandRequest cmdReq)
           
 boolean SendErrorResponse.execute(CommandRequest cmdReq)
          Executes this response object.
 boolean DoNothingResponse.execute(CommandRequest cmdReq)
           
 boolean RedirectToURLResponse.execute(CommandRequest cmdReq)
          Execute
 boolean SendStreamResponse.execute(CommandRequest cmdReq)
           
protected  String RedirectToURLResponse.normalize(String url, CommandRequest cmdReq, boolean relative)
           
 

Uses of CommandRequest in org.jbpm.formModeler.service.error
 

Methods in org.jbpm.formModeler.service.error with parameters of type CommandRequest
 void ErrorReportHandler.actionContinue(CommandRequest request)
           
 void ErrorReportHandler.doStart(CommandRequest commandRequest)
           
 


jbpm-form-modeler-request-dispatcher 6.0.0.CR4-Pre1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.