Searched refs:__MULTIPART_INPUT_STREAM (Results 1 – 1 of 1) sorted by relevance
131 public static final String __MULTIPART_INPUT_STREAM = "org.eclipse.multiPartInputStream"; field in Request146 …Stream mpis = (MultiPartInputStream)sre.getServletRequest().getAttribute(__MULTIPART_INPUT_STREAM); in requestDestroyed()2054 _multiPartInputStream = (MultiPartInputStream)getAttribute(__MULTIPART_INPUT_STREAM); in getParts()2067 setAttribute(__MULTIPART_INPUT_STREAM, _multiPartInputStream); in getParts()