bodybuilder.viewer
クラス Viewer

java.lang.Object
  拡張bodybuilder.viewer.Viewer
直系の既知のサブクラス:
ArrayViewer, BeanViewer, DateViewer, ExceptionViewer, ListViewer, MapViewer, RequestViewer, ServletContextViewer, SessionViewer, SetViewer

public abstract class Viewer
extends java.lang.Object

ビューア


コンストラクタの概要
Viewer()
           
 
メソッドの概要
static void dump(java.lang.Object object)
          オブジェクトの内容をダンプする。
static void dump(java.lang.Object object, OutputHandler handler)
          オブジェクトの内容をダンプする。
abstract  void output(java.lang.Object object, OutputHandler handler)
          オブジェクトの内容を出力する。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Viewer

public Viewer()
メソッドの詳細

output

public abstract void output(java.lang.Object object,
                            OutputHandler handler)
オブジェクトの内容を出力する。

パラメータ:
object - オブジェクト
handler - 出力ハンドラ

dump

public static void dump(java.lang.Object object)
オブジェクトの内容をダンプする。

パラメータ:
object - オブジェクト

dump

public static void dump(java.lang.Object object,
                        OutputHandler handler)
オブジェクトの内容をダンプする。

パラメータ:
object - オブジェクト
handler - 出力ハンドラ