com.jdon.container.startup
类 ContainerSetupScript

java.lang.Object
  继承者 com.jdon.container.startup.ContainerSetupScript

public class ContainerSetupScript
extends Object

setup container

作者:
banq

字段摘要
static String module
           
 
构造方法摘要
ContainerSetupScript()
           
 
方法摘要
 void destroyed(AppContextWrapper context)
          desroy Application container
 void initialized(AppContextWrapper context)
          Initialize application container
 void prepare(String configureFileName, AppContextWrapper context)
          prepare to the applicaition xml Configure for container;
 void startup(AppContextWrapper context)
          startup Application container
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

module

public static final String module
构造方法详细信息

ContainerSetupScript

public ContainerSetupScript()
方法详细信息

initialized

public void initialized(AppContextWrapper context)
Initialize application container

参数:
context - ServletContext

prepare

public void prepare(String configureFileName,
                    AppContextWrapper context)
prepare to the applicaition xml Configure for container;

参数:
configList - Collection
context - ServletContext

startup

public void startup(AppContextWrapper context)
startup Application container

参数:
configList - Collection
context - ServletContext

destroyed

public void destroyed(AppContextWrapper context)
desroy Application container

参数:
context - ServletContext


Copyright © 2013. All Rights Reserved.