Class MultipartConfigParameters

java.lang.Object
org.oddjob.jetty.MultipartConfigParameters

public class MultipartConfigParameters extends Object
Bean to provide configuration for an MultipartConfigElement.
See Also:
  • Constructor Details

    • MultipartConfigParameters

      public MultipartConfigParameters()
  • Method Details

    • 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 maxRequestSizeK)
    • getFileSizeThreshold

      public int getFileSizeThreshold()
    • setFileSizeThreshold

      public void setFileSizeThreshold(int fileSizeThresholdK)
    • toMultipartConfigElement

      public javax.servlet.MultipartConfigElement toMultipartConfigElement()