Uses of Class
org.apache.myfaces.spi.ServiceProviderFinder
Packages that use ServiceProviderFinder
-
Uses of ServiceProviderFinder in org.apache.myfaces.spi
Methods in org.apache.myfaces.spi that return ServiceProviderFinderModifier and TypeMethodDescriptionstatic ServiceProviderFinder
ServiceProviderFinderFactory.getServiceProviderFinder
(ExternalContext ectx) Methods in org.apache.myfaces.spi with parameters of type ServiceProviderFinderModifier and TypeMethodDescriptionstatic 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
(jakarta.servlet.ServletContext ctx, ServiceProviderFinder slp) -
Uses of ServiceProviderFinder in org.apache.myfaces.spi.impl
Subclasses of ServiceProviderFinder in org.apache.myfaces.spi.impl