org.seasar.cubby.admin.servlet
クラス CubbyAdminServlet

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

public class CubbyAdminServlet
extends HttpServlet

Cubbyの管理コンソールを表示するサーブレットです。

cubbyAdminServlet org.seasar.cubby.admin.servlet.CubbyAdminServlet ... cubbyAdminServlet /cubby-admin

導入されたバージョン:
1.1.0
作成者:
agata
関連項目:
直列化された形式

コンストラクタの概要
CubbyAdminServlet()
           
 
メソッドの概要
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
static byte[] getBytes(InputStream is)
          InputStreamからbyteの配列を取得します。
 void init(ServletConfig config)
           
 
クラス javax.servlet.http.HttpServlet から継承されたメソッド
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
クラス javax.servlet.GenericServlet から継承されたメソッド
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CubbyAdminServlet

public CubbyAdminServlet()
メソッドの詳細

init

public void init(ServletConfig config)
          throws ServletException
定義:
インタフェース Servlet 内の init
オーバーライド:
クラス GenericServlet 内の init
例外:
ServletException

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     IOException
オーバーライド:
クラス HttpServlet 内の doGet
例外:
ServletException
IOException

getBytes

public static final byte[] getBytes(InputStream is)
                             throws IOException
InputStreamからbyteの配列を取得します。

パラメータ:
is -
戻り値:
byteの配列
例外:
IORuntimeException - IOExceptionが発生した場合
IOException


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