org.kotemaru.wsjs
クラス WsjsServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.kotemaru.wsjs.WsjsServlet
- すべての実装されたインタフェース:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class WsjsServlet
- extends javax.servlet.http.HttpServlet
- 関連項目:
- 直列化された形式
クラス javax.servlet.http.HttpServlet から継承されたメソッド |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
クラス javax.servlet.GenericServlet から継承されたメソッド |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QUERY_ENCODING
public static final java.lang.String QUERY_ENCODING
- 関連項目:
- 定数フィールド値
USER_NAME
public static final java.lang.String USER_NAME
- 関連項目:
- 定数フィールド値
WsjsServlet
public WsjsServlet()
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- 定義:
- インタフェース
javax.servlet.Servlet
内の init
- オーバーライド:
- クラス
javax.servlet.GenericServlet
内の init
- 例外:
javax.servlet.ServletException
localInit
public void localInit(javax.servlet.ServletConfig servletConfig)
throws java.lang.Exception
- 例外:
java.lang.Exception
getRepository
public Repository getRepository()
getSystemRepository
public Repository getSystemRepository()
service
public void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- オーバーライド:
- クラス
javax.servlet.http.HttpServlet
内の service
- 例外:
javax.servlet.ServletException
java.io.IOException
Copyright © 2009 kotemaru.