public interface org.springframework.web.servlet.resource.ResourceResolverChain
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.web.servlet.resource.ResourceResolverChain
  super_class: java.lang.Object
{
  public abstract org.springframework.core.io.Resource resolveResource(javax.servlet.http.HttpServletRequest, java.lang.String, java.util.List<? extends org.springframework.core.io.Resource>);
    descriptor: (Ljavax/servlet/http/HttpServletRequest;Ljava/lang/String;Ljava/util/List;)Lorg/springframework/core/io/Resource;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljavax/servlet/http/HttpServletRequest;Ljava/lang/String;Ljava/util/List<+Lorg/springframework/core/io/Resource;>;)Lorg/springframework/core/io/Resource;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
      2:
    MethodParameters:
             Name  Flags
      request      
      requestPath  
      locations    

  public abstract java.lang.String resolveUrlPath(java.lang.String, java.util.List<? extends org.springframework.core.io.Resource>);
    descriptor: (Ljava/lang/String;Ljava/util/List;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/util/List<+Lorg/springframework/core/io/Resource;>;)Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
              Name  Flags
      resourcePath  
      locations     
}
SourceFile: "ResourceResolverChain.java"