| Package | Description |
|---|---|
| org.noear.solon.core | |
| org.noear.solon.core.handle |
| Modifier and Type | Method and Description |
|---|---|
ActionLoader |
MvcFactory.createLoader(BeanWrap wrap)
Deprecated.
创建动作加载器
|
ActionLoader |
FactoryManager.createLoader(BeanWrap wrap)
创建动作加载器
|
ActionLoader |
FactoryManager.createLoader(BeanWrap wrap,
boolean remoting)
创建动作加载器
|
ActionLoader |
MvcFactory.createLoader(BeanWrap wrap,
String mapping,
boolean remoting,
Render render,
boolean allowMapping)
Deprecated.
创建动作加载器
|
| Modifier and Type | Method and Description |
|---|---|
ActionLoader |
ActionLoaderFactory.createLoader(BeanWrap wrap,
boolean remoting)
创建动作加载器
|
ActionLoader |
ActionLoader.withAllowClassMapping(boolean allow)
配置允许类映射注解(默认为 true)
|
ActionLoader |
ActionLoader.withAllowMethodMapping(boolean allow)
配置允许方法映射注解(默认为 true)
|
ActionLoader |
ActionLoader.withPathPrefix(String pathPrefix)
配置路径前缀
|
ActionLoader |
ActionLoader.withRender(Render render)
配置指定渲染器
|
Copyright © 2025. All rights reserved.