@Nullable abstract fun resolveResource(@Nullable request: HttpServletRequest, requestPath: String, locations: MutableList<out Resource>): Resource
Resolve the supplied request and request path to a Resource that exists under one of the given resource locations.
requestPath - the portion of the request path to use
locations - the locations to search in when looking up resources
Return
the resolved resource, or null if unresolved