net.hasor.web.restful.support
类 RestfulServicesModule

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

public class RestfulServicesModule
extends WebModule

Restful服务启动类.

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

构造方法摘要
RestfulServicesModule()
           
 
方法摘要
 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
 

构造方法详细信息

RestfulServicesModule

public RestfulServicesModule()
方法详细信息

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.