net.hasor.web.controller.support
类 WebControllerModule

java.lang.Object
  继承者 net.hasor.web.servlet.WebModule
      继承者 net.hasor.web.controller.support.WebControllerModule
所有已实现的接口:
net.hasor.core.Module

public class WebControllerModule
extends WebModule

版本:
: 2013-9-26
作者:
赵永春(zyc@hasor.net)

构造方法摘要
WebControllerModule()
           
 
方法摘要
 void init(WebApiBinder apiBinder)
          初始化过程。
 void start(net.hasor.core.AppContext appContext)
          启动信号
 void stop(net.hasor.core.AppContext appContext)
          停止信号
 
从类 net.hasor.web.servlet.WebModule 继承的方法
init
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

WebControllerModule

public WebControllerModule()
方法详细信息

init

public void init(WebApiBinder apiBinder)
从类 WebModule 复制的描述
初始化过程。

指定者:
WebModule 中的 init

start

public void start(net.hasor.core.AppContext appContext)
从类 WebModule 复制的描述
启动信号

指定者:
接口 net.hasor.core.Module 中的 start
指定者:
WebModule 中的 start

stop

public void stop(net.hasor.core.AppContext appContext)
从类 WebModule 复制的描述
停止信号

指定者:
接口 net.hasor.core.Module 中的 stop
指定者:
WebModule 中的 stop


Copyright © 2013. All Rights Reserved.