org.apache.cocoon.blockdeployment
Class BlockDeploymentServletContextListener

java.lang.Object
  extended by org.apache.cocoon.blockdeployment.BlockDeploymentServletContextListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class BlockDeploymentServletContextListener
extends Object
implements javax.servlet.ServletContextListener


Field Summary
static String BLOCK_CONTEXT_MAP
           
 
Constructor Summary
BlockDeploymentServletContextListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent sce)
           
 void contextInitialized(javax.servlet.ServletContextEvent sce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLOCK_CONTEXT_MAP

public static final String BLOCK_CONTEXT_MAP
Constructor Detail

BlockDeploymentServletContextListener

public BlockDeploymentServletContextListener()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent sce)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent sce)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener


Copyright © 1999-2009 The Apache Software Foundation. All Rights Reserved.