-
Class Summary Class Description Flow Flow is the runtime representation of a Faces Flow.
FlowCallNode FlowHandler FlowHandler is the main entry point that enables the runtime to interact with the faces flows feature.
FlowHandlerFactory FlowHandlerFactory is used by the
Application
to create the singleton instance ofFlowHandler
.FlowHandlerFactoryWrapper FlowHandlerFactoryWrapper provides a simple implementation of
FlowHandlerFactory
that can be subclassed by developers wishing to provide specialized behavior to an existingFlowHandlerFactory
instance.FlowNode FlowNode is the base class for all nodes in a faces flow graph.
MethodCallNode Represents a method call node in the flow graph.
Parameter Represents a parameter in any of several places where parameters are needed when processing flows.
ReturnNode Represents a return node in the flow graph.
SwitchCase Represents a case within a switch node in the flow graph.
SwitchNode Represents a switch node in the flow graph.
ViewNode ViewNode is the class that represents a VDL view in a faces flow graph.
-
Annotation Types Summary Annotation Type Description FlowScoped FlowScoped is a CDI scope that causes the runtime to consider classes with this annotation to be in the scope of the specified
Flow
.
Package javax.faces.flow Description
The runtime API for Faces
Flows. See FlowHandler
and
its helpers for the normative specification of this feature.
Document created the 11/06/2005, last modified the 18/08/2025
Source of the printed document:https://www.gaudry.be/en/java-api-javaee-rf-javax/faces/flow/package-summary.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author of this site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.