166167168169170171172
return delegate; if(delegate instanceof MutableManagedComponent == false) return delegate; return new ManagedComponentDelegate(delegate.getComponentName(), MutableManagedComponent.class.cast(delegate), dispatcherProxy); }