public class ActionLoaderFactoryExt extends Object implements org.noear.solon.core.handle.ActionLoaderFactory
| Constructor and Description |
|---|
ActionLoaderFactoryExt() |
| Modifier and Type | Method and Description |
|---|---|
org.noear.solon.core.handle.ActionLoader |
createLoader(org.noear.solon.core.BeanWrap wrap,
boolean remoting)
创建动作加载器
|
Set<org.noear.solon.core.handle.MethodType> |
findMethodTypes(Set<org.noear.solon.core.handle.MethodType> list,
Predicate<Class> checker)
查找方式类型
|
org.noear.solon.core.handle.EntityConverter |
getEntityConverterDefault() |
String |
postActionPath(org.noear.solon.core.BeanWrap bw,
String bPath,
org.noear.eggg.MethodEggg me,
String mPath)
确认动作路径
|
void |
resolveActionParam(org.noear.solon.core.handle.ActionParam vo,
AnnotatedElement element)
分析动作参数
|
public org.noear.solon.core.handle.ActionLoader createLoader(org.noear.solon.core.BeanWrap wrap,
boolean remoting)
createLoader in interface org.noear.solon.core.handle.ActionLoaderFactorypublic Set<org.noear.solon.core.handle.MethodType> findMethodTypes(Set<org.noear.solon.core.handle.MethodType> list, Predicate<Class> checker)
findMethodTypes in interface org.noear.solon.core.handle.ActionLoaderFactorypublic void resolveActionParam(org.noear.solon.core.handle.ActionParam vo,
AnnotatedElement element)
resolveActionParam in interface org.noear.solon.core.handle.ActionLoaderFactorypublic String postActionPath(org.noear.solon.core.BeanWrap bw, String bPath, org.noear.eggg.MethodEggg me, String mPath)
postActionPath in interface org.noear.solon.core.handle.ActionLoaderFactorypublic org.noear.solon.core.handle.EntityConverter getEntityConverterDefault()
getEntityConverterDefault in interface org.noear.solon.core.handle.ActionLoaderFactoryCopyright © 2025. All rights reserved.