org.jbpm.formModeler.service.bb.mvc.controller.requestChain
Class BeanDispatcher
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanDispatcher
public BeanDispatcher()
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
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.