| 程序包 | 说明 |
|---|---|
| org.noear.solon | |
| org.noear.solon.core |
| 限定符和类型 | 方法和说明 |
|---|---|
static XContext |
XApp.currentContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
XNav.handle(XContext c) |
void |
XApp.handle(XContext context)
统一代理入口
|
List<T> |
XRouter.matchAll(XContext context,
int type) |
T |
XRouter.matchOne(XContext context,
int type)
区配目标(根据上上文)
|
void |
XApp.render(Object obj,
XContext ctx)
渲染数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
XApp |
XApp.onException(Act2<XContext,Throwable> event) |
| 限定符和类型 | 方法和说明 |
|---|---|
static XContext |
XContext.current()
获取当前线程的上下文
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
XRouterHandler.do_try_handle(XContext context,
int endpoint) |
void |
XAction.handle(XContext x) |
void |
XHandlerLink.handle(XContext context) |
void |
XHandler.handle(XContext context) |
void |
XRouterHandler.handle(XContext context) |
void |
XAction.render(Object obj,
XContext ctx) |
void |
XRender.render(Object object,
XContext context) |
Copyright © 2019. All rights reserved.