org.kotemaru.util.gae
クラス ConfigServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.kotemaru.util.gae.ConfigServlet
- すべての実装されたインタフェース:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class ConfigServlet
- extends javax.servlet.http.HttpServlet
- 関連項目:
- 直列化された形式
フィールドの概要 |
static com.google.appengine.api.datastore.DatastoreServiceFactory |
DSF
|
メソッドの概要 |
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static java.lang.String |
getConfigText(java.io.File realPath)
|
void |
init(javax.servlet.ServletConfig config)
|
クラス javax.servlet.http.HttpServlet から継承されたメソッド |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, 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 |
DSF
public static final com.google.appengine.api.datastore.DatastoreServiceFactory DSF
ConfigServlet
public ConfigServlet()
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- 定義:
- インタフェース
javax.servlet.Servlet
内の init
- オーバーライド:
- クラス
javax.servlet.GenericServlet
内の init
- 例外:
javax.servlet.ServletException
doGet
public void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- オーバーライド:
- クラス
javax.servlet.http.HttpServlet
内の doGet
- 例外:
javax.servlet.ServletException
java.io.IOException
getConfigText
public static java.lang.String getConfigText(java.io.File realPath)
doPost
public void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- オーバーライド:
- クラス
javax.servlet.http.HttpServlet
内の doPost
- 例外:
javax.servlet.ServletException
java.io.IOException
Copyright © 2009 kotemaru.