public class UIFileExpression extends Object
| Modifier and Type | Method and Description |
|---|---|
UploadedFile |
get()
Evaluates the expression and return the result casted to the given class.
|
String |
getExpression()
The value of the expression.
|
String |
getParameter()
Gets the name of the parameter that must be send to the server.
|
boolean |
isValid()
Determines if the expression is a valid input expression, or is just an
output expression.
|
void |
set(UploadedFile value)
Sets the value of the input expression to the web component, if the
expression is valid.
|
public void set(UploadedFile value)
value - The value of the expression.public String getParameter()
public boolean isValid()
public String getExpression()
public UploadedFile get()
Copyright © 2015–2017 Bridje Framework. All rights reserved.