public class org.springframework.web.servlet.view.BeanNameViewResolver extends org.springframework.web.context.support.WebApplicationObjectSupport implements org.springframework.web.servlet.ViewResolver, org.springframework.core.Ordered
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.servlet.view.BeanNameViewResolver
  super_class: org.springframework.web.context.support.WebApplicationObjectSupport
{
  private int order;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.view.BeanNameViewResolver this
         0: .line 55
            aload 0 /* this */
            invokespecial org.springframework.web.context.support.WebApplicationObjectSupport.<init>:()V
         1: .line 57
            aload 0 /* this */
            ldc 2147483647
            putfield org.springframework.web.servlet.view.BeanNameViewResolver.order:I
         2: .line 55
            return
        end local 0 // org.springframework.web.servlet.view.BeanNameViewResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/web/servlet/view/BeanNameViewResolver;

  public void setOrder(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.view.BeanNameViewResolver this
        start local 1 // int order
         0: .line 66
            aload 0 /* this */
            iload 1 /* order */
            putfield org.springframework.web.servlet.view.BeanNameViewResolver.order:I
         1: .line 67
            return
        end local 1 // int order
        end local 0 // org.springframework.web.servlet.view.BeanNameViewResolver this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/springframework/web/servlet/view/BeanNameViewResolver;
            0    2     1  order  I
    MethodParameters:
       Name  Flags
      order  

  public int getOrder();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.view.BeanNameViewResolver this
         0: .line 71
            aload 0 /* this */
            getfield org.springframework.web.servlet.view.BeanNameViewResolver.order:I
            ireturn
        end local 0 // org.springframework.web.servlet.view.BeanNameViewResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/view/BeanNameViewResolver;

  public org.springframework.web.servlet.View resolveViewName(java.lang.String, java.util.Locale);
    descriptor: (Ljava/lang/String;Ljava/util/Locale;)Lorg/springframework/web/servlet/View;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.springframework.web.servlet.view.BeanNameViewResolver this
        start local 1 // java.lang.String viewName
        start local 2 // java.util.Locale locale
         0: .line 78
            aload 0 /* this */
            invokevirtual org.springframework.web.servlet.view.BeanNameViewResolver.obtainApplicationContext:()Lorg/springframework/context/ApplicationContext;
            astore 3 /* context */
        start local 3 // org.springframework.context.ApplicationContext context
         1: .line 79
            aload 3 /* context */
            aload 1 /* viewName */
            invokeinterface org.springframework.context.ApplicationContext.containsBean:(Ljava/lang/String;)Z
            ifne 3
         2: .line 81
            aconst_null
            areturn
         3: .line 83
      StackMap locals: org.springframework.context.ApplicationContext
      StackMap stack:
            aload 3 /* context */
            aload 1 /* viewName */
            ldc Lorg/springframework/web/servlet/View;
            invokeinterface org.springframework.context.ApplicationContext.isTypeMatch:(Ljava/lang/String;Ljava/lang/Class;)Z
            ifne 7
         4: .line 84
            aload 0 /* this */
            getfield org.springframework.web.servlet.view.BeanNameViewResolver.logger:Lorg/apache/commons/logging/Log;
            invokeinterface org.apache.commons.logging.Log.isDebugEnabled:()Z
            ifeq 6
         5: .line 85
            aload 0 /* this */
            getfield org.springframework.web.servlet.view.BeanNameViewResolver.logger:Lorg/apache/commons/logging/Log;
            new java.lang.StringBuilder
            dup
            ldc "Found bean named '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* viewName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' but it does not implement View"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface org.apache.commons.logging.Log.debug:(Ljava/lang/Object;)V
         6: .line 89
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         7: .line 91
      StackMap locals:
      StackMap stack:
            aload 3 /* context */
            aload 1 /* viewName */
            ldc Lorg/springframework/web/servlet/View;
            invokeinterface org.springframework.context.ApplicationContext.getBean:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
            checkcast org.springframework.web.servlet.View
            areturn
        end local 3 // org.springframework.context.ApplicationContext context
        end local 2 // java.util.Locale locale
        end local 1 // java.lang.String viewName
        end local 0 // org.springframework.web.servlet.view.BeanNameViewResolver this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/springframework/web/servlet/view/BeanNameViewResolver;
            0    8     1  viewName  Ljava/lang/String;
            0    8     2    locale  Ljava/util/Locale;
            1    8     3   context  Lorg/springframework/context/ApplicationContext;
    Exceptions:
      throws org.springframework.beans.BeansException
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
          Name  Flags
      viewName  
      locale    
}
SourceFile: "BeanNameViewResolver.java"