jp.go.nict.langrid.p2pgridbasis.jxta.servlet
クラス RdvStatus

java.lang.Object
  上位を拡張 javax.servlet.GenericServlet
      上位を拡張 javax.servlet.http.HttpServlet
          上位を拡張 jp.go.nict.langrid.p2pgridbasis.jxta.servlet.RdvStatus
すべての実装されたインタフェース:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class RdvStatus
extends javax.servlet.http.HttpServlet
implements javax.servlet.Servlet

Servlet implementation class for Servlet: RdvStatus

関連項目:
直列化された形式

コンストラクタの概要
RdvStatus()
           
 
メソッドの概要
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)
           
 
クラス javax.servlet.http.HttpServlet から継承されたメソッド
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
クラス javax.servlet.GenericServlet から継承されたメソッド
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース javax.servlet.Servlet から継承されたメソッド
destroy, getServletConfig, getServletInfo, init, service
 

コンストラクタの詳細

RdvStatus

public RdvStatus()
メソッドの詳細

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