- H2Dialect - nablarch.core.db.dialectのクラス
- 
H2用のSQL方言クラス。 
- handle(HttpRequest, ExecutionContext, Handler<HttpRequest, HttpResponse>, OnDoubleSubmission) - インタフェース のメソッドnablarch.common.web.token.DoubleSubmissionHandler
- 
OnDoubleSubmissionアノテーションに対する処理を行う。 
- handle(Object) - インタフェース のメソッドnablarch.core.db.statement.AutoPropertyHandler
- 
指定されたオブジェクトのフィールドの値に自動設定値を設定する。 
- handle(D, ExecutionContext) - クラス のメソッドnablarch.fw.action.BatchAction
- 
データリーダによって読み込まれた1件分の入力データに対する業務処理を実行する。 
- handle(TData, ExecutionContext) - インタフェース のメソッドnablarch.fw.Handler
- 
入力データに対する処理を実行する。 
- handle(RequestMessage, ExecutionContext) - クラス のメソッドnablarch.fw.messaging.action.AsyncMessageReceiveAction
- 
データリーダによって読み込まれた1件分の入力データに対する業務処理を実行する。 
- handle(SqlRow, ExecutionContext) - クラス のメソッドnablarch.fw.messaging.action.AsyncMessageSendAction
- 
入力データからヘッダ部及び業務データ部からなるメッセージオブジェクトを生成し、
 送信処理(キューへのPUT)を行う。 
- handle(HttpRequest, ExecutionContext) - インタフェース のメソッドnablarch.fw.web.HttpRequestHandler
- 
HTTPリクエストに対する処理を実行する。 
- handle(HttpRequest, ExecutionContext) - 列挙型 のメソッドnablarch.fw.web.HttpResponse.Status
- 
入力データに対する処理を実行する。 
- handleEmptyFile(String) - インタフェース のメソッドnablarch.fw.web.upload.util.ValidatingStrategy
- 
空ファイルの場合の処理を行う。 
- handleError(ExecutionContext, Error) - クラス のメソッドnablarch.fw.invoker.PipelineInvoker
- 
Error の例外処理を行う。 
- handleException(ExecutionContext, Throwable) - クラス のメソッドnablarch.fw.invoker.PipelineInvoker
- 
例外処理を行う 
- handleInvalidFormatRecord(InvalidDataFormatException) - インタフェース のメソッドnablarch.fw.web.upload.util.ValidatingStrategy
- 
形式エラーレコードを処理する。 
- handleInvalidRecord(DataRecord, ValidationContext<FORM>) - インタフェース のメソッドnablarch.fw.web.upload.util.ValidatingStrategy
- 
バリデーションエラーレコードを処理する。 
- handleNamingException(String, NamingException) - クラス のメソッドnablarch.core.repository.jndi.JndiHelper
- 
ルックアップ時に発生したNamingExceptionを処理する。
 
- handleNext(TData) - クラス のメソッドnablarch.fw.ExecutionContext
- 
ハンドラキュー上の次のハンドラに処理を委譲する。 
- Handler<TData,TResult> - nablarch.fwのインタフェース
- 
データプロセッサが実装するパイプライン処理において、
 各ステージで行われる処理が実装するインターフェース。 
- HandlerListBuilder<TData> - nablarch.fw.invokerのインタフェース
- 
ハンドラリストの組み立てを行うインタフェース。 
- HandlerListInvoker<TData,TResult> - nablarch.fw.invokerのインタフェース
- 
ハンドラリストの起動を行うインタフェース。 
- handleRuntimeException(ExecutionContext, RuntimeException) - クラス のメソッドnablarch.fw.invoker.PipelineInvoker
- 
RuntimeExceptionの例外処理を行う。 
- hasConverter(Class<?>) - クラス のstaticメソッドnablarch.core.beans.ConversionUtil
- 
- hasError() - クラス のメソッドnablarch.fw.web.upload.util.BulkValidationResult
- 
エラーが発生しているかどうかを判定する。 
- hashCode() - クラス のメソッドnablarch.common.dao.ColumnMeta
-  
- hashCode() - クラス のメソッドnablarch.common.dao.EntityMeta
-  
- hashCode() - クラス のメソッドnablarch.common.web.compositekey.CompositeKey
- 
このオブジェクトのハッシュコード値を返す。 
- hashCode() - クラス のメソッドnablarch.core.db.cache.ResultSetCacheKey
- hashCode() - クラス のメソッドnablarch.core.message.Message
-  
- hashCode() - クラス のメソッドnablarch.core.validation.ValidationResultMessage
- 
このオブジェクトのハッシュコード値を返す。 
- hasNext() - インタフェース のメソッドnablarch.core.dataformat.DataRecordFormatter
- 
次に読み込む行の有無を判定する。 
- hasNext() - クラス のメソッドnablarch.core.dataformat.FileRecordReader
- 
次に読み込むレコードがあるかどうかを返却する。 
- hasNext(ExecutionContext) - インタフェース のメソッドnablarch.fw.DataReader
- 
次に読み込むデータが存在するかどうかを返却する。 
- hasNextIgnoreBlankLines() - クラス のメソッドnablarch.core.dataformat.VariableLengthDataRecordFormatter
- 
次に読み込む行があるかどうかを返却する。 
- hasUserId() - クラス のメソッドnablarch.fw.messaging.FwHeader
- 
ユーザIDヘッダ項目が電文レイアウトに定義されているかどうか。 
- hasValue(String) - クラス のstaticメソッドnablarch.core.util.StringUtil
- 
Stringインスタンスが何らかの文字を含んでいるか判定する。 
- hasValue(String...) - クラス のstaticメソッドnablarch.core.util.StringUtil
- 
文字列配列が何らかの文字列を含んでいるか判定する。 
- hasValue(Collection<String>) - クラス のstaticメソッドnablarch.core.util.StringUtil
- 
コレクションが何らかの文字列を含んでいるか判定する。 
- headerToMap(SyncMessage, HttpResult) - クラス のメソッドnablarch.fw.messaging.realtime.http.client.HttpMessagingClient
- 
返信のヘッダ部分を解析し、応答電文に設定するデータを生成する。 
- HiddenStore - nablarch.common.web.session.storeのクラス
- 
- HiddenStore.HiddenStoreLoadFailedException - nablarch.common.web.session.storeの例外
- 
HiddenStoreのロードに失敗した場合に送出する例外。 
- HiddenStoreTag - nablarch.common.web.tagのクラス
- 
HiddenStoreに設定された内容を保持する
 inputタグ(type="hidden")を出力するクラス。 
- HiddenTag - nablarch.common.web.tagのクラス
- 
入力データ復元とHTMLエスケープを行うinputタグ(type="hidden")を出力するクラス。 
- HtmlAttribute - nablarch.common.web.tagの列挙型
- 
HTMLの属性を表す列挙型。 
- HtmlAttributes - nablarch.common.web.tagのクラス
- 
HTMLの属性を保持するクラス。 
- HtmlTagSupport - nablarch.common.web.tagのクラス
- 
HTMLのタグを出力するクラスの実装をサポートするクラス。 
- HtmlTagUtil - nablarch.common.webのクラス
- 
HTMLタグの作成、編集に必要となる共通機能を提供するユーティリティ。 
- HttpAccessLogFormatter - nablarch.fw.web.handlerのクラス
- 
HTTPアクセスログのメッセージをフォーマットするクラス。 
- HttpAccessLogFormatter() - クラス のコンストラクタnablarch.fw.web.handler.HttpAccessLogFormatter
- 
フォーマット済みのログ出力項目を初期化する。 
- HttpAccessLogFormatter.EndTimeItem - nablarch.fw.web.handlerのクラス
- 
終了日時を取得するクラス。 
- HttpAccessLogFormatter.StartTimeItem - nablarch.fw.web.handlerのクラス
- 
開始日時を取得するクラス。 
- HttpCharacterEncodingHandler - nablarch.fw.web.handlerのクラス
- 
HTTP エンコーディング制御ハンドラ。 
- HttpCharacterEncodingHandler() - クラス のコンストラクタnablarch.fw.web.handler.HttpCharacterEncodingHandler
- 
デフォルトコンストラクタ。 
- HttpCookie - nablarch.fw.webのクラス
- 
Httpクッキーのパーサー及びその内容を保持するデータオブジェクト。 
- HttpCookie() - クラス のコンストラクタnablarch.fw.web.HttpCookie
- 
デフォルトコンストラクタ。 
- HttpErrorResponse - nablarch.fw.webの例外
- 
エラーレスポンスを行う際に送出する例外。 
- HttpErrorResponse() - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
- 
デフォルトコンストラクタ。 
- HttpErrorResponse(Throwable) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
- 
元例外を指定するコンストラクタ。 
- HttpErrorResponse(String) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
- 
コンテンツのパスを指定するコンストラクタ。 
- HttpErrorResponse(String, Throwable) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
- 
コンテンツのパスと元例外を指定するコンストラクタ。 
- HttpErrorResponse(int) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
- 
指定されたステータスコードでエラーレスポンスを返す例外を生成する。 
- HttpErrorResponse(int, Throwable) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
- 
指定されたステータスコードでエラーレスポンスを返す例外を生成する。 
- HttpErrorResponse(int, String) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
- 
指定されたステータスコード・コンテンツパスでエラーレスポンスを返す例外を生成する。 
- HttpErrorResponse(int, String, Throwable) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
- 
指定されたステータスコード・コンテンツパスでエラーレスポンスを返す例外を生成する。 
- HttpErrorResponse(HttpResponse) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
- 
- HttpErrorResponse(HttpResponse, Throwable) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
- 
- HttpExclusiveControlUtil - nablarch.common.web.exclusivecontrolのクラス
- 
- HttpInputStreamReader - nablarch.fw.messaging.realtime.http.streamioのインタフェース
- 
Streamを読み取り結果を返却させるためのIF 
- HttpMessageIdGenerator - nablarch.fw.messagingのインタフェース
- 
HTTP通信時に使用するメッセージID生成。 
- HttpMessagingClient - nablarch.fw.messaging.realtime.http.clientのクラス
- 
HTTPを利用したメッセージング機能の実装。 
- HttpMessagingException - nablarch.fw.messaging.realtime.http.exceptionの例外
- 
HTTP通信に関する例外クラス。 
- HttpMessagingException() - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingException
- 
詳細メッセージにnullを使用して、HttpMessagingExceptionを構築する。
 
- HttpMessagingException(String, Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingException
- 
指定された詳細メッセージおよび起因となる例外を使用して、HttpMessagingExceptionを構築する。
 
- HttpMessagingException(String) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingException
- 
指定された詳細メッセージを使用して、HttpMessagingExceptionを構築する。
 
- HttpMessagingException(Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingException
- 
指定された起因となる例外を使用して、HttpMessagingExceptionを構築する。
 
- HttpMessagingException(String, Integer, Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingException
- 
指定された起因となる例外を使用し、例外発生時の接続先及びHTTPステータスコードを指定して
 HttpMessagingExceptionを構築する。
 
- HttpMessagingException(String, String, Integer, Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingException
- 
指定された詳細メッセージおよび起因となる例外を使用し、
 例外発生時の接続先及びHTTPステータスコードを指定してHttpMessagingExceptionを構築する。
 
- HttpMessagingInvalidDataFormatException - nablarch.fw.messaging.realtime.http.exceptionの例外
- 
HTTP通信時、送受信したデータのフォーマット変換に失敗した際に送出される例外クラス。 
- HttpMessagingInvalidDataFormatException() - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
- 
詳細メッセージにnullを使用して、HttpMessagingInvalidDataFormatExceptionを生成する。
 
- HttpMessagingInvalidDataFormatException(String, String, Map<String, ?>, Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
- 
送信データのフォーマット変換に失敗したことを表すHttpMessagingInvalidDataFormatExceptionを生成する。
 
- HttpMessagingInvalidDataFormatException(String, String, Integer, Map<String, List<String>>, String, Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
- 
受信データのフォーマット変換に失敗したことを表すHttpMessagingInvalidDataFormatExceptionを生成する。
 
- HttpMessagingTimeoutException - nablarch.fw.messaging.realtime.http.exceptionの例外
- 
メッセージング機能で、コネクションの接続及びデータの読み込み要求がタイムアウトした場合に送出される例外。 
- HttpMessagingTimeoutException() - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingTimeoutException
- 
詳細メッセージにnullを使用して、HttpMessagingTimeoutExceptionを構築する。
 
- HttpMessagingTimeoutException(String, Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingTimeoutException
- 
指定された詳細メッセージおよび起因となる例外を使用して、HttpMessagingTimeoutExceptionを構築する。
 
- HttpMessagingTimeoutException(String, String, Integer, Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingTimeoutException
- 
指定された詳細メッセージおよび起因となる例外を使用し、例外発生時の接続先及びHTTPステータスコードを指定して
 HttpMessagingTimeoutExceptionを構築する。
 
- HttpMessagingTimeoutException(String) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingTimeoutException
- 
指定された詳細メッセージを使用して、HttpMessagingTimeoutExceptionを構築する。
 
- HttpMessagingTimeoutException(Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingTimeoutException
- 
指定された起因となる例外を使用して、HttpMessagingTimeoutExceptionを構築する。
 
- HttpOutputStreamWriter - nablarch.fw.messaging.realtime.http.streamioのインタフェース
- 
Streamに書き出しを行わせるためのIF 
- HttpProtocolBasicClient - nablarch.fw.messaging.realtime.http.clientのクラス
- 
Http接続用クライアント。 
- HttpProtocolBasicClient() - クラス のコンストラクタnablarch.fw.messaging.realtime.http.client.HttpProtocolBasicClient
- 
コンストラクタ 
- HttpProtocolClient - nablarch.fw.messaging.realtime.http.clientのインタフェース
- 
Http接続用クライアントが実装すべきインターフェース。 
- HttpRequest - nablarch.fw.webのクラス
- 
HTTP/1.1(RFC2616)におけるリクエストメッセージのパーサ及び
 その結果を格納するデータオブジェクト。 
- HttpRequestHandler - nablarch.fw.webのインタフェース
- 
HTTPリクエストに対して何らかの処理を行うモジュールが実装するインターフェース。 
- HttpRequestRewriteRule - nablarch.fw.web.handlerのクラス
- 
- HttpResponse - nablarch.fw.webのクラス
- 
HTTPレスポンスメッセージを生成する際に必要な情報を格納したクラス。 
- HttpResponse() - クラス のコンストラクタnablarch.fw.web.HttpResponse
- 
HttpResponseオブジェクトを生成する。
 
- HttpResponse(int) - クラス のコンストラクタnablarch.fw.web.HttpResponse
- 
指定されたステータスコードのHttpResponseオブジェクトを生成する。
 
- HttpResponse(int, String) - クラス のコンストラクタnablarch.fw.web.HttpResponse
- 
指定されたHTTPステータスコードとコンテンツパスのHttpResponseオブジェクトを生成する。
 
- HttpResponse(String) - クラス のコンストラクタnablarch.fw.web.HttpResponse
- 
指定されたコンテンツパスのHttpResponseオブジェクトを生成する。
 
- HttpResponse.Status - nablarch.fw.webの列挙型
- 
HTTPレスポンスステータス。 
- HttpResult - nablarch.fw.messaging.realtime.http.dtoのクラス
- 
HTTP通信の結果を格納するためのクラス。 
- HttpResult() - クラス のコンストラクタnablarch.fw.messaging.realtime.http.dto.HttpResult
- 
コンストラクタ。 
- HttpSessionStore - nablarch.common.web.session.storeのクラス
-