public class PropertiesActionExecutor
extends org.noear.solon.core.mvc.ActionExecuteHandlerDefault
| Constructor and Description |
|---|
PropertiesActionExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
allowGet(boolean allowGet)
允许处理 Get 请求
|
void |
allowPostForm(boolean allowPostForm)
允许处理 PostForm 请求
|
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
|
org.noear.snack.core.Options |
config()
反序列化配置
|
boolean |
matched(org.noear.solon.core.handle.Context ctx,
String mime)
是否匹配
|
public void allowGet(boolean allowGet)
public void allowPostForm(boolean allowPostForm)
public org.noear.snack.core.Options config()
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, Object bodyObj) throws Exception
changeValue in class org.noear.solon.core.mvc.ActionExecuteHandlerDefaultctx - 请求上下文p - 参数包装器pi - 参数序位pt - 参数类型bodyObj - 主体对象ExceptionCopyright © 2025. All rights reserved.