if (entry.getKey() instanceof URIBrokerPathInterceptor) {
URIBrokerPathInterceptor interceptor = (URIBrokerPathInterceptor) entry.getKey();
Integer value = entry.getValue();
if (value != null && value.intValue() == 1) {
path = interceptor.perform(this, path);
}
}
}
}