Uses of Class
org.apache.myfaces.spi.FactoryFinderProviderFactory
Packages that use FactoryFinderProviderFactory
-
Uses of FactoryFinderProviderFactory in org.apache.myfaces.spi
Methods in org.apache.myfaces.spi that return FactoryFinderProviderFactoryModifier and TypeMethodDescriptionstatic FactoryFinderProviderFactory
FactoryFinderProviderFactory.getInstance()
Retrieve the installed instance of this class to be used byFactoryFinder
.Methods in org.apache.myfaces.spi with parameters of type FactoryFinderProviderFactoryModifier and TypeMethodDescriptionstatic void
FactoryFinderProviderFactory.setInstance
(FactoryFinderProviderFactory instance) Set the instance to be used byFactoryFinder
to resolve factories.