@Override
 public void contextInitialized(ServletContextEvent event) {
   if (isEnabled()) {
     nestedListener.contextInitialized(event);
   }
 }