spring-framework / org.springframework.web.context.support / ServletContextResource / getURL

getURL

open fun getURL(): URL

This implementation delegates to ServletContext.getResource, but throws a FileNotFoundException if no resource found.

See Also
javax.servlet.ServletContext#getResource(String)