|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjavax.servlet.GenericServlet
org.seasar.cubby.servlet.CubbyServlet
public class CubbyServlet
プラグインの初期化などを行う Servlet
です。
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public CubbyServlet()
メソッドの詳細 |
---|
public void init(ServletConfig config) throws ServletException
プラグインの初期化とレジストリへの登録を行います。
Servlet
内の init
GenericServlet
内の init
ServletException
public void destroy()
プラグインの破棄を行います。
Servlet
内の destroy
GenericServlet
内の destroy
PluginManager.destroy()
public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException
Servlet
内の service
GenericServlet
内の service
ServletException
IOException
protected PluginManager buildPluginManager()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |