Update Javadoc for PublicResourceUrlProvider

This commit is contained in:
Rossen Stoyanchev 2014-04-22 11:34:46 -04:00
parent 3d18cfeab6
commit 10e1a80540
1 changed files with 6 additions and 3 deletions

View File

@ -34,9 +34,12 @@ import java.util.Map;
/**
* A central component for serving static resources that is aware of Spring MVC
* handler mappings and provides methods to determine the public URL path that
* a client should use to access a static resource.
* A central component to use to obtain the public URL path that clients should
* use to access a static resource.
*
* <p>This class is aware of Spring MVC handler mappings used to serve static
* resources and uses the {@code ResourceResolver} chains of the configured
* {@code ResourceHttpRequestHandler}s to make its decisions.
*
* @author Rossen Stoyanchev
* @since 4.1