| Package | Description |
|---|---|
| com.sun.faces.application | |
| com.sun.faces.flow | |
| com.sun.faces.flow.builder | |
| com.sun.faces.renderkit.html_basic | |
| 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 | Method and Description |
|---|---|
NavigationCase |
NavigationHandlerImpl.getNavigationCase(FacesContext context,
String fromAction,
String outcome) |
NavigationCase |
NavigationHandlerImpl.getNavigationCase(FacesContext context,
String fromAction,
String outcome,
String toFlowDocumentId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<NavigationCase>> |
ApplicationAssociate.getNavigationCaseListMappings()
Return a
Map of navigation mappings loaded from the configuration system. |
Map<String,Set<NavigationCase>> |
NavigationHandlerImpl.getNavigationCases() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationAssociate.addNavigationCase(NavigationCase navigationCase)
Add a navigation case to the internal case set.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<NavigationCase>> |
FlowImpl._getNavigationCases() |
Map<String,Set<NavigationCase>> |
FlowImpl.getNavigationCases() |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableNavigationCase
NavigationCase
represents a |
| Modifier and Type | Method and Description |
|---|---|
protected NavigationCase |
OutcomeTargetRenderer.getNavigationCase(FacesContext context,
UIComponent component)
Invoke the
NavigationHandler preemptively to resolve a NavigationCase
for the outcome declared on the UIOutcomeTarget component. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OutcomeTargetRenderer.addNavigationParams(NavigationCase navCase,
Map<String,List<String>> existingParams) |
protected String |
OutcomeTargetRenderer.getEncodedTargetURL(FacesContext context,
UIComponent component,
NavigationCase navCase)
Resolve the target view id and then delegate to
ViewHandler.getBookmarkableURL(javax.faces.context.FacesContext, String, java.util.Map, boolean)
to produce a redirect URL, which will add the page parameters if necessary
and properly prioritizing the parameter overrides. |
protected boolean |
OutcomeTargetRenderer.isIncludeViewParams(UIComponent component,
NavigationCase navcase) |
protected void |
OutcomeTargetLinkRenderer.renderAsActive(FacesContext context,
NavigationCase navCase,
UIComponent component) |
| 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 © 2017–2019 Eclipse Foundation. All rights reserved.