类 UploadedEntityMethodParameterHandler
java.lang.Object
cool.scx.core.mvc.parameter_handler.UploadedEntityMethodParameterHandler
- 所有已实现的接口:
ScxMappingMethodParameterHandler
public final class UploadedEntityMethodParameterHandler
extends Object
implements ScxMappingMethodParameterHandler
a
- 版本:
- 1.11.8
- 作者:
- scx567888
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
DEFAULT_INSTANCE
a
-
-
构造器详细资料
-
UploadedEntityMethodParameterHandler
public UploadedEntityMethodParameterHandler()
-
-
方法详细资料
-
canHandle
判断是否可以处理这个参数类型- 指定者:
canHandle在接口中ScxMappingMethodParameterHandler- 参数:
parameter- 参数实例- 返回:
- a
-
handle
public Object handle(Parameter parameter, ScxMappingRoutingContextInfo info) throws RequiredParamEmptyException 将结果处理并返回- 指定者:
handle在接口中ScxMappingMethodParameterHandler- 参数:
parameter- 方法参数info- 包装后的 RoutingContext- 返回:
- 处理后的结果
- 抛出:
RequiredParamEmptyException
-