public class HessianActionExecutor
extends org.noear.solon.core.mvc.ActionExecuteHandlerDefault
| 构造器和说明 |
|---|
HessianActionExecutor() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
changeBody(org.noear.solon.core.handle.Context ctx,
org.noear.solon.core.wrap.MethodWrap mWrap)
转换 body
|
protected Object |
changeValue(org.noear.solon.core.handle.Context ctx,
org.noear.solon.core.wrap.ParamWrap p,
int pi,
Class<?> pt,
Object bodyObj)
转换 value
|
HessianBytesSerializer |
getSerializer()
获取序列化接口
|
boolean |
matched(org.noear.solon.core.handle.Context ctx,
String mime)
是否匹配
|
public HessianBytesSerializer getSerializer()
public boolean matched(org.noear.solon.core.handle.Context ctx,
String mime)
matched 在接口中 org.noear.solon.core.handle.ActionExecuteHandlermatched 在类中 org.noear.solon.core.mvc.ActionExecuteHandlerDefaultctx - 请求上下文mime - 内容类型protected Object changeBody(org.noear.solon.core.handle.Context ctx, org.noear.solon.core.wrap.MethodWrap mWrap) throws Exception
changeBody 在类中 org.noear.solon.core.mvc.ActionExecuteHandlerDefaultctx - 请求上下文mWrap - 函数包装器Exceptionprotected Object changeValue(org.noear.solon.core.handle.Context ctx, org.noear.solon.core.wrap.ParamWrap p, int pi, Class<?> pt, Object bodyObj) throws Exception
changeValue 在类中 org.noear.solon.core.mvc.ActionExecuteHandlerDefaultctx - 请求上下文p - 参数包装器pi - 参数序位pt - 参数类型bodyObj - 主体对象ExceptionCopyright © 2024. All rights reserved.