Skip to content

Commit 10e1a80

Browse files
committed
Update Javadoc for PublicResourceUrlProvider
1 parent 3d18cfe commit 10e1a80

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/resource/PublicResourceUrlProvider.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@
3434

3535

3636
/**
37-
* A central component for serving static resources that is aware of Spring MVC
38-
* handler mappings and provides methods to determine the public URL path that
39-
* a client should use to access a static resource.
37+
* A central component to use to obtain the public URL path that clients should
38+
* use to access a static resource.
39+
*
40+
* <p>This class is aware of Spring MVC handler mappings used to serve static
41+
* resources and uses the {@code ResourceResolver} chains of the configured
42+
* {@code ResourceHttpRequestHandler}s to make its decisions.
4043
*
4144
* @author Rossen Stoyanchev
4245
* @since 4.1

0 commit comments

Comments
 (0)