public class org.springframework.web.context.support.StandardServletEnvironment extends org.springframework.core.env.StandardEnvironment implements org.springframework.web.context.ConfigurableWebEnvironment
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.context.support.StandardServletEnvironment
  super_class: org.springframework.core.env.StandardEnvironment
{
  public static final java.lang.String SERVLET_CONTEXT_PROPERTY_SOURCE_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "servletContextInitParams"

  public static final java.lang.String SERVLET_CONFIG_PROPERTY_SOURCE_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "servletConfigInitParams"

  public static final java.lang.String JNDI_PROPERTY_SOURCE_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "jndiProperties"

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.context.support.StandardServletEnvironment this
         0: .line 45
            aload 0 /* this */
            invokespecial org.springframework.core.env.StandardEnvironment.<init>:()V
            return
        end local 0 // org.springframework.web.context.support.StandardServletEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/context/support/StandardServletEnvironment;

  protected void customizePropertySources(org.springframework.core.env.MutablePropertySources);
    descriptor: (Lorg/springframework/core/env/MutablePropertySources;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.web.context.support.StandardServletEnvironment this
        start local 1 // org.springframework.core.env.MutablePropertySources propertySources
         0: .line 85
            aload 1 /* propertySources */
            new org.springframework.core.env.PropertySource$StubPropertySource
            dup
            ldc "servletConfigInitParams"
            invokespecial org.springframework.core.env.PropertySource$StubPropertySource.<init>:(Ljava/lang/String;)V
            invokevirtual org.springframework.core.env.MutablePropertySources.addLast:(Lorg/springframework/core/env/PropertySource;)V
         1: .line 86
            aload 1 /* propertySources */
            new org.springframework.core.env.PropertySource$StubPropertySource
            dup
            ldc "servletContextInitParams"
            invokespecial org.springframework.core.env.PropertySource$StubPropertySource.<init>:(Ljava/lang/String;)V
            invokevirtual org.springframework.core.env.MutablePropertySources.addLast:(Lorg/springframework/core/env/PropertySource;)V
         2: .line 87
            invokestatic org.springframework.jndi.JndiLocatorDelegate.isDefaultJndiEnvironmentAvailable:()Z
            ifeq 4
         3: .line 88
            aload 1 /* propertySources */
            new org.springframework.jndi.JndiPropertySource
            dup
            ldc "jndiProperties"
            invokespecial org.springframework.jndi.JndiPropertySource.<init>:(Ljava/lang/String;)V
            invokevirtual org.springframework.core.env.MutablePropertySources.addLast:(Lorg/springframework/core/env/PropertySource;)V
         4: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* propertySources */
            invokespecial org.springframework.core.env.StandardEnvironment.customizePropertySources:(Lorg/springframework/core/env/MutablePropertySources;)V
         5: .line 91
            return
        end local 1 // org.springframework.core.env.MutablePropertySources propertySources
        end local 0 // org.springframework.web.context.support.StandardServletEnvironment this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/springframework/web/context/support/StandardServletEnvironment;
            0    6     1  propertySources  Lorg/springframework/core/env/MutablePropertySources;
    MethodParameters:
                 Name  Flags
      propertySources  

  public void initPropertySources(javax.servlet.ServletContext, javax.servlet.ServletConfig);
    descriptor: (Ljavax/servlet/ServletContext;Ljavax/servlet/ServletConfig;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.context.support.StandardServletEnvironment this
        start local 1 // javax.servlet.ServletContext servletContext
        start local 2 // javax.servlet.ServletConfig servletConfig
         0: .line 95
            aload 0 /* this */
            invokevirtual org.springframework.web.context.support.StandardServletEnvironment.getPropertySources:()Lorg/springframework/core/env/MutablePropertySources;
            aload 1 /* servletContext */
            aload 2 /* servletConfig */
            invokestatic org.springframework.web.context.support.WebApplicationContextUtils.initServletPropertySources:(Lorg/springframework/core/env/MutablePropertySources;Ljavax/servlet/ServletContext;Ljavax/servlet/ServletConfig;)V
         1: .line 96
            return
        end local 2 // javax.servlet.ServletConfig servletConfig
        end local 1 // javax.servlet.ServletContext servletContext
        end local 0 // org.springframework.web.context.support.StandardServletEnvironment this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/springframework/web/context/support/StandardServletEnvironment;
            0    2     1  servletContext  Ljavax/servlet/ServletContext;
            0    2     2   servletConfig  Ljavax/servlet/ServletConfig;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      servletContext  
      servletConfig   
}
SourceFile: "StandardServletEnvironment.java"
InnerClasses:
  public StubPropertySource = org.springframework.core.env.PropertySource$StubPropertySource of org.springframework.core.env.PropertySource