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.
DispatcherStreamLocator A strategy which use ByteArray IO Streams and dispatch the request to a given location.
ServletContextUriLocator UriLocator capable to read the resources relative to servlet context.
UrlUriLocator UriLocator capable to read the resources from some URL.
 



Copyright © 2008-2011. All Rights Reserved.