org.apache.myfaces.cdi.impl
Class CDIManagedBeanHandlerImpl
java.lang.Object
org.apache.myfaces.spi.ViewScopeProvider
org.apache.myfaces.cdi.impl.CDIManagedBeanHandlerImpl
public class CDIManagedBeanHandlerImpl
- extends ViewScopeProvider
- Author:
- Leonardo Uribe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CDIManagedBeanHandlerImpl
public CDIManagedBeanHandlerImpl()
createViewScopeMap
public Map<String,Object> createViewScopeMap(FacesContext facesContext,
String viewScopeId)
- Specified by:
createViewScopeMap
in class ViewScopeProvider
restoreViewScopeMap
public Map<String,Object> restoreViewScopeMap(FacesContext facesContext,
String viewScopeId)
- Specified by:
restoreViewScopeMap
in class ViewScopeProvider
generateViewScopeId
public String generateViewScopeId(FacesContext facesContext)
- Specified by:
generateViewScopeId
in class ViewScopeProvider
onSessionDestroyed
public void onSessionDestroyed()
- Specified by:
onSessionDestroyed
in class ViewScopeProvider
destroyViewScopeMap
public void destroyViewScopeMap(FacesContext facesContext,
String viewScopeId)
- Specified by:
destroyViewScopeMap
in class ViewScopeProvider
Copyright © 2015 The Apache Software Foundation. All rights reserved.