Package | Description |
---|---|
io.undertow.server.handlers.form | |
io.undertow.servlet.spec |
Modifier and Type | Method and Description |
---|---|
FormData.FormValue | FormData.getFirst(String name) |
FormData.FormValue | FormData.getLast(String name) |
Modifier and Type | Method and Description |
---|---|
Deque<FormData.FormValue> | FormData.get(String name) |
Deque<FormData.FormValue> | FormData.remove(String name) |
Constructor and Description |
---|
PartImpl(String name, FormData.FormValue formValue, javax.servlet.MultipartConfigElement config, ServletContextImpl servletContext, HttpServletRequestImpl servletRequest) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.