Uses of Interface
org.apache.tapestry5.upload.services.MultipartDecoder
Packages that use MultipartDecoder
Package
Description
[INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change
-
Uses of MultipartDecoder in org.apache.tapestry5.upload.internal.services
Classes in org.apache.tapestry5.upload.internal.services that implement MultipartDecoderModifier and TypeClassDescriptionclass
Implementation of multipart decoder for servlets.Constructors in org.apache.tapestry5.upload.internal.services with parameters of type MultipartDecoderModifierConstructorDescriptionMultipartServletRequestFilter
(MultipartDecoder multipartDecoder) UploadExceptionFilter
(MultipartDecoder decoder, ComponentEventResultProcessor resultProcessor, ComponentSource componentSource) -
Uses of MultipartDecoder in org.apache.tapestry5.upload.modules
Methods in org.apache.tapestry5.upload.modules that return MultipartDecoderModifier and TypeMethodDescriptionstatic MultipartDecoder
UploadModule.buildMultipartDecoder
(PerthreadManager perthreadManager, RegistryShutdownHub shutdownHub, MultipartDecoderImpl multipartDecoder) Methods in org.apache.tapestry5.upload.modules with parameters of type MultipartDecoderModifier and TypeMethodDescriptionstatic void
UploadModule.contributeHttpServletRequestHandler
(OrderedConfiguration<HttpServletRequestFilter> configuration, MultipartDecoder multipartDecoder) Contributes a filter, "MultipartFilter" after "IgnoredPaths".