public class MapValueExpression extends javax.el.ValueExpression
Useful to pass resolved widget properties to third party code (typically javascript code)
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,javax.el.ValueExpression> |
map |
| Constructor and Description |
|---|
MapValueExpression(Map<String,javax.el.ValueExpression> map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<?> |
getExpectedType() |
String |
getExpressionString() |
Class<?> |
getType(javax.el.ELContext arg0) |
Object |
getValue(javax.el.ELContext elContext) |
int |
hashCode() |
boolean |
isLiteralText() |
boolean |
isReadOnly(javax.el.ELContext arg0) |
void |
setValue(javax.el.ELContext arg0,
Object arg1) |
public MapValueExpression(Map<String,javax.el.ValueExpression> map)
public Class<?> getExpectedType()
getExpectedType in class javax.el.ValueExpressionpublic Class<?> getType(javax.el.ELContext arg0) throws javax.el.PropertyNotFoundException
getType in class javax.el.ValueExpressionjavax.el.PropertyNotFoundExceptionpublic Object getValue(javax.el.ELContext elContext) throws javax.el.PropertyNotFoundException
getValue in class javax.el.ValueExpressionjavax.el.PropertyNotFoundExceptionpublic boolean isReadOnly(javax.el.ELContext arg0) throws javax.el.PropertyNotFoundException
isReadOnly in class javax.el.ValueExpressionjavax.el.PropertyNotFoundExceptionpublic void setValue(javax.el.ELContext arg0, Object arg1) throws javax.el.PropertyNotFoundException
setValue in class javax.el.ValueExpressionjavax.el.PropertyNotFoundExceptionpublic String getExpressionString()
getExpressionString in class javax.el.Expressionpublic boolean isLiteralText()
isLiteralText in class javax.el.Expressionpublic int hashCode()
hashCode in class javax.el.ExpressionCopyright © 2019 Nuxeo. All rights reserved.