802803804805806807808809810811812
add(new Entry<String, Interceptor>() { public String getKey() { return "Modify"; } public Interceptor getValue() { return new ModifyInterceptor(); } public Interceptor setValue(Interceptor value) { throw new UnsupportedOperationException(); } });