public interface LifecycleAwarePageBeanDescriptor extends PageBeanDescriptor
PageBeanDescriptor
Modifier and Type | Method and Description |
---|---|
List<Method> |
getInitViewMethods()
Exposes the lifecycle-callbacks annotated with
InitView |
RequestLifecycleCallbackEntry |
getPhasesLifecycleCallback(javax.faces.event.PhaseId phaseId)
|
List<Method> |
getPostRenderViewMethods()
Exposes the lifecycle-callbacks annotated with
PostRenderView |
List<Method> |
getPrePageActionMethods()
Exposes the lifecycle-callbacks annotated with
PrePageAction |
List<Method> |
getPreRenderViewMethods()
Exposes the lifecycle-callbacks annotated with
PreRenderView |
getBeanClass, getBeanName
List<Method> getInitViewMethods()
InitView
List<Method> getPrePageActionMethods()
PrePageAction
List<Method> getPreRenderViewMethods()
PreRenderView
List<Method> getPostRenderViewMethods()
PostRenderView
RequestLifecycleCallbackEntry getPhasesLifecycleCallback(javax.faces.event.PhaseId phaseId)
phaseId
- current phase-idCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.