Package org.apache.myfaces.spi
Class ViewScopeProviderFactory
- java.lang.Object
-
- org.apache.myfaces.spi.ViewScopeProviderFactory
-
- All Implemented Interfaces:
FacesWrapper<ViewScopeProviderFactory>
- Direct Known Subclasses:
DefaultViewScopeProviderFactory
public abstract class ViewScopeProviderFactory extends Object implements FacesWrapper<ViewScopeProviderFactory>
- Author:
- Leonardo Uribe
-
-
Constructor Summary
Constructors Constructor Description ViewScopeProviderFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getViewScopeHandlerFactory
public static ViewScopeProviderFactory getViewScopeHandlerFactory(ExternalContext ctx)
-
setViewScopeHandlerFactory
public static void setViewScopeHandlerFactory(ExternalContext ctx, ViewScopeProviderFactory instance)
-
getViewScopeHandler
public abstract ViewScopeProvider getViewScopeHandler(ExternalContext ctx)
-
getWrapped
public ViewScopeProviderFactory getWrapped()
- Specified by:
getWrapped
in interfaceFacesWrapper<ViewScopeProviderFactory>
-
setViewScopeHandler
public abstract void setViewScopeHandler(ExternalContext ctx, ViewScopeProvider viewScopeHandler)
-
-