jp.go.nict.langrid.p2pgridbasis.jxta.servlet
クラス RunPlatform
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
jp.go.nict.langrid.p2pgridbasis.jxta.servlet.RunPlatform
- すべての実装されたインタフェース:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class RunPlatform
- extends javax.servlet.http.HttpServlet
Servlet implementation class for Servlet: RunPlatform
- 関連項目:
- 直列化された形式
メソッドの概要 |
void |
destroy()
|
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)
|
void |
init(javax.servlet.ServletConfig config)
|
クラス javax.servlet.http.HttpServlet から継承されたメソッド |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
クラス javax.servlet.GenericServlet から継承されたメソッド |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunPlatform
public RunPlatform()
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- 定義:
- インタフェース
javax.servlet.Servlet
内の init
- オーバーライド:
- クラス
javax.servlet.GenericServlet
内の init
- 例外:
javax.servlet.ServletException
doGet
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- オーバーライド:
- クラス
javax.servlet.http.HttpServlet
内の doGet
- 例外:
javax.servlet.ServletException
IOException
doPost
protected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- オーバーライド:
- クラス
javax.servlet.http.HttpServlet
内の doPost
- 例外:
javax.servlet.ServletException
IOException
destroy
public void destroy()
- 定義:
- インタフェース
javax.servlet.Servlet
内の destroy
- オーバーライド:
- クラス
javax.servlet.GenericServlet
内の destroy