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

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

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

public class MultipartProcessor
extends Object
implements RequestChainProcessor

Handles multipart requests, building wrapper around the request object in order to support files uploading.


Constructor Summary
MultipartProcessor()
           
 
Method Summary
 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

MultipartProcessor

public MultipartProcessor()
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

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

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