public class org.springframework.web.servlet.view.script.RenderingContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.servlet.view.script.RenderingContext
  super_class: java.lang.Object
{
  private final org.springframework.context.ApplicationContext applicationContext;
    descriptor: Lorg/springframework/context/ApplicationContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Locale locale;
    descriptor: Ljava/util/Locale;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.function.Function<java.lang.String, java.lang.String> templateLoader;
    descriptor: Ljava/util/function/Function;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Function<Ljava/lang/String;Ljava/lang/String;>;

  private final java.lang.String url;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.context.ApplicationContext, java.util.Locale, java.util.function.Function<java.lang.String, java.lang.String>, java.lang.String);
    descriptor: (Lorg/springframework/context/ApplicationContext;Ljava/util/Locale;Ljava/util/function/Function;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.springframework.web.servlet.view.script.RenderingContext this
        start local 1 // org.springframework.context.ApplicationContext applicationContext
        start local 2 // java.util.Locale locale
        start local 3 // java.util.function.Function templateLoader
        start local 4 // java.lang.String url
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 1 /* applicationContext */
            putfield org.springframework.web.servlet.view.script.RenderingContext.applicationContext:Lorg/springframework/context/ApplicationContext;
         2: .line 56
            aload 0 /* this */
            aload 2 /* locale */
            putfield org.springframework.web.servlet.view.script.RenderingContext.locale:Ljava/util/Locale;
         3: .line 57
            aload 0 /* this */
            aload 3 /* templateLoader */
            putfield org.springframework.web.servlet.view.script.RenderingContext.templateLoader:Ljava/util/function/Function;
         4: .line 58
            aload 0 /* this */
            aload 4 /* url */
            putfield org.springframework.web.servlet.view.script.RenderingContext.url:Ljava/lang/String;
         5: .line 59
            return
        end local 4 // java.lang.String url
        end local 3 // java.util.function.Function templateLoader
        end local 2 // java.util.Locale locale
        end local 1 // org.springframework.context.ApplicationContext applicationContext
        end local 0 // org.springframework.web.servlet.view.script.RenderingContext this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lorg/springframework/web/servlet/view/script/RenderingContext;
            0    6     1  applicationContext  Lorg/springframework/context/ApplicationContext;
            0    6     2              locale  Ljava/util/Locale;
            0    6     3      templateLoader  Ljava/util/function/Function<Ljava/lang/String;Ljava/lang/String;>;
            0    6     4                 url  Ljava/lang/String;
    Signature: (Lorg/springframework/context/ApplicationContext;Ljava/util/Locale;Ljava/util/function/Function<Ljava/lang/String;Ljava/lang/String;>;Ljava/lang/String;)V
    MethodParameters:
                    Name  Flags
      applicationContext  
      locale              
      templateLoader      
      url                 

  public org.springframework.context.ApplicationContext getApplicationContext();
    descriptor: ()Lorg/springframework/context/ApplicationContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.view.script.RenderingContext this
         0: .line 66
            aload 0 /* this */
            getfield org.springframework.web.servlet.view.script.RenderingContext.applicationContext:Lorg/springframework/context/ApplicationContext;
            areturn
        end local 0 // org.springframework.web.servlet.view.script.RenderingContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/view/script/RenderingContext;

  public java.util.Locale getLocale();
    descriptor: ()Ljava/util/Locale;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.view.script.RenderingContext this
         0: .line 73
            aload 0 /* this */
            getfield org.springframework.web.servlet.view.script.RenderingContext.locale:Ljava/util/Locale;
            areturn
        end local 0 // org.springframework.web.servlet.view.script.RenderingContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/view/script/RenderingContext;

  public java.util.function.Function<java.lang.String, java.lang.String> getTemplateLoader();
    descriptor: ()Ljava/util/function/Function;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.view.script.RenderingContext this
         0: .line 81
            aload 0 /* this */
            getfield org.springframework.web.servlet.view.script.RenderingContext.templateLoader:Ljava/util/function/Function;
            areturn
        end local 0 // org.springframework.web.servlet.view.script.RenderingContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/view/script/RenderingContext;
    Signature: ()Ljava/util/function/Function<Ljava/lang/String;Ljava/lang/String;>;

  public java.lang.String getUrl();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.view.script.RenderingContext this
         0: .line 88
            aload 0 /* this */
            getfield org.springframework.web.servlet.view.script.RenderingContext.url:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.web.servlet.view.script.RenderingContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/view/script/RenderingContext;
}
SourceFile: "RenderingContext.java"