cn.dreampie.config
类 AppConfig

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

public class AppConfig
extends Config

Created by ice on 14-12-29.


构造方法摘要
AppConfig()
           
 
方法摘要
 void configConstant(ConstantLoader constantLoader)
           
 void configHandler(HandlerLoader handlerLoader)
           
 void configInterceptor(InterceptorLoader interceptorLoader)
           
 void configPlugin(PluginLoader pluginLoader)
           
 void configResource(ResourceLoader resourceLoader)
           
 
从类 cn.dreampie.route.config.Config 继承的方法
afterStart, beforeStop
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AppConfig

public AppConfig()
方法详细信息

configConstant

public void configConstant(ConstantLoader constantLoader)
覆盖:
Config 中的 configConstant

configResource

public void configResource(ResourceLoader resourceLoader)
覆盖:
Config 中的 configResource

configPlugin

public void configPlugin(PluginLoader pluginLoader)
覆盖:
Config 中的 configPlugin

configInterceptor

public void configInterceptor(InterceptorLoader interceptorLoader)
覆盖:
Config 中的 configInterceptor

configHandler

public void configHandler(HandlerLoader handlerLoader)
覆盖:
Config 中的 configHandler


Copyright © 2015. All rights reserved.