cn.dreampie.common.spring
类 SpringPlugin

java.lang.Object
  继承者 cn.dreampie.common.spring.SpringPlugin
所有已实现的接口:
Plugin

public class SpringPlugin
extends Object
implements Plugin

作者:
Dreampie

构造方法摘要
SpringPlugin()
          Use configuration under the path of WebRoot/WEB-INF.
SpringPlugin(Class... configClasses)
           
SpringPlugin(org.springframework.context.ConfigurableApplicationContext context)
           
SpringPlugin(String... configFiles)
           
 
方法摘要
 boolean start()
           
 boolean stop()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SpringPlugin

public SpringPlugin()
Use configuration under the path of WebRoot/WEB-INF.


SpringPlugin

public SpringPlugin(String... configFiles)

SpringPlugin

public SpringPlugin(org.springframework.context.ConfigurableApplicationContext context)

SpringPlugin

public SpringPlugin(Class... configClasses)
方法详细信息

start

public boolean start()
指定者:
接口 Plugin 中的 start

stop

public boolean stop()
指定者:
接口 Plugin 中的 stop


Copyright © 2015. All rights reserved.