Package | Description |
---|---|
javax.faces.application | |
javax.faces.flow |
Modifier and Type | Class and Description |
---|---|
class |
NavigationCaseWrapper
Provides a simple implementation of
|
Modifier and Type | Method and Description |
---|---|
NavigationCase |
ConfigurableNavigationHandlerWrapper.getNavigationCase(FacesContext context,
String fromAction,
String outcome) |
abstract NavigationCase |
ConfigurableNavigationHandler.getNavigationCase(FacesContext context,
String fromAction,
String outcome)
Return the |
NavigationCase |
ConfigurableNavigationHandlerWrapper.getNavigationCase(FacesContext context,
String fromAction,
String outcome,
String toFlowDocumentId) |
NavigationCase |
ConfigurableNavigationHandler.getNavigationCase(FacesContext context,
String fromAction,
String outcome,
String toFlowDocumentId)
Return the |
NavigationCase |
NavigationCaseWrapper.getWrapped() |
Modifier and Type | Method and Description |
---|---|
Map<String,Set<NavigationCase>> |
ConfigurableNavigationHandlerWrapper.getNavigationCases() |
abstract Map<String,Set<NavigationCase>> |
ConfigurableNavigationHandler.getNavigationCases()
Return a |
Constructor and Description |
---|
NavigationCaseWrapper(NavigationCase wrapped)
If this navigation case has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. |
Modifier and Type | Method and Description |
---|---|
abstract Map<String,Set<NavigationCase>> |
Flow.getNavigationCases()
Return an unmodifiable view of the navigation cases within this flow. |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.