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(String[] args)
PNGイメージの透過色指定を行います。
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doGet
クラス内 HttpServlet
request
- HttpServletRequestオブジェクトresponse
- HttpServletResponseオブジェクトServletException
IOException
3.8.1.2 (2005/12/19) 半角カナ-全角カナ変換機能の追加 |
public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPost
クラス内 HttpServlet
request
- HttpServletRequestオブジェクトresponse
- HttpServletResponseオブジェクトServletException
IOException
public void init(ServletConfig config) throws ServletException
init
インタフェース内 Servlet
init
クラス内 GenericServlet
config
- ServletConfigオブジェクトServletException
public static void main(String[] args) throws IOException
args
- コマンド引数配列IOException
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.