Package | Description |
---|---|
javax.servlet.http |
Modifier and Type | Method and Description |
---|---|
Part |
HttpServletRequest.getPart(String name) |
Part |
HttpServletRequestWrapper.getPart(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<Part> |
HttpServletRequest.getParts() |
Collection<Part> |
HttpServletRequestWrapper.getParts() |
Copyright © 2015. All rights reserved.