Interface MultipartConfig

  • All Known Implementing Classes:
    MultipartConfigDescriptor

    public interface MultipartConfig
    Objects exhibiting this interface represent a multipart-config for a servlet.
    Author:
    Shing Wai Chan
    • Method Detail

      • getLocation

        String getLocation()
      • setLocation

        void setLocation​(String location)
      • getMaxFileSize

        Long getMaxFileSize()
      • setMaxFileSize

        void setMaxFileSize​(Long maxFileSize)
      • getMaxRequestSize

        Long getMaxRequestSize()
      • setMaxRequestSize

        void setMaxRequestSize​(Long maxRequestSize)
      • getFileSizeThreshold

        Integer getFileSizeThreshold()
      • setFileSizeThreshold

        void setFileSizeThreshold​(Integer fileSizeThreshold)