if (context instanceof ContextHandler.Context) {
ContextHandler.Context cc = (ContextHandler.Context) context;
ContextHandler handler = cc.getContextHandler();
if (handler instanceof ServletContextHandler) {
ServletContextHandler sch = (ServletContextHandler) handler;
sch.addDecorator(new WeldDecorator(context));
}
}
}
protected JettyWeldInjector getInjector() {