| Package | Description |
|---|---|
| org.bridje.web.view | |
| org.bridje.web.view.controls |
| Modifier and Type | Method and Description |
|---|---|
UIFileExpression |
WebView.findFileInput(String exp)
Finds the file upload input expression that match the given string.
|
| Modifier and Type | Method and Description |
|---|---|
UIFileExpression |
UIFileExpressionAdapter.unmarshal(String v) |
| Modifier and Type | Method and Description |
|---|---|
List<UIFileExpression> |
Control.inputFiles()
Gets all the UIInputExpressions for uploaded files in this control.
|
| Modifier and Type | Method and Description |
|---|---|
static UploadedFile |
Control.get(UIFileExpression expression)
Evaluates the given expression in the current ElEnvironment.
|
String |
UIFileExpressionAdapter.marshal(UIFileExpression v) |
static void |
Control.set(UIFileExpression expression,
UploadedFile file)
Sets the value of the given UIInputExpression so that the web component
can receive the value.
|
Copyright © 2015–2017 Bridje Framework. All rights reserved.