jbpm-form-modeler-request-dispatcher 6.2.0.Final

org.jbpm.formModeler.service.bb.mvc.controller.requestChain
Class BeanDispatcher

java.lang.Object
  extended by org.jbpm.formModeler.service.bb.mvc.controller.requestChain.BeanDispatcher
All Implemented Interfaces:
RequestChainProcessor

public class BeanDispatcher
extends Object
implements RequestChainProcessor

Dispatch the request to the specified UIBeanHandler.


Constructor Summary
BeanDispatcher()
           
 
Method Summary
 CommandResponse handleRequest(CommandRequest request)
           
 boolean processRequest(CommandRequest request)
          Make required processing of request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanDispatcher

public BeanDispatcher()
Method Detail

processRequest

public boolean processRequest(CommandRequest request)
                       throws Exception
Description copied from interface: RequestChainProcessor
Make required processing of request.

Specified by:
processRequest in interface RequestChainProcessor
Returns:
true if processing must continue, false otherwise.
Throws:
Exception

handleRequest

public CommandResponse handleRequest(CommandRequest request)
                              throws Exception
Throws:
Exception

jbpm-form-modeler-request-dispatcher 6.2.0.Final

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