public class DefaultViewScopeHandler extends ViewScopeProvider
Constructor and Description |
---|
DefaultViewScopeHandler() |
Modifier and Type | Method and 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) |
public void onSessionDestroyed()
onSessionDestroyed
in class ViewScopeProvider
public Map<String,Object> createViewScopeMap(FacesContext facesContext, String viewScopeId)
createViewScopeMap
in class ViewScopeProvider
public Map<String,Object> restoreViewScopeMap(FacesContext facesContext, String viewScopeId)
restoreViewScopeMap
in class ViewScopeProvider
public String generateViewScopeId(FacesContext facesContext)
generateViewScopeId
in class ViewScopeProvider
public void destroyViewScopeMap(FacesContext facesContext, String viewScopeId)
destroyViewScopeMap
in class ViewScopeProvider
Copyright © 2016 The Apache Software Foundation. All rights reserved.