类的使用
cn.taketoday.web.resource.ResourceUrlProvider
使用ResourceUrlProvider的程序包
程序包
说明
Support classes for serving static resources.
-
cn.taketoday.web.config中ResourceUrlProvider的使用
修饰符和类型方法说明WebMvcConfigurationSupport.mvcResourceUrlProvider()AResourceUrlProviderbean for use with the MVC dispatcher. -
cn.taketoday.web.resource中ResourceUrlProvider的使用
修饰符和类型方法说明ResourceTransformerSupport.getResourceUrlProvider()Return the configuredResourceUrlProvider.修饰符和类型方法说明voidResourceTransformerSupport.setResourceUrlProvider(ResourceUrlProvider resourceUrlProvider) Configure aResourceUrlProviderto use when resolving the public URL of links in a transformed resource (e.g. import links in a CSS file).