net.hasor.web.servlet
类 WebModule
java.lang.Object
net.hasor.web.servlet.WebModule
- 所有已实现的接口:
- net.hasor.core.Module
- 直接已知子类:
- RestfulServicesModule, WebControllerModule, WebResourceModule
public abstract class WebModule
- extends Object
- implements net.hasor.core.Module
- 版本:
- : 2013-7-16
- 作者:
- 赵永春 (zyc@hasor.net)
|
方法摘要 |
void |
init(net.hasor.core.ApiBinder apiBinder)
|
abstract void |
init(WebApiBinder apiBinder)
初始化过程。 |
abstract void |
start(net.hasor.core.AppContext appContext)
启动信号 |
abstract void |
stop(net.hasor.core.AppContext appContext)
停止信号 |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebModule
public WebModule()
init
public final void init(net.hasor.core.ApiBinder apiBinder)
- 指定者:
- 接口
net.hasor.core.Module 中的 init
init
public abstract void init(WebApiBinder apiBinder)
- 初始化过程。
start
public abstract void start(net.hasor.core.AppContext appContext)
- 启动信号
- 指定者:
- 接口
net.hasor.core.Module 中的 start
stop
public abstract void stop(net.hasor.core.AppContext appContext)
- 停止信号
- 指定者:
- 接口
net.hasor.core.Module 中的 stop
Copyright © 2013. All Rights Reserved.