Class WebXmlServletMultipartConfig

java.lang.Object
cloud.piranha.webapp.impl.WebXmlServletMultipartConfig

public class WebXmlServletMultipartConfig extends Object
  • Constructor Details

    • WebXmlServletMultipartConfig

      public WebXmlServletMultipartConfig()
  • Method Details

    • getLocation

      public String getLocation()
      Returns the location.
      Returns:
      the location
    • setLocation

      public void setLocation(String location)
      Parameters:
      location - the location to set
    • getMaxFileSize

      public long getMaxFileSize()
      Returns the maxFileSize.
      Returns:
      the maxFileSize
    • setMaxFileSize

      public void setMaxFileSize(long maxFileSize)
      Parameters:
      maxFileSize - the maxFileSize to set
    • getMaxRequestSize

      public long getMaxRequestSize()
      Returns the maxRequestSize.
      Returns:
      the maxRequestSize
    • setMaxRequestSize

      public void setMaxRequestSize(long maxRequestSize)
      Parameters:
      maxRequestSize - the maxRequestSize to set
    • getFileSizeThreshold

      public int getFileSizeThreshold()
      Returns the fileSizeThreshold.
      Returns:
      the fileSizeThreshold
    • setFileSizeThreshold

      public void setFileSizeThreshold(int fileSizeThreshold)
      Parameters:
      fileSizeThreshold - the fileSizeThreshold to set