class org.springframework.web.servlet.support.JstlUtils$SpringLocalizationContext
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.servlet.support.JstlUtils$SpringLocalizationContext
  super_class: java.lang.Object
{
  private final org.springframework.context.MessageSource messageSource;
    descriptor: Lorg/springframework/context/MessageSource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final HttpServletRequest request;
    descriptor: LHttpServletRequest;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.context.MessageSource, HttpServletRequest);
    descriptor: (Lorg/springframework/context/MessageSource;LHttpServletRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.support.JstlUtils$SpringLocalizationContext this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.ServletContext cannot be resolved\n\tThe import javax.servlet.http.HttpServletRequest cannot be resolved\n\tThe import javax.servlet.http.HttpSession cannot be resolved\n\tThe import javax.servlet.jsp cannot be resolved\n\tThe import javax.servlet.jsp cannot be resolved\n\tServletContext cannot be resolved to a type\n\tConfig cannot be resolved to a variable\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\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\tLocalizationContext cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tThe method getResourceBundle() of type JstlUtils.SpringLocalizationContext must override or implement a supertype method\n\tHttpSession cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tConfig cannot be resolved\n\tConfig cannot be resolved to a variable\n\tLocalizationContext cannot be resolved to a type\n\tLocalizationContext cannot be resolved to a type\n\tLocalizationContext cannot be resolved to a type\n\tThe method getLocale() of type JstlUtils.SpringLocalizationContext must override or implement a supertype method\n\tHttpSession cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tConfig cannot be resolved\n\tConfig cannot be resolved to a variable\n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.support.JstlUtils$SpringLocalizationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/JstlUtils$SpringLocalizationContext;
    MethodParameters:
               Name  Flags
      messageSource  
      request        

  public java.util.ResourceBundle getResourceBundle();
    descriptor: ()Ljava/util/ResourceBundle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.support.JstlUtils$SpringLocalizationContext this
         0: .line 131
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getResourceBundle() of type JstlUtils.SpringLocalizationContext must override or implement a supertype method\n\tHttpSession cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tConfig cannot be resolved\n\tConfig cannot be resolved to a variable\n\tLocalizationContext cannot be resolved to a type\n\tLocalizationContext cannot be resolved to a type\n\tLocalizationContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.support.JstlUtils$SpringLocalizationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/JstlUtils$SpringLocalizationContext;

  public java.util.Locale getLocale();
    descriptor: ()Ljava/util/Locale;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.support.JstlUtils$SpringLocalizationContext this
         0: .line 144
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getLocale() of type JstlUtils.SpringLocalizationContext must override or implement a supertype method\n\tHttpSession cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tConfig cannot be resolved\n\tConfig cannot be resolved to a variable\n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.support.JstlUtils$SpringLocalizationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/JstlUtils$SpringLocalizationContext;
}
SourceFile: "JstlUtils.java"
NestHost: org.springframework.web.servlet.support.JstlUtils
InnerClasses:
  private SpringLocalizationContext = org.springframework.web.servlet.support.JstlUtils$SpringLocalizationContext of org.springframework.web.servlet.support.JstlUtils