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
関連項目:
直列化された形式

入れ子クラスの概要
static class FreyjaServlet.Param
           
 
フィールドの概要
static String ATTR_RESPONSECONTENTTYPE
           
static String ATTR_VARIABLERESOLVER
           
 
コンストラクタの概要
FreyjaServlet()
           
 
メソッドの概要
protected  TemplateSet createTemplateSet()
           
protected  void doGet(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1)
           
protected  void doPost(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1)
           
protected  void doProcess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  String getInitParameter(String name, String defaultValue)
           
protected  Locale getLocale(javax.servlet.http.HttpServletRequest request)
           
protected  String getPageEncoding()
           
protected  TemplateEvaluator getTemplateEvaluator()
           
protected  String getTemplateRoot()
           
 void init()
           
protected  Object newInstance(String className)
           
 
クラス 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.