Uses of Class
org.apache.myfaces.extensions.cdi.jsf.api.listener.phase.BeforePhase

Packages that use BeforePhase
org.apache.myfaces.extensions.cdi.jsf.impl.config.view   
org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase   
org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation   
org.apache.myfaces.extensions.cdi.jsf.impl.security   
 

Uses of BeforePhase in org.apache.myfaces.extensions.cdi.jsf.impl.config.view
 

Method parameters in org.apache.myfaces.extensions.cdi.jsf.impl.config.view with annotations of type BeforePhase
protected  void PreRenderViewBeanLoader.initBeans(javax.faces.event.PhaseEvent event, javax.enterprise.inject.spi.BeanManager beanManager)
           
 

Uses of BeforePhase in org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase
 

Method parameters in org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase with annotations of type BeforePhase
protected  void RestoreInjectionPointsObserver.restoreInjectionPoints(javax.faces.event.PhaseEvent event, CodiCoreConfig codiCoreConfig)
           
protected  void RestoreInjectionPointsObserver.restoreInjectionPointsForSkippedRequests(javax.faces.event.PhaseEvent event, CodiCoreConfig codiCoreConfig, RequestTypeResolver requestTypeResolver)
           
 

Uses of BeforePhase in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
 

Method parameters in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation with annotations of type BeforePhase
protected  void WindowContextManagerObserver.tryToRestoreWindowContext(javax.faces.event.PhaseEvent phaseEvent, EditableWindowContextManager windowContextManager, WindowHandler windowHandler, WindowContextConfig windowContextConfig)
          tries to restore the window-id and the window-context as early as possible
 

Uses of BeforePhase in org.apache.myfaces.extensions.cdi.jsf.impl.security
 

Method parameters in org.apache.myfaces.extensions.cdi.jsf.impl.security with annotations of type BeforePhase
 void SecurityViewListener.checkPermissionBeforeRendering(javax.faces.event.PhaseEvent event, javax.enterprise.inject.spi.BeanManager beanManager)
          Checks the permission based on the AccessDecisionVoters which are configured for the current view.
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.