public interface EditableViewConfigDescriptor extends ViewConfigDescriptor
ViewConfigDescriptor
Modifier and Type | Method and Description |
---|---|
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.
|
getAccessDecisionVoters, getMetaData, getMetaData, getNavigationMode, getPageBeanDescriptors, getViewConfig, getViewId
Class<? extends ViewConfig> getErrorView()
Page.ViewParameterMode getViewParameterMode()
Page.ViewParameterMode
of the current
entryvoid 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
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.