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

Packages that use UriLocator
ro.isdc.wro.http.support   
ro.isdc.wro.manager.factory   
ro.isdc.wro.model.resource.locator   
ro.isdc.wro.model.resource.locator.factory   
ro.isdc.wro.model.resource.locator.support   
ro.isdc.wro.model.resource.locator.wildcard   
ro.isdc.wro.util   
ro.isdc.wro.util.provider   
 

Uses of UriLocator in ro.isdc.wro.http.support
 

Methods in ro.isdc.wro.http.support that return UriLocator
protected  UriLocator RedirectedStreamServletResponseWrapper.newExternalResourceLocator()
           
 

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 UriLocatorFactory.getInstance(String uri)
           
 UriLocator SimpleUriLocatorFactory.getInstance(String uri)
           
 UriLocator ConfigurableLocatorFactory.getInstance(String uri)
          
 

Methods in ro.isdc.wro.model.resource.locator.factory that return types with arguments of type UriLocator
protected  Map<String,UriLocator> ConfigurableLocatorFactory.getStrategies(LocatorProvider provider)
          
 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.support
 

Methods in ro.isdc.wro.model.resource.locator.support that return types with arguments of type UriLocator
 Map<String,UriLocator> LocatorProvider.provideLocators()
           
 Map<String,UriLocator> DefaultLocatorProvider.provideLocators()
          
 

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.
 

Uses of UriLocator in ro.isdc.wro.util
 

Methods in ro.isdc.wro.util that return UriLocator
static UriLocator WroTestUtils.createResourceMockingLocator()
           
 

Uses of UriLocator in ro.isdc.wro.util.provider
 

Methods in ro.isdc.wro.util.provider that return types with arguments of type UriLocator
 Map<String,UriLocator> DefaultConfigurableProvider.provideLocators()
          
 Map<String,UriLocator> ConfigurableProviderSupport.provideLocators()
          
 



Copyright © 2008-2013. All Rights Reserved.