org.eclipse.jetty.util.resource
接口 ResourceFactory

所有已知实现类:
DefaultServlet, FileResource, JarResource, Resource, ResourceCollection, URLResource

public interface ResourceFactory

ResourceFactory.


方法摘要
 Resource getResource(String path)
          Get a resource for a path.
 

方法详细信息

getResource

Resource getResource(String path)
Get a resource for a path.

参数:
path - The path to the resource
返回:
The resource or null


Copyright © 2013. All Rights Reserved.