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