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