|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LifecycleAwarePageBeanDescriptor
Allows to provide a custom PageBeanDescriptor
Method Summary | |
---|---|
List<Method> |
getInitViewMethods()
Exposes the lifecycle-callbacks annotated with InitView |
RequestLifecycleCallbackEntry |
getPhasesLifecycleCallback(javax.faces.event.PhaseId phaseId)
Exposes the entry for the lifecycle-callbacks ( BeforePhase and/or
AfterPhase ) for the given 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 |
Methods inherited from interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.PageBeanDescriptor |
---|
getBeanClass, getBeanName |
Method Detail |
---|
List<Method> getInitViewMethods()
InitView
List<Method> getPrePageActionMethods()
PrePageAction
List<Method> getPreRenderViewMethods()
PreRenderView
List<Method> getPostRenderViewMethods()
PostRenderView
RequestLifecycleCallbackEntry getPhasesLifecycleCallback(javax.faces.event.PhaseId phaseId)
BeforePhase
and/or
AfterPhase
) for the given PhaseId
phaseId
- current phase-id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |