public class org.apache.commons.fileupload.portlet.PortletRequestContext implements org.apache.commons.fileupload.UploadContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.fileupload.portlet.PortletRequestContext
  super_class: java.lang.Object
{
  private final ActionRequest request;
    descriptor: LActionRequest;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public java.lang.String getCharacterEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.fileupload.portlet.PortletRequestContext this
         0: .line 66
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tActionRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.commons.fileupload.portlet.PortletRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/fileupload/portlet/PortletRequestContext;

  public java.lang.String getContentType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.fileupload.portlet.PortletRequestContext this
         0: .line 76
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tActionRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.commons.fileupload.portlet.PortletRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/fileupload/portlet/PortletRequestContext;

  public int getContentLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.fileupload.portlet.PortletRequestContext this
         0: .line 88
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tActionRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.commons.fileupload.portlet.PortletRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/fileupload/portlet/PortletRequestContext;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public long contentLength();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.fileupload.portlet.PortletRequestContext this
         0: .line 101
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tActionRequest cannot be resolved to a type\n\tActionRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.commons.fileupload.portlet.PortletRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/fileupload/portlet/PortletRequestContext;

  public java.io.InputStream getInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.fileupload.portlet.PortletRequestContext this
         0: .line 117
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tActionRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.commons.fileupload.portlet.PortletRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/fileupload/portlet/PortletRequestContext;
    Exceptions:
      throws java.io.IOException

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.fileupload.portlet.PortletRequestContext this
         0: .line 126
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.commons.fileupload.portlet.PortletRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/fileupload/portlet/PortletRequestContext;
}
SourceFile: "PortletRequestContext.java"