|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.spi.ServiceProviderFinder
public abstract class ServiceProviderFinder
This class provides an interface to override SPI handling done by MyFaces. This is useful on environments like in OSGi, because it allows to put custom code to find SPI interfaces under META-INF/services/
Constructor Summary | |
---|---|
ServiceProviderFinder()
|
Method Summary | |
---|---|
abstract 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] |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceProviderFinder()
Method Detail |
---|
public abstract java.util.List<java.lang.String> getServiceProviderList(java.lang.String spiClass)
spiClass
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |