Module
tapestry.multipart
Back to master index
Service Point tapestry.multipart.ServletMultipartDecoderFilter
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
="
ServletMultipartDecoder
" />
</construct>
</invoke-factory>
Module
tapestry.multipart
Back to master index