ro.isdc.wro.model.resource.locator.support
Interface LocatorProvider

All Known Subinterfaces:
ConfigurableProvider
All Known Implementing Classes:
ConfigurableProviderSupport, DefaultConfigurableProvider, DefaultConfigurableProvider, DefaultLocatorProvider

public interface LocatorProvider

All implementation of this interface will contribute to the list of available locators discovered during application initialization.

Author:
Alex Objelean

Method Summary
 Map<String,UriLocator> provideLocators()
           
 

Method Detail

provideLocators

Map<String,UriLocator> provideLocators()
Returns:
the locators to contribute. The key represents the locator alias.


Copyright © 2008-2013. All Rights Reserved.