public class org.springframework.web.servlet.support.JspAwareRequestContext extends org.springframework.web.servlet.support.RequestContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.servlet.support.JspAwareRequestContext
  super_class: org.springframework.web.servlet.support.RequestContext
{
  private PageContext pageContext;
    descriptor: LPageContext;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(PageContext);
    descriptor: (LPageContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.support.JspAwareRequestContext this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.http.HttpServletRequest cannot be resolved\n\tThe import javax.servlet.http.HttpServletResponse cannot be resolved\n\tThe import javax.servlet.jsp cannot be resolved\n\tThe import javax.servlet.jsp cannot be resolved\n\tPageContext cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tThe method getPageContext() from the type JspAwareRequestContext refers to the missing type PageContext\n\tThe method getRequest() from the type RequestContext refers to the missing type HttpServletRequest\n\tThe method getPageContext() from the type JspAwareRequestContext refers to the missing type PageContext\n\tPageContext cannot be resolved to a type\n\tConfig cannot be resolved\n\tConfig cannot be resolved to a variable\n\tPageContext 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
        end local 0 // org.springframework.web.servlet.support.JspAwareRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/JspAwareRequestContext;
    MethodParameters:
             Name  Flags
      pageContext  

  public void <init>(PageContext, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (LPageContext;Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.support.JspAwareRequestContext this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.http.HttpServletRequest cannot be resolved\n\tThe import javax.servlet.http.HttpServletResponse cannot be resolved\n\tThe import javax.servlet.jsp cannot be resolved\n\tThe import javax.servlet.jsp cannot be resolved\n\tPageContext cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tThe method getPageContext() from the type JspAwareRequestContext refers to the missing type PageContext\n\tThe method getRequest() from the type RequestContext refers to the missing type HttpServletRequest\n\tThe method getPageContext() from the type JspAwareRequestContext refers to the missing type PageContext\n\tPageContext cannot be resolved to a type\n\tConfig cannot be resolved\n\tConfig cannot be resolved to a variable\n\tPageContext 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
        end local 0 // org.springframework.web.servlet.support.JspAwareRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/JspAwareRequestContext;
    Signature: (LPageContext;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)V
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
             Name  Flags
      pageContext  
      model        

  protected final PageContext getPageContext();
    descriptor: ()LPageContext;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.support.JspAwareRequestContext this
         0: .line 73
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPageContext cannot be resolved to a type\n\tPageContext 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.JspAwareRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/JspAwareRequestContext;

  protected java.util.Locale getFallbackLocale();
    descriptor: ()Ljava/util/Locale;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.support.JspAwareRequestContext this
         0: .line 85
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getPageContext() from the type JspAwareRequestContext refers to the missing type PageContext\n\tThe method getRequest() from the type RequestContext refers to the missing type HttpServletRequest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.support.JspAwareRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/JspAwareRequestContext;

  protected java.util.TimeZone getFallbackTimeZone();
    descriptor: ()Ljava/util/TimeZone;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.support.JspAwareRequestContext this
         0: .line 100
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getPageContext() from the type JspAwareRequestContext refers to the missing type PageContext\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.support.JspAwareRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/JspAwareRequestContext;
}
SourceFile: "JspAwareRequestContext.java"
NestMembers:
  org.springframework.web.servlet.support.JspAwareRequestContext$JstlPageLocaleResolver
InnerClasses:
  private JstlPageLocaleResolver = org.springframework.web.servlet.support.JspAwareRequestContext$JstlPageLocaleResolver of org.springframework.web.servlet.support.JspAwareRequestContext