|
FlatServe 1.1 |
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.small_it_office.flatserve.core.FlatServe
public class FlatServe
HTTPクライアントからの唯一のエントリポイントであるサーブレットです。
設定の初期化とリクエストの受付のみを行い、リクエスト受付後の処理は全てHttpServiceProcessorに委譲しています。
| コンストラクタの概要 | |
|---|---|
FlatServe()
|
|
| メソッドの概要 | |
|---|---|
protected void |
doDelete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
doPut(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
init()
アプリケーション初期化クラスのインスタンスを取得し、 初期化処理を呼び出してConfigを生成します。 |
| クラス javax.servlet.http.HttpServlet から継承されたメソッド |
|---|
doHead, doOptions, 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 |
| コンストラクタの詳細 |
|---|
public FlatServe()
| メソッドの詳細 |
|---|
public void init()
javax.servlet.GenericServlet 内の initGenericServlet.init()
protected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.http.HttpServlet 内の doPostjavax.servlet.ServletException
java.io.IOException
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.http.HttpServlet 内の doGetjavax.servlet.ServletException
java.io.IOException
protected void doPut(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.http.HttpServlet 内の doPutjavax.servlet.ServletException
java.io.IOException
protected void doDelete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.http.HttpServlet 内の doDeletejavax.servlet.ServletException
java.io.IOException
|
FlatServe 1.1 |
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||