Web Application 1.0

org.koiroha.kwt.xsl
クラス XSLServlet

java.lang.Object
  上位を拡張 javax.servlet.GenericServlet
      上位を拡張 javax.servlet.http.HttpServlet
          上位を拡張 org.koiroha.kwt.file.FileServlet
              上位を拡張 org.koiroha.kwt.xsl.XSLServlet
すべての実装されたインタフェース:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class XSLServlet
extends FileServlet

XML ファイルに対してサーバサイドで XSL 変換処理を行うためのサーブレットです。

パラメータ名意味デフォルト値
transformation-handler TransformationHandler クラス名のリスト ハンドラなし
use-dtd-validation DTD による検証を行うかどうか false
xml-schema-catalog XML スキーマカタログファイル
use-gzip-compression GZIP 圧縮を行うかどうか true

導入されたバージョン:
2009/04/11 Java SE 6
バージョン:
$Revision:$ $Date:$
作成者:
torao
関連項目:
直列化された形式

フィールドの概要
 
クラス org.koiroha.kwt.file.FileServlet から継承されたフィールド
docroot
 
コンストラクタの概要
XSLServlet()
          コンストラクタは何も行いません。
 
メソッドの概要
protected  void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          GET を実行します。
 void init()
          サーブレットを初期化します。
 
クラス org.koiroha.kwt.file.FileServlet から継承されたメソッド
acceptGZIPCompression, close, getLocalFileURI, send
 
クラス javax.servlet.http.HttpServlet から継承されたメソッド
doDelete, doHead, doOptions, doPost, 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
 

コンストラクタの詳細

XSLServlet

public XSLServlet()
コンストラクタは何も行いません。

メソッドの詳細

init

public void init()
          throws javax.servlet.ServletException
サーブレットを初期化します。

オーバーライド:
クラス FileServlet 内の init
例外:
javax.servlet.ServletException - 初期化に失敗した場合

doGet

protected void doGet(javax.servlet.http.HttpServletRequest req,
                     javax.servlet.http.HttpServletResponse res)
              throws javax.servlet.ServletException,
                     IOException
GET を実行します。

オーバーライド:
クラス javax.servlet.http.HttpServlet 内の doGet
パラメータ:
req - リクエスト
res - レスポンス
例外:
javax.servlet.ServletException
IOException

koiroha.org by takami torao