(EvaluationContext ctx)
| 70 | void setValue(EvaluationContext ctx, Object value) throws ELException; |
| 71 | |
| 72 | Class<?> getType(EvaluationContext ctx) throws ELException; |
| 73 | |
| 74 | boolean isReadOnly(EvaluationContext ctx) throws ELException; |
| 75 |
no outgoing calls