org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase
Class RestoreInjectionPointsObserver
java.lang.Object
org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.RestoreInjectionPointsObserver
@ApplicationScoped
public class RestoreInjectionPointsObserver
- extends Object
see EXTCDI-127
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestoreInjectionPointsObserver
public RestoreInjectionPointsObserver()
restoreInjectionPoints
protected void restoreInjectionPoints(@Observes@BeforePhase(value=PROCESS_VALIDATIONS)
javax.faces.event.PhaseEvent event,
CodiCoreConfig codiCoreConfig)
restoreInjectionPointsForSkippedRequests
protected void restoreInjectionPointsForSkippedRequests(@Observes@BeforePhase(value=RENDER_RESPONSE)
javax.faces.event.PhaseEvent event,
CodiCoreConfig codiCoreConfig,
RequestTypeResolver requestTypeResolver)
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.