public class MakeImage extends HttpServlet
3.8.1.1 (2005/11/21) 新規追加 |
コンストラクタと説明 |
---|
MakeImage() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
GET メソッドが呼ばれたときに実行します。
|
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
POST メソッドが呼ばれたときに実行します。
|
void |
init(ServletConfig config)
Servlet の 初期値設定を行います。
|
static void |
main(java.lang.String[] args)
PNGイメージの透過色指定を行います。
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public MakeImage()
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
doGet
クラス内 HttpServlet
request
- HttpServletRequestオブジェクトresponse
- HttpServletResponseオブジェクトServletException
- サーブレット関係のエラーが発生した場合、throw されます。java.io.IOException
- 入出力エラーが発生したとき3.8.1.2 (2005/12/19) 半角カナ-全角カナ変換機能の追加 |
public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
doPost
クラス内 HttpServlet
request
- HttpServletRequestオブジェクトresponse
- HttpServletResponseオブジェクトServletException
- サーブレット関係のエラーが発生した場合、throw されます。java.io.IOException
- 入出力エラーが発生したときpublic void init(ServletConfig config) throws ServletException
init
インタフェース内 Servlet
init
クラス内 GenericServlet
config
- ServletConfigオブジェクトServletException
public static void main(java.lang.String[] args) throws java.io.IOException
args
- コマンド引数配列java.io.IOException
- 入出力エラーが発生したときWebアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.