abstract java.util.Map<java.lang.String,java.util.Set<NavigationCase>> |
ConfigurableNavigationHandler.getNavigationCases()
Return a Map<String,
Set<NavigationCase>> where the keys are
<from-view-id> values and the values are
Set<NavigationCase> where each element in the
Set is a NavigationCase that applies to that
<from-view-id> . |
abstract java.util.Map<java.lang.String,java.util.Set<NavigationCase>> |
ConfigurableNavigationHandler.getNavigationCases()
Return a Map<String,
Set<NavigationCase>> where the keys are
<from-view-id> values and the values are
Set<NavigationCase> where each element in the
Set is a NavigationCase that applies to that
<from-view-id> . |