public abstract class org.springframework.web.servlet.resource.AbstractResourceResolver implements org.springframework.web.servlet.resource.ResourceResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.web.servlet.resource.AbstractResourceResolver
  super_class: java.lang.Object
{
  protected final org.apache.commons.logging.Log logger;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.resource.AbstractResourceResolver this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic org.apache.commons.logging.LogFactory.getLog:(Ljava/lang/Class;)Lorg/apache/commons/logging/Log;
            putfield org.springframework.web.servlet.resource.AbstractResourceResolver.logger:Lorg/apache/commons/logging/Log;
         2: .line 35
            return
        end local 0 // org.springframework.web.servlet.resource.AbstractResourceResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/web/servlet/resource/AbstractResourceResolver;

  public org.springframework.core.io.Resource resolveResource(javax.servlet.http.HttpServletRequest, java.lang.String, java.util.List<? extends org.springframework.core.io.Resource>, org.springframework.web.servlet.resource.ResourceResolverChain);
    descriptor: (Ljavax/servlet/http/HttpServletRequest;Ljava/lang/String;Ljava/util/List;Lorg/springframework/web/servlet/resource/ResourceResolverChain;)Lorg/springframework/core/io/Resource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.springframework.web.servlet.resource.AbstractResourceResolver this
        start local 1 // javax.servlet.http.HttpServletRequest request
        start local 2 // java.lang.String requestPath
        start local 3 // java.util.List locations
        start local 4 // org.springframework.web.servlet.resource.ResourceResolverChain chain
         0: .line 45
            aload 0 /* this */
            aload 1 /* request */
            aload 2 /* requestPath */
            aload 3 /* locations */
            aload 4 /* chain */
            invokevirtual org.springframework.web.servlet.resource.AbstractResourceResolver.resolveResourceInternal:(Ljavax/servlet/http/HttpServletRequest;Ljava/lang/String;Ljava/util/List;Lorg/springframework/web/servlet/resource/ResourceResolverChain;)Lorg/springframework/core/io/Resource;
            areturn
        end local 4 // org.springframework.web.servlet.resource.ResourceResolverChain chain
        end local 3 // java.util.List locations
        end local 2 // java.lang.String requestPath
        end local 1 // javax.servlet.http.HttpServletRequest request
        end local 0 // org.springframework.web.servlet.resource.AbstractResourceResolver this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/springframework/web/servlet/resource/AbstractResourceResolver;
            0    1     1      request  Ljavax/servlet/http/HttpServletRequest;
            0    1     2  requestPath  Ljava/lang/String;
            0    1     3    locations  Ljava/util/List<+Lorg/springframework/core/io/Resource;>;
            0    1     4        chain  Lorg/springframework/web/servlet/resource/ResourceResolverChain;
    Signature: (Ljavax/servlet/http/HttpServletRequest;Ljava/lang/String;Ljava/util/List<+Lorg/springframework/core/io/Resource;>;Lorg/springframework/web/servlet/resource/ResourceResolverChain;)Lorg/springframework/core/io/Resource;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
      2:
      3:
    MethodParameters:
             Name  Flags
      request      
      requestPath  
      locations    
      chain        

  public java.lang.String resolveUrlPath(java.lang.String, java.util.List<? extends org.springframework.core.io.Resource>, org.springframework.web.servlet.resource.ResourceResolverChain);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lorg/springframework/web/servlet/resource/ResourceResolverChain;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.springframework.web.servlet.resource.AbstractResourceResolver this
        start local 1 // java.lang.String resourceUrlPath
        start local 2 // java.util.List locations
        start local 3 // org.springframework.web.servlet.resource.ResourceResolverChain chain
         0: .line 53
            aload 0 /* this */
            aload 1 /* resourceUrlPath */
            aload 2 /* locations */
            aload 3 /* chain */
            invokevirtual org.springframework.web.servlet.resource.AbstractResourceResolver.resolveUrlPathInternal:(Ljava/lang/String;Ljava/util/List;Lorg/springframework/web/servlet/resource/ResourceResolverChain;)Ljava/lang/String;
            areturn
        end local 3 // org.springframework.web.servlet.resource.ResourceResolverChain chain
        end local 2 // java.util.List locations
        end local 1 // java.lang.String resourceUrlPath
        end local 0 // org.springframework.web.servlet.resource.AbstractResourceResolver this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/springframework/web/servlet/resource/AbstractResourceResolver;
            0    1     1  resourceUrlPath  Ljava/lang/String;
            0    1     2        locations  Ljava/util/List<+Lorg/springframework/core/io/Resource;>;
            0    1     3            chain  Lorg/springframework/web/servlet/resource/ResourceResolverChain;
    Signature: (Ljava/lang/String;Ljava/util/List<+Lorg/springframework/core/io/Resource;>;Lorg/springframework/web/servlet/resource/ResourceResolverChain;)Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
                 Name  Flags
      resourceUrlPath  
      locations        
      chain            

  protected abstract org.springframework.core.io.Resource resolveResourceInternal(javax.servlet.http.HttpServletRequest, java.lang.String, java.util.List<? extends org.springframework.core.io.Resource>, org.springframework.web.servlet.resource.ResourceResolverChain);
    descriptor: (Ljavax/servlet/http/HttpServletRequest;Ljava/lang/String;Ljava/util/List;Lorg/springframework/web/servlet/resource/ResourceResolverChain;)Lorg/springframework/core/io/Resource;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Ljavax/servlet/http/HttpServletRequest;Ljava/lang/String;Ljava/util/List<+Lorg/springframework/core/io/Resource;>;Lorg/springframework/web/servlet/resource/ResourceResolverChain;)Lorg/springframework/core/io/Resource;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
      2:
      3:
    MethodParameters:
             Name  Flags
      request      
      requestPath  
      locations    
      chain        

  protected abstract java.lang.String resolveUrlPathInternal(java.lang.String, java.util.List<? extends org.springframework.core.io.Resource>, org.springframework.web.servlet.resource.ResourceResolverChain);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lorg/springframework/web/servlet/resource/ResourceResolverChain;)Ljava/lang/String;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/util/List<+Lorg/springframework/core/io/Resource;>;Lorg/springframework/web/servlet/resource/ResourceResolverChain;)Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
                 Name  Flags
      resourceUrlPath  
      locations        
      chain            
}
SourceFile: "AbstractResourceResolver.java"