org.springframework.webflow.executor.jsf
Class FlowFacesUtils

java.lang.Object
  extended by org.springframework.webflow.executor.jsf.FlowFacesUtils

public class FlowFacesUtils
extends java.lang.Object

Trivial helper utility class for SWF within a JSF environment.

Author:
Keith Donald

Constructor Summary
FlowFacesUtils()
           
 
Method Summary
static FlowDefinitionLocator getDefinitionLocator(javax.faces.context.FacesContext context)
           
static FlowExecutionFactory getExecutionFactory(javax.faces.context.FacesContext context)
           
static FlowExecutionRepository getExecutionRepository(javax.faces.context.FacesContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowFacesUtils

public FlowFacesUtils()
Method Detail

getDefinitionLocator

public static FlowDefinitionLocator getDefinitionLocator(javax.faces.context.FacesContext context)

getExecutionRepository

public static FlowExecutionRepository getExecutionRepository(javax.faces.context.FacesContext context)

getExecutionFactory

public static FlowExecutionFactory getExecutionFactory(javax.faces.context.FacesContext context)


Copyright © 2004-2006. All Rights Reserved.