类 MultipartResolutionDelegate.ServletDelegate
java.lang.Object
cn.taketoday.web.bind.resolver.MultipartResolutionDelegate.ServletDelegate
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) static boolean(专用程序包) static booleanisPartArray(cn.taketoday.core.MethodParameter methodParam) (专用程序包) static booleanisPartCollection(cn.taketoday.core.MethodParameter methodParam) (专用程序包) static ObjectresolvePart(RequestContext request, String name, cn.taketoday.core.MethodParameter parameter) resolvePartList(HttpServletRequest request, String name)
-
构造器详细资料
-
ServletDelegate
ServletDelegate()
-
-
方法详细资料
-
resolvePart
static Object resolvePart(RequestContext request, String name, cn.taketoday.core.MethodParameter parameter) throws Exception - 抛出:
Exception
-
resolvePartList
- 抛出:
Exception
-
isPart
-
isPartCollection
static boolean isPartCollection(cn.taketoday.core.MethodParameter methodParam) -
isPartArray
static boolean isPartArray(cn.taketoday.core.MethodParameter methodParam)
-