public class ValueBindingDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
callGetter
If set to false, the binding will not be called to get the value (and use it to preserve it in the redirect URL
after a POST)
|
protected boolean |
callSetter
If set to false, the binding will not be called to set the value
|
protected String |
expression |
protected String |
name |
| Constructor and Description |
|---|
ValueBindingDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCallGetter() |
boolean |
getCallSetter() |
String |
getExpression() |
String |
getName() |
protected String expression
protected boolean callGetter
protected boolean callSetter
public ValueBindingDescriptor()
public String getExpression()
public boolean getCallGetter()
public boolean getCallSetter()
Copyright © 2016 Nuxeo SA. All rights reserved.