org.apache.myfaces.flow.cdi
Class FlowBuilderFactoryBean

java.lang.Object
  extended by org.apache.myfaces.flow.cdi.FlowBuilderFactoryBean

@Named(value="oam_FLOW_BUILDER_FACTORY_BEAN_NAME")
@ApplicationScoped
public class FlowBuilderFactoryBean
extends Object

This bean is used later by CDI to process flow definitions

Author:
Leonardo Uribe

Field Summary
static String FLOW_BUILDER_FACTORY_BEAN_NAME
           
 
Constructor Summary
FlowBuilderFactoryBean()
           
 
Method Summary
 FlowBuilder createFlowBuilderInstance()
           
 javax.enterprise.inject.Instance<Flow> getFlowDefinitions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FLOW_BUILDER_FACTORY_BEAN_NAME

public static final String FLOW_BUILDER_FACTORY_BEAN_NAME
See Also:
Constant Field Values
Constructor Detail

FlowBuilderFactoryBean

public FlowBuilderFactoryBean()
Method Detail

createFlowBuilderInstance

@Produces
@FlowBuilderParameter
public FlowBuilder createFlowBuilderInstance()

getFlowDefinitions

public javax.enterprise.inject.Instance<Flow> getFlowDefinitions()
Returns:
the flowDefinitions


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