- java.lang.Object
-
- javax.faces.flow.builder.NavigationCaseBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description class
NavigationCaseBuilder.RedirectBuilder
Allows populating the redirect with parameters and setting the includeViewParams option.
-
Constructor Summary
Constructors Constructor and Description NavigationCaseBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract NavigationCaseBuilder
condition(String condition)
Set the if of the current navigation case.
abstract NavigationCaseBuilder
condition(ValueExpression condition)
Set the if of the current navigation case.
abstract NavigationCaseBuilder
fromAction(String fromAction)
Set the from-action of the current navigation case.
abstract NavigationCaseBuilder
fromOutcome(String fromOutcome)
Set the from-outcome of the current navigation case.
abstract NavigationCaseBuilder
fromViewId(String fromViewId)
Set the from-view-id of the current navigation case.
abstract NavigationCaseBuilder.RedirectBuilder
redirect()
Create a redirect within this navigation case.
abstract NavigationCaseBuilder
toFlowDocumentId(String toFlowDocumentId)
Set the to-flow-document-id of the current navigation case.
abstract NavigationCaseBuilder
toViewId(String toViewId)
Set the to-view-id of the current navigation case.
-
-
-
Method Detail
-
fromViewId
public abstract NavigationCaseBuilder fromViewId(String fromViewId)
Set the from-view-id of the current navigation case.
- Parameters:
fromViewId
- the from-view-id- Throws:
NullPointerException
- if any of the parameters arenull
- Since:
- 2.2
-
fromAction
public abstract NavigationCaseBuilder fromAction(String fromAction)
Set the from-action of the current navigation case.
- Parameters:
fromAction
- the from-action- Throws:
NullPointerException
- if any of the parameters arenull
- Since:
- 2.2
-
fromOutcome
public abstract NavigationCaseBuilder fromOutcome(String fromOutcome)
Set the from-outcome of the current navigation case.
- Parameters:
fromOutcome
- the from-outcome- Throws:
NullPointerException
- if any of the parameters arenull
- Since:
- 2.2
-
toViewId
public abstract NavigationCaseBuilder toViewId(String toViewId)
Set the to-view-id of the current navigation case.
- Parameters:
toViewId
- the to-view-id- Throws:
NullPointerException
- if any of the parameters arenull
- Since:
- 2.2
-
toFlowDocumentId
public abstract NavigationCaseBuilder toFlowDocumentId(String toFlowDocumentId)
Set the to-flow-document-id of the current navigation case.
- Parameters:
toFlowDocumentId
- the to-flow-document-id- Throws:
NullPointerException
- if any of the parameters arenull
- Since:
- 2.2
-
condition
public abstract NavigationCaseBuilder condition(String condition)
Set the if of the current navigation case.
- Parameters:
condition
- the- Throws:
NullPointerException
- if any of the parameters arenull
- Since:
- 2.2
-
condition
public abstract NavigationCaseBuilder condition(ValueExpression condition)
Set the if of the current navigation case.
- Parameters:
condition
- the- Throws:
NullPointerException
- if any of the parameters arenull
- Since:
- 2.2
-
redirect
public abstract NavigationCaseBuilder.RedirectBuilder redirect()
Create a redirect within this navigation case.
- Since:
- 2.2
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
21/08/2025 20:50:03 Cette version de la page est en cache (à la date du 21/08/2025 20:50:03) afin d'accélérer le traitement.Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la version plus récente de la page.
Document créé le 11/06/2005, dernière modification le 18/08/2025
Source du document imprimé : https://www.gaudry.be/java-api-javaee-rf-javax/faces/flow/builder/navigationcasebuilder.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.