179180181182183184185186
{ assert(context instanceof ServletContext); final ServletContext sContext = (ServletContext)context; return new ContextInfo( new ServletInitParameterMap(sContext), new ServletApplicationMap(sContext)); }
171172173174175176177178