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