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

org.jbpm.formModeler.service.bb.mvc.controller.requestChain
Interface RequestChainProcessor

All Known Implementing Classes:
BeanDispatcher, FreeMemoryProcessor, MultipartProcessor, ResponseHeadersProcessor, SessionInitializer

public interface RequestChainProcessor

Inspired on the pattern chain-of-responsability


Method Summary
 boolean processRequest(CommandRequest request)
          Make required processing of request.
 

Method Detail

processRequest

boolean processRequest(CommandRequest request)
                       throws Exception
Make required processing of request.

Returns:
true if processing must continue, false otherwise.
Throws:
Exception

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

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