hanbai_kanri.servlet
クラス RegisterSalesServlet
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--hanbai_kanri.servlet.RegisterSalesServlet
- すべての実装インタフェース:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class RegisterSalesServlet
- extends javax.servlet.http.HttpServlet
売上を登録する
- 関連項目:
- 直列化された形式
メソッドの概要 |
void |
action(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
処理 |
boolean |
check(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
入力チェック |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
クラス javax.servlet.http.HttpServlet から継承したメソッド |
doDelete, doGet, 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 |
RegisterSalesServlet
public RegisterSalesServlet()
doPost
public void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
- オーバーライド:
- クラス
javax.servlet.http.HttpServlet
内の doPost
javax.servlet.ServletException
java.io.IOException
check
public boolean check(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
- 入力チェック
javax.servlet.ServletException
java.io.IOException
action
public void action(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
- 処理
javax.servlet.ServletException
java.io.IOException