public boolean isSingleton(String arg0) throws NoSuchBeanDefinitionException {
   return applicationContext.isSingleton(arg0);
 }