com.sdm.quasar.client.jsf.dialog
Class FacesContextProvider

java.lang.Object
  extended bycom.sdm.quasar.client.jsf.dialog.FacesContextProvider

public class FacesContextProvider
extends java.lang.Object

Convenience methods to access the FacesContext.

Author:
Martin Haft

Constructor Summary
FacesContextProvider()
           
 
Method Summary
static FacesContext getCurrentFacesContext()
           
static boolean hasFacesContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesContextProvider

public FacesContextProvider()
Method Detail

hasFacesContext

public static boolean hasFacesContext()

getCurrentFacesContext

public static FacesContext getCurrentFacesContext()