Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
H
- H2Dialect - Class in nablarch.core.db.dialect
-
H2用のSQL方言クラス。
- H2Dialect() - Constructor for class nablarch.core.db.dialect.H2Dialect
- handle(D, ExecutionContext) - Method in class nablarch.fw.action.BatchAction
-
データリーダによって読み込まれた1件分の入力データに対する業務処理を実行する。
- handle(Object) - Method in class nablarch.core.db.statement.autoproperty.CurrentDateTimeAnnotationHandler
-
CurrentDateTimeが設定されているフィールドの値にシステム日時を設定する。
システム日付は、SystemTimeProvider
から取得を行う。
システム日付は、下記のルールでフィールドに設定される。 - handle(Object) - Method in class nablarch.core.db.statement.autoproperty.RequestIdAnnotationHandler
-
指定されたオブジェクトにリクエストIDを設定する。
- handle(Object) - Method in class nablarch.core.db.statement.autoproperty.UserIdAnnotationHandler
-
指定されたオブジェクトにユーザIDを設定する。
- handle(Object) - Method in interface nablarch.core.db.statement.AutoPropertyHandler
-
指定されたオブジェクトのフィールドの値に自動設定値を設定する。
- handle(Object, ExecutionContext) - Method in class nablarch.common.authorization.role.CheckRole.Impl
- handle(Object, ExecutionContext) - Method in class nablarch.common.availability.ServiceAvailabilityCheckHandler
-
ThreadContext
からリクエストIDを取得し、サービス提供可否を判定する。
判定結果が可の場合、処理を後続に受け渡し、判定結果が不可の場合、例外を送出する。 - handle(Object, ExecutionContext) - Method in class nablarch.common.handler.DbConnectionManagementHandler
-
入力データに対する処理を実行する。
- handle(Object, ExecutionContext) - Method in class nablarch.common.handler.threadcontext.ThreadContextClearHandler
- handle(Object, ExecutionContext) - Method in class nablarch.common.handler.threadcontext.ThreadContextHandler
-
入力データに対する処理を実行する。
- handle(Object, ExecutionContext) - Method in class nablarch.common.handler.TransactionManagementHandler
-
入力データに対する処理を実行する。
- handle(Object, ExecutionContext) - Method in class nablarch.common.io.FileRecordWriterDisposeHandler
-
後続のハンドラの実行が終了した後に、 カレントスレッド上で管理されているファイルレコードライタが保持するストリームのクローズおよび DataRecordWriterのインスタンスを削除する。
- handle(Object, ExecutionContext) - Method in class nablarch.common.permission.PermissionCheckHandler
-
リクエストIDを使用して認可判定を行う。
下記の順に処理を行う。ThreadContext
からリクエストIDを取得し、認可判定の対象リクエストかをチェックする。
対象でない場合は、認可判定を行わずに次のハンドラに処理を委譲する。ThreadContext.getUserId()
からユーザIDを取得する。
ユーザIDが設定されていない場合は、認可判定を行わずに次のハンドラに処理を委譲する。 ユーザに紐付く認可情報を取得し、認可判定を行う。
認可判定に成功した場合は、ThreadContext
にPermission
を設定し、次のハンドラに処理を委譲する。
認可判定に失敗した場合は、指定されたリソースパスとステータスコードを使用してForbidden
をスローする。 - handle(Object, ExecutionContext) - Method in class nablarch.common.web.session.SessionStoreHandler
- handle(Object, ExecutionContext) - Method in class nablarch.fw.action.NoInputDataBatchAction
-
データリーダによって読み込まれた1件分の入力データに対する 業務処理を実行する。
- handle(Object, ExecutionContext) - Method in class nablarch.fw.handler.BasicProcessStopHandler
-
入力データに対する処理を実行する。
- handle(Object, ExecutionContext) - Method in class nablarch.fw.handler.DataReadHandler
-
入力データに対する処理を実行する。
- handle(Object, ExecutionContext) - Method in class nablarch.fw.handler.DbLessLoopHandler
- handle(Object, ExecutionContext) - Method in class nablarch.fw.handler.DuplicateProcessCheckHandler
-
入力データに対する処理を実行する。
- handle(Object, ExecutionContext) - Method in class nablarch.fw.handler.LoopHandler
-
入力データに対する処理を実行する。
- handle(Object, ExecutionContext) - Method in class nablarch.fw.handler.MultiThreadExecutionHandler
-
入力データに対する処理を実行する。
- handle(Object, ExecutionContext) - Method in class nablarch.fw.handler.ProcessResidentHandler
-
入力データに対する処理を実行する。
- handle(Object, ExecutionContext) - Method in class nablarch.fw.handler.RequestThreadLoopHandler
-
入力データに対する処理を実行する。
- handle(Object, ExecutionContext) - Method in class nablarch.fw.handler.RetryHandler
-
入力データに対する処理を実行する。
- handle(Object, ExecutionContext) - Method in class nablarch.fw.handler.StatusCodeConvertHandler
-
入力データに対する処理を実行する。
- handle(Object, ExecutionContext) - Method in class nablarch.fw.hotdeploy.HotDeployHandler
-
入力データに対する処理を実行する。
- handle(Object, ExecutionContext) - Method in class nablarch.fw.messaging.handler.HttpMessagingResponseBuildingHandler
-
入力データに対する処理を実行する。
- handle(Object, ExecutionContext) - Method in class nablarch.fw.messaging.handler.MessageReplyHandler
-
入力データに対する処理を実行する。
- handle(Object, ExecutionContext) - Method in class nablarch.fw.messaging.handler.MessagingContextHandler
-
入力データに対する処理を実行する。
- handle(Object, ExecutionContext) - Method in class nablarch.fw.web.handler.HttpCharacterEncodingHandler
-
エンコーディングを設定する。
本ハンドラは以下の手順で処理を行う。HttpCharacterEncodingHandler.resolveRequestEncoding(HttpServletRequest)
で解決したエンコーディングを HttpServletRequest に設定する。HttpCharacterEncodingHandler.resolveResponseEncoding(HttpServletRequest)
で解決したエンコーディングを HttpServletResponse に設定する。 後続のハンドラに処理を委譲する。 - handle(Object, ExecutionContext) - Method in class nablarch.fw.web.handler.SessionConcurrentAccessHandler
-
Deprecated.入力データに対する処理を実行する。
- handle(SqlRow, ExecutionContext) - Method in class nablarch.common.mail.MailSender
-
メール送信要求を元にメールを送信する。
- handle(SqlRow, ExecutionContext) - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
-
入力データからヘッダ部及び業務データ部からなるメッセージオブジェクトを生成し、 送信処理(キューへのPUT)を行う。
- handle(ExecutionContext) - Method in class nablarch.fw.action.NoInputDataBatchAction
-
本処理を実行する。
- handle(CommandLine, ExecutionContext) - Method in class nablarch.fw.launcher.Main
-
入力データに対する処理を実行する。
- handle(RequestMessage, ExecutionContext) - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveAction
-
データリーダによって読み込まれた1件分の入力データに対する業務処理を実行する。
- handle(RequestMessage, ExecutionContext) - Method in class nablarch.fw.messaging.action.MessagingAction
-
入力データに対する処理を実行する。
- handle(RequestMessage, ExecutionContext) - Method in class nablarch.fw.messaging.handler.MessageResendHandler
-
入力データに対する処理を実行する。
- handle(Request<?>, ExecutionContext) - Method in class nablarch.fw.handler.GlobalErrorHandler
-
入力データに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.common.web.handler.HttpAccessLogHandler
-
HTTPアクセスログを出力する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.common.web.handler.NablarchTagHandler
-
HTTPリクエストに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.common.web.interceptor.InjectForm.Impl
-
フォームを生成し、リクエストスコープに設定する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.common.web.token.OnDoubleSubmission.Impl
-
入力データに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.common.web.token.UseToken.Impl
-
トークンを生成して元のハンドラを実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.jaxrs.BodyConvertHandler
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.jaxrs.CorsPreflightRequestHandler
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogHandler
-
HTTPアクセスログを出力する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.jaxrs.JaxRsBeanValidationHandler
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.jaxrs.JaxRsResponseHandler
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.messaging.handler.HttpMessagingErrorHandler
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.messaging.handler.HttpMessagingRequestParsingHandler
-
入力データに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.handler.CsrfTokenVerificationHandler
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.handler.ForwardingHandler
-
HTTPリクエストに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.handler.HealthCheckEndpointHandler
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.handler.HttpErrorHandler
-
HTTPリクエストに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.handler.HttpRequestJavaPackageMapping
-
HTTPリクエストに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.handler.HttpResponseHandler
-
入力データに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.handler.HttpRewriteHandler
-
入力データに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.handler.KeitaiAccessHandler
-
入力データに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.handler.NormalizationHandler
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.handler.ResourceMapping
-
HTTPリクエストに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.handler.SecureHandler
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.HttpMethodBinding
- handle(HttpRequest, ExecutionContext) - Method in interface nablarch.fw.web.HttpRequestHandler
-
HTTPリクエストに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in enum class nablarch.fw.web.HttpResponse.Status
-
入力データに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.httpserver.HttpServerJetty12
-
HTTPリクエストに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.interceptor.ErrorOnSessionWriteConflict.Impl
-
Deprecated.入力データに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.interceptor.OnError.Impl
-
入力データに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.interceptor.OnErrors.Impl
-
入力データに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.post.PostResubmitPreventHandler
-
Deprecated.HTTPリクエストに対する処理を実行する。
- handle(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.upload.MultipartHandler
-
HTTPリクエストに対する処理を実行する。
- handle(HttpRequest, ExecutionContext, String, String) - Method in class nablarch.fw.web.handler.csrf.BadRequestVerificationFailureHandler
- handle(HttpRequest, ExecutionContext, String, String) - Method in interface nablarch.fw.web.handler.csrf.VerificationFailureHandler
-
CSRFトークンの検証失敗時の処理を行う。
- handle(HttpRequest, ExecutionContext, Handler<HttpRequest, HttpResponse>, OnDoubleSubmission) - Method in class nablarch.common.web.token.BasicDoubleSubmissionHandler
-
OnDoubleSubmissionアノテーションに対する処理を行う。
- handle(HttpRequest, ExecutionContext, Handler<HttpRequest, HttpResponse>, OnDoubleSubmission) - Method in interface nablarch.common.web.token.DoubleSubmissionHandler
-
OnDoubleSubmissionアノテーションに対する処理を行う。
- handle(TData, ExecutionContext) - Method in class nablarch.fw.handler.DispatchHandler
-
入力データに対する処理を実行する。
- handle(TData, ExecutionContext) - Method in interface nablarch.fw.Handler
-
入力データに対する処理を実行する。
- handle(TData, ExecutionContext) - Method in class nablarch.fw.handler.MethodBinding
-
getMethodBoundTo() で取得したメソッドに対して後続処理を委譲し、 その結果を返す。
- handle(TRequest, ExecutionContext) - Method in class nablarch.fw.RequestHandlerEntry
-
入力データに対する処理を実行する。
- handleEmptyFile(String) - Method in class nablarch.fw.web.upload.util.BasicValidatingStrategy
-
空ファイルの場合の処理を行う。
- handleEmptyFile(String) - Method in interface nablarch.fw.web.upload.util.ValidatingStrategy
-
空ファイルの場合の処理を行う。
- handleError(Error, ExecutionContext) - Method in interface nablarch.fw.ExceptionHandler
-
Error の例外処理を行う。
例外をNablarchのハンドラでレスポンスとして処理する場合、 このハンドラより外部のハンドラが処理できるレスポンスオブジェクトを返す。 - handleError(Error, ExecutionContext) - Method in class nablarch.fw.handler.GlobalErrorHandler
- handleError(Throwable, HttpRequest, ExecutionContext) - Method in class nablarch.fw.messaging.handler.HttpMessagingErrorHandler
-
発生した例外に応じたログ出力処理を行う。
- handleError(ExecutionContext, Error) - Method in class nablarch.fw.invoker.PipelineInvoker
-
Error の例外処理を行う。
例外をNablarchのハンドラでレスポンスとして処理する場合、 このハンドラより外部のハンドラが処理できるレスポンスオブジェクトを返す。 - handleException(SqlRow, ExecutionContext, MailRequestTable.MailRequest, MailConfig, Exception) - Method in class nablarch.common.mail.MailSender
-
メール送信時の例外のハンドル処理を行う。
- handleException(ExecutionContext, Throwable) - Method in class nablarch.fw.invoker.PipelineInvoker
-
例外処理を行う
- handleInbound(ExecutionContext) - Method in class nablarch.common.availability.ServiceAvailabilityCheckHandler
- handleInbound(ExecutionContext) - Method in class nablarch.common.handler.DbConnectionManagementHandler
- handleInbound(ExecutionContext) - Method in class nablarch.common.handler.threadcontext.ThreadContextClearHandler
- handleInbound(ExecutionContext) - Method in class nablarch.common.handler.threadcontext.ThreadContextHandler
- handleInbound(ExecutionContext) - Method in class nablarch.common.handler.TransactionManagementHandler
- handleInbound(ExecutionContext) - Method in interface nablarch.fw.InboundHandleable
-
前処理を実装する。
- handleInvalidFormatRecord(InvalidDataFormatException) - Method in class nablarch.fw.web.upload.util.BasicValidatingStrategy
-
形式エラーレコードを処理する。
- handleInvalidFormatRecord(InvalidDataFormatException) - Method in interface nablarch.fw.web.upload.util.ValidatingStrategy
-
形式エラーレコードを処理する。
- handleInvalidRecord(DataRecord, ValidationContext<FORM>) - Method in class nablarch.fw.web.upload.util.BasicValidatingStrategy
-
バリデーションエラーレコードを処理する。
- handleInvalidRecord(DataRecord, ValidationContext<FORM>) - Method in interface nablarch.fw.web.upload.util.ValidatingStrategy
-
バリデーションエラーレコードを処理する。
- handleLoadFailed(Object, ExecutionContext, RuntimeException) - Method in class nablarch.common.web.session.SessionStoreHandler
-
セッションのロード時に発生した
RuntimeException
を処理する。 - handleNamingException(String, NamingException) - Method in class nablarch.core.repository.jndi.JndiHelper
-
ルックアップ時に発生した
NamingException
を処理する。
この実装では必要なメッセージを設定した上で例外を送出する。 - handleNext(TData) - Method in class nablarch.fw.ExecutionContext
-
ハンドラキュー上の次のハンドラに処理を委譲する。
- handleOutbound(ExecutionContext) - Method in class nablarch.common.handler.DbConnectionManagementHandler
- handleOutbound(ExecutionContext) - Method in class nablarch.common.handler.threadcontext.ThreadContextClearHandler
- handleOutbound(ExecutionContext) - Method in class nablarch.common.handler.threadcontext.ThreadContextHandler
- handleOutbound(ExecutionContext) - Method in class nablarch.common.handler.TransactionManagementHandler
- handleOutbound(ExecutionContext) - Method in interface nablarch.fw.OutboundHandleable
-
後処理を実装する。
- Handler<TData,
TResult> - Interface in nablarch.fw -
データプロセッサが実装するパイプライン処理において、 各ステージで行われる処理が実装するインターフェース。
- HandlerListBuilder<TData> - Interface in nablarch.fw.invoker
-
ハンドラリストの組み立てを行うインタフェース。
- HandlerListInvoker<TData,
TResult> - Interface in nablarch.fw.invoker -
ハンドラリストの起動を行うインタフェース。
- HandlerListProtector<T> - Class in nablarch.fw.invoker
-
ハンドラリストを保護するクラス。
- HandlerListProtector() - Constructor for class nablarch.fw.invoker.HandlerListProtector
-
コンストラクタ。
- HandlerListProtector(HandlerListProtector.ProtectMode) - Constructor for class nablarch.fw.invoker.HandlerListProtector
-
コンストラクタ。
- HandlerListProtector.ProtectMode - Enum Class in nablarch.fw.invoker
-
ハンドラリストの保護モード。
- HandlerQueueManager<TSelf> - Class in nablarch.fw
-
ハンドラキューとその上の各ハンドラを管理する機能を実装した抽象クラス。
- HandlerQueueManager() - Constructor for class nablarch.fw.HandlerQueueManager
- handleRuntimeException(RuntimeException, ExecutionContext) - Method in interface nablarch.fw.ExceptionHandler
-
RuntimeExceptionの例外処理を行う。
例外をNablarchのハンドラでレスポンスとして処理する場合、 このハンドラより外部のハンドラが処理できるレスポンスオブジェクトを返す。 - handleRuntimeException(RuntimeException, ExecutionContext) - Method in class nablarch.fw.handler.GlobalErrorHandler
- handleRuntimeException(ExecutionContext, RuntimeException) - Method in class nablarch.fw.invoker.PipelineInvoker
-
RuntimeExceptionの例外処理を行う。
例外をNablarchのハンドラでレスポンスとして処理する場合、 このハンドラより外部のハンドラが処理できるレスポンスオブジェクトを返す。 - HandlerWrapper<TData,
TResult> - Interface in nablarch.fw -
Handler
インターフェースを実装していない 一般のオブジェクトに対するラッパー。 - HANKAKU_CHARS - Static variable in class nablarch.core.util.JapaneseCharacterSet
-
Deprecated.半角文字
- HANKAKU_KANA_CHARS - Static variable in class nablarch.core.util.JapaneseCharacterSet
-
Deprecated.半角カナ
- hasConverter(Class<?>) - Static method in class nablarch.core.beans.ConversionUtil
-
指定された型に対応する
Converter
または、ExtensionConverter
が存在するか判定する。 - hasConvertGroupAnnotation() - Method in class nablarch.fw.jaxrs.JaxRsContext
-
リソースメソッドに
ConvertGroup
が設定されているか否か。 - hasCspNonce(PageContext) - Static method in class nablarch.common.web.tag.TagUtil
-
リクエストスコープにCSP対応用のnonceが保存されているか否か確認する。 nonceが保存されている場合、
true
を返却する。 - hasError() - Method in class nablarch.fw.web.upload.util.BulkValidationResult
-
エラーが発生しているかどうかを判定する。
- hasError(String) - Method in class nablarch.fw.web.message.ErrorMessages
-
指定されたプロパティ名に対応したエラーがあるかを返す。
- hashCode() - Method in class nablarch.common.dao.ColumnMeta
- hashCode() - Method in class nablarch.common.dao.EntityMeta
- hashCode() - Method in class nablarch.common.web.compositekey.CompositeKey
-
このオブジェクトのハッシュコード値を返す。
- hashCode() - Method in class nablarch.core.db.cache.ResultSetCacheKey
- hashCode() - Method in class nablarch.core.db.cache.statement.BoundParameters
- hashCode() - Method in class nablarch.core.message.Message
- hashCode() - Method in class nablarch.core.util.map.MapWrapper
- hashCode() - Method in class nablarch.core.validation.ValidationResultMessage
-
このオブジェクトのハッシュコード値を返す。
- hashCode() - Method in class nablarch.fw.web.RestTestBodyConverter.MediaType
- hasMoreElements() - Method in class nablarch.core.util.map.EnumerableIterator
- hasNamedConverter(String, Class<?>) - Method in class nablarch.core.beans.CopyOptions
-
指定されたプロパティ名とクラスに紐づいたコンバーターを保持しているかどうかを判断して返す。
- hasNext() - Method in interface nablarch.core.dataformat.DataRecordFormatter
-
次に読み込む行の有無を判定する。
- hasNext() - Method in class nablarch.core.dataformat.FileRecordReader
-
次に読み込むレコードがあるかどうかを返却する。
- hasNext() - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
-
次に読み込む行の有無を判定する。
- hasNext() - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
-
次に読み込む行の有無を判定する。
- hasNext() - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
-
次に読み込む行の有無を判定する。
- hasNext() - Method in class nablarch.core.util.map.EnumerableIterator
- hasNext(ExecutionContext) - Method in interface nablarch.fw.DataReader
-
次に読み込むデータが存在するかどうかを返却する。
- hasNext(ExecutionContext) - Method in class nablarch.fw.messaging.reader.FwHeaderReader
-
次に読み込むデータが存在するかどうかを返却する。
- hasNext(ExecutionContext) - Method in class nablarch.fw.messaging.reader.MessageReader
-
次に読み込むデータが存在するかどうかを返却する。
- hasNext(ExecutionContext) - Method in class nablarch.fw.reader.DatabaseRecordReader
-
参照結果から次のレコードが存在するかどうかを返却する。
- hasNext(ExecutionContext) - Method in class nablarch.fw.reader.DatabaseTableQueueReader
-
次に読み込むデータが存在するかどうかを返却する。
- hasNext(ExecutionContext) - Method in class nablarch.fw.reader.FileDataReader
-
次に読み込むデータが存在するかどうかを返却する。
- hasNext(ExecutionContext) - Method in class nablarch.fw.reader.ResumeDataReader
-
次に読み込むデータが存在するかどうかを返却する。
- hasNext(ExecutionContext) - Method in class nablarch.fw.reader.ValidatableFileDataReader
-
次に読み込むデータが存在するかどうかを返却する。
- hasNextData() - Method in class nablarch.fw.ExecutionContext
-
この実行コンテキスト上のデータリーダから次に読み出すことができるデータが残っているかどうか。
- hasNextIgnoreBlankLines() - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
-
次に読み込む行があるかどうかを返却する。
空行の存在を無視する設定の場合、ファイル末尾に空行が存在しても、次に読み込む行がないと判定する。 - hasRequest() - Method in class nablarch.fw.jaxrs.JaxRsContext
-
リクエストを保持しているか否か。
- hasSession() - Method in class nablarch.fw.ExecutionContext
-
セッションがあるかどうか。
- hasSession() - Method in class nablarch.fw.web.servlet.ServletExecutionContext
-
セッションがあるかどうか。
- hasTypedConverter(Class<?>) - Method in class nablarch.core.beans.CopyOptions
-
指定されたクラスに紐づいたコンバーターを保持しているかどうかを返す。
- hasUserId() - Method in class nablarch.fw.messaging.FwHeader
-
ユーザIDヘッダ項目が電文レイアウトに定義されているかどうか。
- hasValidAnnotation() - Method in class nablarch.fw.jaxrs.JaxRsContext
-
リソースメソッドに
Valid
が設定されているか否か。 - hasValue(String) - Static method in class nablarch.core.util.StringUtil
-
Stringインスタンスが何らかの文字を含んでいるか判定する。
- hasValue(String...) - Static method in class nablarch.core.util.StringUtil
-
文字列配列が何らかの文字列を含んでいるか判定する。
- hasValue(Collection<String>) - Static method in class nablarch.core.util.StringUtil
-
コレクションが何らかの文字列を含んでいるか判定する。
- headers() - Element in annotation interface nablarch.common.databind.csv.Csv
-
CSVのヘッダー。
- headerToMap(SyncMessage, HttpResult) - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
返信のヘッダ部分を解析し、応答電文に設定するデータを生成する。
- HealthCheckEndpointHandler - Class in nablarch.fw.web.handler
-
ヘルスチェックを行うエンドポイントとなるハンドラ。 DBやRedisなどの対象ごとのヘルスチェックは
HealthChecker
が行う。 ヘルスチェック結果からレスポンスの作成はHealthCheckResponseBuilder
が行う。 - HealthCheckEndpointHandler() - Constructor for class nablarch.fw.web.handler.HealthCheckEndpointHandler
- HealthChecker - Class in nablarch.fw.web.handler.health
-
ヘルスチェックを行うクラス。
- HealthChecker() - Constructor for class nablarch.fw.web.handler.health.HealthChecker
- HealthCheckResponseBuilder - Class in nablarch.fw.web.handler.health
-
ヘルスチェック結果からレスポンスを作成するビルダ。
- HealthCheckResponseBuilder() - Constructor for class nablarch.fw.web.handler.health.HealthCheckResponseBuilder
- HealthCheckResult - Class in nablarch.fw.web.handler.health
-
ヘルスチェック結果を保持するクラス。
- HealthCheckResult(boolean, List<HealthCheckResult.Target>) - Constructor for class nablarch.fw.web.handler.health.HealthCheckResult
-
コンストラクタ。
- HealthCheckResult.Target - Class in nablarch.fw.web.handler.health
-
対象ごとのヘルスチェック結果
- HEIGHT - Enum constant in enum class nablarch.common.web.tag.HtmlAttribute
-
height属性
- HiddenEncryptionUtil - Class in nablarch.common.web.hiddenencryption
-
hiddenタグの暗号化機能で使用するユーティリティ。
- HiddenStore - Class in nablarch.common.web.session.store
-
HTMLのinputタグ(type="hidden")を格納先とする
SessionStore
拡張クラス。 5u13以前のHiddenStoreクラスに以下の追加変更を行っている。 - HiddenStore() - Constructor for class nablarch.common.web.session.store.HiddenStore
-
コンストラクタ。
- HiddenStore.HiddenStoreLoadFailedException - Exception in nablarch.common.web.session.store
-
HiddenStoreのロードに失敗した場合に送出する例外。
- HiddenStoreLoadFailedException(Exception) - Constructor for exception nablarch.common.web.session.store.HiddenStore.HiddenStoreLoadFailedException
-
コンストラクタ。
- HiddenStoreTag - Class in nablarch.common.web.tag
-
HiddenStore
に設定された内容を保持する inputタグ(type="hidden")を出力するクラス。 - HiddenStoreTag() - Constructor for class nablarch.common.web.tag.HiddenStoreTag
- HiddenTag - Class in nablarch.common.web.tag
-
入力データ復元とHTMLエスケープを行うinputタグ(type="hidden")を出力するクラス。
- HiddenTag() - Constructor for class nablarch.common.web.tag.HiddenTag
- HotDeployClassLoader - Class in nablarch.fw.hotdeploy
-
HotDeploy用のクラスローダ。
- HotDeployClassLoader(ClassLoader, List<String>) - Constructor for class nablarch.fw.hotdeploy.HotDeployClassLoader
-
コンストラクタ
- HotDeployHandler - Class in nablarch.fw.hotdeploy
-
NablarchアプリケーションをHotDeployするためのハンドラ。
- HotDeployHandler() - Constructor for class nablarch.fw.hotdeploy.HotDeployHandler
- HREF - Enum constant in enum class nablarch.common.web.tag.HtmlAttribute
-
href属性
- HREFLANG - Enum constant in enum class nablarch.common.web.tag.HtmlAttribute
-
hreflang属性
- HSPACE - Enum constant in enum class nablarch.common.web.tag.HtmlAttribute
-
hspace属性
- HtmlAttribute - Enum Class in nablarch.common.web.tag
-
HTMLの属性を表す列挙型。
カスタムタグで使用する属性のみ定義している。 - HtmlAttributes - Class in nablarch.common.web.tag
-
HTMLの属性を保持するクラス。
HtmlAttribute
をキーにして属性の値を保持する。 - HtmlAttributes() - Constructor for class nablarch.common.web.tag.HtmlAttributes
- HtmlReplacerForRequestUnitTesting - Class in nablarch.test.core.http.dump
-
リクエスト単体テスト用HTML置換クラス
- HtmlTagSupport - Class in nablarch.common.web.tag
-
HTMLのタグを出力するクラスの実装をサポートするクラス。
- HtmlTagSupport() - Constructor for class nablarch.common.web.tag.HtmlTagSupport
- HtmlTagUtil - Class in nablarch.common.web
-
HTMLタグの作成、編集に必要となる共通機能を提供するユーティリティ。
- HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class nablarch.fw.web.HttpResponse.Status
-
サポートしていないHTTPバージョン
- HttpAccessJsonLogFormatter - Class in nablarch.fw.web.handler
-
HTTPアクセスログのメッセージをフォーマットするクラス。
- HttpAccessJsonLogFormatter() - Constructor for class nablarch.fw.web.handler.HttpAccessJsonLogFormatter
- HttpAccessJsonLogFormatter.ClientHostBuilder - Class in nablarch.fw.web.handler
-
クライアント端末ホストを処理するクラス。
- HttpAccessJsonLogFormatter.ClientIpAddressBuilder - Class in nablarch.fw.web.handler
-
クライアント端末IPアドレスを処理するクラス。
- HttpAccessJsonLogFormatter.ClientUserAgentBuilder - Class in nablarch.fw.web.handler
-
HTTPヘッダのUser-Agentを処理するクラス。
- HttpAccessJsonLogFormatter.ContentPathBuilder - Class in nablarch.fw.web.handler
-
コンテンツパスを処理するクラス。
- HttpAccessJsonLogFormatter.DispatchingClassBuilder - Class in nablarch.fw.web.handler
-
ディスパッチ先クラスを処理するクラス。
- HttpAccessJsonLogFormatter.EndTimeBuilder - Class in nablarch.fw.web.handler
-
終了日時を処理するクラス。
- HttpAccessJsonLogFormatter.ExecutionTimeBuilder - Class in nablarch.fw.web.handler
-
実行時間を処理するクラス。
- HttpAccessJsonLogFormatter.FreeMemoryBuilder - Class in nablarch.fw.web.handler
-
空きメモリ量(開始時)を処理するクラス。
- HttpAccessJsonLogFormatter.LabelBuilder - Class in nablarch.fw.web.handler
-
ラベルを処理するクラス。
- HttpAccessJsonLogFormatter.MaxMemoryBuilder - Class in nablarch.fw.web.handler
-
最大メモリ量を処理するクラス。
- HttpAccessJsonLogFormatter.MethodBuilder - Class in nablarch.fw.web.handler
-
HTTPメソッドを処理するクラス。
- HttpAccessJsonLogFormatter.ParametersBuilder - Class in nablarch.fw.web.handler
-
リクエストパラメータを処理するクラス。
- HttpAccessJsonLogFormatter.PortBuilder - Class in nablarch.fw.web.handler
-
ポート番号を処理するクラス。
- HttpAccessJsonLogFormatter.QueryStringBuilder - Class in nablarch.fw.web.handler
-
クエリ文字列を処理するクラス。
- HttpAccessJsonLogFormatter.RequestIdBuilder - Class in nablarch.fw.web.handler
-
リクエストIDを処理するクラス。
- HttpAccessJsonLogFormatter.ResponseStatusCodeBuilder - Class in nablarch.fw.web.handler
-
クライアントへのレスポンスに使用するステータスコードを処理するクラス。
- HttpAccessJsonLogFormatter.SessionIdBuilder - Class in nablarch.fw.web.handler
-
セッションIDを処理するクラス。
- HttpAccessJsonLogFormatter.SessionScopeBuilder - Class in nablarch.fw.web.handler
-
セッションスコープ情報を処理するクラス。
- HttpAccessJsonLogFormatter.SessionStoreIdBuilder - Class in nablarch.fw.web.handler
-
セッションストアIDを処理するクラス。
- HttpAccessJsonLogFormatter.StartTimeBuilder - Class in nablarch.fw.web.handler
-
開始日時を処理するクラス。
- HttpAccessJsonLogFormatter.StatusCodeBuilder - Class in nablarch.fw.web.handler
-
ステータスコードを処理するクラス。
- HttpAccessJsonLogFormatter.UrlBuilder - Class in nablarch.fw.web.handler
-
URLを処理するクラス。
- HttpAccessJsonLogFormatter.UserIdBuilder - Class in nablarch.fw.web.handler
-
ユーザIDを処理するクラス。
- HttpAccessLogContext() - Constructor for class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
- HttpAccessLogFormatter - Class in nablarch.fw.web.handler
-
HTTPアクセスログのメッセージをフォーマットするクラス。
- HttpAccessLogFormatter() - Constructor for class nablarch.fw.web.handler.HttpAccessLogFormatter
-
フォーマット済みのログ出力項目を初期化する。
- HttpAccessLogFormatter.ClientHostItem - Class in nablarch.fw.web.handler
-
クライアント端末ホストを取得するクラス。
- HttpAccessLogFormatter.ClientIpAddressItem - Class in nablarch.fw.web.handler
-
クライアント端末IPアドレスを取得するクラス。
- HttpAccessLogFormatter.ClientUserAgentItem - Class in nablarch.fw.web.handler
-
HTTPヘッダの User-Agent を取得する。
- HttpAccessLogFormatter.ContentPathItem - Class in nablarch.fw.web.handler
-
コンテンツパスを取得するクラス。
- HttpAccessLogFormatter.DispatchingClassItem - Class in nablarch.fw.web.handler
-
ディスパッチ先クラスを取得するクラス。
- HttpAccessLogFormatter.EndTimeItem - Class in nablarch.fw.web.handler
-
終了日時を取得するクラス。
- HttpAccessLogFormatter.ExecutionTimeItem - Class in nablarch.fw.web.handler
-
実行時間を取得するクラス。
- HttpAccessLogFormatter.FreeMemoryItem - Class in nablarch.fw.web.handler
-
空きメモリ量(開始時)を取得するクラス。
- HttpAccessLogFormatter.HttpAccessLogContext - Class in nablarch.fw.web.handler
-
HTTPアクセスログの出力項目を保持するクラス。
- HttpAccessLogFormatter.MaxMemoryItem - Class in nablarch.fw.web.handler
-
最大メモリ量を取得するクラス。
- HttpAccessLogFormatter.MethodItem - Class in nablarch.fw.web.handler
-
HTTPメソッドを取得するクラス。
- HttpAccessLogFormatter.ParametersItem - Class in nablarch.fw.web.handler
-
リクエストパラメータを取得するクラス。
- HttpAccessLogFormatter.PortItem - Class in nablarch.fw.web.handler
-
ポート番号を取得するクラス。
- HttpAccessLogFormatter.QueryStringItem - Class in nablarch.fw.web.handler
-
クエリ文字列を取得するクラス。 クエリ文字列があれば"?"を含めクエリ文字列を取得する。
- HttpAccessLogFormatter.RequestIdItem - Class in nablarch.fw.web.handler
-
リクエストIDを取得するクラス。
- HttpAccessLogFormatter.ResponseStatusCodeItem - Class in nablarch.fw.web.handler
-
クライアントへのレスポンスに使用するステータスコードを取得するクラス。
- HttpAccessLogFormatter.SessionIdItem - Class in nablarch.fw.web.handler
-
セッションIDを取得するクラス。
- HttpAccessLogFormatter.SessionScopeItem - Class in nablarch.fw.web.handler
-
セッションスコープ情報を取得するクラス。
- HttpAccessLogFormatter.SessionStoreIdItem - Class in nablarch.fw.web.handler
-
セッションストアIDを取得するクラス。
- HttpAccessLogFormatter.StartTimeItem - Class in nablarch.fw.web.handler
-
開始日時を取得するクラス。
- HttpAccessLogFormatter.StatusCodeItem - Class in nablarch.fw.web.handler
-
ステータスコードを取得するクラス。
- HttpAccessLogFormatter.UrlItem - Class in nablarch.fw.web.handler
-
URLを取得するクラス。
- HttpAccessLogFormatter.UserIdItem - Class in nablarch.fw.web.handler
-
ユーザIDを取得する。
- HttpAccessLogHandler - Class in nablarch.common.web.handler
-
HTTPアクセスログを出力するクラス。
- HttpAccessLogHandler() - Constructor for class nablarch.common.web.handler.HttpAccessLogHandler
-
HttpAccessLogFormatter
を初期化する。 - HttpAccessLogUtil - Class in nablarch.fw.web.handler
-
HTTPアクセスログを出力するクラス。
ロガー名は"HTTP_ACCESS"を使用し、INFOレベルで出力する。 - HttpCharacterEncodingHandler - Class in nablarch.fw.web.handler
-
HTTP エンコーディング制御ハンドラ。
- HttpCharacterEncodingHandler() - Constructor for class nablarch.fw.web.handler.HttpCharacterEncodingHandler
-
デフォルトコンストラクタ。
- HttpCookie - Class in nablarch.fw.web
-
Httpクッキーのパーサー及びその内容を保持するデータオブジェクト。
- HttpCookie() - Constructor for class nablarch.fw.web.HttpCookie
-
デフォルトコンストラクタ。
- HttpErrorHandler - Class in nablarch.fw.web.handler
-
共通エラーハンドラー。
- HttpErrorHandler() - Constructor for class nablarch.fw.web.handler.HttpErrorHandler
- HttpErrorResponse - Exception in nablarch.fw.web
-
エラーレスポンスを行う際に送出する例外。
エラー時遷移先画面のパス・ステータスコードなど、HttpResponseと同等の情報を指定することができる。 リクエストプロセッサがこのクラスを捕捉した場合、保持しているHttpResponseオブジェクトの内容にしたがって レスポンス処理が行われる。 注意: 透過的トランザクションハンドラ:nablarch.common.handler.TransactionManagementHandlerを適用している場合、 ユーザエラーをHttpResponseオブジェクトで返却してしまうとロールバックされない。 HttpErrorResponseを送出することで、ユーザエラーを返しつつ、 トランザクションをロールバックすることが可能となる。 - HttpErrorResponse() - Constructor for exception nablarch.fw.web.HttpErrorResponse
-
デフォルトコンストラクタ。
- HttpErrorResponse(int) - Constructor for exception nablarch.fw.web.HttpErrorResponse
-
指定されたステータスコードでエラーレスポンスを返す例外を生成する。
- HttpErrorResponse(int, String) - Constructor for exception nablarch.fw.web.HttpErrorResponse
-
指定されたステータスコード・コンテンツパスでエラーレスポンスを返す例外を生成する。
- HttpErrorResponse(int, String, Throwable) - Constructor for exception nablarch.fw.web.HttpErrorResponse
-
指定されたステータスコード・コンテンツパスでエラーレスポンスを返す例外を生成する。
- HttpErrorResponse(int, Throwable) - Constructor for exception nablarch.fw.web.HttpErrorResponse
-
指定されたステータスコードでエラーレスポンスを返す例外を生成する。
- HttpErrorResponse(String) - Constructor for exception nablarch.fw.web.HttpErrorResponse
-
コンテンツのパスを指定するコンストラクタ。
- HttpErrorResponse(String, Throwable) - Constructor for exception nablarch.fw.web.HttpErrorResponse
-
コンテンツのパスと元例外を指定するコンストラクタ。
- HttpErrorResponse(Throwable) - Constructor for exception nablarch.fw.web.HttpErrorResponse
-
元例外を指定するコンストラクタ。
- HttpErrorResponse(HttpResponse) - Constructor for exception nablarch.fw.web.HttpErrorResponse
-
指定された
HttpResponse
を持つHttpErrorResponse
を生成する。 - HttpErrorResponse(HttpResponse, Throwable) - Constructor for exception nablarch.fw.web.HttpErrorResponse
-
指定された
HttpResponse
と例外を持つHttpErrorResponse
を生成する。 - HttpExclusiveControlUtil - Class in nablarch.common.web.exclusivecontrol
-
画面処理における排他制御機能(楽観的ロック)のユーティリティクラス。
- HttpInputStreamReader - Interface in nablarch.fw.messaging.realtime.http.streamio
-
Streamを読み取り結果を返却させるためのIF
- HttpLanguageAttribute - Class in nablarch.common.web.handler.threadcontext
-
スレッドコンテキストに保持する言語属性をHTTPヘッダ(Accept-Language)から取得するクラス。
- HttpLanguageAttribute() - Constructor for class nablarch.common.web.handler.threadcontext.HttpLanguageAttribute
- HttpMessageIdGenerator - Interface in nablarch.fw.messaging
-
HTTP通信時に使用するメッセージID生成。
- HttpMessagingClient - Class in nablarch.fw.messaging.realtime.http.client
-
HTTPを利用したメッセージング機能の実装。
- HttpMessagingClient() - Constructor for class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
- HttpMessagingErrorHandler - Class in nablarch.fw.messaging.handler
-
HTTPメッセージングサービスにおけるエラー制御を透過的に実装するハンドラー。 このハンドラーでは、後続の各ハンドラーで発生した実行時例外およびおよびエラーを捕捉し、 その内容に基づいてログ出力を行ったのち、HttpErrorResponseオブジェクトとしてリターンする。
- HttpMessagingErrorHandler() - Constructor for class nablarch.fw.messaging.handler.HttpMessagingErrorHandler
- HttpMessagingException - Exception in nablarch.fw.messaging.realtime.http.exception
-
HTTP通信に関する例外クラス。
- HttpMessagingException() - Constructor for exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
詳細メッセージに
null
を使用して、HttpMessagingException
を構築する。 - HttpMessagingException(String) - Constructor for exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
指定された詳細メッセージを使用して、
HttpMessagingException
を構築する。 - HttpMessagingException(String, Integer, Throwable) - Constructor for exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
指定された起因となる例外を使用し、例外発生時の接続先及びHTTPステータスコードを指定して
HttpMessagingException
を構築する。 - HttpMessagingException(String, String, Integer, Throwable) - Constructor for exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
指定された詳細メッセージおよび起因となる例外を使用し、 例外発生時の接続先及びHTTPステータスコードを指定して
HttpMessagingException
を構築する。 - HttpMessagingException(String, Throwable) - Constructor for exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
指定された詳細メッセージおよび起因となる例外を使用して、
HttpMessagingException
を構築する。 - HttpMessagingException(Throwable) - Constructor for exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
指定された起因となる例外を使用して、
HttpMessagingException
を構築する。 - HttpMessagingInvalidDataFormatException - Exception in nablarch.fw.messaging.realtime.http.exception
-
HTTP通信時、送受信したデータのフォーマット変換に失敗した際に送出される例外クラス。
- HttpMessagingInvalidDataFormatException() - Constructor for exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
-
詳細メッセージに
null
を使用して、HttpMessagingInvalidDataFormatException
を生成する。 - HttpMessagingInvalidDataFormatException(String, String, Integer, Map<String, List<String>>, String, Throwable) - Constructor for exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
-
受信データのフォーマット変換に失敗したことを表す
HttpMessagingInvalidDataFormatException
を生成する。 - HttpMessagingInvalidDataFormatException(String, String, Map<String, ?>, Throwable) - Constructor for exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
-
送信データのフォーマット変換に失敗したことを表す
HttpMessagingInvalidDataFormatException
を生成する。 - HttpMessagingRequestParsingHandler - Class in nablarch.fw.messaging.handler
-
HTTPメッセージングデータ解析ハンドラ
- HttpMessagingRequestParsingHandler() - Constructor for class nablarch.fw.messaging.handler.HttpMessagingRequestParsingHandler
- HttpMessagingResponseBuildingHandler - Class in nablarch.fw.messaging.handler
-
HTTPメッセージングレスポンス電文構築ハンドラ
- HttpMessagingResponseBuildingHandler() - Constructor for class nablarch.fw.messaging.handler.HttpMessagingResponseBuildingHandler
- HttpMessagingTimeoutException - Exception in nablarch.fw.messaging.realtime.http.exception
-
メッセージング機能で、コネクションの接続及びデータの読み込み要求がタイムアウトした場合に送出される例外。
- HttpMessagingTimeoutException() - Constructor for exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingTimeoutException
-
詳細メッセージに
null
を使用して、HttpMessagingTimeoutException
を構築する。 - HttpMessagingTimeoutException(String) - Constructor for exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingTimeoutException
-
指定された詳細メッセージを使用して、
HttpMessagingTimeoutException
を構築する。 - HttpMessagingTimeoutException(String, String, Integer, Throwable) - Constructor for exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingTimeoutException
-
指定された詳細メッセージおよび起因となる例外を使用し、例外発生時の接続先及びHTTPステータスコードを指定して
HttpMessagingTimeoutException
を構築する。 - HttpMessagingTimeoutException(String, Throwable) - Constructor for exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingTimeoutException
-
指定された詳細メッセージおよび起因となる例外を使用して、
HttpMessagingTimeoutException
を構築する。 - HttpMessagingTimeoutException(Throwable) - Constructor for exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingTimeoutException
-
指定された起因となる例外を使用して、
HttpMessagingTimeoutException
を構築する。 - HttpMethodBinding - Class in nablarch.fw.web
-
HTTPメソッドベースディスパッチャ。
- HttpMethodBinding(Object) - Constructor for class nablarch.fw.web.HttpMethodBinding
-
指定されたオブジェクトに処理を委譲するディスパッチャを作成する。
- HttpMethodBinding.Binder - Class in nablarch.fw.web
-
HttpMethodBindingのファクトリクラス
- HttpMethodVerificationTargetMatcher - Class in nablarch.fw.web.handler.csrf
-
HTTPメソッドをもとにしてHTTPリクエストがCSRFトークンの検証対象となるか判定を行うクラス。
- HttpMethodVerificationTargetMatcher() - Constructor for class nablarch.fw.web.handler.csrf.HttpMethodVerificationTargetMatcher
- HttpOutputStreamWriter - Interface in nablarch.fw.messaging.realtime.http.streamio
-
Streamに書き出しを行わせるためのIF
- HttpProtocolBasicClient - Class in nablarch.fw.messaging.realtime.http.client
-
Http接続用クライアント。
- HttpProtocolBasicClient() - Constructor for class nablarch.fw.messaging.realtime.http.client.HttpProtocolBasicClient
-
コンストラクタ
- HttpProtocolClient - Interface in nablarch.fw.messaging.realtime.http.client
-
Http接続用クライアントが実装すべきインターフェース。
- HttpProtocolClient.HttpRequestMethodEnum - Enum Class in nablarch.fw.messaging.realtime.http.client
-
HTTP通信において使用可能なHTTPメソッド。
- HttpRequest - Class in nablarch.fw.web
-
HTTP/1.1(RFC2616)におけるリクエストメッセージのパーサ及び その結果を格納するデータオブジェクト。
- HttpRequest() - Constructor for class nablarch.fw.web.HttpRequest
- HttpRequestHandler - Interface in nablarch.fw.web
-
HTTPリクエストに対して何らかの処理を行うモジュールが実装するインターフェース。
- HttpRequestJavaPackageMapping - Class in nablarch.fw.web.handler
-
このハンドラは、画面オンライン処理におけるリクエストパス中の部分文字列(ベースURI)を Javaパッケージ階層にマッピングすることで、動的に委譲先ハンドラを決定するディスパッチ処理を行う。 本ハンドラの実装は基本的に
RequestPathJavaPackageMapping
のラッパーであり その機能は以下の2点を除けば全く同じものである。 - HttpRequestJavaPackageMapping() - Constructor for class nablarch.fw.web.handler.HttpRequestJavaPackageMapping
-
コンストラクタ
- HttpRequestJavaPackageMapping(String, String) - Constructor for class nablarch.fw.web.handler.HttpRequestJavaPackageMapping
-
コンストラクタ
- HttpRequestJavaPackageMapping.Mapping - Class in nablarch.fw.web.handler
-
ディスパッチャの実体。 note: 共通ハンドラを直接継承すると、HttpRequestHandlerを実装することが できないので、内部クラスに委譲する形にしている。
- HttpRequestRewriteRule - Class in nablarch.fw.web.handler
-
HttpRequest
中のリクエストパスの書き換え処理を行うクラス。 - HttpRequestRewriteRule() - Constructor for class nablarch.fw.web.handler.HttpRequestRewriteRule
- HttpRequestTest - Annotation Interface in nablarch.test.junit5.extension.http
-
HttpRequestTestExtension
を適用するための合成アノテーション。 - HttpRequestTestExtension - Class in nablarch.test.junit5.extension.http
-
HttpRequestTestSupport
を JUnit 5 で使用するための Extension 実装。 - HttpRequestTestExtension() - Constructor for class nablarch.test.junit5.extension.http.HttpRequestTestExtension
- HttpRequestWrapper - Class in nablarch.fw.web.servlet
-
サーブレットのHTTPリクエスト処理に関連するオブジェクト (HttpServletRequest/HttpServletResponse/ServletContext)への参照を 集約するクラス。
- HttpRequestWrapper(NablarchHttpServletRequestWrapper) - Constructor for class nablarch.fw.web.servlet.HttpRequestWrapper
-
コンストラクタ
- HttpResponse - Class in nablarch.fw.web
-
HTTPレスポンスメッセージを生成する際に必要な情報を格納したクラス。
- HttpResponse() - Constructor for class nablarch.fw.web.HttpResponse
-
HttpResponse
オブジェクトを生成する。 - HttpResponse(int) - Constructor for class nablarch.fw.web.HttpResponse
-
指定されたステータスコードの
HttpResponse
オブジェクトを生成する。 - HttpResponse(int, String) - Constructor for class nablarch.fw.web.HttpResponse
-
指定されたHTTPステータスコードとコンテンツパスの
HttpResponse
オブジェクトを生成する。 - HttpResponse(String) - Constructor for class nablarch.fw.web.HttpResponse
-
指定されたコンテンツパスの
HttpResponse
オブジェクトを生成する。 - HttpResponse.Status - Enum Class in nablarch.fw.web
-
HTTPレスポンスステータス。
- HttpResponseHandler - Class in nablarch.fw.web.handler
-
ServletAPIを通じてHTTPレスポンス処理を行うハンドラ。
- HttpResponseHandler() - Constructor for class nablarch.fw.web.handler.HttpResponseHandler
- HttpResponseSetting - Class in nablarch.fw.web
-
HTTPレスポンスの設定情報を格納するクラス。
本クラスのプロパティを設定する場合はコンポーネント設定ファイルに本クラスの定義を行い、 個別のプロパティ設定を行うこと。 - HttpResponseSetting() - Constructor for class nablarch.fw.web.HttpResponseSetting
- HttpResponseUtil - Class in nablarch.fw.web.handler
-
HTTP の応答時に使用するユーティリティ。
- HttpResponseUtil.StatusConvertMode - Enum Class in nablarch.fw.web.handler
-
HTTPレスポンスコードの変換方法。
- HttpResult - Class in nablarch.fw.messaging.realtime.http.dto
-
HTTP通信の結果を格納するためのクラス。
- HttpResult() - Constructor for class nablarch.fw.messaging.realtime.http.dto.HttpResult
-
コンストラクタ。
- HttpRewriteHandler - Class in nablarch.fw.web.handler
-
HTTPリクエスト中のリクエストパス、および、 HTTPレスポンス中のコンテンツパスに対する書き換え処理を行うハンドラ。 このハンドラでは、往路処理で
HttpRequest
中のリクエストパスの置換を行う。 もし、リクエストパスの置換が行われた場合は、 復路処理でHttpResponse
中のコンテンツパスの置換を行う。 - HttpRewriteHandler() - Constructor for class nablarch.fw.web.handler.HttpRewriteHandler
- HttpServerFactoryJetty12 - Class in nablarch.fw.web.httpserver
-
Jetty12対応の
HttpServer
を生成するファクトリ実装クラス。 - HttpServerFactoryJetty12() - Constructor for class nablarch.fw.web.httpserver.HttpServerFactoryJetty12
- HttpServerJetty12 - Class in nablarch.fw.web.httpserver
-
Jetty12対応の
HttpServer
サブクラス。 - HttpServerJetty12() - Constructor for class nablarch.fw.web.httpserver.HttpServerJetty12
- HttpSessionManagedExpiration - Class in nablarch.common.web.session
-
HttpSessionを使用した
Expiration
実装クラス。 - HttpSessionManagedExpiration() - Constructor for class nablarch.common.web.session.HttpSessionManagedExpiration
- HttpSessionStore - Class in nablarch.common.web.session.store
-
セッションの内容をHttpSessionに格納/読み込みする
SessionStore
。 - HttpSessionStore() - Constructor for class nablarch.common.web.session.store.HttpSessionStore
-
コンストラクタ。
- HttpSessionTokenManager - Class in nablarch.common.web.token
-
HttpSessionを使った
TokenManager
実装クラス。 - HttpSessionTokenManager() - Constructor for class nablarch.common.web.token.HttpSessionTokenManager
- HttpSessionWrapper(HttpSession) - Constructor for class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
-
コンストラクター
- HttpSSLContextSettings - Interface in nablarch.fw.messaging
-
SSL情報取得用クラス
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form