public class AbcActionExecutor
extends org.noear.solon.core.mvc.ActionExecuteHandlerDefault
| Constructor and Description |
|---|
AbcActionExecutor() |
| Modifier and Type | Method and Description |
|---|---|
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,
org.noear.solon.core.util.LazyReference bodyRef)
转换 value
|
AbcBytesSerializer |
getSerializer()
获取序列化接口
|
boolean |
matched(org.noear.solon.core.handle.Context ctx,
String mime)
是否匹配
|
public AbcBytesSerializer getSerializer()
public boolean matched(org.noear.solon.core.handle.Context ctx,
String mime)
matched in interface org.noear.solon.core.handle.ActionExecuteHandlermatched in class 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 in class 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, org.noear.solon.core.util.LazyReference bodyRef) throws Throwable
changeValue in class org.noear.solon.core.mvc.ActionExecuteHandlerDefaultctx - 请求上下文p - 参数包装器pi - 参数序位pt - 参数类型bodyRef - 主体对象ThrowableCopyright © 2025. All rights reserved.