Service Point tapestry.portlet.multipart.PortletMultipartDecoderFilter | Interface: | org.apache.tapestry.portlet.ActionRequestServicerFilter |
Identifies upload requests and passes them to the PortletMultipartDecoder service
for decoding. |
Implementation |
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct class="PortletMultipartDecoderFilter"
>
-
<set-service property="decoder"
service-id="PortletMultipartDecoder"
/>
</construct>
</invoke-factory>
|