public abstract class org.springframework.web.servlet.support.JstlUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.web.servlet.support.JstlUtils
  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.servlet.support.JstlUtils this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.web.servlet.support.JstlUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/JstlUtils;

  public static org.springframework.context.MessageSource getJstlAwareMessageSource(ServletContext, org.springframework.context.MessageSource);
    descriptor: (LServletContext;Lorg/springframework/context/MessageSource;)Lorg/springframework/context/MessageSource;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletContext cannot be resolved to a type\n\tConfig cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
    MethodParameters:
                Name  Flags
      servletContext  
      messageSource   

  public static void exposeLocalizationContext(HttpServletRequest, org.springframework.context.MessageSource);
    descriptor: (LHttpServletRequest;Lorg/springframework/context/MessageSource;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 82
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tConfig cannot be resolved\n\tConfig cannot be resolved to a variable\n\tConfig cannot be resolved\n\tConfig cannot be resolved to a variable\n\tLocalizationContext cannot be resolved to a type\n\tConfig cannot be resolved\n\tConfig cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
               Name  Flags
      request        
      messageSource  

  public static void exposeLocalizationContext(org.springframework.web.servlet.support.RequestContext);
    descriptor: (Lorg/springframework/web/servlet/support/RequestContext;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 103
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tConfig cannot be resolved\n\tThe method getRequest() from the type RequestContext refers to the missing type HttpServletRequest\n\tConfig cannot be resolved to a variable\n\tConfig cannot be resolved\n\tThe method getRequest() from the type RequestContext refers to the missing type HttpServletRequest\n\tConfig cannot be resolved to a variable\n\tThe method getServletContext() from the type RequestContext refers to the missing type ServletContext\n\tLocalizationContext cannot be resolved to a type\n\tThe method getRequest() from the type RequestContext refers to the missing type HttpServletRequest\n\tConfig cannot be resolved\n\tThe method getRequest() from the type RequestContext refers to the missing type HttpServletRequest\n\tConfig cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
                Name  Flags
      requestContext  
}
SourceFile: "JstlUtils.java"
NestMembers:
  org.springframework.web.servlet.support.JstlUtils$SpringLocalizationContext
InnerClasses:
  private SpringLocalizationContext = org.springframework.web.servlet.support.JstlUtils$SpringLocalizationContext of org.springframework.web.servlet.support.JstlUtils