public interface RequestLifecycleCallbackEntry
Modifier and Type | Method and Description |
---|---|
List<Method> |
getAfterPhaseCallbacks()
Exposes the lifecycle callbacks annotated with
AfterPhase |
List<Method> |
getBeforePhaseCallbacks()
Exposes the lifecycle callbacks annotated with
BeforePhase |
List<Method> getBeforePhaseCallbacks()
BeforePhase
List<Method> getAfterPhaseCallbacks()
AfterPhase
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.