|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.jdon.container.startup.ContainerSetupScript
public class ContainerSetupScript
setup container
| 字段摘要 | |
|---|---|
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 |
| 字段详细信息 |
|---|
public static final String module
| 构造方法详细信息 |
|---|
public ContainerSetupScript()
| 方法详细信息 |
|---|
public void initialized(AppContextWrapper context)
context - ServletContext
public void prepare(String configureFileName,
AppContextWrapper context)
configList - Collectioncontext - ServletContextpublic void startup(AppContextWrapper context)
configList - Collectioncontext - ServletContextpublic void destroyed(AppContextWrapper context)
context - ServletContext
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||