| Package | Description |
|---|---|
| org.noear.solon.core.route |
| Modifier and Type | Class and Description |
|---|---|
class |
RoutingDefault<T>
路由默认实现
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Routing<Handler>> |
RouterDefault.getAll()
获取某个处理点的所有路由记录(管理用)
|
Collection<Routing<T>> |
RoutingTable.getAll()
获取所有的路由记录
|
Collection<Routing<T>> |
RoutingTableDefault.getAll() |
Collection<Routing<Handler>> |
Router.getAll()
获取某个处理点的所有路由记录(管理用)
|
Collection<Routing<Handler>> |
RouterDefault.getBy(Class<?> controllerClz) |
Collection<Routing<T>> |
RoutingTable.getBy(Class<?> controllerClz)
获取控制器的路由记录
|
Collection<Routing<T>> |
RoutingTableDefault.getBy(Class<?> controllerClz) |
Collection<Routing<Handler>> |
Router.getBy(Class<?> controllerClz)
获取某个控制器的路由记录(管理用)
|
Collection<Routing<Handler>> |
RouterDefault.getBy(String pathPrefix)
获取某个路径的某个处理点的路由记录(管理用)
|
Collection<Routing<T>> |
RoutingTable.getBy(String path)
获取路径的路由记录
|
Collection<Routing<T>> |
RoutingTableDefault.getBy(String pathPrefix) |
Collection<Routing<Handler>> |
Router.getBy(String pathPrefix)
获取某个路径的某个处理点的路由记录(管理用)
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoutingTable.add(Routing<T> routing)
添加路由记录
|
void |
RoutingTableDefault.add(Routing<T> routing)
添加路由记录
|
Copyright © 2025. All rights reserved.