nga.servlet.dsp.writer
クラス IAssistantWriter
java.lang.Object
nga.servlet.dsp.writer.TargetValueWriter
nga.servlet.dsp.writer.IAssistantWriter
public class IAssistantWriter
- extends TargetValueWriter
入力補助用選択リスト用ライタ。
| クラス nga.servlet.dsp.writer.TargetValueWriter から継承されたメソッド |
attr, attr, attr, attr, format, format, getClass, getErrorItem, getErrorValue, getFormat, getFormat, getLabel, getLabel, getScale, isCdataSection, isContainer, print, print, printErrorValue, println, println, println, printRequest, setTargetValue, writeAttribute |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IAssistantWriter
public IAssistantWriter()
- IAssistantWriter を作成する。
write
public void write()
throws IOException,
ServletException
- クラス
TargetValueWriter の記述:
- 値オブジェクトに格納されているプロパティ値を出力する。
- 定義:
- クラス
TargetValueWriter 内の write
- 例外:
IOException
ServletException
write
protected void write(TargetInfo ti,
Object resultObject)
throws ServletException
- 出力する。
- パラメータ:
ti - target タグ情報。resultObject - 出力対象オブジェクト。
- 例外:
ServletException