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


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