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

関連項目:
直列化された形式

フィールドの概要
static java.lang.String QUERY_ENCODING
           
static java.lang.String USER_NAME
           
 
コンストラクタの概要
WsjsServlet()
           
 
メソッドの概要
 Repository getRepository()
           
 Repository getSystemRepository()
           
 void init(javax.servlet.ServletConfig config)
           
 void localInit(javax.servlet.ServletConfig servletConfig)
           
 void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
クラス 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.