| 程序包 | 说明 |
|---|---|
| com.jfinal.server |
| 限定符和类型 | 方法和说明 |
|---|---|
static IServer |
ServerFactory.getServer() |
static IServer |
ServerFactory.getServer(int port) |
static IServer |
ServerFactory.getServer(int port,
String context) |
static IServer |
ServerFactory.getServer(int port,
String context,
int scanIntervalSeconds) |
static IServer |
ServerFactory.getServer(String webAppDir,
int port,
String context) |
static IServer |
ServerFactory.getServer(String webAppDir,
int port,
String context,
int scanIntervalSeconds)
Return web server.
|
Copyright © 2015. All rights reserved.