Package | Description |
---|---|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
org.springframework.web.servlet.resource |
Support classes for serving static resources.
|
Modifier and Type | Method and Description |
---|---|
protected ResourceHttpRequestHandler |
ResourceHandlerRegistration.getRequestHandler()
Return a
ResourceHttpRequestHandler instance. |
Modifier and Type | Method and Description |
---|---|
Map<String,ResourceHttpRequestHandler> |
ResourceUrlProvider.getHandlerMap()
Return the resource mappings, either manually configured or auto-detected
when the Spring
ApplicationContext is refreshed. |
Modifier and Type | Method and Description |
---|---|
void |
ResourceUrlProvider.setHandlerMap(Map<String,ResourceHttpRequestHandler> handlerMap)
Manually configure the resource mappings.
|