2223242526272829
} public void start(final BundleContext bundleContext) throws Exception { Activator.context = bundleContext; SpringMvcContext.getInstance().init(); viewTypeServlet = new SpringMvcViewTypeServlet(); viewTypeServlet.register(); }