public class org.apache.commons.configuration.web.ServletRequestConfiguration extends org.apache.commons.configuration.web.BaseWebConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.configuration.web.ServletRequestConfiguration
  super_class: org.apache.commons.configuration.web.BaseWebConfiguration
{
  protected ServletRequest request;
    descriptor: LServletRequest;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(ServletRequest);
    descriptor: (LServletRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration.web.ServletRequestConfiguration this
         0: .line 26
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tServletRequest cannot be resolved to a type\n\tServletRequest cannot be resolved to a type\n\tServletRequest cannot be resolved to a type\n\tServletRequest cannot be resolved to a type\n\tServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.commons.configuration.web.ServletRequestConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration/web/ServletRequestConfiguration;
    MethodParameters:
         Name  Flags
      request  

  public java.lang.Object getProperty(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration.web.ServletRequestConfiguration this
         0: .line 54
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.commons.configuration.web.ServletRequestConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration/web/ServletRequestConfiguration;
    MethodParameters:
      Name  Flags
      key   

  public java.util.Iterator<java.lang.String> getKeys();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration.web.ServletRequestConfiguration this
         0: .line 88
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.commons.configuration.web.ServletRequestConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration/web/ServletRequestConfiguration;
    Signature: ()Ljava/util/Iterator<Ljava/lang/String;>;
}
SourceFile: "ServletRequestConfiguration.java"