176177178179180181182183
return result; } private URL getContextRoot(Method method) { ServletURLLookupService service = serviceLoader.get().onlyOne(ServletURLLookupService.class); return service.getContextRoot(method); }