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.spiMethods in org.apache.myfaces.spi that return ServiceProviderFinder Modifier and Type Method Description static ServiceProviderFinderServiceProviderFinderFactory. getServiceProviderFinder(ExternalContext ectx)Methods in org.apache.myfaces.spi with parameters of type ServiceProviderFinder Modifier and Type Method Description static voidServiceProviderFinderFactory. setServiceProviderFinder(ExternalContext ectx, ServiceProviderFinder slp)Set a ServiceProviderFinder to the current application, to locate SPI service providers used by MyFaces.static voidServiceProviderFinderFactory. setServiceProviderFinder(jakarta.servlet.ServletContext ctx, ServiceProviderFinder slp)
- 
Uses of ServiceProviderFinder in org.apache.myfaces.spi.implSubclasses of ServiceProviderFinder in org.apache.myfaces.spi.impl Modifier and Type Class Description classDefaultServiceProviderFinder
 
-