org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi
Interface RequestLifecycleCallbackEntry

All Known Implementing Classes:
DefaultRequestLifecycleCallbackEntry

public interface RequestLifecycleCallbackEntry

Entry for phase-listener-methods


Method Summary
 List<Method> getAfterPhaseCallbacks()
          Exposes the lifecycle callbacks annotated with AfterPhase
 List<Method> getBeforePhaseCallbacks()
          Exposes the lifecycle callbacks annotated with BeforePhase
 

Method Detail

getBeforePhaseCallbacks

List<Method> getBeforePhaseCallbacks()
Exposes the lifecycle callbacks annotated with BeforePhase

Returns:
before-phase lifecycle callbacks

getAfterPhaseCallbacks

List<Method> getAfterPhaseCallbacks()
Exposes the lifecycle callbacks annotated with AfterPhase

Returns:
after-phase lifecycle callbacks


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