Package ro.isdc.wro.model.resource.locator

Interface Summary
UriLocator Describes a way to locate the stream associated with some uri.
Defines a contract for classes which are able to read a uri, by returning the corresponding InputStream.
 

Class Summary
ClasspathUriLocator Implementation of the UriLocator that is able to read a resource from a classpath.
ServletContextUriLocator UriLocator capable to read the resources relative to servlet context.
UrlUriLocator UriLocator capable to read the resources from some URL.
 

Enum Summary
ServletContextUriLocator.LocatorStrategy Available LocatorStrategies.
 



Copyright © 2008-2013. All Rights Reserved.