Uses of Class
javax.servlet.MultipartConfigElement

Packages that use MultipartConfigElement
javax.servlet The javax.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container. 
org.eclipse.jetty.servlet   
org.eclipse.jetty.util   
 

Uses of MultipartConfigElement in javax.servlet
 

Methods in javax.servlet with parameters of type MultipartConfigElement
 void ServletRegistration.Dynamic.setMultipartConfig(MultipartConfigElement multipartConfig)
          Sets the MultipartConfigElement to be applied to the mappings defined for this ServletRegistration.
 

Uses of MultipartConfigElement in org.eclipse.jetty.servlet
 

Fields in org.eclipse.jetty.servlet declared as MultipartConfigElement
protected  MultipartConfigElement ServletHolder.Registration._multipartConfig
           
 

Methods in org.eclipse.jetty.servlet that return MultipartConfigElement
 MultipartConfigElement ServletHolder.Registration.getMultipartConfig()
           
 

Methods in org.eclipse.jetty.servlet with parameters of type MultipartConfigElement
 void ServletHolder.Registration.setMultipartConfig(MultipartConfigElement element)
           
 

Uses of MultipartConfigElement in org.eclipse.jetty.util
 

Fields in org.eclipse.jetty.util declared as MultipartConfigElement
static MultipartConfigElement MultiPartInputStream.__DEFAULT_MULTIPART_CONFIG
           
protected  MultipartConfigElement MultiPartInputStream._config
           
 

Constructors in org.eclipse.jetty.util with parameters of type MultipartConfigElement
MultiPartInputStream(java.io.InputStream in, java.lang.String contentType, MultipartConfigElement config, java.io.File contextTmpDir)
           
 



Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.