Uses of Interface
com.sun.enterprise.deployment.web.MultipartConfig
-
Packages that use MultipartConfig Package Description com.sun.enterprise.deployment org.glassfish.web.deployment.descriptor -
-
Uses of MultipartConfig in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return MultipartConfig Modifier and Type Method Description abstract MultipartConfigWebComponentDescriptor. getMultipartConfig()Methods in com.sun.enterprise.deployment with parameters of type MultipartConfig Modifier and Type Method Description abstract voidWebComponentDescriptor. setMultipartConfig(MultipartConfig multipartConfig) -
Uses of MultipartConfig in org.glassfish.web.deployment.descriptor
Classes in org.glassfish.web.deployment.descriptor that implement MultipartConfig Modifier and Type Class Description classMultipartConfigDescriptorThis represents the multipart-config resided in web.xml.Methods in org.glassfish.web.deployment.descriptor that return MultipartConfig Modifier and Type Method Description MultipartConfigWebComponentDescriptorImpl. getMultipartConfig()Methods in org.glassfish.web.deployment.descriptor with parameters of type MultipartConfig Modifier and Type Method Description voidWebComponentDescriptorImpl. setMultipartConfig(MultipartConfig multipartConfig)
-