public interface ViewConfigDescriptor
Modifier and Type | Method and Description |
---|---|
List<Class<? extends AccessDecisionVoter>> |
getAccessDecisionVoters()
AccessDecisionVoter s which should be invoked to secure the page represented by the current entry. |
List<Annotation> |
getMetaData()
Custom meta-data which is configured for the entry.
|
<T extends Annotation> |
getMetaData(Class<T> target)
Custom meta-data which is configured for the entry.
|
Page.NavigationMode |
getNavigationMode()
Navigation type which should be used if type-safe navigation is used
|
List<PageBeanDescriptor> |
getPageBeanDescriptors()
Page-bean descriptors for the page represented by the current entry.
|
Class<? extends ViewConfig> |
getViewConfig()
Class which was used for creating the current descriptor
|
String |
getViewId()
View-ID of the current descriptor
|
String getViewId()
Class<? extends ViewConfig> getViewConfig()
Page.NavigationMode getNavigationMode()
List<Annotation> getMetaData()
ViewMetaData
<T extends Annotation> List<T> getMetaData(Class<T> target)
ViewMetaData
target
- target typeList<Class<? extends AccessDecisionVoter>> getAccessDecisionVoters()
AccessDecisionVoter
s which should be invoked to secure the page represented by the current entry.List<PageBeanDescriptor> getPageBeanDescriptors()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.