public class org.apache.commons.fileupload.portlet.PortletFileUpload extends org.apache.commons.fileupload.FileUpload
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.fileupload.portlet.PortletFileUpload
  super_class: org.apache.commons.fileupload.FileUpload
{
  public static final boolean isMultipartContent(ActionRequest);
    descriptor: (LActionRequest;)Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
         0: .line 62
            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
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      request  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.fileupload.portlet.PortletFileUpload this
         0: .line 77
            aload 0 /* this */
            invokespecial org.apache.commons.fileupload.FileUpload.<init>:()V
         1: .line 78
            return
        end local 0 // org.apache.commons.fileupload.portlet.PortletFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/fileupload/portlet/PortletFileUpload;

  public void <init>(org.apache.commons.fileupload.FileItemFactory);
    descriptor: (Lorg/apache/commons/fileupload/FileItemFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.fileupload.portlet.PortletFileUpload this
        start local 1 // org.apache.commons.fileupload.FileItemFactory fileItemFactory
         0: .line 88
            aload 0 /* this */
            aload 1 /* fileItemFactory */
            invokespecial org.apache.commons.fileupload.FileUpload.<init>:(Lorg/apache/commons/fileupload/FileItemFactory;)V
         1: .line 89
            return
        end local 1 // org.apache.commons.fileupload.FileItemFactory fileItemFactory
        end local 0 // org.apache.commons.fileupload.portlet.PortletFileUpload this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/apache/commons/fileupload/portlet/PortletFileUpload;
            0    2     1  fileItemFactory  Lorg/apache/commons/fileupload/FileItemFactory;
    MethodParameters:
                 Name  Flags
      fileItemFactory  

  public java.util.List<org.apache.commons.fileupload.FileItem> parseRequest(ActionRequest);
    descriptor: (LActionRequest;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.fileupload.portlet.PortletFileUpload this
         0: .line 105
            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.PortletFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/fileupload/portlet/PortletFileUpload;
    Exceptions:
      throws org.apache.commons.fileupload.FileUploadException
    Signature: (LActionRequest;)Ljava/util/List<Lorg/apache/commons/fileupload/FileItem;>;
    MethodParameters:
         Name  Flags
      request  

  public java.util.Map<java.lang.String, java.util.List<org.apache.commons.fileupload.FileItem>> parseParameterMap(ActionRequest);
    descriptor: (LActionRequest;)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.fileupload.portlet.PortletFileUpload this
         0: .line 123
            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.PortletFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/fileupload/portlet/PortletFileUpload;
    Exceptions:
      throws org.apache.commons.fileupload.FileUploadException
    Signature: (LActionRequest;)Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Lorg/apache/commons/fileupload/FileItem;>;>;
    MethodParameters:
         Name  Flags
      request  

  public org.apache.commons.fileupload.FileItemIterator getItemIterator(ActionRequest);
    descriptor: (LActionRequest;)Lorg/apache/commons/fileupload/FileItemIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.fileupload.portlet.PortletFileUpload this
         0: .line 144
            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.PortletFileUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/fileupload/portlet/PortletFileUpload;
    Exceptions:
      throws org.apache.commons.fileupload.FileUploadException, java.io.IOException
    MethodParameters:
         Name  Flags
      request  
}
SourceFile: "PortletFileUpload.java"