类的使用
cn.taketoday.core.io.UrlResource
使用UrlResource的程序包
-
cn.taketoday.core.io中UrlResource的使用
修饰符和类型类说明classSubclass ofUrlResourcewhich assumes file resolution, to the degree of implementing theWritableResourceinterface for it.修饰符和类型方法说明UrlResource.createRelative(String relativePath) This implementation creates aUrlResource, delegating tocreateRelativeURL(String)for adapting the relative path.static UrlResourceCreate a newUrlResourcefrom the given URL path.static UrlResourceCreate a newUrlResourcefrom the givenURI.