public abstract class ViewScopeProviderFactory extends Object implements FacesWrapper<ViewScopeProviderFactory>
| Constructor and Description | 
|---|
| ViewScopeProviderFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ViewScopeProvider | getViewScopeHandler(ExternalContext ctx) | 
| static ViewScopeProviderFactory | getViewScopeHandlerFactory(ExternalContext ctx) | 
| ViewScopeProviderFactory | getWrapped() | 
| abstract void | setViewScopeHandler(ExternalContext ctx,
                   ViewScopeProvider viewScopeHandler) | 
| static void | setViewScopeHandlerFactory(ExternalContext ctx,
                          ViewScopeProviderFactory instance) | 
public static ViewScopeProviderFactory getViewScopeHandlerFactory(ExternalContext ctx)
public static void setViewScopeHandlerFactory(ExternalContext ctx, ViewScopeProviderFactory instance)
public abstract ViewScopeProvider getViewScopeHandler(ExternalContext ctx)
public ViewScopeProviderFactory getWrapped()
getWrapped in interface FacesWrapper<ViewScopeProviderFactory>public abstract void setViewScopeHandler(ExternalContext ctx, ViewScopeProvider viewScopeHandler)
Copyright © 2022 The Apache Software Foundation. All rights reserved.