com.jdon.container.startup
Class ContainerSetupScript

java.lang.Object
  extended by com.jdon.container.startup.ContainerSetupScript

public class ContainerSetupScript
extends java.lang.Object

setup container


Field Summary
static java.lang.String module
           
 
Constructor Summary
ContainerSetupScript()
           
 
Method Summary
 void destroyed(javax.servlet.ServletContext context)
          desroy Application container
 void initialized(javax.servlet.ServletContext context)
          Initialize application container
 void prepare(java.lang.String configureFileName, javax.servlet.ServletContext context)
          prepare to the applicaition xml Configure for container;
 void startup(javax.servlet.ServletContext context)
          startup Application container
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module
Constructor Detail

ContainerSetupScript

public ContainerSetupScript()
Method Detail

initialized

public void initialized(javax.servlet.ServletContext context)
Initialize application container

Parameters:
context - ServletContext

prepare

public void prepare(java.lang.String configureFileName,
                    javax.servlet.ServletContext context)
prepare to the applicaition xml Configure for container;

Parameters:
configList - Collection
context - ServletContext

startup

public void startup(javax.servlet.ServletContext context)
startup Application container

Parameters:
configList - Collection
context - ServletContext

destroyed

public void destroyed(javax.servlet.ServletContext context)
desroy Application container

Parameters:
context - ServletContext