Пример #1
0
  @Override
  public void contextDestroyed(ServletContextEvent sce) {
    bootstrap.shutdown();

    if (container != null) container.destroy(new ContainerContext(sce, null));

    super.contextDestroyed(sce);
  }
Пример #2
0
 @Override
 public void destroy(ContainerContext context) {
   delegate.destroy(context);
 }