Uses of Interface
org.apache.tapestry5.upload.services.MultipartDecoder
-
Packages that use MultipartDecoder Package Description org.apache.tapestry5.upload.internal.services [INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to changeorg.apache.tapestry5.upload.modules -
-
Uses of MultipartDecoder in org.apache.tapestry5.upload.internal.services
Classes in org.apache.tapestry5.upload.internal.services that implement MultipartDecoder Modifier and Type Class Description class
MultipartDecoderImpl
Implementation of multipart decoder for servlets.Constructors in org.apache.tapestry5.upload.internal.services with parameters of type MultipartDecoder Constructor Description MultipartServletRequestFilter(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 MultipartDecoder Modifier and Type Method Description static MultipartDecoder
UploadModule. buildMultipartDecoder(PerthreadManager perthreadManager, RegistryShutdownHub shutdownHub, MultipartDecoderImpl multipartDecoder)
Methods in org.apache.tapestry5.upload.modules with parameters of type MultipartDecoder Modifier and Type Method Description static void
UploadModule. contributeHttpServletRequestHandler(OrderedConfiguration<HttpServletRequestFilter> configuration, MultipartDecoder multipartDecoder)
Contributes a filter, "MultipartFilter" after "IgnoredPaths".
-