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)

构造方法摘要
WebModule()
           
 
方法摘要
 void init(net.hasor.core.ApiBinder apiBinder)
           
abstract  void init(WebApiBinder apiBinder)
          初始化过程。
 void start(net.hasor.core.AppContext appContext)
           
abstract  void start(WebAppContext appContext)
          启动信号
 void stop(net.hasor.core.AppContext appContext)
           
abstract  void stop(WebAppContext 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

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.