Uses of Package
jakarta.faces.flow
-
Packages that use jakarta.faces.flow Package Description jakarta.faces.application jakarta.faces.flow jakarta.faces.flow.builder -
Classes in jakarta.faces.flow used by jakarta.faces.application Class Description Flow Flow is the runtime representation of a Faces Flow.FlowHandler FlowHandler is the main entry point that enables the runtime to interact with the faces flows feature. -
Classes in jakarta.faces.flow used by jakarta.faces.flow Class Description Flow Flow is the runtime representation of a Faces Flow.FlowCallNode A flow call node.FlowHandler FlowHandler is the main entry point that enables the runtime to interact with the faces flows feature.FlowHandlerFactory FlowHandlerFactory is used by theApplication
to create the singleton instance ofFlowHandler
.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. -
Classes in jakarta.faces.flow used by jakarta.faces.flow.builder Class Description Flow Flow is the runtime representation of a Faces Flow.Parameter Represents a parameter in any of several places where parameters are needed when processing flows.