| 程序包 | 说明 |
|---|---|
| org.noear.solon |
Solon 框架内核
|
| org.noear.solon.core.handle |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SolonApp
应用管理中心
public class DemoApp{
public static void main(String[] args){
Solon.start(DemoApp.class, args);
}
}
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HandlerLoader.load(boolean all,
HandlerSlots slots)
加载 XAction 到目标容器
|
void |
HandlerLoader.load(HandlerSlots slots)
加载 XAction 到目标容器
|
protected void |
HandlerLoader.loadActionDo(HandlerSlots slots,
boolean all)
加载 XAction 处理
|
protected void |
HandlerLoader.loadHandlerDo(HandlerSlots slots)
加载处理
|
Copyright © 2022. All rights reserved.