| Package | Description |
|---|---|
| com.jfinal.config | |
| com.jfinal.core |
| Modifier and Type | Method and Description |
|---|---|
Routes |
Routes.add(Routes routes)
Add Routes
|
Routes |
Routes.add(String controllerKey,
Class<? extends Controller> controllerClass)
Add route.
|
Routes |
Routes.add(String controllerKey,
Class<? extends Controller> controllerClass,
String viewPath)
Add route
|
Routes |
Routes.addInterceptor(Interceptor interceptor)
Add inject interceptor for controller in this Routes
|
Routes |
Routes.setBaseViewPath(String baseViewPath)
Set base view path for controller in this routes
|
| Modifier and Type | Method and Description |
|---|---|
static List<Routes> |
Routes.getRoutesList() |
| Modifier and Type | Method and Description |
|---|---|
Routes |
Routes.add(Routes routes)
Add Routes
|
abstract void |
JFinalConfig.configRoute(Routes me)
Config route
|
| Modifier and Type | Field and Description |
|---|---|
protected Routes |
ActionMapping.routes |
| Modifier and Type | Method and Description |
|---|---|
protected List<Routes> |
ActionMapping.getRoutesList() |
| Constructor and Description |
|---|
ActionMapping(Routes routes) |
Copyright © 2018. All rights reserved.