(EvaluationContext ctx)
| 28 | } |
| 29 | |
| 30 | @Override |
| 31 | public Class<?> getType(EvaluationContext ctx) throws ELException { |
| 32 | Object val = this.getValue(ctx); |
| 33 | return (val != null) ? val.getClass() : null; |
| 34 | } |
| 35 | |
| 36 | @Override |
| 37 | public Object getValue(EvaluationContext ctx) throws ELException { |