cn.dreampie.route.config
类 Config

java.lang.Object
  继承者 cn.dreampie.route.config.Config

public class Config
extends Object

Config.

Config order: configConstant(), configResource(), configPlugin(), configInterceptor(), configHandler()


构造方法摘要
Config()
           
 
方法摘要
 void afterStart()
          Call back after Resty start
 void beforeStop()
          Call back before Resty stop
 void configConstant(ConstantLoader constantLoader)
          Config constant
 void configHandler(HandlerLoader handlerLoader)
          Config handler
 void configInterceptor(InterceptorLoader interceptorLoader)
          Config interceptor applied to all actions.
 void configPlugin(PluginLoader pluginLoader)
          Config plugin
 void configResource(ResourceLoader resourceLoader)
          Config resource
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Config

public Config()
方法详细信息

configConstant

public void configConstant(ConstantLoader constantLoader)
Config constant


configResource

public void configResource(ResourceLoader resourceLoader)
Config resource


configPlugin

public void configPlugin(PluginLoader pluginLoader)
Config plugin


configInterceptor

public void configInterceptor(InterceptorLoader interceptorLoader)
Config interceptor applied to all actions.


configHandler

public void configHandler(HandlerLoader handlerLoader)
Config handler


afterStart

public void afterStart()
Call back after Resty start


beforeStop

public void beforeStop()
Call back before Resty stop



Copyright © 2015. All rights reserved.