Uses of Class
org.apache.myfaces.spi.ViewScopeProviderFactory
-
Packages that use ViewScopeProviderFactory Package Description org.apache.myfaces.spi org.apache.myfaces.spi.impl -
-
Uses of ViewScopeProviderFactory in org.apache.myfaces.spi
Methods in org.apache.myfaces.spi that return ViewScopeProviderFactory Modifier and Type Method Description static ViewScopeProviderFactory
ViewScopeProviderFactory. getViewScopeHandlerFactory(ExternalContext ctx)
ViewScopeProviderFactory
ViewScopeProviderFactory. getWrapped()
Methods in org.apache.myfaces.spi with parameters of type ViewScopeProviderFactory Modifier and Type Method Description static void
ViewScopeProviderFactory. setViewScopeHandlerFactory(ExternalContext ctx, ViewScopeProviderFactory instance)
-
Uses of ViewScopeProviderFactory in org.apache.myfaces.spi.impl
Subclasses of ViewScopeProviderFactory in org.apache.myfaces.spi.impl Modifier and Type Class Description class
DefaultViewScopeProviderFactory
-