Package | Description |
---|---|
javax.faces.application |
APIs that are used to link an application's
business logic objects to JavaServer Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on JavaServer Faces.
|
javax.faces.flow |
The runtime API for Faces Flows. |
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 |
abstract NavigationCase |
NavigationCaseWrapper.getWrapped() |
Modifier and Type | Method and Description |
---|---|
Map<String,Set<NavigationCase>> |
ConfigurableNavigationHandlerWrapper.getNavigationCases() |
abstract Map<String,Set<NavigationCase>> |
ConfigurableNavigationHandler.getNavigationCases()
Return a |
Modifier and Type | Method and Description |
---|---|
abstract Map<String,Set<NavigationCase>> |
Flow.getNavigationCases() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.