public class ControlInputReader extends Object
| Constructor and Description |
|---|
ControlInputReader(HttpBridletRequest req)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HttpReqParam |
getParameter(String parameter)
Reads the given parameter from the request.
|
UploadedFile |
popUploadedFile(String parameter)
Reads and remove an uploaded file parameter.
|
public ControlInputReader(HttpBridletRequest req)
req - The HTTP request.public UploadedFile popUploadedFile(String parameter)
parameter - The name of the uploaded file.public HttpReqParam getParameter(String parameter)
parameter - The name of the parameter.Copyright © 2015–2018 Bridje Framework. All rights reserved.