Package javax.faces.flow

Classes for defining a Faces Flow.

See:
          Description

Class Summary
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.

FlowHandlerFactory

FlowHandlerFactory is used by the Application to create the singleton instance of FlowHandler.

FlowHandlerFactoryWrapper

FlowHandlerFactoryWrapper provides a simple implementation of FlowHandlerFactory that can be subclassed by developers wishing to provide specialized behavior to an existing FlowHandlerFactory instance.

FlowNode

FlowNode is the base class for all nodes in a faces flow graph.

ViewNode

ViewNode is the class that represents a VDL view in a faces flow graph.

 

Annotation Types Summary
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

Classes for defining a Faces Flow. See FlowHandler and its helpers for the normative specification of this feature.



Copyright 2002-2010 Oracle America Inc, Inc. All Rights Reserved.