org.apache.myfaces.cdi.impl
Class CDIManagedBeanHandlerImpl

java.lang.Object
  extended by org.apache.myfaces.spi.ViewScopeProvider
      extended by org.apache.myfaces.cdi.DefaultCDIViewScopeHandler
          extended by org.apache.myfaces.cdi.impl.CDIManagedBeanHandlerImpl

public class CDIManagedBeanHandlerImpl
extends DefaultCDIViewScopeHandler

Author:
Leonardo Uribe

Constructor Summary
CDIManagedBeanHandlerImpl()
           
 
Method Summary
 Map<String,Object> createViewScopeMap(FacesContext facesContext, String viewScopeId)
           
 String generateViewScopeId(FacesContext facesContext)
           
 void onSessionDestroyed()
           
 Map<String,Object> restoreViewScopeMap(FacesContext facesContext, String viewScopeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDIManagedBeanHandlerImpl

public CDIManagedBeanHandlerImpl()
Method Detail

createViewScopeMap

public Map<String,Object> createViewScopeMap(FacesContext facesContext,
                                             String viewScopeId)
Specified by:
createViewScopeMap in class DefaultCDIViewScopeHandler

restoreViewScopeMap

public Map<String,Object> restoreViewScopeMap(FacesContext facesContext,
                                              String viewScopeId)
Specified by:
restoreViewScopeMap in class DefaultCDIViewScopeHandler

generateViewScopeId

public String generateViewScopeId(FacesContext facesContext)
Specified by:
generateViewScopeId in class DefaultCDIViewScopeHandler

onSessionDestroyed

public void onSessionDestroyed()
Specified by:
onSessionDestroyed in class DefaultCDIViewScopeHandler


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.