| Package | Description |
|---|---|
| jakarta.servlet.http |
| Modifier and Type | Method and Description |
|---|---|
Part |
HttpServletRequestWrapper.getPart(java.lang.String name)
Gets the named Part or null if the Part does not exist.
|
Part |
HttpServletRequest.getPart(java.lang.String name)
Gets the named Part or null if the Part does not exist.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Part> |
HttpServletRequestWrapper.getParts()
Return a collection of all uploaded Parts.
|
java.util.Collection<Part> |
HttpServletRequest.getParts()
Return a collection of all uploaded Parts.
|
Copyright © 2014–2021. All rights reserved.