6263646566676869707172
StaticInformationProvider provider = (StaticInformationProvider) context.getAttribute(STATIC); if (provider == null) { provider = new StaticInformationProviderImpl(config); context.setAttribute(STATIC, provider); } return provider; }