|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.extension.filter.util.RequestDumpUtil
HttpServletRequest
の内容を編集するユーティリティです。
コンストラクタの概要 | |
RequestDumpUtil()
|
メソッドの概要 | |
static void |
dumpContextAttributes(StringBuffer sb,
ServletContext context,
String lf,
String indent)
コンテキスト属性の内容を文字列バッファに編集します。 |
static void |
dumpContextProperties(StringBuffer sb,
ServletContext context,
String lf,
String indent)
コンテキストのプロパティを文字列バッファに編集します。 |
static void |
dumpCookies(StringBuffer sb,
HttpServletRequest request,
String lf,
String indent)
クッキーの内容を文字列バッファに編集します。 |
static void |
dumpRequestAttributes(StringBuffer sb,
HttpServletRequest request,
String lf,
String indent)
リクエスト属性の内容を文字列バッファに編集します。 |
static void |
dumpRequestHeaders(StringBuffer sb,
HttpServletRequest request,
String lf,
String indent)
リクエストヘッダの内容を文字列バッファに編集します。 |
static void |
dumpRequestParameters(StringBuffer sb,
HttpServletRequest request,
String lf,
String indent)
リクエストパラメータの内容を文字列バッファに編集します。 |
static void |
dumpRequestProperties(StringBuffer sb,
HttpServletRequest request,
String lf,
String indent)
リクエストのプロパティを文字列バッファに編集します。 |
static void |
dumpResponseProperties(StringBuffer sb,
HttpServletResponse response,
String lf,
String indent)
レスポンスのプロパティを文字列バッファに編集します。 |
static void |
dumpSessionAttributes(StringBuffer sb,
HttpServletRequest request,
String lf,
String indent)
セッション属性の内容を文字列バッファに編集します。 |
static void |
dumpSessionProperties(StringBuffer sb,
HttpServletRequest request,
String lf,
String indent)
セッションのプロパティを文字列バッファに編集します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public RequestDumpUtil()
メソッドの詳細 |
public static void dumpRequestHeaders(StringBuffer sb, HttpServletRequest request, String lf, String indent)
sb
- 文字列バッファrequest
- リクエストlf
- 改行文字indent
- インデントpublic static void dumpContextAttributes(StringBuffer sb, ServletContext context, String lf, String indent)
sb
- 文字列バッファcontext
- コンテキストlf
- 改行文字indent
- インデントpublic static void dumpCookies(StringBuffer sb, HttpServletRequest request, String lf, String indent)
sb
- 文字列バッファrequest
- リクエストlf
- 改行文字indent
- インデントpublic static void dumpRequestAttributes(StringBuffer sb, HttpServletRequest request, String lf, String indent)
sb
- 文字列バッファrequest
- リクエストlf
- 改行文字indent
- インデントpublic static void dumpSessionAttributes(StringBuffer sb, HttpServletRequest request, String lf, String indent)
sb
- 文字列バッファrequest
- リクエストlf
- 改行文字indent
- インデントpublic static void dumpRequestParameters(StringBuffer sb, HttpServletRequest request, String lf, String indent)
sb
- 文字列バッファrequest
- リクエストlf
- 改行文字indent
- インデントpublic static void dumpRequestProperties(StringBuffer sb, HttpServletRequest request, String lf, String indent)
sb
- 文字列バッファrequest
- リクエストlf
- 改行文字indent
- インデントpublic static void dumpContextProperties(StringBuffer sb, ServletContext context, String lf, String indent)
sb
- 文字列バッファcontext
- コンテキストlf
- 改行文字indent
- インデントpublic static void dumpSessionProperties(StringBuffer sb, HttpServletRequest request, String lf, String indent)
sb
- 文字列バッファrequest
- リクエストlf
- 改行文字indent
- インデントpublic static void dumpResponseProperties(StringBuffer sb, HttpServletResponse response, String lf, String indent)
sb
- 文字列バッファresponse
- レスポンスlf
- 改行文字indent
- インデント
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |