|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjectHttpServlet
com.hamaf.hikyaku.distribute.DistributeServlet
public class DistributeServlet
タイトル:DistributeServlet is 飛脚CMS メインサーブレット Java6 対応版.
説明:飛脚CMS - フレームワーク飛脚をベースにしたCMS(コンテンツ管理システム)
著作権: Copyright (c) 2007/06/01
入れ子のクラスの概要 | |
---|---|
static class |
DistributeServlet.SVAL
|
フィールドの概要 | |
---|---|
static java.lang.String |
CHAR
|
static java.lang.String |
KEY_SAVE_ID
|
static java.lang.String |
MAPPING_KEY
|
static java.lang.String |
PLUGIN_ID
|
static java.lang.String |
SYSERR
|
static java.lang.String |
SYSID
|
static java.lang.String |
XMLFOWRD
|
static java.lang.String |
XSLPATH
|
コンストラクタの概要 | |
---|---|
DistributeServlet()
Creates a new DistributeServlet.java instance. |
メソッドの概要 | |
---|---|
void |
destroy()
Describe destroy method : オブジェクトが破棄されるときに呼び出されます. |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Process an HTTP "GET" request. |
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Process an HTTP "POST" request. |
ServletConfig |
getConfig()
|
ServletLogger |
getLog()
|
java.util.ResourceBundle |
getResource()
|
void |
init(ServletConfig config)
Describe init method : 初期設定用に呼び出されます. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final java.lang.String MAPPING_KEY
public static final java.lang.String XSLPATH
public static final java.lang.String XMLFOWRD
public static final java.lang.String PLUGIN_ID
public static final java.lang.String KEY_SAVE_ID
public static final java.lang.String CHAR
public static final java.lang.String SYSID
public static final java.lang.String SYSERR
コンストラクタの詳細 |
---|
public DistributeServlet()
DistributeServlet.java
instance.
メソッドの詳細 |
---|
public void destroy()
destroy
method : オブジェクトが破棄されるときに呼び出されます.
public void init(ServletConfig config) throws ServletException
init
method : 初期設定用に呼び出されます.
config
- a ServletConfig
: サーブレットコンフィグレーション
ServletException
public void doGet(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException
processId
,action
を取得
(ExecClass)
を生成し呼び出す。
request
- The servlet request we are processing : メッセージなどが設定されるresponse
- The servlet response we are creating : メッセージを設定する
java.io.IOException
- if an input/output error occurs
ServletException
- if a servlet exception occurspublic void doPost(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException
request
- The servlet request we are processing : メッセージなどが設定されるresponse
- The servlet response we are creating : メッセージを設定する
java.io.IOException
- if an input/output error occurs
ServletException
- if a servlet exception occurspublic final java.util.ResourceBundle getResource()
public final ServletLogger getLog()
public final ServletConfig getConfig()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |