public abstract class org.springframework.web.jsf.FacesContextUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.web.jsf.FacesContextUtils
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.jsf.FacesContextUtils this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.web.jsf.FacesContextUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/jsf/FacesContextUtils;

  public static org.springframework.web.context.WebApplicationContext getWebApplicationContext(javax.faces.context.FacesContext);
    descriptor: (Ljavax/faces/context/FacesContext;)Lorg/springframework/web/context/WebApplicationContext;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // javax.faces.context.FacesContext fc
         0: .line 52
            aload 0 /* fc */
            ldc "FacesContext must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 53
            aload 0 /* fc */
            invokevirtual javax.faces.context.FacesContext.getExternalContext:()Ljavax/faces/context/ExternalContext;
            invokevirtual javax.faces.context.ExternalContext.getApplicationMap:()Ljava/util/Map;
         2: .line 54
            getstatic org.springframework.web.context.WebApplicationContext.ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE:Ljava/lang/String;
         3: .line 53
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 1 /* attr */
        start local 1 // java.lang.Object attr
         4: .line 55
            aload 1 /* attr */
            ifnonnull 6
         5: .line 56
            aconst_null
            areturn
         6: .line 58
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* attr */
            instanceof java.lang.RuntimeException
            ifeq 8
         7: .line 59
            aload 1 /* attr */
            checkcast java.lang.RuntimeException
            athrow
         8: .line 61
      StackMap locals:
      StackMap stack:
            aload 1 /* attr */
            instanceof java.lang.Error
            ifeq 10
         9: .line 62
            aload 1 /* attr */
            checkcast java.lang.Error
            athrow
        10: .line 64
      StackMap locals:
      StackMap stack:
            aload 1 /* attr */
            instanceof org.springframework.web.context.WebApplicationContext
            ifne 12
        11: .line 65
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Root context attribute is not of type WebApplicationContext: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* attr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 67
      StackMap locals:
      StackMap stack:
            aload 1 /* attr */
            checkcast org.springframework.web.context.WebApplicationContext
            areturn
        end local 1 // java.lang.Object attr
        end local 0 // javax.faces.context.FacesContext fc
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0    fc  Ljavax/faces/context/FacesContext;
            4   13     1  attr  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      fc    

  public static org.springframework.web.context.WebApplicationContext getRequiredWebApplicationContext(javax.faces.context.FacesContext);
    descriptor: (Ljavax/faces/context/FacesContext;)Lorg/springframework/web/context/WebApplicationContext;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javax.faces.context.FacesContext fc
         0: .line 81
            aload 0 /* fc */
            invokestatic org.springframework.web.jsf.FacesContextUtils.getWebApplicationContext:(Ljavax/faces/context/FacesContext;)Lorg/springframework/web/context/WebApplicationContext;
            astore 1 /* wac */
        start local 1 // org.springframework.web.context.WebApplicationContext wac
         1: .line 82
            aload 1 /* wac */
            ifnonnull 3
         2: .line 83
            new java.lang.IllegalStateException
            dup
            ldc "No WebApplicationContext found: no ContextLoaderListener registered?"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 85
      StackMap locals: org.springframework.web.context.WebApplicationContext
      StackMap stack:
            aload 1 /* wac */
            areturn
        end local 1 // org.springframework.web.context.WebApplicationContext wac
        end local 0 // javax.faces.context.FacesContext fc
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0    fc  Ljavax/faces/context/FacesContext;
            1    4     1   wac  Lorg/springframework/web/context/WebApplicationContext;
    Exceptions:
      throws java.lang.IllegalStateException
    MethodParameters:
      Name  Flags
      fc    

  public static java.lang.Object getSessionMutex(javax.faces.context.FacesContext);
    descriptor: (Ljavax/faces/context/FacesContext;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // javax.faces.context.FacesContext fc
         0: .line 110
            aload 0 /* fc */
            ldc "FacesContext must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 111
            aload 0 /* fc */
            invokevirtual javax.faces.context.FacesContext.getExternalContext:()Ljavax/faces/context/ExternalContext;
            astore 1 /* ec */
        start local 1 // javax.faces.context.ExternalContext ec
         2: .line 112
            aload 1 /* ec */
            invokevirtual javax.faces.context.ExternalContext.getSessionMap:()Ljava/util/Map;
            getstatic org.springframework.web.util.WebUtils.SESSION_MUTEX_ATTRIBUTE:Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* mutex */
        start local 2 // java.lang.Object mutex
         3: .line 113
            aload 2 /* mutex */
            ifnonnull 5
         4: .line 114
            aload 1 /* ec */
            iconst_1
            invokevirtual javax.faces.context.ExternalContext.getSession:(Z)Ljava/lang/Object;
            astore 2 /* mutex */
         5: .line 116
      StackMap locals: javax.faces.context.ExternalContext java.lang.Object
      StackMap stack:
            aload 2 /* mutex */
            areturn
        end local 2 // java.lang.Object mutex
        end local 1 // javax.faces.context.ExternalContext ec
        end local 0 // javax.faces.context.FacesContext fc
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0     fc  Ljavax/faces/context/FacesContext;
            2    6     1     ec  Ljavax/faces/context/ExternalContext;
            3    6     2  mutex  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      fc    
}
SourceFile: "FacesContextUtils.java"