Uses of Interface
org.jboss.shrinkwrap.descriptor.api.webcommon30.MultipartConfigType

Packages that use MultipartConfigType
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
 

Uses of MultipartConfigType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return MultipartConfigType
 MultipartConfigType<ServletType<T>> ServletType.multipartConfig()
          If not already created, a new multipart-config element will be created and returned.
 MultipartConfigType<T> MultipartConfigType.removeFileSizeThreshold()
          Removes the file-size-threshold element
 MultipartConfigType<T> MultipartConfigType.removeLocation()
          Removes the location element
 MultipartConfigType<T> MultipartConfigType.removeMaxFileSize()
          Removes the max-file-size element
 MultipartConfigType<T> MultipartConfigType.removeMaxRequestSize()
          Removes the max-request-size element
 MultipartConfigType<T> MultipartConfigType.setFileSizeThreshold(java.lang.Integer fileSizeThreshold)
          If not already created, a new file-size-threshold element with the given value will be created.
 MultipartConfigType<T> MultipartConfigType.setLocation(java.lang.String location)
          If not already created, a new location element with the given value will be created.
 MultipartConfigType<T> MultipartConfigType.setMaxFileSize(java.lang.Long maxFileSize)
          If not already created, a new max-file-size element with the given value will be created.
 MultipartConfigType<T> MultipartConfigType.setMaxRequestSize(java.lang.Long maxRequestSize)
          If not already created, a new max-request-size element with the given value will be created.
 

Uses of MultipartConfigType in org.jboss.shrinkwrap.descriptor.impl.webcommon30
 

Classes in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that implement MultipartConfigType
 class MultipartConfigTypeImpl<T>
          This class implements the multipart-configType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return MultipartConfigType
 MultipartConfigType<ServletType<T>> ServletTypeImpl.multipartConfig()
          If not already created, a new multipart-config element will be created and returned.
 MultipartConfigType<T> MultipartConfigTypeImpl.removeFileSizeThreshold()
          Removes the file-size-threshold element
 MultipartConfigType<T> MultipartConfigTypeImpl.removeLocation()
          Removes the location element
 MultipartConfigType<T> MultipartConfigTypeImpl.removeMaxFileSize()
          Removes the max-file-size element
 MultipartConfigType<T> MultipartConfigTypeImpl.removeMaxRequestSize()
          Removes the max-request-size element
 MultipartConfigType<T> MultipartConfigTypeImpl.setFileSizeThreshold(java.lang.Integer fileSizeThreshold)
          If not already created, a new file-size-threshold element with the given value will be created.
 MultipartConfigType<T> MultipartConfigTypeImpl.setLocation(java.lang.String location)
          If not already created, a new location element with the given value will be created.
 MultipartConfigType<T> MultipartConfigTypeImpl.setMaxFileSize(java.lang.Long maxFileSize)
          If not already created, a new max-file-size element with the given value will be created.
 MultipartConfigType<T> MultipartConfigTypeImpl.setMaxRequestSize(java.lang.Long maxRequestSize)
          If not already created, a new max-request-size element with the given value will be created.