org.slim3.commons.web
Class S3ServletContextListener

java.lang.Object
  extended by org.slim3.commons.web.S3ServletContextListener
All Implemented Interfaces:
EventListener, ServletContextListener

public class S3ServletContextListener
extends Object
implements ServletContextListener

ServletContextListener for Slim3.

Since:
3.0
Author:
higa

Constructor Summary
S3ServletContextListener()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent event)
           
 void contextInitialized(ServletContextEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

S3ServletContextListener

public S3ServletContextListener()
Method Detail

contextInitialized

public void contextInitialized(ServletContextEvent event)
Specified by:
contextInitialized in interface ServletContextListener

contextDestroyed

public void contextDestroyed(ServletContextEvent event)
Specified by:
contextDestroyed in interface ServletContextListener


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.