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