javax.faces.flow
Class FlowHandlerFactory

java.lang.Object
  extended by javax.faces.flow.FlowHandlerFactory
Direct Known Subclasses:
FlowHandlerFactoryWrapper

public abstract class FlowHandlerFactory
extends Object

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

Since:
2.2

Constructor Summary
FlowHandlerFactory()
           
 
Method Summary
abstract  FlowHandler createFlowHandler(FacesContext context)
          

Create the singleton instance of FlowHandler.

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowHandlerFactory

public FlowHandlerFactory()
Method Detail

createFlowHandler

public abstract FlowHandler createFlowHandler(FacesContext context)

Create the singleton instance of FlowHandler.

Since:
2.2


Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms