public class DefaultMultiPartManager extends Object implements MultiPartManager
Constructor and Description |
---|
DefaultMultiPartManager() |
Modifier and Type | Method and Description |
---|---|
javax.servlet.http.Part |
getPart(WebApplicationRequest request,
String name)
Get the part.
|
Collection<javax.servlet.http.Part> |
getParts(WebApplicationRequest request)
Get the parts.
|
public Collection<javax.servlet.http.Part> getParts(WebApplicationRequest request)
getParts
in interface MultiPartManager
request
- the request.public javax.servlet.http.Part getPart(WebApplicationRequest request, String name)
getPart
in interface MultiPartManager
request
- the request.name
- the name of the part.Copyright © 2019. All rights reserved.