Interface MultiParts

    • Method Detail

      • getParts

        java.util.Collection<javax.servlet.http.Part> getParts()
                                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • getPart

        javax.servlet.http.Part getPart​(java.lang.String name)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • isEmpty

        boolean isEmpty()