类 MultipartResolutionDelegate.ServletDelegate

java.lang.Object
cn.taketoday.web.bind.resolver.MultipartResolutionDelegate.ServletDelegate
封闭类:
MultipartResolutionDelegate

static class MultipartResolutionDelegate.ServletDelegate extends Object
  • 构造器详细资料

    • ServletDelegate

      ServletDelegate()
  • 方法详细资料

    • resolvePart

      static Object resolvePart(RequestContext request, String name, cn.taketoday.core.MethodParameter parameter) throws Exception
      抛出:
      Exception
    • resolvePartList

      static List<Part> resolvePartList(HttpServletRequest request, String name) throws Exception
      抛出:
      Exception
    • isPart

      static boolean isPart(Class<?> paramType)
    • isPartCollection

      static boolean isPartCollection(cn.taketoday.core.MethodParameter methodParam)
    • isPartArray

      static boolean isPartArray(cn.taketoday.core.MethodParameter methodParam)