org.apache.myfaces.extensions.cdi.jsf.impl.config.view
Class DefaultRequestLifecycleCallbackEntry

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultRequestLifecycleCallbackEntry
All Implemented Interfaces:
RequestLifecycleCallbackEntry

public class DefaultRequestLifecycleCallbackEntry
extends Object
implements RequestLifecycleCallbackEntry


Method Summary
 List<Method> getAfterPhaseCallbacks()
          Exposes the lifecycle callbacks annotated with AfterPhase
 List<Method> getBeforePhaseCallbacks()
          Exposes the lifecycle callbacks annotated with BeforePhase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBeforePhaseCallbacks

public List<Method> getBeforePhaseCallbacks()
Description copied from interface: RequestLifecycleCallbackEntry
Exposes the lifecycle callbacks annotated with BeforePhase

Specified by:
getBeforePhaseCallbacks in interface RequestLifecycleCallbackEntry
Returns:
before-phase lifecycle callbacks

getAfterPhaseCallbacks

public List<Method> getAfterPhaseCallbacks()
Description copied from interface: RequestLifecycleCallbackEntry
Exposes the lifecycle callbacks annotated with AfterPhase

Specified by:
getAfterPhaseCallbacks in interface RequestLifecycleCallbackEntry
Returns:
after-phase lifecycle callbacks


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