|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EditableViewConfigDescriptor
Method Summary | |
---|---|
void |
addPageBean(Class pageBeanClass)
Allows to add page-beans |
Class<? extends ViewConfig> |
getErrorView()
Exposes the inline error-page |
Page.ViewParameterMode |
getViewParameterMode()
Exposes the Page.ViewParameterMode of the current
entry |
void |
invokeInitViewMethods()
Invokes the methods annotated with InitView |
void |
invokePostRenderViewMethods()
Invokes the methods annotated with PostRenderView |
void |
invokePrePageActionMethods()
Invokes the methods annotated with PrePageAction |
void |
invokePreRenderViewMethods()
Invokes the methods annotated with PreRenderView |
boolean |
isPartialViewConfig()
Exposes if the current view-config represents a partial config which isn't created based on a central config |
void |
setPartialViewConfig(boolean partialMode)
Allows to mark the current descriptor as partial config e.g. due to inline configs with View |
Methods inherited from interface org.apache.myfaces.extensions.cdi.jsf.api.config.view.ViewConfigDescriptor |
---|
getAccessDecisionVoters, getMetaData, getMetaData, getNavigationMode, getPageBeanDescriptors, getViewConfig, getViewId |
Method Detail |
---|
Class<? extends ViewConfig> getErrorView()
Page.ViewParameterMode getViewParameterMode()
Page.ViewParameterMode
of the current
entry
void addPageBean(Class pageBeanClass)
pageBeanClass
- page-bean which should be addedvoid setPartialViewConfig(boolean partialMode)
View
partialMode
- indicates if the entry is in the partial view-config modeboolean isPartialViewConfig()
void invokeInitViewMethods()
InitView
void invokePrePageActionMethods()
PrePageAction
void invokePreRenderViewMethods()
PreRenderView
void invokePostRenderViewMethods()
PostRenderView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |