|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewConfigDescriptor
Method Summary | ||
---|---|---|
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. |
|
|
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 |
Method Detail |
---|
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 type
List<Class<? extends AccessDecisionVoter>> getAccessDecisionVoters()
AccessDecisionVoter
s which should be invoked to secure the page represented by the current entry.
List<PageBeanDescriptor> getPageBeanDescriptors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |