Package org.apache.myfaces.cdi.view
Class CDIViewScopeProviderImpl
- java.lang.Object
-
- org.apache.myfaces.spi.ViewScopeProvider
-
- org.apache.myfaces.cdi.view.CDIViewScopeProviderImpl
-
public class CDIViewScopeProviderImpl extends ViewScopeProvider
- Author:
- Leonardo Uribe
-
-
Constructor Summary
Constructors Constructor Description CDIViewScopeProviderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
createViewScopeMap(FacesContext facesContext, String viewScopeId)
void
destroyViewScopeMap(FacesContext facesContext, String viewScopeId)
String
generateViewScopeId(FacesContext facesContext)
void
onSessionDestroyed()
Map<String,Object>
restoreViewScopeMap(FacesContext facesContext, String viewScopeId)
-
-
-
Method Detail
-
createViewScopeMap
public Map<String,Object> createViewScopeMap(FacesContext facesContext, String viewScopeId)
- Specified by:
createViewScopeMap
in classViewScopeProvider
-
restoreViewScopeMap
public Map<String,Object> restoreViewScopeMap(FacesContext facesContext, String viewScopeId)
- Specified by:
restoreViewScopeMap
in classViewScopeProvider
-
generateViewScopeId
public String generateViewScopeId(FacesContext facesContext)
- Specified by:
generateViewScopeId
in classViewScopeProvider
-
onSessionDestroyed
public void onSessionDestroyed()
- Specified by:
onSessionDestroyed
in classViewScopeProvider
-
destroyViewScopeMap
public void destroyViewScopeMap(FacesContext facesContext, String viewScopeId)
- Specified by:
destroyViewScopeMap
in classViewScopeProvider
-
-