com.google.checkout.web
Class ConfigurationListener

java.lang.Object
  extended by com.google.checkout.web.ConfigurationListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class ConfigurationListener
extends java.lang.Object
implements javax.servlet.ServletContextListener

This servlet context listener sets up attributed that need to be present in the servlet context

Author:
inder

Constructor Summary
ConfigurationListener()
          Creates a new instance of ConfigurationListener
 
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
 

Constructor Detail

ConfigurationListener

public ConfigurationListener()
Creates a new instance of ConfigurationListener

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