Package org.joinfaces

Class FacesContextUtils

java.lang.Object
org.springframework.web.jsf.FacesContextUtils
org.joinfaces.FacesContextUtils

public final class FacesContextUtils extends org.springframework.web.jsf.FacesContextUtils
Extension of Springs own FacesContextUtils.
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.springframework.web.context.WebApplicationContext
    getRequiredWebApplicationContext(jakarta.faces.context.ExternalContext externalContext)
     
    static jakarta.servlet.ServletContext
    getServletContext(jakarta.faces.context.ExternalContext externalContext)
     
    static org.springframework.web.context.WebApplicationContext
    getWebApplicationContext(jakarta.faces.context.ExternalContext externalContext)
     

    Methods inherited from class org.springframework.web.jsf.FacesContextUtils

    getRequiredWebApplicationContext, getSessionMutex, getWebApplicationContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getServletContext

      public static jakarta.servlet.ServletContext getServletContext(jakarta.faces.context.ExternalContext externalContext)
    • getWebApplicationContext

      public static org.springframework.web.context.WebApplicationContext getWebApplicationContext(jakarta.faces.context.ExternalContext externalContext)
    • getRequiredWebApplicationContext

      public static org.springframework.web.context.WebApplicationContext getRequiredWebApplicationContext(jakarta.faces.context.ExternalContext externalContext)