Uses of Class
org.apache.myfaces.spi.ServiceProviderFinder
-
Packages that use ServiceProviderFinder Package Description org.apache.myfaces.spi org.apache.myfaces.spi.impl -
-
Uses of ServiceProviderFinder in org.apache.myfaces.spi
Methods in org.apache.myfaces.spi that return ServiceProviderFinder Modifier and Type Method Description static ServiceProviderFinder
ServiceProviderFinderFactory. getServiceProviderFinder(ExternalContext ectx)
Methods in org.apache.myfaces.spi with parameters of type ServiceProviderFinder Modifier and Type Method Description static void
ServiceProviderFinderFactory. setServiceProviderFinder(ExternalContext ectx, ServiceProviderFinder slp)
Set a ServiceProviderFinder to the current application, to locate SPI service providers used by MyFaces.static void
ServiceProviderFinderFactory. setServiceProviderFinder(javax.servlet.ServletContext ctx, ServiceProviderFinder slp)
-
Uses of ServiceProviderFinder in org.apache.myfaces.spi.impl
Subclasses of ServiceProviderFinder in org.apache.myfaces.spi.impl Modifier and Type Class Description class
DefaultServiceProviderFinder
-