org.apache.tapestry.portlet.multipart
Class PortletMultipartDecoderFilter

java.lang.Object
  extended by org.apache.tapestry.portlet.multipart.PortletMultipartDecoderFilter
All Implemented Interfaces:
ActionRequestServicerFilter

public class PortletMultipartDecoderFilter
extends java.lang.Object
implements ActionRequestServicerFilter

Author:
Raphael Jean

Constructor Summary
PortletMultipartDecoderFilter()
           
 
Method Summary
 void service(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, ActionRequestServicer servicer)
           
 void setDecoder(PortletMultipartDecoder decoder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletMultipartDecoderFilter

public PortletMultipartDecoderFilter()
Method Detail

service

public void service(javax.portlet.ActionRequest request,
                    javax.portlet.ActionResponse response,
                    ActionRequestServicer servicer)
             throws java.io.IOException,
                    javax.portlet.PortletException
Specified by:
service in interface ActionRequestServicerFilter
Throws:
java.io.IOException
javax.portlet.PortletException

setDecoder

public void setDecoder(PortletMultipartDecoder decoder)