ナビゲーション・リンクをスキップ
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

W

WebUtil - nablarch.common.webのクラス
Webアプリケーションの作成に必要となる共通機能を提供するユーティリティ。
withCharset(String) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
文字コードを設定する。
withCharset(Charset) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
文字コードを設定する。
withFieldSeparator(char) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
列区切り文字を設定する。
withHeaderTitles(String...) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
ヘッダー行(タイトル行)に出力するタイトルを設定する。
withIgnoreEmptyLine() - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
空行を無視する。
withIgnoreEmptyLine(boolean) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
空行を無視するか否かを設定する。
withLineSeparator(String) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
改行文字を設定する。
withQuote(char) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
フィールド囲み文字を設定する。
withQuotedColumnNames(String...) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
フィールド囲み文字(CsvDataBindConfig.getQuote()で囲むフィールドのリストを設定する。
withQuoteMode(CsvDataBindConfig.QuoteMode) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
出力時にフィールド囲み文字で囲むフィールドを設定する。
withRequiredHeader() - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
ヘッダー行(タイトル行)を必須に設定する。
withRequiredHeader(boolean) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
ヘッダー行(タイトル行)を必須とするか否かを設定する。
WorkItem - nablarch.etlのクラス
全てのワークテーブルに共通するプロパティを保持するクラス。
write(T) - インタフェース のメソッドnablarch.common.databind.DataWriter
データを書き込む。
write(T) - インタフェース のメソッドnablarch.common.databind.ObjectMapper
オブジェクトの情報をアウトプットする。
write(Map<String, ?>, String) - クラス のstaticメソッドnablarch.common.io.FileRecordWriterHolder
FilePathSettingから"output"という論理名で取得したベースパス配下のデータファイルにレコードを出力する。
write(Map<String, ?>, String, String) - クラス のstaticメソッドnablarch.common.io.FileRecordWriterHolder
FilePathSettingに設定した論理名(論理ベースパス)配下のデータファイルにレコードを出力する。
write(String, Map<String, ?>, String) - クラス のstaticメソッドnablarch.common.io.FileRecordWriterHolder
FilePathSettingから"output"という論理名で取得したベースパス配下のデータファイルにレコードを出力する。
write(String, Map<String, ?>, String, String) - クラス のstaticメソッドnablarch.common.io.FileRecordWriterHolder
引数で指定したデータファイルにレコードを出力する。
write(Map<String, ?>) - クラス のメソッドnablarch.common.web.download.DataRecordResponse
メッセージボディに1レコード分のデータを書き込む。
write(String, Map<String, ?>) - クラス のメソッドnablarch.common.web.download.DataRecordResponse
データレイアウト(レコードタイプ)を指定して、メッセージボディに1レコード分のデータを書き込む。
write(Map<String, ?>) - クラス のメソッドnablarch.core.dataformat.FileRecordWriter
指定されたレコードデータファイルに出力する。
write(String, Map<String, ?>) - クラス のメソッドnablarch.core.dataformat.FileRecordWriter
レコードタイプを明示的に指定してレコードを出力する。
write(LogContext) - インタフェース のメソッドnablarch.core.log.basic.LogWriter
ログを出力先に書き込む。
write(LogContext) - クラス のメソッドnablarch.core.log.basic.LogWriterSupport
フォーマット済みのログを出力先に書き込む。
write(Object, ExecutionContext) - クラス のメソッドnablarch.fw.jaxrs.BodyConverterSupport
 
write(HttpRequest, HttpResponse, ExecutionContext, Throwable) - クラス のメソッドnablarch.fw.jaxrs.JaxRsErrorLogWriter
エラー情報をログに出力する。
write(CharSequence) - クラス のメソッドnablarch.fw.web.HttpResponse
HTTPレスポンスボディに文字列を書き込む。
write(byte[]) - クラス のメソッドnablarch.fw.web.HttpResponse
HTTPレスポンスボディにバイト配列を書き込む。
write(ByteBuffer) - クラス のメソッドnablarch.fw.web.HttpResponse
HTTPレスポンスボディにバイト配列を書き込む。
writeApplicationExceptionLog(HttpRequest, HttpResponse, ExecutionContext, ApplicationException) - クラス のメソッドnablarch.fw.jaxrs.JaxRsErrorLogWriter
ApplicationExceptionの情報をログ出力する。
writeErrorLog(Object, String, Object...) - クラス のメソッドnablarch.fw.action.BatchActionBase
ERRORレベルで障害ログ出力を行う。
writeFatalLog(Object, String, Object...) - クラス のメソッドnablarch.fw.action.BatchActionBase
FATALレベルで障害ログ出力を行う。
writeLog(String, Object...) - クラス のメソッドnablarch.fw.action.BatchActionBase
INFOレベルでログ出力を行う。
writeLog(DatabaseTableQueueReader.InputDataIdentifier) - クラス のstaticメソッドnablarch.fw.reader.DatabaseTableQueueReader
要求の識別情報をログに出力する。
writeLog(ExecutionContext) - 例外 のメソッドnablarch.fw.results.ServiceError
この障害の内容について運用ログに出力する。
writeRecord(Map<String, ?>) - インタフェース のメソッドnablarch.core.dataformat.DataRecordFormatter
出力ストリームに1レコード分の内容を書き込む。
writeRecord(String, Map<String, ?>) - インタフェース のメソッドnablarch.core.dataformat.DataRecordFormatter
指定したデータレイアウト(レコードタイプ)で、出力ストリームに1レコード分の内容を書き込む。
writeStream(OutputStream) - クラス のメソッドnablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamWritter
ストリームに出力する。
writeStream(OutputStream) - インタフェース のメソッドnablarch.fw.messaging.realtime.http.streamio.HttpOutputStreamWriter
Streamに書き出しを行わせるためのメソッド。
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
ナビゲーション・リンクをスキップ