Package | Description |
---|---|
org.apache.myfaces.config | |
org.apache.myfaces.config.element | |
org.apache.myfaces.config.impl | |
org.apache.myfaces.config.impl.element | |
org.apache.myfaces.util |
Modifier and Type | Method and Description |
---|---|
Collection<NavigationRule> |
RuntimeConfig.getNavigationRules()
Return the navigation rules that can be used by the NavigationHandler implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
RuntimeConfig.addNavigationRule(NavigationRule navigationRule) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
FacesConfigValidator.validate(Collection<? extends NavigationRule> navRules,
ExternalContext ctx) |
Modifier and Type | Method and Description |
---|---|
abstract List<NavigationRule> |
FacesFlowDefinition.getNavigationRuleList() |
abstract Collection<NavigationRule> |
FacesConfigData.getNavigationRules() |
abstract List<NavigationRule> |
FacesConfig.getNavigationRules() |
Modifier and Type | Method and Description |
---|---|
Collection<NavigationRule> |
FacesConfigDispenserImpl.getNavigationRules() |
Modifier and Type | Class and Description |
---|---|
class |
NavigationRuleImpl |
Modifier and Type | Method and Description |
---|---|
List<NavigationRule> |
FacesFlowDefinitionImpl.getNavigationRuleList() |
List<NavigationRule> |
FacesConfigImpl.getNavigationRules() |
Modifier and Type | Method and Description |
---|---|
void |
FacesConfigImpl.addNavigationRule(NavigationRule rule) |
void |
FacesFlowDefinitionImpl.addNavigationRule(NavigationRule value) |
Modifier and Type | Method and Description |
---|---|
static Set<NavigationCase> |
NavigationUtils.convertNavigationCasesToAPI(NavigationRule rule) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.