jp.littlesoft.soja
クラス LSJsonQueryServlet

java.lang.Object
  上位を拡張 javax.servlet.GenericServlet
      上位を拡張 javax.servlet.http.HttpServlet
          上位を拡張 jp.littlesoft.soja.LSJsonQueryServlet
すべての実装されたインタフェース:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class LSJsonQueryServlet
extends javax.servlet.http.HttpServlet

作成者:
littlesoft
関連項目:
直列化された形式

フィールドの概要
protected  String characterEncoding
           
 
コンストラクタの概要
LSJsonQueryServlet()
           
 
メソッドの概要
protected  Connection getConnection(LSJsonConnection.Request queryReqest)
           
 void init(javax.servlet.ServletConfig config)
           
protected  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
 

フィールドの詳細

characterEncoding

protected String characterEncoding
コンストラクタの詳細

LSJsonQueryServlet

public LSJsonQueryServlet()
メソッドの詳細

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
定義:
インタフェース javax.servlet.Servlet 内の init
オーバーライド:
クラス javax.servlet.GenericServlet 内の init
例外:
javax.servlet.ServletException

getConnection

protected Connection getConnection(LSJsonConnection.Request queryReqest)
                            throws LSSQLException
例外:
LSSQLException

service

protected void service(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws javax.servlet.ServletException,
                       IOException
オーバーライド:
クラス javax.servlet.http.HttpServlet 内の service
例外:
javax.servlet.ServletException
IOException


Copyright (C) 2006-2012 LittleSoft Corporation. All Rights Reserved.