Index

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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

B

BAD_GATEWAY - Enum constant in enum class nablarch.fw.web.HttpResponse.Status
不正なゲートウェイ
BAD_REQUEST - Enum constant in enum class nablarch.fw.web.HttpResponse.Status
ユーザエラー:リクエストの内容に問題があるので処理を継続できない。
BadRequest - Exception in nablarch.fw.results
入力データの内容に問題がある為に処理が継続できないことを示す例外。
BadRequest() - Constructor for exception nablarch.fw.results.BadRequest
デフォルトコンストラクタ
BadRequest(String) - Constructor for exception nablarch.fw.results.BadRequest
コンストラクタ
BadRequest(String, Throwable) - Constructor for exception nablarch.fw.results.BadRequest
コンストラクタ
BadRequest(Throwable) - Constructor for exception nablarch.fw.results.BadRequest
コンストラクタ
BadRequestVerificationFailureHandler - Class in nablarch.fw.web.handler.csrf
CSRFトークンの検証失敗時にBadRequest(400)のレスポンスを返すクラス。 INFOレベルで検証失敗時のログを出力する。
BadRequestVerificationFailureHandler() - Constructor for class nablarch.fw.web.handler.csrf.BadRequestVerificationFailureHandler
 
Base64Key - Class in nablarch.common.encryption
Base64エンコードされた鍵を持つクラス。
Base64Key() - Constructor for class nablarch.common.encryption.Base64Key
 
Base64Util - Class in nablarch.core.util
Base64エンコーディングを行うユーティリティクラス。
BaseDatabaseItemReader - Class in nablarch.fw.batch.ee.chunk
データベースを入力とするItemReaderの抽象クラス。
BaseDatabaseItemReader() - Constructor for class nablarch.fw.batch.ee.chunk.BaseDatabaseItemReader
 
baseUri() - Element in annotation interface nablarch.test.junit5.extension.http.BasicHttpRequestTest
ベースURI.
BasicApplicationDisposer - Class in nablarch.core.repository.disposal
Disposableを実装したコンポーネントを指定した順序で廃棄するクラス。
BasicApplicationDisposer() - Constructor for class nablarch.core.repository.disposal.BasicApplicationDisposer
 
BasicApplicationInitializer - Class in nablarch.core.repository.initialization
Initializableを実装したコンポーネントを指定した順序で初期化するクラス。
BasicApplicationInitializer() - Constructor for class nablarch.core.repository.initialization.BasicApplicationInitializer
 
BasicBusinessDateProvider - Class in nablarch.core.date
業務日付を提供するクラス。
BasicBusinessDateProvider() - Constructor for class nablarch.core.date.BasicBusinessDateProvider
 
BasicCodeLoader - Class in nablarch.common.code
データベースからコードをロードするクラス。
BasicCodeLoader() - Constructor for class nablarch.common.code.BasicCodeLoader
 
BasicCodeManager - Class in nablarch.common.code
CodeManagerの基本実装クラス。
BasicCodeManager() - Constructor for class nablarch.common.code.BasicCodeManager
 
BasicCommitLogger - Class in nablarch.core.log.app
コミットログ出力の基本実装クラス。
BasicCommitLogger() - Constructor for class nablarch.core.log.app.BasicCommitLogger
 
BasicConversionManager - Class in nablarch.core.beans
ConversionManagerの基本実装クラス。
BasicConversionManager() - Constructor for class nablarch.core.beans.BasicConversionManager
コンストラクタ。
BasicCors - Class in nablarch.fw.jaxrs.cors
Corsの基本実装クラス。
BasicCors() - Constructor for class nablarch.fw.jaxrs.cors.BasicCors
 
BasicDaoContext - Class in nablarch.common.dao
DaoContextのデフォルト実装クラス。
BasicDaoContextFactory - Class in nablarch.common.dao
DaoContextFactoryの基本実装クラス。
BasicDaoContextFactory() - Constructor for class nablarch.common.dao.BasicDaoContextFactory
 
BasicDateTimeConverterConfiguration - Class in nablarch.core.beans.converter
DateTimeConverterConfigurationのデフォルト実装クラス
BasicDateTimeConverterConfiguration() - Constructor for class nablarch.core.beans.converter.BasicDateTimeConverterConfiguration
 
BasicDbAccessExceptionFactory - Class in nablarch.core.db.connection.exception
DbAccessExceptionFactoryの基本実装クラス。
BasicDbAccessExceptionFactory() - Constructor for class nablarch.core.db.connection.exception.BasicDbAccessExceptionFactory
 
BasicDbConnection - Class in nablarch.core.db.connection
TransactionManagerConnectionの基本実装クラス。
BasicDbConnection(Connection) - Constructor for class nablarch.core.db.connection.BasicDbConnection
指定されたデータ接続を保持するオブジェクトを生成する。
BasicDbConnectionFactoryForDataSource - Class in nablarch.core.db.connection
DataSourceからデータベース接続を取得し、BasicDbConnectionを生成すクラス。
BasicDbConnectionFactoryForDataSource() - Constructor for class nablarch.core.db.connection.BasicDbConnectionFactoryForDataSource
 
BasicDbConnectionFactoryForJndi - Class in nablarch.core.db.connection
JNDI経由で取得したDataSourceからデータベース接続(Connection)を取得し、BasicDbConnectionを生成するクラス。
BasicDbConnectionFactoryForJndi() - Constructor for class nablarch.core.db.connection.BasicDbConnectionFactoryForJndi
 
BasicDoubleSubmissionHandler - Class in nablarch.common.web.token
DoubleSubmissionHandlerの基本実装クラス。
BasicDoubleSubmissionHandler() - Constructor for class nablarch.common.web.token.BasicDoubleSubmissionHandler
 
BasicDuplicateProcessChecker - Class in nablarch.fw.handler
データベースのテーブルを用いてプロセスの多重起動防止を行うDuplicateProcessCheckerの実装クラス。
BasicDuplicateProcessChecker() - Constructor for class nablarch.fw.handler.BasicDuplicateProcessChecker
 
BasicExclusiveControlManager - Class in nablarch.common.exclusivecontrol
ExclusiveControlManagerの基本実装クラス。
BasicExclusiveControlManager() - Constructor for class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
 
BasicExpirationSetting - Class in nablarch.core.cache.expirable
ExpirationSettingの基本実装クラス。 IDと有効期限の紐付けをMapで保持する。
BasicExpirationSetting() - Constructor for class nablarch.core.cache.expirable.BasicExpirationSetting
 
BasicHandlerListBuilder<TData> - Class in nablarch.fw.invoker
事前に設定されたハンドラリストを返却するHandlerListBuilder実装クラス。
BasicHandlerListBuilder() - Constructor for class nablarch.fw.invoker.BasicHandlerListBuilder
 
BasicHandlerListInvoker<TData,TResult> - Class in nablarch.fw.invoker
HandlerListInvokerの基本実装クラス。 設定されたHandlerListBuilderを使用してハンドラリストを組み立てて、 そのハンドラリストを起動する。
BasicHandlerListInvoker() - Constructor for class nablarch.fw.invoker.BasicHandlerListInvoker
 
BasicHttpRequestTest - Annotation Interface in nablarch.test.junit5.extension.http
BasicHttpRequestTestExtension を適用するための合成アノテーション。
BasicHttpRequestTestExtension - Class in nablarch.test.junit5.extension.http
BasicHttpRequestTestTemplate を JUnit 5 で使用するための Extension 実装。
BasicHttpRequestTestExtension() - Constructor for class nablarch.test.junit5.extension.http.BasicHttpRequestTestExtension
 
BasicJsonSerializationManager - Class in nablarch.core.text.json
JsonSerializationManagerの基本実装クラス。
BasicJsonSerializationManager() - Constructor for class nablarch.core.text.json.BasicJsonSerializationManager
 
BasicLogFormatter - Class in nablarch.core.log.basic
LogFormatterの基本実装クラス。

BasicLogFormatterクラスの特徴を下記に示す。
ログに最低限必要な情報(日時、リクエストID、ユーザIDなど)を出力できる。 アプリケーションを起動しているプロセスを識別するために、システムプロパティで指定されたプロセス名をログに出力できる。 オブジェクトを指定してフィールド情報を出力できる。 例外オブジェクトを指定してスタックトレースを出力できる。 フォーマットを設定のみで変更することができる。 BasicLogFormatterは、プレースホルダを使用してフォーマットを指定する。 フォーマットに指定可能なプレースホルダの一覧を下記に示す。
BasicLogFormatter() - Constructor for class nablarch.core.log.basic.BasicLogFormatter
 
BasicLogFormatter.BootProcessItem - Class in nablarch.core.log.basic
起動プロセスを取得するクラス。
BasicLogFormatter.DateItem - Class in nablarch.core.log.basic
出力日時を取得するクラス。
BasicLogFormatter.ExecutionIdItem - Class in nablarch.core.log.basic
実行時IDを取得するクラス。
BasicLogFormatter.InformationItem - Class in nablarch.core.log.basic
オプション情報に指定されたオブジェクトのフィールド情報を取得するクラス。
BasicLogFormatter.LoggerNameItem - Class in nablarch.core.log.basic
ロガー名を取得するクラス。
BasicLogFormatter.LogLevelItem - Class in nablarch.core.log.basic
ログレベルを取得するクラス。
BasicLogFormatter.MessageItem - Class in nablarch.core.log.basic
メッセージを取得するクラス
BasicLogFormatter.ProcessingSystemItem - Class in nablarch.core.log.basic
処理方式を取得するクラス。
BasicLogFormatter.RequestIdItem - Class in nablarch.core.log.basic
リクエストIDを取得するクラス。
BasicLogFormatter.RuntimeLoggerNameItem - Class in nablarch.core.log.basic
実行時ロガー名を取得するクラス。
BasicLogFormatter.StackTraceItem - Class in nablarch.core.log.basic
エラー情報に指定された例外オブジェクトのスタックトレースを取得するクラス。
BasicLogFormatter.UserIdItem - Class in nablarch.core.log.basic
ユーザIDを取得するクラス。
BasicLogger - Class in nablarch.core.log.basic
Loggerの基本実装クラス。
BasicLoggerFactory - Class in nablarch.core.log.basic
LoggerFactoryの基本実装クラス。

フレームワーク実装の設定は、LoggerManagerが読み込むプロパティファイルに記述する。
プロパティファイルの設定は、システムプロパティを使用して同じキー名に値を指定することで上書きすることができる。

プロパティファイルの記述ルールを下記に示す。
writerNames 使用する全てのLogWriterの名称。必須。
複数指定する場合はカンマ区切り。
「”writer.” + <ここで指定したLogWriterの名称>」をキーのプレフィックスにして、LogWriter毎の設定を行う。 writer.<LogWriterの名称>.className LogWriterのクラス名。必須。
LogWriterを実装したクラスのFQCNを指定する。 writer.<LogWriterの名称>.<プロパティ名> LogWriter毎のプロパティに設定する値。
設定内容は、使用するLogWriterのJavadocを参照すること。 availableLoggersNamesOrder 使用する全てのLogger設定の名称。必須。
複数指定する場合はカンマ区切り。
「”loggers.” + <ここで指定されたLogger設定の名称>」をキーのプレフィックスに使用して、Logger設定毎の設定を行う。 loggers.<Logger設定の名称>.nameRegex Logger名とのマッチングに使用する正規表現。必須。
正規表現は、Logger設定の対象となるLoggerを絞り込むために使用する。
Loggerの取得時に指定されたLogger名 (つまりLoggerManager#getメソッドの引数に指定されたLogger名)に対してマッチングを行う。 logger.<Logger設定の名称>.level LogLevelの名称。必須。
LogLevelの名称を指定する。
ここで指定したレベル以上のログを全て出力する。 logger.<Logger設定の名称>.writerNames LogWriterの名称。必須。
複数指定する場合はカンマ区切り。
ここで指定した全てのLogWriterに対してログの書き込みを行う。 availableLoggersNamesOrderプロパティは、記述順に意味があるので注意すること。
Loggerの取得では、ログ出力を行うクラスが指定したLogger名に対して、 ここに記述した順番でLoggerのマッチングを行い、最初にマッチしたLoggerを返す。
そのため、availableLoggersNamesOrderプロパティは、より限定的な正規表現を指定したLoggerから順に記述すること。

初期処理完了後に、各LogWriterに対して、出力されるログレベルの書き込みを行う。
初期処理完了後の出力例を下記に示す。
BasicLoggerFactory() - Constructor for class nablarch.core.log.basic.BasicLoggerFactory
 
BasicMapValueEditor() - Constructor for class nablarch.core.log.LogUtil.BasicMapValueEditor
 
BasicMessageFormatter - Class in nablarch.core.message
オプション情報によりメッセージのフォーマット方法を切り替えフォーマットを行うクラス。 オプション情報が1つでMapのサブタイプの場合は、BasicMessageFormatter.NamedMessageFormatを使用してメッセージをフォーマットする。 それ以外の場合は、MessageFormatを使用してメッセージをフォーマットする。
BasicMessageFormatter() - Constructor for class nablarch.core.message.BasicMessageFormatter
 
BasicMessagingExceptionFactory - Class in nablarch.fw.messaging.provider.exception
MessagingExceptionFactoryの基本実装クラス。
BasicMessagingExceptionFactory() - Constructor for class nablarch.fw.messaging.provider.exception.BasicMessagingExceptionFactory
 
BasicObjectMapperFactory - Class in nablarch.common.databind
ObjectMapperFactoryの基本実装クラス。
BasicObjectMapperFactory() - Constructor for class nablarch.common.databind.BasicObjectMapperFactory
 
BasicPermission - Class in nablarch.common.permission
Permissionの基本実装クラス。

ユーザに許可されたリクエストIDを保持しておき認可判定に使用する。
BasicPermission(SortedSet<String>) - Constructor for class nablarch.common.permission.BasicPermission
デフォルトコンストラクタ。
BasicPermissionFactory - Class in nablarch.common.permission
認可制御グループをベースにしたPermissionを生成するクラス。

このクラスでは、データベース上にユーザ及びユーザが属するグループ毎に使用できる認可単位を保持したテーブル構造から、 ユーザに紐付く認可情報を取得する。
BasicPermissionFactory() - Constructor for class nablarch.common.permission.BasicPermissionFactory
 
BasicPipelineListBuilder - Class in nablarch.fw.invoker
事前に設定されたハンドラリストを返却するPipelineListBuilder実装クラス。
BasicPipelineListBuilder() - Constructor for class nablarch.fw.invoker.BasicPipelineListBuilder
 
BasicProcessStopHandler - Class in nablarch.fw.handler
処理中のプロセスを停止するためのハンドラ。
BasicProcessStopHandler() - Constructor for class nablarch.fw.handler.BasicProcessStopHandler
 
BasicProgressManager - Class in nablarch.fw.batch.ee.progress
進捗を管理するステップスコープのProgressManager実装クラス。
BasicProgressManager(JobContext, StepContext) - Constructor for class nablarch.fw.batch.ee.progress.BasicProgressManager
コンストラクタ。
BasicRequestIdExtractor - Class in nablarch.common.util
RequestIdExtractorの基本実装クラス。
リクエストパスから"?"や"#"以降を取り除いた文字列をリクエストIDとして扱う。
BasicRequestIdExtractor() - Constructor for class nablarch.common.util.BasicRequestIdExtractor
 
BasicRoleEvaluator - Class in nablarch.common.authorization.role
RoleEvaluatorの基本的な実装を提供するクラス。
BasicRoleEvaluator() - Constructor for class nablarch.common.authorization.role.BasicRoleEvaluator
 
BasicServiceAvailability - Class in nablarch.common.availability
ServiceAvailabilityの基本実装クラス。
リクエストIDを元にサービス提供可否状態を判定する。
BasicServiceAvailability() - Constructor for class nablarch.common.availability.BasicServiceAvailability
 
BasicServletContextCreator - Class in nablarch.fw.web.i18n
ServletContextCreatorの基本実装クラス。
セッションおよびリポジトリ経由でサーブレットコンテキストを取得する。
サーブレットコンテキストを取得できない場合はIllegalStateExceptionを送出する。
BasicServletContextCreator() - Constructor for class nablarch.fw.web.i18n.BasicServletContextCreator
 
BasicSqlCStatement - Class in nablarch.core.db.statement
CallableStatementのラッパークラス。
BasicSqlCStatement(String, CallableStatement) - Constructor for class nablarch.core.db.statement.BasicSqlCStatement
コンストラクタ。
BasicSqlLoader - Class in nablarch.core.db.statement
SQL文をクラスパス上のリソース(SQLファイル)からロードするクラス。
BasicSqlLoader() - Constructor for class nablarch.core.db.statement.BasicSqlLoader
 
BasicSqlParameterParser - Class in nablarch.core.db.statement
名前付きバインド変数を持つSQL文を解析するクラス。
SQLの解析は、下記ルールにしたがい行う。
名前付き変数は「:」で開始される。 名前付き変数は、英字(大文字、小文字)、数字、アンダースコア(_)、パーセント(%)で構成されている。 リテラルは、シングルクォートで囲われている。 シングルクォートのエスケープは、シングルクォートである。 リテラル内に名前付き変数のルールに一致する文字列があっても、名前付き変数として扱わない。 コメントは存在しない。(コメント内に名前付き変数のルールに一致する文字列があった場合、名前付き変数として扱うためSQL実行時エラーが発生する。) SQL文の妥当性チェックは行わない。(構文エラーがあった場合は、SQLの実行時エラーとなる。) 本クラスは、解析したSQLの情報を保持するためスレッドアンセーフである。
BasicSqlParameterParser() - Constructor for class nablarch.core.db.statement.BasicSqlParameterParser
 
BasicSqlParameterParserFactory - Class in nablarch.core.db.statement
BasicSqlParameterParserを生成するSqlParameterParserの基本実装クラス。
BasicSqlParameterParserFactory() - Constructor for class nablarch.core.db.statement.BasicSqlParameterParserFactory
 
BasicSqlPStatement - Class in nablarch.core.db.statement
PreparedStatementのをラップしたクラス。
本クラスは、JDK5で実装済みのインタフェースのみを提供する。
BasicSqlPStatement(String, PreparedStatement) - Constructor for class nablarch.core.db.statement.BasicSqlPStatement
コンストラクタ。
BasicSqlPStatement(String, PreparedStatement, List<String>) - Constructor for class nablarch.core.db.statement.BasicSqlPStatement
コンストラクタ。
名前付きバインド変数を持つSQL用
BasicSqlStatementExceptionFactory - Class in nablarch.core.db.statement.exception
SqlStatementExceptionFactoryのBasic実装クラス。
SQLExceptionが一意制約違反の場合には、DuplicateStatementExceptionを生成する。
一意制約違反以外の場合には、SqlStatementExceptionを生成する。
一意制約違反の判定には、SQLException.getSQLState()または、SQLException.getErrorCode()を使用する。
BasicSqlStatementExceptionFactory() - Constructor for class nablarch.core.db.statement.exception.BasicSqlStatementExceptionFactory
 
BasicStatementFactory - Class in nablarch.core.db.statement
StatementFactoryの基本実装クラス。
本クラスでは、下記のSqlStatement実装クラスを生成する。
BasicSqlPStatement nablarch.core.db.statement.BasicSqlCStatement
BasicStatementFactory() - Constructor for class nablarch.core.db.statement.BasicStatementFactory
 
BasicStaticDataCache<T> - Class in nablarch.core.cache
StaticDataCacheインタフェースの基本実装クラス。
静的データをHashMapに保持する。
BasicStaticDataCache() - Constructor for class nablarch.core.cache.BasicStaticDataCache
 
BasicStringResource - Class in nablarch.core.message
StringResourceの基本実装クラス。
BasicStringResource(String, Map<String, String>) - Constructor for class nablarch.core.message.BasicStringResource
コンストラクタ。
BasicStringResourceLoader - Class in nablarch.core.message
StringResourceHolderが使うキャッシュに必要な文字列リソースをデータベースから取得するクラス。
StringResourceの実装にはBasicStringResourceを用いる。
BasicStringResourceLoader() - Constructor for class nablarch.core.message.BasicStringResourceLoader
 
BasicSystemTimeProvider - Class in nablarch.core.date
Date()を現在日時とするSystemTimeProvider
BasicSystemTimeProvider() - Constructor for class nablarch.core.date.BasicSystemTimeProvider
 
BasicValidatingStrategy<FORM> - Class in nablarch.fw.web.upload.util
典型的なバリデーション処理を提供する、ValidatingStrategyの基本実装クラス。
BasicValidatingStrategy(Class<FORM>, String, BulkValidator.ErrorHandlingBulkValidator) - Constructor for class nablarch.fw.web.upload.util.BasicValidatingStrategy
コンストラクタ。
BatchAction<D> - Class in nablarch.fw.action
標準的なバッチ処理における業務処理の基本実装クラス。
BatchAction() - Constructor for class nablarch.fw.action.BatchAction
BatchActionを生成する。
BatchActionBase<D> - Class in nablarch.fw.action
バッチ処理方式において、業務処理が継承する抽象基底クラス。
BatchActionBase() - Constructor for class nablarch.fw.action.BatchActionBase
 
BatchCountBuilder() - Constructor for class nablarch.core.db.statement.SqlJsonLogFormatter.BatchCountBuilder
 
BatchCountItem() - Constructor for class nablarch.core.db.statement.SqlLogFormatter.BatchCountItem
 
batchDelete(List<T>) - Method in class nablarch.common.dao.BasicDaoContext
 
batchDelete(List<T>) - Method in interface nablarch.common.dao.DaoContext
エンティティオブジェクトを元に一括削除処理を行う。
batchDelete(List<T>) - Static method in class nablarch.common.dao.UniversalDao
与えられたエンティティオブジェクトからデリート文を生成し一括実行する。
batchInsert(List<T>) - Method in class nablarch.common.dao.BasicDaoContext
 
batchInsert(List<T>) - Method in interface nablarch.common.dao.DaoContext
エンティティオブジェクトの情報を一括で登録する。
batchInsert(List<T>) - Static method in class nablarch.common.dao.UniversalDao
与えられたエンティティリストオブジェクトからインサート文を生成し一括実行する。
BatchParameterHolder - Class in nablarch.core.db.statement
バッチ実行時のパラメータを組み立てるクラス。 ParameterHolderを複数集約し、 それらを整形する機能を持つ。
BatchParameterHolder() - Constructor for class nablarch.core.db.statement.BatchParameterHolder
 
BatchRequestTest - Annotation Interface in nablarch.test.junit5.extension.batch
BatchRequestTestExtension を適用するための合成アノテーション。
BatchRequestTestExtension - Class in nablarch.test.junit5.extension.batch
BatchRequestTestSupport を JUnit 5 で使用するための Extension 実装。
BatchRequestTestExtension() - Constructor for class nablarch.test.junit5.extension.batch.BatchRequestTestExtension
 
BatchSqlWithColumns - Class in nablarch.common.dao
一括実行用(execute batch用)のSQL文とバインド変数に応じたカラムリストを保持するクラス。
BatchSqlWithColumns(String, List<ColumnMeta>) - Constructor for class nablarch.common.dao.BatchSqlWithColumns
SQL文とカラムリストを保持するBatchSqlWithColumnsを生成する。
batchUpdate(List<T>) - Method in class nablarch.common.dao.BasicDaoContext
 
batchUpdate(List<T>) - Method in interface nablarch.common.dao.DaoContext
エンティティオブジェクトの情報を元に一括更新を行う。
batchUpdate(List<T>) - Static method in class nablarch.common.dao.UniversalDao
与えられたエンティティ情報からアップデート文を生成し一括実行する。
BeanComponentCreator - Class in nablarch.core.repository.di.config
JavaBeans型のコンポーネントを生成するクラス。
BeanComponentCreator() - Constructor for class nablarch.core.repository.di.config.BeanComponentCreator
 
BeanCsvMapper<T> - Class in nablarch.common.databind.csv
Java BeansオブジェクトをCSVにマッピングするクラス。
BeanCsvMapper(Class<T>, CsvDataBindConfig, OutputStream) - Constructor for class nablarch.common.databind.csv.BeanCsvMapper
コンストラクタ。
BeanCsvMapper(Class<T>, CsvDataBindConfig, Writer) - Constructor for class nablarch.common.databind.csv.BeanCsvMapper
コンストラクタ。
BeanFixedLengthMapper<T> - Class in nablarch.common.databind.fixedlength
Beanを固定長にマッピングするObjectMapper
BeanFixedLengthMapper(Class<T>, FixedLengthDataBindConfig, OutputStream) - Constructor for class nablarch.common.databind.fixedlength.BeanFixedLengthMapper
Beanを固定長にマッピングするクラスを構築する。
BeansException - Exception in nablarch.core.beans
Java Beansの操作中に発生した例外を非検査例外でthrowするためのExceptionラッパー。
BeansException(String) - Constructor for exception nablarch.core.beans.BeansException
コンストラクタ。
BeansException(String, Throwable) - Constructor for exception nablarch.core.beans.BeansException
コンストラクタ。
BeansException(Throwable) - Constructor for exception nablarch.core.beans.BeansException
コンストラクタ。
BeanUtil - Class in nablarch.core.beans
JavaBeansおよびレコードに関する操作をまとめたユーティリティクラス。
BeanValidationFormFactory - Interface in nablarch.common.web.validator
BeanValidation実行時に、Formクラスのインスタンスを生成するファクトリインタフェース。
BeanValidationStrategy - Class in nablarch.common.web.validator
BeanValidationを使用する場合のリクエスト内容のバリデーション、オブジェクト(Bean)生成ロジック.
BeanValidationStrategy() - Constructor for class nablarch.common.web.validator.BeanValidationStrategy
BeanValidationStrategyを生成する。
before() - Method in class nablarch.common.handler.DbConnectionManagementHandler
往路処理を行う。
beforeAll(ExtensionContext) - Method in class nablarch.test.junit5.extension.event.TestEventDispatcherExtension
 
beforeEach(ExtensionContext) - Method in class nablarch.test.junit5.extension.db.DbAccessTestExtension
 
beforeEach(ExtensionContext) - Method in class nablarch.test.junit5.extension.event.TestEventDispatcherExtension
テストメソッドの前処理を実行する。
beforeEach(ExtensionContext) - Method in class nablarch.test.junit5.extension.http.RestTestExtension
 
beforeEach(ExtensionContext) - Method in class nablarch.test.junit5.extension.http.SimpleRestTestExtension
 
beforeEach(ExtensionContext) - Method in class nablarch.test.junit5.extension.integration.IntegrationTestExtension
 
beforeJob() - Method in class nablarch.fw.batch.ee.listener.job.NablarchJobListenerExecutor
ジョブの実行前に、ログおよびコンポーネントの初期化処理を行い、 NablarchJobListener.beforeJob(NablarchListenerContext)を順次実行する。
beforeJob(NablarchListenerContext) - Method in class nablarch.fw.batch.ee.listener.job.AbstractNablarchJobListener
 
beforeJob(NablarchListenerContext) - Method in class nablarch.fw.batch.ee.listener.job.DuplicateJobRunningCheckListener
プロセス(JOB)の多重起動防止チェックを行う。
beforeJob(NablarchListenerContext) - Method in class nablarch.fw.batch.ee.listener.job.JobProgressLogListener
JOB開始のログを出力する。
beforeJob(NablarchListenerContext) - Method in interface nablarch.fw.batch.ee.listener.job.NablarchJobListener
JOB開始後の処理を行う。
beforeReadRecords() - Method in interface nablarch.fw.reader.DatabaseRecordListener
処理対象レコードをキャッシュするためのデータベースアクセス前に呼び出される。
beforeSend(MessageSenderSettings, SyncMessage) - Method in interface nablarch.fw.messaging.SyncMessagingEventHook
メッセージ送信前に呼ばれる処理。
beforeStep() - Method in class nablarch.fw.batch.ee.listener.step.NablarchStepListenerExecutor
beforeStep(NablarchListenerContext) - Method in class nablarch.fw.batch.ee.listener.step.AbstractNablarchStepListener
 
beforeStep(NablarchListenerContext) - Method in class nablarch.fw.batch.ee.listener.step.DbConnectionManagementListener
DbConnectionManagementHandlerを使用してデータベース接続をDbConnectionContextに登録する。
beforeStep(NablarchListenerContext) - Method in interface nablarch.fw.batch.ee.listener.step.NablarchStepListener
ステップ開始時の処理を行う。
beforeStep(NablarchListenerContext) - Method in class nablarch.fw.batch.ee.listener.step.StepProgressLogListener
ステップ開始のログを出力する。
beforeStep(NablarchListenerContext) - Method in class nablarch.fw.batch.ee.listener.step.StepTransactionManagementListener
新しいトランザクションを生成し、コンテキストに設定する。
beforeWrite(List<Object>) - Method in class nablarch.fw.batch.ee.listener.chunk.NablarchItemWriteListenerExecutor
beforeWrite(NablarchListenerContext, List<Object>) - Method in class nablarch.fw.batch.ee.listener.chunk.AbstractNablarchItemWriteListener
 
beforeWrite(NablarchListenerContext, List<Object>) - Method in interface nablarch.fw.batch.ee.listener.chunk.NablarchItemWriteListener
ItemWriter.writeItems(List)の実行前の処理を行う。
begin() - Method in class nablarch.core.db.transaction.JdbcTransaction
トランザクションを開始する。
トランザクション開始時には、下記の処理を行う。
ロールバックを行う。 アイソレーションレベルを設定する。 初期SQLのリストをすべて実行し、コミットを行う。 トランザクションタイムアウトの監視を開始する。(トランザクションタイムアウト設定が行われている場合のみ) JDBC経由のトランザクション制御では、トランザクションの開始を明示的に行えないため、 ロールバックを行い、未コミット情報のないクリアなトランザクションを生成する。
begin() - Method in class nablarch.core.db.transaction.JdbcTransactionTimeoutHandler
トランザクション有効期限をリセットする。
begin() - Method in interface nablarch.core.transaction.Transaction
トランザクションを開始する。
begin(HttpAccessLogFormatter.HttpAccessLogContext, Object[]) - Static method in class nablarch.fw.web.handler.HttpAccessLogUtil
リクエスト処理開始時のログを出力する。
BEGIN_ARRAY - Static variable in class nablarch.core.text.json.ArrayToJsonSerializer
配列の開始文字
BEGIN_ARRAY - Static variable in class nablarch.core.text.json.ListToJsonSerializer
arrayの開始文字
BEGIN_OBJECT - Static variable in class nablarch.core.text.json.MapToJsonSerializer
objectの開始文字
beginColumn() - Method in class nablarch.core.dataformat.LayoutFileParser.Token
トークンの開始桁を返却する。
beginLine() - Method in class nablarch.core.dataformat.LayoutFileParser.Token
トークンの開始行を返却する。
beginTransaction() - Method in class nablarch.core.db.transaction.SimpleDbTransactionManager
トランザクションを開始する。
BigDecimalConverter - Class in nablarch.core.beans.converter
BigDecimal型への変換を行う Converter
BigDecimalConverter() - Constructor for class nablarch.core.beans.converter.BigDecimalConverter
デフォルトコンストラクタ
BigDecimalConverter(List<String>) - Constructor for class nablarch.core.beans.converter.BigDecimalConverter
数値パターンを設定してインスタンスを構築する。
BigDecimalConvertor - Class in nablarch.core.validation.convertor
値をBigDecimalに変換するクラス。
本クラスで変換するプロパティには、必ずDigitsアノテーションを付与しておく必要がある。 本クラスでは、Digitsアノテーションの属性を下記の通り使用する。
Digitsアノテーションの属性名説明 integer整数部桁数上限値。指定値に上限はない。 fraction小数部桁数上限値。指定値に上限はない。 commatrueの場合、入力値が3桁区切り文字で編集されていてもよい。(区切り文字は省略可。)              
falseの場合、入力値が3桁区切り文字で編集されていてはいけない。 messageId変換失敗時のメッセージID。
BigDecimalConvertor() - Constructor for class nablarch.core.validation.convertor.BigDecimalConvertor
 
Binary - Annotation Interface in nablarch.common.databind.fixedlength.converter
バイナリであることを示す。
BINARY_LITERAL - Enum constant in enum class nablarch.core.dataformat.LayoutFileParser.TokenType
 
Binary.BinaryConverter - Class in nablarch.common.databind.fixedlength.converter
バイナリのため変換を行わずそのまま移送する。
BinaryConverter() - Constructor for class nablarch.common.databind.fixedlength.converter.Binary.BinaryConverter
コンストラクタ。
BinaryUtil - Class in nablarch.core.util
バイナリ操作用ユーティリティクラス
bind(Object) - Method in class nablarch.fw.handler.RecordTypeBinding.Binder
指定したオブジェクトに対してメソッドレベルのディスパッチを行う ハンドラを作成して返す。
bind(Object) - Method in class nablarch.fw.jaxrs.JaxRsMethodBinder
 
bind(Object) - Method in interface nablarch.fw.MethodBinder
指定したオブジェクトに対してメソッドレベルのディスパッチを行う ハンドラを作成して返す。
bind(Object) - Method in class nablarch.fw.web.HttpMethodBinding.Binder
指定したオブジェクトに対してメソッドレベルのディスパッチを行う ハンドラを作成して返す。
Binder() - Constructor for class nablarch.fw.handler.RecordTypeBinding.Binder
 
Binder() - Constructor for class nablarch.fw.web.HttpMethodBinding.Binder
 
BodyConverter - Interface in nablarch.fw.jaxrs
リクエスト/レスポンスの変換を行うインタフェース。
BodyConverterSupport - Class in nablarch.fw.jaxrs
BodyConverterの実装クラスをサポートするクラス。
BodyConverterSupport() - Constructor for class nablarch.fw.jaxrs.BodyConverterSupport
 
BodyConverterSupport.ContentType - Class in nablarch.fw.jaxrs
ContentTypeを表すクラス。
BodyConvertHandler - Class in nablarch.fw.jaxrs
BodyConverterによるリクエスト/レスポンスの変換を行うハンドラ。
BodyConvertHandler() - Constructor for class nablarch.fw.jaxrs.BodyConvertHandler
 
bodyStringToMap(String, HttpProtocolClient.HttpRequestMethodEnum, SyncMessage, HttpResult) - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
返信のボディ部分を解析し、応答電文に設定するデータを生成する。
BOOL - Enum constant in enum class nablarch.core.util.JsonParser.TokenType
真偽値
BOOLEAN_LITERAL - Enum constant in enum class nablarch.core.dataformat.LayoutFileParser.TokenType
 
BooleanConverter - Class in nablarch.core.beans.converter
Boolean型への変換を行う Converter
BooleanConverter() - Constructor for class nablarch.core.beans.converter.BooleanConverter
 
BooleanConvertor - Class in nablarch.core.validation.convertor
値をBooleanに変換するクラス。
BooleanConvertor() - Constructor for class nablarch.core.validation.convertor.BooleanConvertor
 
BooleanToJsonSerializer - Class in nablarch.core.text.json
Booleanの値をシリアライズするクラス。
BooleanToJsonSerializer() - Constructor for class nablarch.core.text.json.BooleanToJsonSerializer
 
BootProcessBuilder() - Constructor for class nablarch.core.log.basic.JsonLogFormatter.BootProcessBuilder
 
BootProcessItem() - Constructor for class nablarch.core.log.basic.BasicLogFormatter.BootProcessItem
 
BORDER - Enum constant in enum class nablarch.common.web.tag.HtmlAttribute
border属性
BOTH - Enum constant in enum class nablarch.fw.messaging.MessageSenderSettings.SettingType
デフォルト設定と個別設定の両方
BoundParameters - Class in nablarch.core.db.cache.statement
ステートメント発行時にバインドされたパラメータを表すクラス。 ResultSetCacheKeyの等価性判定に使用される。
BoundParameters(Map<String, ParameterHolder.ParamValue>) - Constructor for class nablarch.core.db.cache.statement.BoundParameters
コンストラクタ。
BoundParameters(ParameterHolder) - Constructor for class nablarch.core.db.cache.statement.BoundParameters
コンストラクタ。
BR - Enum constant in enum class nablarch.common.web.tag.ListFormat
brタグ
build() - Method in class nablarch.common.databind.fixedlength.LayoutBuilderSupport
与えられた情報を元にFixedLengthDataBindConfigを生成して返す。
build() - Method in class nablarch.common.databind.fixedlength.MultiLayoutBuilder
 
build() - Method in class nablarch.common.databind.fixedlength.SingleLayoutBuilder
 
build() - Method in class nablarch.core.beans.CopyOptions.Builder
CopyOptionsを構築する。
build() - Method in class nablarch.core.db.cache.ResultSetCacheKeyBuilder
設定された値を用いてResultSetCacheKeyインスタンスを生成する。
build() - Method in class nablarch.core.validation.ee.ValidatorFactoryBuilder
ValidatorFactoryを組み立てる。
build(Map<String, Object>, CTX) - Method in interface nablarch.core.log.basic.JsonLogObjectBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlJsonLogFormatter.AdditionalInfoBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlJsonLogFormatter.BatchCountBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlJsonLogFormatter.CountBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlJsonLogFormatter.ExecuteTimeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlJsonLogFormatter.FetchSizeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlJsonLogFormatter.MethodNameBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlJsonLogFormatter.QueryTimeoutBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlJsonLogFormatter.RetrieveTimeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlJsonLogFormatter.SizeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlJsonLogFormatter.SqlBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlJsonLogFormatter.StartPositionBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlJsonLogFormatter.UpdateCountBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, ApplicationSettingLogFormatter.ApplicationSettingLogContext) - Method in class nablarch.core.log.app.ApplicationSettingJsonLogFormatter.BusinessDateBuilder
 
build(Map<String, Object>, ApplicationSettingLogFormatter.ApplicationSettingLogContext) - Method in class nablarch.core.log.app.ApplicationSettingJsonLogFormatter.SystemSettingsBuilder
 
build(Map<String, Object>, FailureLogFormatter.FailureLogContext) - Method in class nablarch.core.log.app.FailureJsonLogFormatter.ContactBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, FailureLogFormatter.FailureLogContext) - Method in class nablarch.core.log.app.FailureJsonLogFormatter.DataBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, FailureLogFormatter.FailureLogContext) - Method in class nablarch.core.log.app.FailureJsonLogFormatter.FailureCodeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, FailureLogFormatter.FailureLogContext) - Method in class nablarch.core.log.app.FailureJsonLogFormatter.MessageBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceJsonLogFormatter.EndFreeMemoryBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceJsonLogFormatter.EndTimeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceJsonLogFormatter.EndUsedMemoryBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceJsonLogFormatter.ExecutionTimeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceJsonLogFormatter.MaxMemoryBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceJsonLogFormatter.PointBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceJsonLogFormatter.ResultBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceJsonLogFormatter.StartFreeMemoryBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceJsonLogFormatter.StartTimeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceJsonLogFormatter.StartUsedMemoryBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, LogContext) - Method in class nablarch.core.log.basic.JsonLogFormatter.BootProcessBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, LogContext) - Method in class nablarch.core.log.basic.JsonLogFormatter.DateBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, LogContext) - Method in class nablarch.core.log.basic.JsonLogFormatter.ExecutionIdBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, LogContext) - Method in class nablarch.core.log.basic.JsonLogFormatter.LoggerNameBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, LogContext) - Method in class nablarch.core.log.basic.JsonLogFormatter.LogLevelBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, LogContext) - Method in class nablarch.core.log.basic.JsonLogFormatter.MessageBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, LogContext) - Method in class nablarch.core.log.basic.JsonLogFormatter.PayloadBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, LogContext) - Method in class nablarch.core.log.basic.JsonLogFormatter.ProcessingSystemBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, LogContext) - Method in class nablarch.core.log.basic.JsonLogFormatter.RequestIdBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, LogContext) - Method in class nablarch.core.log.basic.JsonLogFormatter.RuntimeLoggerNameBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, LogContext) - Method in class nablarch.core.log.basic.JsonLogFormatter.StackTraceBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, LogContext) - Method in class nablarch.core.log.basic.JsonLogFormatter.UserIdBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.ClientHostBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.ClientIpAddressBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.ClientUserAgentBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.EndTimeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.ExecutionTimeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.FreeMemoryBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.LabelBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.MaxMemoryBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.MethodBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.ParametersBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.PortBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.QueryStringBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.RequestBodyBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.RequestIdBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.ResponseBodyBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.SessionIdBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.SessionScopeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.SessionStoreIdBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.StartTimeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.StatusCodeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.UrlBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.UserIdBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, LauncherLogFormatter.LauncherLogContext) - Method in class nablarch.fw.launcher.logging.LauncherJsonLogFormatter.CommandLineArgumentsBuilder
 
build(Map<String, Object>, LauncherLogFormatter.LauncherLogContext) - Method in class nablarch.fw.launcher.logging.LauncherJsonLogFormatter.CommandLineOptionsBuilder
 
build(Map<String, Object>, LauncherLogFormatter.LauncherLogContext) - Method in class nablarch.fw.launcher.logging.LauncherJsonLogFormatter.ExecuteTimeBuilder
 
build(Map<String, Object>, LauncherLogFormatter.LauncherLogContext) - Method in class nablarch.fw.launcher.logging.LauncherJsonLogFormatter.ExitCodeBuilder
 
build(Map<String, Object>, LauncherLogFormatter.LauncherLogContext) - Method in class nablarch.fw.launcher.logging.LauncherJsonLogFormatter.LabelBuilder
 
build(Map<String, Object>, MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter.CorrelationIdBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter.DestinationBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter.LabelBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter.MessageBodyBuilder
 
build(Map<String, Object>, MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter.MessageBodyHexBuilder
 
build(Map<String, Object>, MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter.MessageBodyLengthBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter.MessageHeaderBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter.MessageIdBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter.ReplyToBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter.ThreadNameBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter.TimeToLiveBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.ClientHostBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.ClientIpAddressBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.ClientUserAgentBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.ContentPathBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.DispatchingClassBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.EndTimeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.ExecutionTimeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.FreeMemoryBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.LabelBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.MaxMemoryBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.MethodBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.ParametersBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.PortBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.QueryStringBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.RequestIdBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.ResponseStatusCodeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.SessionIdBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.SessionScopeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.SessionStoreIdBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.StartTimeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.StatusCodeBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.UrlBuilder
構造化ログのオブジェクトを構築する。
build(Map<String, Object>, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.UserIdBuilder
構造化ログのオブジェクトを構築する。
build(HttpRequest, ExecutionContext, Throwable) - Method in class nablarch.fw.jaxrs.ErrorResponseBuilder
エラーレスポンスを生成する。
build(HttpRequest, ExecutionContext, HealthCheckResult) - Method in class nablarch.fw.web.handler.health.HealthCheckResponseBuilder
ヘルスチェック結果からレスポンスを作成する。 デフォルトではJSONのレスポンスを作成する。 ヘルスチェックが成功した場合 {"status":"UP","targets":[{"name":"DB","status":"UP"},{"name":"Redis","status":"UP"}]} ヘルスチェックが失敗した場合 {"status":"DOWN","targets":[{"name":"DB","status":"UP"},{"name":"Redis","status":"DOWN"}]}
buildAdditionalInfoForSqlID(String, String) - Method in class nablarch.core.db.statement.BasicStatementFactory
付加情報文字列を組み立てる。 この情報は、ログ出力に使用されることを想定している。
buildBatchDeleteSql(Class<T>) - Method in class nablarch.common.dao.StandardSqlBuilder
ID列を条件とした一括削除用(batch delete)のSQL文を構築する。
buildBatchInsertSql(Class<T>) - Method in class nablarch.common.dao.StandardSqlBuilder
一括登録用(batch insert用)のSQLを構築する。
buildBatchInsertWithIdentityColumnSql(Class<T>) - Method in class nablarch.common.dao.StandardSqlBuilder
一括登録用(batch insert用)のSQLを構築する。
buildBatchUpdateSql(Class<T>) - Method in class nablarch.common.dao.StandardSqlBuilder
ID列を条件とした一括更新用(batch update)のSQL文を構築する。
buildData(String, Map<String, ?>) - Static method in class nablarch.core.dataformat.SimpleDataConvertUtil
Mapから構造化データの文字列を生成する。 変換後の構造化データ形式はフォーマット定義ファイルにて指定される。
buildData(String, Map<String, ?>, OutputStream) - Static method in class nablarch.core.dataformat.SimpleDataConvertUtil
Mapから構造化データの文字列を生成し、出力ストリームに書き込む。 変換後の構造化データ形式はフォーマット定義ファイルにて指定される。
buildData(Map<String, ?>, LayoutDefinition, OutputStream) - Method in class nablarch.core.dataformat.JsonDataBuilder
JSON文字列を作成します。
buildData(Map<String, ?>, LayoutDefinition, OutputStream) - Method in interface nablarch.core.dataformat.StructuredDataBuilder
XML文字列を作成します。
buildData(Map<String, ?>, LayoutDefinition, OutputStream) - Method in class nablarch.core.dataformat.XmlDataBuilder
XML文字列を作成します。
buildDeleteSql(T) - Method in class nablarch.common.dao.StandardSqlBuilder
ID列を条件とした削除用のSQL文を構築する。
Builder - Class in nablarch.core.util
List・Map・String 等の基本型からなるオブジェクトグラフの生成を簡略化する ユーティリティメソッドを提供する。
buildIdCondition(Class<T>) - Method in class nablarch.common.dao.StandardSqlBuilder
ID列を条件とするWHERE句を構築する。
buildInsertSql(T) - Method in class nablarch.common.dao.StandardSqlBuilder
登録用のSQLを構築する。
buildInsertWithIdentityColumnSql(T) - Method in class nablarch.common.dao.StandardSqlBuilder
登録用のSQLを構築する。
buildLoadResumePointSql() - Method in class nablarch.fw.reader.ResumePointManager
正常に処理できたポイントを取得するためのSQLを取得する。
buildMapKey(String, String) - Method in class nablarch.core.dataformat.StructuredDataEditorSupport
Map(XML)に格納する際のKeyを作成し、返却します
buildMessage(ConstraintValidatorContext) - Method in class nablarch.core.validation.ee.DecimalRange.DecimalRangeValidator
 
buildMessage(ConstraintValidatorContext) - Method in class nablarch.core.validation.ee.Digits.DigitsValidator
 
buildMessage(ConstraintValidatorContext) - Method in class nablarch.core.validation.ee.NumberRange.NumberRangeValidator
 
buildMessage(ConstraintValidatorContext) - Method in class nablarch.core.validation.ee.NumberValidatorSupport
検証エラー時のメッセージを構築する。
buildQuery() - Method in class nablarch.common.availability.BasicServiceAvailability
リクエストテーブル検索クエリを生成する。
buildResponseBody(HttpRequest, ExecutionContext, HealthCheckResult) - Method in class nablarch.fw.web.handler.health.HealthCheckResponseBuilder
レスポンスボディを作成する。
buildSaveResumePointSql() - Method in class nablarch.fw.reader.ResumePointManager
正常に処理できたポイントを保存するためのSQLを取得する。
buildSelectAllSql(Class<T>) - Method in class nablarch.common.dao.StandardSqlBuilder
全レコード検索(条件なし)のSQL文を構築する。
buildSelectByIdSql(Class<T>) - Method in class nablarch.common.dao.StandardSqlBuilder
ID列を条件として全カラムの情報を取得するSQL文を構築する。
buildSequenceGeneratorSql(String) - Method in class nablarch.core.db.dialect.DB2Dialect
シーケンスオブジェクトの次の値を取得するSQL文を構築する。
buildSequenceGeneratorSql(String) - Method in class nablarch.core.db.dialect.DefaultDialect
シーケンスオブジェクトの次の値を取得するSQL文を構築する。
buildSequenceGeneratorSql(String) - Method in interface nablarch.core.db.dialect.Dialect
シーケンスオブジェクトの次の値を取得するSQL文を構築する。
buildSequenceGeneratorSql(String) - Method in class nablarch.core.db.dialect.H2Dialect
シーケンスオブジェクトの次の値を取得するSQL文を構築する。
buildSequenceGeneratorSql(String) - Method in class nablarch.core.db.dialect.OracleDialect
シーケンスオブジェクトの次の値を取得するSQL文を構築する。
buildSequenceGeneratorSql(String) - Method in class nablarch.core.db.dialect.PostgreSQLDialect
シーケンスオブジェクトの次の値を取得するSQL文を構築する。
buildUpdateSql(T) - Method in class nablarch.common.dao.StandardSqlBuilder
ID列を条件とした更新用のSQL文を構築する。
buildValidatorFactory() - Method in class nablarch.core.validation.ee.ValidatorFactoryBuilder
ValidatorFactoryを組み立てる。 キャッシュに存在する場合は、キャッシュのインスタンスを使用する。
BulkValidationResult<FORM> - Class in nablarch.fw.web.upload.util
一括バリデーション結果を保持するクラス。
BulkValidationResult.ErrorMessages - Class in nablarch.fw.web.upload.util
エラーメッセージ一覧を、行数の昇順で保持するクラス。
BulkValidator - Class in nablarch.fw.web.upload.util
アップロードファイルを一括バリデーションするためのクラス。
BulkValidator.ErrorHandlingBulkValidator - Class in nablarch.fw.web.upload.util
エラー発生時にメッセージIDを設定する一括バリデーションクラス。
BusinessDate() - Constructor for class nablarch.core.log.app.ApplicationSettingLogFormatter.BusinessDate
 
BusinessDateBuilder() - Constructor for class nablarch.core.log.app.ApplicationSettingJsonLogFormatter.BusinessDateBuilder
 
BusinessDateProvider - Interface in nablarch.core.date
業務日付を提供するクラスのインタフェース。
BusinessDateUtil - Class in nablarch.core.date
業務日付を取得するユーティリティクラス。
ButtonTag - Class in nablarch.common.web.tag
サブミット制御(ボタンとアクションの紐付け、二重サブミット防止)を行うbuttonタグを出力するクラス。
ButtonTag() - Constructor for class nablarch.common.web.tag.ButtonTag
 
ButtonTagSupport - Class in nablarch.common.web.tag
サブミット制御を行うbuttonタグを出力するクラスの実装をサポートするクラス。
ButtonTagSupport() - Constructor for class nablarch.common.web.tag.ButtonTagSupport
 
BY_NAME - Enum constant in enum class nablarch.core.repository.di.config.xml.schema.AutowireType
 
BY_NAME - Enum constant in enum class nablarch.core.repository.di.InjectionType
名前ベースの自動インジェクション。
BY_TYPE - Enum constant in enum class nablarch.core.repository.di.config.xml.schema.AutowireType
 
BY_TYPE - Enum constant in enum class nablarch.core.repository.di.InjectionType
型ベースの自動インジェクション。
Bytes - Class in nablarch.core.dataformat.convertor.datatype
バイト配列のデータタイプ。
Bytes() - Constructor for class nablarch.core.dataformat.convertor.datatype.Bytes
 
BytesConverter - Class in nablarch.core.beans.converter
バイナリ(byte配列)への変換を行うConverter.
BytesConverter() - Constructor for class nablarch.core.beans.converter.BytesConverter
 
ByteStreamDataString - Class in nablarch.core.dataformat.convertor.datatype
バイトストリームで入出力する文字列のデータタイプ。
ByteStreamDataString() - Constructor for class nablarch.core.dataformat.convertor.datatype.ByteStreamDataString
 
ByteStreamDataSupport<F> - Class in nablarch.core.dataformat.convertor.datatype
バイトストリームで入出力するデータタイプが継承すべき抽象基底クラス。
ByteStreamDataSupport() - Constructor for class nablarch.core.dataformat.convertor.datatype.ByteStreamDataSupport
 
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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form