Package | Description |
---|---|
com.caucho.config.el | |
com.caucho.el | |
javax.el |
Modifier and Type | Method and Description |
---|---|
void |
CandiExpr.setValue(ELContext env,
java.lang.Object value) |
void |
CandiValueExpression.setValue(ELContext context,
java.lang.Object value) |
void |
ConfigContextResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
void |
CandiElResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectLiteralValueExpression.setValue(ELContext context,
java.lang.Object value) |
void |
AbstractValueExpression.setValue(ELContext context,
java.lang.Object value) |
void |
ObjectValueExpression.setValue(ELContext context,
java.lang.Object value) |
void |
Expr.setValue(ELContext env,
java.lang.Object value)
Evaluates the expression, setting an object.
|
void |
AbstractVariableResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
abstract void |
ValueExpression.setValue(ELContext context,
java.lang.Object value) |
abstract void |
ELResolver.setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |