| 程序包 | 说明 |
|---|---|
| org.noear.solon | |
| org.noear.solon.core | |
| org.noear.solon.core.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
XNav.handle(XContext c) |
void |
XApp.handle(XContext x)
统一代理入口
|
List<XHandler> |
XRouter.matchAll(XContext context,
int endpoint) |
XHandler |
XRouter.matchOne(XContext context,
int endpoint)
区配目标(根据上上文)
|
| 限定符和类型 | 方法和说明 |
|---|---|
XApp |
XApp.onError(Act2<XContext,Throwable> event) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
XContextEmpty |
| 限定符和类型 | 方法和说明 |
|---|---|
static XContext |
XContextEmpty.create() |
static XContext |
XContext.current()
获取当前线程的上下文
|
static XContext |
XContextUtil.current()
获取当前线程的上下文
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
XContextUtil.currentSet(XContext context)
设置当前线程的上下文
|
void |
XAction.handle(XContext x) |
void |
XHandlerLink.handle(XContext context) |
void |
XHandler.handle(XContext context) |
void |
XRouterHandler.handle(XContext context) |
protected void |
XRouterHandler.handleMultiple(XContext context,
int endpoint) |
protected boolean |
XRouterHandler.handleOne(XContext context,
int endpoint) |
void |
XRenderManager.render(Object obj,
XContext ctx)
执行渲染
|
void |
XRender.render(Object object,
XContext context) |
static void |
XMonitor.sendError(XContext ctx,
Throwable err) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
XMonitor.onError(Act2<XContext,Throwable> event) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Object |
TypeUtil.changeOfCtx(AnnotatedElement p,
Class<?> type,
String key,
String val,
XContext ctx) |
Copyright © 2019. All rights reserved.