public class org.springframework.web.jsf.DelegatingNavigationHandlerProxy extends javax.faces.application.NavigationHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.jsf.DelegatingNavigationHandlerProxy
  super_class: javax.faces.application.NavigationHandler
{
  public static final java.lang.String DEFAULT_TARGET_BEAN_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "jsfNavigationHandler"

  private javax.faces.application.NavigationHandler originalNavigationHandler;
    descriptor: Ljavax/faces/application/NavigationHandler;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.jsf.DelegatingNavigationHandlerProxy this
         0: .line 89
            aload 0 /* this */
            invokespecial javax.faces.application.NavigationHandler.<init>:()V
         1: .line 90
            return
        end local 0 // org.springframework.web.jsf.DelegatingNavigationHandlerProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/web/jsf/DelegatingNavigationHandlerProxy;

  public void <init>(javax.faces.application.NavigationHandler);
    descriptor: (Ljavax/faces/application/NavigationHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.jsf.DelegatingNavigationHandlerProxy this
        start local 1 // javax.faces.application.NavigationHandler originalNavigationHandler
         0: .line 96
            aload 0 /* this */
            invokespecial javax.faces.application.NavigationHandler.<init>:()V
         1: .line 97
            aload 0 /* this */
            aload 1 /* originalNavigationHandler */
            putfield org.springframework.web.jsf.DelegatingNavigationHandlerProxy.originalNavigationHandler:Ljavax/faces/application/NavigationHandler;
         2: .line 98
            return
        end local 1 // javax.faces.application.NavigationHandler originalNavigationHandler
        end local 0 // org.springframework.web.jsf.DelegatingNavigationHandlerProxy this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    3     0                       this  Lorg/springframework/web/jsf/DelegatingNavigationHandlerProxy;
            0    3     1  originalNavigationHandler  Ljavax/faces/application/NavigationHandler;
    MethodParameters:
                           Name  Flags
      originalNavigationHandler  

  public void handleNavigation(javax.faces.context.FacesContext, java.lang.String, java.lang.String);
    descriptor: (Ljavax/faces/context/FacesContext;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.springframework.web.jsf.DelegatingNavigationHandlerProxy this
        start local 1 // javax.faces.context.FacesContext facesContext
        start local 2 // java.lang.String fromAction
        start local 3 // java.lang.String outcome
         0: .line 112
            aload 0 /* this */
            aload 1 /* facesContext */
            invokevirtual org.springframework.web.jsf.DelegatingNavigationHandlerProxy.getDelegate:(Ljavax/faces/context/FacesContext;)Ljavax/faces/application/NavigationHandler;
            astore 4 /* handler */
        start local 4 // javax.faces.application.NavigationHandler handler
         1: .line 113
            aload 4 /* handler */
            instanceof org.springframework.web.jsf.DecoratingNavigationHandler
            ifeq 6
         2: .line 114
            aload 4 /* handler */
            checkcast org.springframework.web.jsf.DecoratingNavigationHandler
         3: .line 115
            aload 1 /* facesContext */
            aload 2 /* fromAction */
            aload 3 /* outcome */
            aload 0 /* this */
            getfield org.springframework.web.jsf.DelegatingNavigationHandlerProxy.originalNavigationHandler:Ljavax/faces/application/NavigationHandler;
         4: .line 114
            invokevirtual org.springframework.web.jsf.DecoratingNavigationHandler.handleNavigation:(Ljavax/faces/context/FacesContext;Ljava/lang/String;Ljava/lang/String;Ljavax/faces/application/NavigationHandler;)V
         5: .line 116
            goto 7
         6: .line 118
      StackMap locals: javax.faces.application.NavigationHandler
      StackMap stack:
            aload 4 /* handler */
            aload 1 /* facesContext */
            aload 2 /* fromAction */
            aload 3 /* outcome */
            invokevirtual javax.faces.application.NavigationHandler.handleNavigation:(Ljavax/faces/context/FacesContext;Ljava/lang/String;Ljava/lang/String;)V
         7: .line 120
      StackMap locals:
      StackMap stack:
            return
        end local 4 // javax.faces.application.NavigationHandler handler
        end local 3 // java.lang.String outcome
        end local 2 // java.lang.String fromAction
        end local 1 // javax.faces.context.FacesContext facesContext
        end local 0 // org.springframework.web.jsf.DelegatingNavigationHandlerProxy this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lorg/springframework/web/jsf/DelegatingNavigationHandlerProxy;
            0    8     1  facesContext  Ljavax/faces/context/FacesContext;
            0    8     2    fromAction  Ljava/lang/String;
            0    8     3       outcome  Ljava/lang/String;
            1    8     4       handler  Ljavax/faces/application/NavigationHandler;
    MethodParameters:
              Name  Flags
      facesContext  
      fromAction    
      outcome       

  protected javax.faces.application.NavigationHandler getDelegate(javax.faces.context.FacesContext);
    descriptor: (Ljavax/faces/context/FacesContext;)Ljavax/faces/application/NavigationHandler;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.springframework.web.jsf.DelegatingNavigationHandlerProxy this
        start local 1 // javax.faces.context.FacesContext facesContext
         0: .line 132
            aload 0 /* this */
            aload 1 /* facesContext */
            invokevirtual org.springframework.web.jsf.DelegatingNavigationHandlerProxy.getTargetBeanName:(Ljavax/faces/context/FacesContext;)Ljava/lang/String;
            astore 2 /* targetBeanName */
        start local 2 // java.lang.String targetBeanName
         1: .line 133
            aload 0 /* this */
            aload 1 /* facesContext */
            invokevirtual org.springframework.web.jsf.DelegatingNavigationHandlerProxy.getBeanFactory:(Ljavax/faces/context/FacesContext;)Lorg/springframework/beans/factory/BeanFactory;
            aload 2 /* targetBeanName */
            ldc Ljavax/faces/application/NavigationHandler;
            invokeinterface org.springframework.beans.factory.BeanFactory.getBean:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
            checkcast javax.faces.application.NavigationHandler
            areturn
        end local 2 // java.lang.String targetBeanName
        end local 1 // javax.faces.context.FacesContext facesContext
        end local 0 // org.springframework.web.jsf.DelegatingNavigationHandlerProxy this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/springframework/web/jsf/DelegatingNavigationHandlerProxy;
            0    2     1    facesContext  Ljavax/faces/context/FacesContext;
            1    2     2  targetBeanName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      facesContext  

  protected java.lang.String getTargetBeanName(javax.faces.context.FacesContext);
    descriptor: (Ljavax/faces/context/FacesContext;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.web.jsf.DelegatingNavigationHandlerProxy this
        start local 1 // javax.faces.context.FacesContext facesContext
         0: .line 143
            ldc "jsfNavigationHandler"
            areturn
        end local 1 // javax.faces.context.FacesContext facesContext
        end local 0 // org.springframework.web.jsf.DelegatingNavigationHandlerProxy this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/springframework/web/jsf/DelegatingNavigationHandlerProxy;
            0    1     1  facesContext  Ljavax/faces/context/FacesContext;
    MethodParameters:
              Name  Flags
      facesContext  

  protected org.springframework.beans.factory.BeanFactory getBeanFactory(javax.faces.context.FacesContext);
    descriptor: (Ljavax/faces/context/FacesContext;)Lorg/springframework/beans/factory/BeanFactory;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.jsf.DelegatingNavigationHandlerProxy this
        start local 1 // javax.faces.context.FacesContext facesContext
         0: .line 156
            aload 0 /* this */
            aload 1 /* facesContext */
            invokevirtual org.springframework.web.jsf.DelegatingNavigationHandlerProxy.getWebApplicationContext:(Ljavax/faces/context/FacesContext;)Lorg/springframework/web/context/WebApplicationContext;
            areturn
        end local 1 // javax.faces.context.FacesContext facesContext
        end local 0 // org.springframework.web.jsf.DelegatingNavigationHandlerProxy this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/springframework/web/jsf/DelegatingNavigationHandlerProxy;
            0    1     1  facesContext  Ljavax/faces/context/FacesContext;
    MethodParameters:
              Name  Flags
      facesContext  

  protected org.springframework.web.context.WebApplicationContext getWebApplicationContext(javax.faces.context.FacesContext);
    descriptor: (Ljavax/faces/context/FacesContext;)Lorg/springframework/web/context/WebApplicationContext;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.web.jsf.DelegatingNavigationHandlerProxy this
        start local 1 // javax.faces.context.FacesContext facesContext
         0: .line 167
            aload 1 /* facesContext */
            invokestatic org.springframework.web.jsf.FacesContextUtils.getRequiredWebApplicationContext:(Ljavax/faces/context/FacesContext;)Lorg/springframework/web/context/WebApplicationContext;
            areturn
        end local 1 // javax.faces.context.FacesContext facesContext
        end local 0 // org.springframework.web.jsf.DelegatingNavigationHandlerProxy this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/springframework/web/jsf/DelegatingNavigationHandlerProxy;
            0    1     1  facesContext  Ljavax/faces/context/FacesContext;
    MethodParameters:
              Name  Flags
      facesContext  
}
SourceFile: "DelegatingNavigationHandlerProxy.java"