org.apache.myfaces.spi.impl
Class DefaultServiceProviderFinder

java.lang.Object
  extended by org.apache.myfaces.spi.ServiceProviderFinder
      extended by org.apache.myfaces.spi.impl.DefaultServiceProviderFinder

public class DefaultServiceProviderFinder
extends ServiceProviderFinder

Since:
2.0.3
Author:
Leonardo Uribe

Constructor Summary
DefaultServiceProviderFinder()
           
 
Method Summary
 java.util.List<java.lang.String> getServiceProviderList(java.lang.String spiClass)
          Gets the list of classes bound to the spiClass key, looking for entries under META-INF/services/[spiClass]
protected  java.util.Set<java.net.URL> getURLs(java.lang.String spiClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultServiceProviderFinder

public DefaultServiceProviderFinder()
Method Detail

getURLs

protected java.util.Set<java.net.URL> getURLs(java.lang.String spiClass)

getServiceProviderList

public java.util.List<java.lang.String> getServiceProviderList(java.lang.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:


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.