398399400401402403404405406407
rc.getSingletons().add(new ContextInjectableProvider<WebConfig>( WebConfig.class, wc)); rc.getSingletons().add(new JSPTemplateProcessor( resourceConfig, requestInvoker.getThreadLocal(), responseInvoker.getThreadLocal())); }