Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
W
- waitLock(File, String, LogContext) - Method in class nablarch.core.log.basic.SynchronousFileLogWriter
-
ロック待ち処理を行う。
- WARN - Enum constant in enum class nablarch.core.log.basic.LogLevel
-
ワーニング
- WARN - Enum constant in enum class nablarch.core.message.MessageLevel
-
警告レベルのメッセージ。
- WebConfig - Class in nablarch.common.web
-
Webアプリケーションの設定を保持するクラス。
- WebConfig() - Constructor for class nablarch.common.web.WebConfig
- WebConfigFinder - Class in nablarch.common.web
-
WebConfig
を取得するためのユーティリティ。 - WebFrontController - Class in nablarch.fw.web.servlet
-
アプリケーションサーバにデプロイして使用するリクエストコントローラ。
- WebFrontController() - Constructor for class nablarch.fw.web.servlet.WebFrontController
-
デフォルトコンストラクタ
- WebRequestUtil - Class in nablarch.common.util
-
リクエスト処理に使用するユーティリティ。
- WebUtil - Class in nablarch.common.web
-
Webアプリケーションの作成に必要となる共通機能を提供するユーティリティ。
- WeekTag - Class in nablarch.common.web.tag
-
入力データ復元とHTMLエスケープを行うinputタグ(type="week")を出力するクラス。
- WeekTag() - Constructor for class nablarch.common.web.tag.WeekTag
- WIDTH - Enum constant in enum class nablarch.common.web.tag.HtmlAttribute
-
width属性
- withCharset(String) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
文字コードを設定する。
- withCharset(Charset) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
文字コードを設定する。
- withEmptyToNull(boolean) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
空フィールドをnullに置き換えるか否かを設定する。
- withFieldSeparator(char) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
列区切り文字を設定する。
- withHeaderTitles(String...) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
ヘッダー行(タイトル行)に出力するタイトルを設定する。
- withIgnoreEmptyLine() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
空行を無視する。
- withIgnoreEmptyLine(boolean) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
空行を無視するか否かを設定する。
- withLineSeparator(String) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
改行文字を設定する。
- withProperties(String...) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
プロパティ名リストを設定する。
- withQuote(char) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
フィールド囲み文字を設定する。
- withQuotedColumnNames(String...) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
フィールド囲み文字(
CsvDataBindConfig.getQuote()
で囲むフィールドのリストを設定する。 - withQuoteMode(CsvDataBindConfig.QuoteMode) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
出力時にフィールド囲み文字で囲むフィールドを設定する。
- withRequiredHeader() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
ヘッダー行(タイトル行)を必須に設定する。
- withRequiredHeader(boolean) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
ヘッダー行(タイトル行)を必須とするか否かを設定する。
- wrap(Handler<D, R>) - Static method in class nablarch.fw.Interceptor.Factory
-
Interceptor
アノテーションによるリクエストハンドラの ラッパーを作成する。 - wrap(Handler<D, R>, Annotation[]) - Static method in class nablarch.fw.Interceptor.Factory
-
与えられた
Interceptor
アノテーションによって リクエストハンドラをラップする。 - write(byte[]) - Method in class nablarch.common.web.download.FileResponse
- write(byte[]) - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスボディにバイト配列を書き込む。
- write(byte[]) - Method in class nablarch.fw.web.ResponseBody
-
内部バッファにバイナリデータを書き込む。
- write(CharSequence) - Method in class nablarch.common.web.download.FileResponse
- write(CharSequence) - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスボディに文字列を書き込む。
- write(CharSequence) - Method in class nablarch.fw.web.ResponseBody
-
内部バッファにキャラクタデータを書き込む。
- write(Object[]) - Method in class nablarch.common.databind.csv.CsvDataWriter
- write(Object, ExecutionContext) - Method in interface nablarch.fw.jaxrs.BodyConverter
-
Beanオブジェクトをメディアタイプに応じて変換し、レスポンスボディ部へ書き込む。
- write(Object, ExecutionContext) - Method in class nablarch.fw.jaxrs.BodyConverterSupport
- write(String) - Static method in class nablarch.fw.batch.progress.ProgressLogger
-
メッセージをログに出力する。
- write(String, Map<String, ?>) - Method in class nablarch.common.web.download.DataRecordResponse
-
データレイアウト(レコードタイプ)を指定して、メッセージボディに1レコード分のデータを書き込む。
- write(String, Map<String, ?>) - Method in class nablarch.core.dataformat.FileRecordWriter
-
レコードタイプを明示的に指定してレコードを出力する。
- write(String, Map<String, ?>, String) - Static method in class nablarch.common.io.FileRecordWriterHolder
-
FilePathSetting
から"output"という論理名で取得したベースパス配下のデータファイルにレコードを出力する。 - write(String, Map<String, ?>, String, String) - Static method in class nablarch.common.io.FileRecordWriterHolder
-
引数で指定したデータファイルにレコードを出力する。
- write(ByteBuffer) - Method in class nablarch.common.web.download.FileResponse
- write(ByteBuffer) - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスボディにバイト配列を書き込む。
- write(ByteBuffer) - Method in class nablarch.fw.web.ResponseBody
-
内部バッファにバイナリデータを書き込む。
- write(Map<String, ?>) - Method in class nablarch.common.databind.fixedlength.FixedLengthMapMapper
- write(Map<String, ?>) - Method in class nablarch.common.databind.fixedlength.MapFixedLengthMapper
- write(Map<String, ?>) - Method in class nablarch.common.web.download.DataRecordResponse
-
メッセージボディに1レコード分のデータを書き込む。
- write(Map<String, ?>) - Method in class nablarch.core.dataformat.FileRecordWriter
-
指定されたレコードデータファイルに出力する。 本メソッドでは、データファイルのストリームに対して書き込みを行うが、 フラッシュは行わず、ストリームも開いたまま維持される。 そのため、try-finally句で囲うなどして、書き込み終了後に 必ずclose()メソッドを実行する必要がある。 なお、本メソッドの処理中に例外が発生した場合、データファイルのストリームは 自動的にクローズされる。 (クローズメソッドを複数回呼んだとしても特に問題は発生しない。)
- write(Map<String, ?>, String) - Static method in class nablarch.common.io.FileRecordWriterHolder
-
FilePathSetting
から"output"という論理名で取得したベースパス配下のデータファイルにレコードを出力する。 - write(Map<String, ?>, String, String) - Static method in class nablarch.common.io.FileRecordWriterHolder
-
FilePathSetting
に設定した論理名(論理ベースパス)配下のデータファイルにレコードを出力する。 - write(LogContext) - Method in class nablarch.core.log.basic.LogPublisher
- write(LogContext) - Method in interface nablarch.core.log.basic.LogWriter
-
ログを出力先に書き込む。
- write(LogContext) - Method in class nablarch.core.log.basic.LogWriterSupport
-
フォーマット済みのログを出力先に書き込む。
設定でLogLevel
が指定されている場合は、有効なレベルの場合のみLogWriterSupport.onWrite(String)
メソッドを呼び出す。
有効なレベルのログでない場合は、何も処理しない。 - write(LogContext) - Method in class nablarch.core.log.basic.SynchronousFileLogWriter
-
フォーマット済みのログを出力先に書き込む。
設定でLogLevel
が指定されている場合は、有効なレベルの場合のみLogWriterSupport.onWrite(String)
メソッドを呼び出す。
有効なレベルのログでない場合は、何も処理しない。 - write(LogLevel, String) - Static method in class nablarch.core.log.operation.OperationLogger
-
メッセージをログに出力する。
- write(LogLevel, String, Throwable) - Static method in class nablarch.core.log.operation.OperationLogger
-
メッセージをログに出力する。
- write(HttpRequest, HttpResponse, ExecutionContext, Throwable) - Method in class nablarch.fw.jaxrs.JaxRsErrorLogWriter
-
エラー情報をログに出力する。
- write(T) - Method in class nablarch.common.databind.csv.CsvObjectMapperSupport
- write(T) - Method in class nablarch.common.databind.csv.ObjectCsvMapperSupport
- write(T) - Method in interface nablarch.common.databind.DataWriter
-
データを書き込む。
- write(T) - Method in class nablarch.common.databind.fixedlength.BeanFixedLengthMapper
- write(T) - Method in class nablarch.common.databind.fixedlength.FixedLengthBeanMapper
- write(T) - Method in interface nablarch.common.databind.ObjectMapper
-
オブジェクトの情報をアウトプットする。
- writeApplicationExceptionLog(HttpRequest, HttpResponse, ExecutionContext, ApplicationException) - Method in class nablarch.fw.jaxrs.JaxRsErrorLogWriter
-
ApplicationException
の情報をログ出力する。 - writeBeginLog(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogHandler
-
リクエスト処理開始時のログを出力する。
- writeBeginLog(HttpRequest, ServletExecutionContext, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.common.web.handler.HttpAccessLogHandler
-
リクエスト処理開始時のログを出力する。
- writeBody(InputStream, HttpServletResponse) - Static method in class nablarch.fw.jaxrs.JaxRsResponseHandler
-
メッセージボディの内容をクライアントに送信する。
- writeBody(InputStream, HttpServletResponse) - Static method in class nablarch.fw.web.handler.HttpResponseHandler
-
メッセージボディの内容をクライアントに送信する。
- writeCreateMailFailedLog(SqlRow, MailRequestTable.MailRequest, MailConfig, MessagingException) - Method in class nablarch.common.mail.MailSender
-
メール作成が失敗した場合に、障害検知ログに出力する。
- writeDispatchingClassLog(Request<?>, ExecutionContext, String) - Method in class nablarch.fw.web.handler.HttpRequestJavaPackageMapping.Mapping
-
アクセスログにディスパッチ先クラスを出力する。 デフォルトでは何もしない。 必要に応じてオーバーライドすること。
- writeDispatchingClassLog(TData, ExecutionContext, String) - Method in class nablarch.fw.handler.DispatchHandler
-
アクセスログにディスパッチ先クラスを出力する。 デフォルトでは何もしない。 必要に応じてオーバーライドすること。
- writeEndLog(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogHandler
-
リクエスト処理終了時のログを出力する。
- writeEndLog(HttpRequest, ServletExecutionContext, HttpAccessLogFormatter.HttpAccessLogContext, HttpResponse) - Method in class nablarch.common.web.handler.HttpAccessLogHandler
-
リクエスト処理終了時のログを出力する。
- writeErrorLog(Object, String, Object...) - Method in class nablarch.fw.action.BatchActionBase
-
ERRORレベルで障害ログ出力を行う。
- writeEscapedString(Writer, String) - Method in class nablarch.core.text.json.StringToJsonSerializer
-
Escape処理を行ったJsonのstringを書き出す。
- writeEscapedStringWithoutQuotation(Writer, String) - Method in class nablarch.core.text.json.StringToJsonSerializer
-
前後のquotation-markを含まないEscape処理を行ったJsonのstringを書き出す。
- writeFailureLogPattern - Variable in class nablarch.fw.web.handler.HttpErrorHandler
-
Result.Error
の中で障害通知ログを出力する対象を表すステータスコード - writeFatalLog(Object, String, Object...) - Method in class nablarch.fw.action.BatchActionBase
-
FATALレベルで障害ログ出力を行う。
- writeField(Map<String, ?>, FieldDefinition) - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
-
このオブジェクトのフォーマット定義に従って、 出力ストリームにフィールドの内容を書き込む。
- writeField(Map<String, ?>, FieldDefinition) - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
-
コンバータによる変換を行ったフィールドの内容を、出力ストリームへ書き込む。
- writeFwHeaderTo(SendingMessage, FwHeader) - Method in interface nablarch.fw.messaging.FwHeaderDefinition
-
応答電文オブジェクトに設定されたフレームワーク制御ヘッダの内容を 送信電文に反映する。
- writeFwHeaderTo(SendingMessage, FwHeader) - Method in class nablarch.fw.messaging.reader.StructuredFwHeaderDefinition
-
応答電文オブジェクトに設定されたフレームワーク制御ヘッダの内容を 送信電文に反映する。
- writeFwHeaderTo(SendingMessage, FwHeader) - Method in class nablarch.fw.messaging.StandardFwHeaderDefinition
-
応答電文オブジェクトに設定されたフレームワーク制御ヘッダの内容を 送信電文に反映する。
- writeHeader() - Method in class nablarch.common.databind.csv.ObjectCsvMapperSupport
-
ヘッダーレコードを書き込む。
- writeHeaders(HttpResponse, HttpServletResponse) - Method in class nablarch.fw.jaxrs.JaxRsResponseHandler
-
レスポンスヘッダーを書き込む。
- writeId(Session, ServletExecutionContext) - Method in class nablarch.common.web.session.SessionStoreHandler
-
セッションIDを書き出す。
- writeLog(String, Object...) - Method in class nablarch.fw.action.BatchActionBase
-
INFOレベルでログ出力を行う。
- writeLog(ExecutionContext) - Method in exception nablarch.fw.results.ServiceError
-
この障害の内容について運用ログに出力する。
- writeLog(DatabaseTableQueueReader.InputDataIdentifier) - Method in class nablarch.fw.reader.DatabaseTableQueueReader
-
要求の識別情報をログに出力する。
- writeMember(Writer, Map.Entry<?, ?>) - Method in class nablarch.core.log.basic.AppLogMapToJsonSerializer
-
メンバーの情報を JSON 形式にフォーマットして Writer に書き出す。
- writeMember(Writer, Map.Entry<?, ?>) - Method in class nablarch.core.text.json.MapToJsonSerializer
-
メンバーの情報を JSON 形式にフォーマットして Writer に書き出す。
- writeParametersLog(HttpRequest, ExecutionContext) - Method in class nablarch.common.web.handler.NablarchTagHandler
-
HTTPアクセスログのリクエストパラメータを出力する。
- writeRecord(String, Map<String, ?>) - Method in interface nablarch.core.dataformat.DataRecordFormatter
-
指定したデータレイアウト(レコードタイプ)で、出力ストリームに1レコード分の内容を書き込む。
- writeRecord(String, Map<String, ?>) - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
-
指定したデータレイアウト(レコードタイプ)で、出力ストリームに1レコード分の内容を書き込む。
- writeRecord(String, Map<String, ?>) - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
-
指定したデータレイアウト(レコードタイプ)で、出力ストリームに1レコード分の内容を書き込む。
- writeRecord(String, Map<String, ?>) - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
-
指定したデータレイアウト(レコードタイプ)で、出力ストリームに1レコード分の内容を書き込む。
- writeRecord(Map<String, ?>) - Method in class nablarch.common.databind.fixedlength.FixedLengthWriter
-
レコードを出力する。
- writeRecord(Map<String, ?>) - Method in interface nablarch.core.dataformat.DataRecordFormatter
-
出力ストリームに1レコード分の内容を書き込む。
- writeRecord(Map<String, ?>) - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
-
出力ストリームに1レコード分の内容を書き込む。
- writeRecord(Map<String, ?>) - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
-
出力ストリームに1レコード分の内容を書き込む。
- writeRecord(Map<String, ?>) - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
-
出力ストリームに1レコード分の内容を書き込む。
- writeRecord(Map<String, ?>, RecordDefinition) - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
-
このオブジェクトのフォーマット情報に従って、 出力ストリームに1レコード分の内容を書き込む。
- writeRecord(Map<String, ?>, RecordDefinition) - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
-
1レコード分の内容を、出力ストリームへ書き込む。
- writeResponse(String, ServletExecutionContext) - Method in interface nablarch.fw.web.handler.responsewriter.CustomResponseWriter
-
レスポンスの書き込みを行う。
- writeResponse(HttpResponse, ServletExecutionContext) - Method in class nablarch.fw.jaxrs.JaxRsResponseHandler
-
レスポンスを書き込む。
- writeResponse(HttpResponse, ServletExecutionContext) - Method in class nablarch.fw.web.handler.HttpResponseHandler
-
HTTPレスポンスオブジェクトの内容をもとに、 クライアントにレスポンスを返す。
- writeSendMailFailedLog(SqlRow, MailRequestTable.MailRequest, MailConfig, SendFailedException) - Method in class nablarch.common.mail.MailSender
-
メール送信失敗時の
SendFailedException
例外の障害検知ログに出力する。 - writeStream(OutputStream) - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamWritter
-
ストリームに出力する。
- writeStream(OutputStream) - Method in interface nablarch.fw.messaging.realtime.http.streamio.HttpOutputStreamWriter
-
Streamに書き出しを行わせるためのメソッド。
- writeTag(PageContext, HtmlAttributes) - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
-
多値の入力項目を出力する。
- writeTag(PageContext, HtmlAttributes) - Method in class nablarch.common.web.tag.SinglevaluedInputTagWriterSupport
-
単一値の入力項目を出力する。
- WriteTag - Class in nablarch.common.web.tag
-
名前に対応する値を出力するクラス。 このタグで出力された値は必ずHTMLエスケープされる。
- WriteTag() - Constructor for class nablarch.common.web.tag.WriteTag
- writeWarnLog(Object, Throwable) - Method in class nablarch.fw.handler.DataReadHandler
-
ワーニングログを出力する。
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form