net.skirnir.freyja.webapp
クラス FreyjaServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.skirnir.freyja.webapp.FreyjaServlet
- すべての実装インタフェース:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class FreyjaServlet
- extends javax.servlet.http.HttpServlet
- 作成者:
- YOKOTA Takehiko
- 関連項目:
- 直列化された形式
| クラス 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 |
ATTR_RESPONSECONTENTTYPE
public static final String ATTR_RESPONSECONTENTTYPE
- 関連項目:
- 定数フィールド値
ATTR_VARIABLERESOLVER
public static final String ATTR_VARIABLERESOLVER
- 関連項目:
- 定数フィールド値
FreyjaServlet
public FreyjaServlet()
init
public void init()
throws javax.servlet.ServletException
- 例外:
javax.servlet.ServletException
doGet
protected void doGet(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1)
throws javax.servlet.ServletException,
IOException
- 例外:
javax.servlet.ServletException
IOException
doPost
protected void doPost(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1)
throws javax.servlet.ServletException,
IOException
- 例外:
javax.servlet.ServletException
IOException
getTemplateRoot
protected final String getTemplateRoot()
getPageEncoding
protected final String getPageEncoding()
getTemplateEvaluator
protected final TemplateEvaluator getTemplateEvaluator()
createTemplateSet
protected TemplateSet createTemplateSet()
doProcess
protected void doProcess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- 例外:
javax.servlet.ServletException
IOException
getLocale
protected Locale getLocale(javax.servlet.http.HttpServletRequest request)
newInstance
protected final Object newInstance(String className)
throws javax.servlet.ServletException
- 例外:
javax.servlet.ServletException
getInitParameter
protected final String getInitParameter(String name,
String defaultValue)
Copyright © 2009 The Skirnir Project. All Rights Reserved.