org.seasar.cubby.servlet
クラス CubbyServlet

java.lang.Object
  上位を拡張 javax.servlet.GenericServlet
      上位を拡張 org.seasar.cubby.servlet.CubbyServlet
すべての実装されたインタフェース:
Serializable, Servlet, ServletConfig

public class CubbyServlet
extends GenericServlet

プラグインの初期化などを行う Servlet です。

作成者:
baba
関連項目:
直列化された形式

コンストラクタの概要
CubbyServlet()
          サーブレットをインスタンス化します。
 
メソッドの概要
protected  PluginManager buildPluginManager()
          プラグインマネージャを構築します。
 void destroy()
           プラグインの破棄を行います。
 void init(ServletConfig config)
           プラグインの初期化とレジストリへの登録を行います。
 void service(ServletRequest req, ServletResponse res)
          
 
クラス javax.servlet.GenericServlet から継承されたメソッド
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CubbyServlet

public CubbyServlet()
サーブレットをインスタンス化します。

メソッドの詳細

init

public void init(ServletConfig config)
          throws ServletException

プラグインの初期化とレジストリへの登録を行います。

定義:
インタフェース Servlet 内の init
オーバーライド:
クラス GenericServlet 内の init
例外:
ServletException

destroy

public void destroy()

プラグインの破棄を行います。

定義:
インタフェース Servlet 内の destroy
オーバーライド:
クラス GenericServlet 内の destroy
関連項目:
PluginManager.destroy()

service

public void service(ServletRequest req,
                    ServletResponse res)
             throws ServletException,
                    IOException

定義:
インタフェース Servlet 内の service
定義:
クラス GenericServlet 内の service
例外:
ServletException
IOException

buildPluginManager

protected PluginManager buildPluginManager()
プラグインマネージャを構築します。

戻り値:
プラグインマネージャ


Copyright © 2006-2010 The Seasar Foundation. All Rights Reserved.