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. |
javax.faces.flow.builder |
Classes for declaring a Faces Flow. |
Class and 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. |
Class and 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 |
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. |
Class and 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. |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.