org.vraptor.interceptor
Class MultipartRequestInterceptor

java.lang.Object
  extended by org.vraptor.interceptor.MultipartRequestInterceptor
All Implemented Interfaces:
Interceptor

public class MultipartRequestInterceptor
extends Object
implements Interceptor

Interceptor capable of parsing the input stream.

Author:
Guilherme Silveira, Paulo Silveira

Constructor Summary
MultipartRequestInterceptor()
           
 
Method Summary
 void intercept(LogicFlow flow)
          Intercepts calls to logic components
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipartRequestInterceptor

public MultipartRequestInterceptor()
                            throws IOException
Throws:
IOException
Method Detail

intercept

public void intercept(LogicFlow flow)
               throws LogicException,
                      ViewException
Description copied from interface: Interceptor
Intercepts calls to logic components

Specified by:
intercept in interface Interceptor
Throws:
LogicException - some logic exception occurred
ViewException - some view exception occurred


Copyright © 2004-2008 VRaptor. All Rights Reserved.