Package play.mvc

Class BodyParser.DelegatingMultipartFormDataBodyParser<A>

java.lang.Object
play.mvc.BodyParser.MaxLengthBodyParser<Http.MultipartFormData<A>>
play.mvc.BodyParser.DelegatingMultipartFormDataBodyParser<A>
All Implemented Interfaces:
BodyParser<Http.MultipartFormData<A>>
Enclosing interface:
BodyParser<A>

public abstract static class BodyParser.DelegatingMultipartFormDataBodyParser<A> extends BodyParser.MaxLengthBodyParser<Http.MultipartFormData<A>>
A body parser that exposes a file part handler as an abstract method and delegates the implementation to the underlying Scala multipartParser.