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 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return MultipartConfigType
 MultipartConfigType<T> MultipartConfigType.fileSizeThreshold(Integer fileSizeThreshold)
          Sets the file-size-threshold element
 MultipartConfigType<ServletType<T>> ServletType.getOrCreateMultipartConfig()
          If not already created, a new multipart-config element with the given value will be created.
 MultipartConfigType<T> MultipartConfigType.location(String location)
          Sets the location element
 MultipartConfigType<T> MultipartConfigType.maxFileSize(Long maxFileSize)
          Sets the max-file-size element
 MultipartConfigType<T> MultipartConfigType.maxRequestSize(Long maxRequestSize)
          Sets the max-request-size element
 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
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.