Searched refs:__MULTIPART_CONFIG_ELEMENT (Results 1 – 2 of 2) sorted by relevance
130 public static final String __MULTIPART_CONFIG_ELEMENT = "org.eclipse.multipartConfig"; field in Request387 …& content_type.startsWith("multipart/form-data") && getAttribute(__MULTIPART_CONFIG_ELEMENT)!=null) in extractParameters()2058 … MultipartConfigElement config = (MultipartConfigElement)getAttribute(__MULTIPART_CONFIG_ELEMENT); in getParts()
682 request.setAttribute(Request.__MULTIPART_CONFIG_ELEMENT, mpce); in handle()