org.seasar.framework.container.servlet
クラス S2ContainerListener

java.lang.Object
  拡張org.seasar.framework.container.servlet.S2ContainerListener
すべての実装インタフェース:
EventListener, ServletContextListener
直系の既知のサブクラス:
PortletExtendedS2ContainerListener

public class S2ContainerListener
extends Object
implements ServletContextListener

作成者:
manhole

フィールドの概要
static String CONFIG_PATH_KEY
           
 
コンストラクタの概要
S2ContainerListener()
           
 
メソッドの概要
 void contextDestroyed(ServletContextEvent event)
           
 void contextInitialized(ServletContextEvent event)
           
protected  void initializeContainer(ServletContext servletContext)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

CONFIG_PATH_KEY

public static final String CONFIG_PATH_KEY
関連項目:
定数フィールド値
コンストラクタの詳細

S2ContainerListener

public S2ContainerListener()
メソッドの詳細

initializeContainer

protected void initializeContainer(ServletContext servletContext)

contextInitialized

public void contextInitialized(ServletContextEvent event)
定義:
インタフェース ServletContextListener 内の contextInitialized

contextDestroyed

public void contextDestroyed(ServletContextEvent event)
定義:
インタフェース ServletContextListener 内の contextDestroyed


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.