| ResourceLoader implementation that resolves paths as ServletContext
resources, for use outside a WebApplicationContext (for example,
in a HttpServletBean or GenericFilterBean subclass).
Within a WebApplicationContext, resource paths are automatically
resolved as ServletContext resources by the context implementation.
author: Juergen Hoeller since: 1.0.2 See Also: ServletContextResourceLoader.getResourceByPath See Also: ServletContextResource See Also: org.springframework.web.context.WebApplicationContext See Also: org.springframework.web.servlet.HttpServletBean See Also: org.springframework.web.filter.GenericFilterBean |