Package org.apache.myfaces.spi.impl
Class DefaultViewScopeProviderFactory
- java.lang.Object
-
- org.apache.myfaces.spi.ViewScopeProviderFactory
-
- org.apache.myfaces.spi.impl.DefaultViewScopeProviderFactory
-
- All Implemented Interfaces:
FacesWrapper<ViewScopeProviderFactory>
public class DefaultViewScopeProviderFactory extends ViewScopeProviderFactory
- Author:
- Leonardo Uribe
-
-
Field Summary
Fields Modifier and Type Field Description static String
VIEW_SCOPE_HANDLER
static String
VIEW_SCOPE_HANDLER_INSTANCE_KEY
-
Constructor Summary
Constructors Constructor Description DefaultViewScopeProviderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ViewScopeProvider
getViewScopeHandler(ExternalContext externalContext)
void
setViewScopeHandler(ExternalContext externalContext, ViewScopeProvider viewScopeHandler)
-
Methods inherited from class org.apache.myfaces.spi.ViewScopeProviderFactory
getViewScopeHandlerFactory, getWrapped, setViewScopeHandlerFactory
-
-
-
-
Method Detail
-
getViewScopeHandler
public ViewScopeProvider getViewScopeHandler(ExternalContext externalContext)
- Specified by:
getViewScopeHandler
in classViewScopeProviderFactory
-
setViewScopeHandler
public void setViewScopeHandler(ExternalContext externalContext, ViewScopeProvider viewScopeHandler)
- Specified by:
setViewScopeHandler
in classViewScopeProviderFactory
-
-