javax.faces.flow
Class FlowHandlerFactory

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

public abstract class FlowHandlerFactory
extends Object

Since:
2.2

Constructor Summary
FlowHandlerFactory()
           
 
Method Summary
abstract  FlowHandler createFlowHandler(FacesContext context)
           
 
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)


Copyright © 2014 The Apache Software Foundation. All rights reserved.