org.apache.myfaces.flow.cdi
Class FlowBuilderFactoryBean
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FLOW_BUILDER_FACTORY_BEAN_NAME
public static final String FLOW_BUILDER_FACTORY_BEAN_NAME
- See Also:
- Constant Field Values
FlowBuilderFactoryBean
public FlowBuilderFactoryBean()
createFlowBuilderInstance
@Produces
@FlowBuilderParameter
public FlowBuilder createFlowBuilderInstance()
getFlowDefinitions
public javax.enterprise.inject.Instance<Flow> getFlowDefinitions()
- Returns:
- the flowDefinitions
Copyright © 2015 The Apache Software Foundation. All rights reserved.