Class MultipartConfigMetaData

    • Constructor Detail

      • MultipartConfigMetaData

        public MultipartConfigMetaData()
    • Method Detail

      • getLocation

        public String getLocation()
      • setLocation

        public void setLocation​(String location)
      • getMaxFileSize

        public long getMaxFileSize()
      • setMaxFileSize

        public void setMaxFileSize​(long maxFileSize)
      • getMaxRequestSize

        public long getMaxRequestSize()
      • setMaxRequestSize

        public void setMaxRequestSize​(long maxRequestSize)
      • getFileSizeThreshold

        public int getFileSizeThreshold()
      • setFileSizeThreshold

        public void setFileSizeThreshold​(int fileSizeThreshold)
      • getMaxFileSizeSet

        public boolean getMaxFileSizeSet()
      • getMaxRequestSizeSet

        public boolean getMaxRequestSizeSet()
      • getFileSizeThresholdSet

        public boolean getFileSizeThresholdSet()