org.apache.myfaces.extensions.cdi.jsf.impl.config.view
Class DefaultRequestLifecycleCallbackEntry
java.lang.Object
org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultRequestLifecycleCallbackEntry
- All Implemented Interfaces:
- RequestLifecycleCallbackEntry
public class DefaultRequestLifecycleCallbackEntry
- extends Object
- implements RequestLifecycleCallbackEntry
- Author:
- Gerhard Petracek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.