org.apache.myfaces.spi.impl
Class DefaultServiceProviderFinder
java.lang.Object
org.apache.myfaces.spi.ServiceProviderFinder
org.apache.myfaces.spi.impl.DefaultServiceProviderFinder
public class DefaultServiceProviderFinder
- extends ServiceProviderFinder
- Since:
- 2.0.3
- Author:
- Leonardo Uribe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultServiceProviderFinder
public DefaultServiceProviderFinder()
getURLs
protected Set<URL> getURLs(String spiClass)
getServiceProviderList
public List<String> getServiceProviderList(String spiClass)
- Description copied from class:
ServiceProviderFinder
- Gets the list of classes bound to the spiClass key, looking
for entries under META-INF/services/[spiClass]
- Specified by:
getServiceProviderList
in class ServiceProviderFinder
- Returns:
load
public <S> ServiceLoader<S> load(Class<S> spiClass)
- Specified by:
load
in class ServiceProviderFinder
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.