首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

[Relearn Spring] 三 Resource

2012-10-08 
[Relearn Spring] 3 Resource1. Resource is actually a more powerful version of java.net.URL.Whats

[Relearn Spring] 3 Resource
1. 'Resource' is actually a more powerful version of java.net.URL.
    What's more, Spring suggests you use it as a generic utility class, even without Spring.

2. Built-in Implementations.
    a.UrlResource
    b.ClasspathResource
    c.FileSystemResource
    d.ServletContextResource
    e.InputStreamResource
    f.ByteArrayResource

热点排行