public interface Expression
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionString()
Gets get expression string.
|
Object |
getValue(Object elContext)
Gets get value.
|
void |
setValue(Object value,
Object elContext)
Sets set value.
|
Object getValue(Object elContext)
elContext - the el contextvoid setValue(Object value, Object elContext)
value - the valueelContext - the el contextString getExpressionString()
Copyright © 2023 Seata. All rights reserved.