Uses of Interface
ro.isdc.wro.model.resource.locator.UriLocator

Packages that use UriLocator
ro.isdc.wro.manager.factory   
ro.isdc.wro.model.resource.locator   
ro.isdc.wro.model.resource.locator.factory   
ro.isdc.wro.model.resource.locator.wildcard   
 

Uses of UriLocator in ro.isdc.wro.manager.factory
 

Method parameters in ro.isdc.wro.manager.factory with type arguments of type UriLocator
protected  void ConfigurableWroManagerFactory.contributeLocators(Map<String,UriLocator> map)
          Allow subclasses to contribute with it's own locators.
 

Uses of UriLocator in ro.isdc.wro.model.resource.locator
 

Classes in ro.isdc.wro.model.resource.locator that implement UriLocator
 class ClasspathUriLocator
          Implementation of the UriLocator that is able to read a resource from a classpath.
 class ServletContextUriLocator
          UriLocator capable to read the resources relative to servlet context.
 class UrlUriLocator
          UriLocator capable to read the resources from some URL.
 

Uses of UriLocator in ro.isdc.wro.model.resource.locator.factory
 

Methods in ro.isdc.wro.model.resource.locator.factory that return UriLocator
 UriLocator UriLocatorFactoryDecorator.getInstance(String uri)
          
 UriLocator UriLocatorFactory.getInstance(String uri)
           
 UriLocator SimpleUriLocatorFactory.getInstance(String uri)
           
 UriLocator InjectorUriLocatorFactoryDecorator.getInstance(String uri)
          
 

Methods in ro.isdc.wro.model.resource.locator.factory that return types with arguments of type UriLocator
 List<UriLocator> SimpleUriLocatorFactory.getUriLocators()
           
 

Methods in ro.isdc.wro.model.resource.locator.factory with parameters of type UriLocator
 SimpleUriLocatorFactory SimpleUriLocatorFactory.addUriLocator(UriLocator... locators)
          Allow adding more than one uriLocators.
 

Uses of UriLocator in ro.isdc.wro.model.resource.locator.wildcard
 

Classes in ro.isdc.wro.model.resource.locator.wildcard that implement UriLocator
 class WildcardUriLocatorSupport
          An UriLocator which knows how to handle wildcards and provides WildcardStreamLocator implementation.
 



Copyright © 2008-2011. All Rights Reserved.