net.hasor.web.module
类 WebModule
java.lang.Object
net.hasor.web.module.WebModule
- 所有已实现的接口:
- net.hasor.core.Module
public abstract class WebModule
- extends Object
- implements net.hasor.core.Module
- 版本:
- : 2013-7-16
- 作者:
- 赵永春 (zyc@hasor.net)
| 从类 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
start
public final void start(net.hasor.core.AppContext appContext)
- 指定者:
- 接口
net.hasor.core.Module 中的 start
stop
public final void stop(net.hasor.core.AppContext appContext)
- 指定者:
- 接口
net.hasor.core.Module 中的 stop
init
public abstract void init(WebApiBinder apiBinder)
- 初始化过程。
start
public abstract void start(WebAppContext appContext)
- 启动信号
stop
public abstract void stop(WebAppContext appContext)
- 停止信号
Copyright © 2013-2014. All Rights Reserved.