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