(EvaluationContext ctx, Object value)
| 68 | Object getValue(EvaluationContext ctx) throws ELException; |
| 69 | |
| 70 | void setValue(EvaluationContext ctx, Object value) throws ELException; |
| 71 | |
| 72 | Class<?> getType(EvaluationContext ctx) throws ELException; |
| 73 |
no outgoing calls