Class JsfUtils
java.lang.Object
org.springframework.faces.webflow.JsfUtils
Common support for the JSF integration with Spring Web Flow.
- Author:
- Jeremy Grelle, Phillip Webb
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
findFactory
(Class<T> factoryClass) Find a factory of the specified class using JSFsFactoryFinder
class.static boolean
static boolean
static void
notifyAfterListeners
(jakarta.faces.event.PhaseId phaseId, jakarta.faces.lifecycle.Lifecycle lifecycle, jakarta.faces.context.FacesContext context) static void
notifyBeforeListeners
(jakarta.faces.event.PhaseId phaseId, jakarta.faces.lifecycle.Lifecycle lifecycle, jakarta.faces.context.FacesContext context)
-
Constructor Details
-
JsfUtils
public JsfUtils()
-
-
Method Details
-
notifyAfterListeners
public static void notifyAfterListeners(jakarta.faces.event.PhaseId phaseId, jakarta.faces.lifecycle.Lifecycle lifecycle, jakarta.faces.context.FacesContext context) -
notifyBeforeListeners
public static void notifyBeforeListeners(jakarta.faces.event.PhaseId phaseId, jakarta.faces.lifecycle.Lifecycle lifecycle, jakarta.faces.context.FacesContext context) -
isFlowRequest
public static boolean isFlowRequest() -
isAsynchronousFlowRequest
public static boolean isAsynchronousFlowRequest() -
findFactory
Find a factory of the specified class using JSFsFactoryFinder
class.- Parameters:
factoryClass
- the factory class to find- Returns:
- the factory instance
-