Class MultipartDef

java.lang.Object
org.apache.tomcat.util.descriptor.web.MultipartDef
All Implemented Interfaces:
Serializable

public class MultipartDef extends Object implements Serializable
Representation of a the multipart configuration for a servlet.
See Also:
  • Constructor Details

    • MultipartDef

      public MultipartDef()
  • Method Details

    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getMaxFileSize

      public String getMaxFileSize()
    • setMaxFileSize

      public void setMaxFileSize(String maxFileSize)
    • getMaxRequestSize

      public String getMaxRequestSize()
    • setMaxRequestSize

      public void setMaxRequestSize(String maxRequestSize)
    • getFileSizeThreshold

      public String getFileSizeThreshold()
    • setFileSizeThreshold

      public void setFileSizeThreshold(String fileSizeThreshold)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object