本ハンドラの basePackage プロパティ
リクエストパス
委譲先のハンドラクラス
nablarch.sample.apps
/admin/AdminApp
nablarch.sample.apps.admin.AdminApp
/user/UserApp
nablarch.sample.apps.user.UserApp
RequestPathJavaPackageMapping() - Constructor for class nablarch.fw.handler.RequestPathJavaPackageMapping
デフォルトコンストラクタ。
このメソッドの処理は次のコードと同等である。
RequestPathJavaPackageMapping(String, String) - Constructor for class nablarch.fw.handler.RequestPathJavaPackageMapping
リクエストパスが、basePathで始まるリクエストを、basePackageで指定された
Javaパッケージ配下のリクエストハンドラに委譲するディスパッチャを作成する。
RequestPathMatchingHelper - Class in nablarch.fw
リクエストパスとリクエストパスのパターンの照合を行うクラス。
RequestPathMatchingHelper(boolean) - Constructor for class nablarch.fw.RequestPathMatchingHelper
コンストラクタ。
リクエストパスとしてクラスの完全修飾名が渡される場合、本引数にtrueを設定することで、リクエストパス中のドット(.)をスラッシュに変換して、ディスパッチを行うことが可能となる。
RequestResponseProcessor - Interface in nablarch.test.core.http
RequestScope - Class in nablarch.fw.dicontainer.web.scope
リクエストスコープ。
RequestScope(RequestContextSupplier) - Constructor for class nablarch.fw.dicontainer.web.scope.RequestScope
インスタンスを生成する。
RequestScoped - Annotation Type in nablarch.fw.dicontainer.web
コンポーネントがリクエストスコープであることを表すアノテーション。
RequestTestingMessagePool - Class in nablarch.test.core.messaging
リクエスト単体テストの際に、テストショット毎のメッセージを保持するクラス。
RequestTestingMessagePool(FixedLengthFile, Map<String, String>) - Constructor for class nablarch.test.core.messaging.RequestTestingMessagePool
コンストラクタ
RequestTestingMessagingClient - Class in nablarch.test.core.messaging
リクエスト単体テストの際に、テストデータの内容にもとづき、要求電文のアサートおよび応答電文の返却を行うMessageSenderClient。
RequestTestingMessagingClient() - Constructor for class nablarch.test.core.messaging.RequestTestingMessagingClient
RequestTestingMessagingContext() - Constructor for class nablarch.test.core.messaging.RequestTestingMessagingProvider.RequestTestingMessagingContext
RequestTestingMessagingProvider - Class in nablarch.test.core.messaging
リクエスト単体テストの際に、テストデータの内容にもとづき、要求電文のアサートおよび応答電文の返却を行うMessagingProvider。
RequestTestingMessagingProvider() - Constructor for class nablarch.test.core.messaging.RequestTestingMessagingProvider
RequestTestingMessagingProvider.RequestTestingMessagingContext - Class in nablarch.test.core.messaging
テストを行う際に、要求電文のアサートおよび応答電文を返却するMessagingContext。
RequestTestingSendSyncSupport - Class in nablarch.test.core.messaging
リクエスト単体テストで必要なメッセージング操作をサポートするクラス。
RequestTestingSendSyncSupport(Class<?>) - Constructor for class nablarch.test.core.messaging.RequestTestingSendSyncSupport
コンストラクタ。
RequestThreadLoopHandler - Class in nablarch.fw.handler
各サブスレッド上のループ毎にリクエスト処理を実行するハンドラ。
本クラスは、サーバソケットや受信電文キュー等を監視し、リアルタイム応答を行う
サーバ型プロセスで使用するハンドラである。
サーバ型プロセスでは、マルチスレッドハンドラが生成する各サブスレッド上で
次のループを繰り返す。
データリーダによるリクエストの受信 → リクエスト処理の実行 → 次のリクエストの待機
本ハンドラではこの形態のループ制御を行う。
サーバ型処理では、バッチ処理とは異なり、個々のリクエスト処理は完全に独立しており、
1つのリクエスト処理がエラーとなっても他のリクエスト処理はそのまま継続しなければならない。
このため、本ハンドラで捕捉した例外は、プロセス正常停止要求や致命的な一部の例外を除き
リトライ可能例外 RetryableException として再送出する。
RequestThreadLoopHandler() - Constructor for class nablarch.fw.handler.RequestThreadLoopHandler
requestToSend(FreeTextMailContext) - Method in class nablarch.common.mail.MailRequester
非定型メールの送信要求を行う。
requestToSend(TemplateMailContext) - Method in class nablarch.common.mail.MailRequester
定型メールの送信要求を行う。
RequestUtil - Class in nablarch.common.util
リクエスト処理に使用するユーティリティ。
require(String, String, boolean) - Static method in class nablarch.test.core.repository.ConfigurationBrowser
コンポーネントを取得する。
Required - Annotation Type in nablarch.core.validation.ee
必須項目を表すアノテーション。
Required - Annotation Type in nablarch.core.validation.validator
必須入力を表わすアノテーション。
Required.List - Annotation Type in nablarch.core.validation.ee
複数指定用のアノテーション
Required.RequiredValidator - Class in nablarch.core.validation.ee
必須項目が設定されていることを検証するバリデータ。
REQUIRED_COLUMNS - Static variable in class nablarch.test.core.standalone.TestShot
必須カラム
REQUIRED_DECIMAL_POINT - Static variable in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
小数点の要否のデフォルト設定
REQUIRED_PLUS_SIGN - Static variable in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
正の符号の要否のデフォルト設定
RequiredValidator() - Constructor for class nablarch.core.validation.ee.Required.RequiredValidator
RequiredValidator - Class in nablarch.core.validation.validator
必須入力をチェックするクラス。
RequiredValidator() - Constructor for class nablarch.core.validation.validator.RequiredValidator
REQUIRES_TITLE - Static variable in class nablarch.core.dataformat.VariableLengthDataRecordFormatter.VariableLengthDirective
最初の行をタイトルとして読み書きするかどうか
reset() - Method in class nablarch.fw.handler.retry.RetryContextSupport
リトライ状態をリセットする。
reset() - Method in class nablarch.fw.handler.retry.TimeRetryContext
リトライ状態をリセットする。
reset() - Method in interface nablarch.fw.handler.RetryHandler.RetryContext
リトライ状態をリセットする。
reset() - Method in class nablarch.test.core.http.ComplexRequestResponseProcessor
reset() - Method in class nablarch.test.core.http.NablarchSIDManager
reset() - Method in interface nablarch.test.core.http.RequestResponseProcessor
内部状態をリセットする。
reset() - Method in class nablarch.test.tool.htmlcheck.parser.JJTParserState
resetHttpServer() - Static method in class nablarch.test.core.http.HttpRequestTestSupport
キャッシュした HttpServer をリセットする。
resetHttpServer() - Static method in class nablarch.test.core.http.SimpleRestTestSupport
キャッシュした HttpServer をリセットする。
resolve(Container) - Method in class nablarch.fw.dicontainer.component.impl.DefaultInjectionComponentResolver
resolve(Container) - Method in class nablarch.fw.dicontainer.component.impl.InjectionComponentResolvers
resolve(Container) - Method in interface nablarch.fw.dicontainer.component.InjectionComponentResolver
依存コンポーネントを解決する。
resolvePath(String, String, boolean) - Method in class nablarch.core.util.FilePathSetting
指定されたベースパスの直下に存在するファイルの抽象パスを作成して返却する。
resolveRequestEncoding(HttpServletRequest) - Method in class nablarch.fw.web.handler.HttpCharacterEncodingHandler
リクエストのエンコーディングを解決する。
resolveResponseEncoding(HttpServletRequest) - Method in class nablarch.fw.web.handler.HttpCharacterEncodingHandler
レスポンスのエンコーディングを解決する。
ResourceLocator - Class in nablarch.fw.web
各種リソースを識別する為の文字列(リソースロケータ)をパースして格納するクラス。
ResourceLocatorInternalHelper - Class in nablarch.fw.web
ResourceMapping - Class in nablarch.fw.web.handler
リクエストURIに応じて、リソースファイルに対するマッピングを行うリクエストハンドラ。
ResourceMapping(String, String) - Constructor for class nablarch.fw.web.handler.ResourceMapping
特定のbaseUri配下へのリクエストを静的ファイルにマッピングする
リクエストハンドラを生成する。
ResourceMapping() - Constructor for class nablarch.fw.web.handler.ResourceMapping
デフォルトコンストラクタ。
ResourceMethod(Method) - Constructor for class nablarch.fw.jaxrs.JaxRsMethodBinder.ResourceMethod
リソースメソッドを持つResourceMethod を生成する。
ResourcePathRule - Class in nablarch.fw.web.i18n
言語対応リソースパスのルールを表すクラス。
自身が表すルールに基づき言語対応のリソースパスを提供する。
ResourcePathRule() - Constructor for class nablarch.fw.web.i18n.ResourcePathRule
ResourcesUtil - Class in nablarch.core.util
ファイルシステム上やJarファイル中に展開されているリソースの集まりを扱うユーティリティクラス。
ResourcesUtil.FileSystemResources - Class in nablarch.core.util
ファイルシステム上のリソース扱うクラス。
ResourcesUtil.JarFileResources - Class in nablarch.core.util
Jarファイル中のリソースの集まりを扱うクラス。
ResourcesUtil.Resources - Interface in nablarch.core.util
リソースの集まりを表すインタフェース。
ResourcesUtil.ResourcesFactory - Interface in nablarch.core.util
RESPONSE_MESSAGE_COLUMN - Static variable in class nablarch.test.core.http.TestCaseInfo
応答電文を定義しているカラム名(LIST_MAP=テストケース)
RESPONSE_MESSAGE_COLUMN - Static variable in class nablarch.test.core.standalone.TestShot
応答電文を定義しているカラム名
ResponseBody - Class in nablarch.fw.web
HTTPレスポンスのボディ内容を格納するオブジェクト。
ResponseBody(HttpResponse) - Constructor for class nablarch.fw.web.ResponseBody
コンストラクタ
ResponseFinisher - Interface in nablarch.fw.jaxrs
レスポンスを仕上げるインタフェース。
JaxRsResponseHandler が作成したレスポンス(エラーレスポンス含む)に共通する処理を行う。
共通処理としてはセキュリティやCORSに対応したレスポンスヘッダの設定などを想定している。
レスポンスの作成処理の後に実行する処理のため、このインタフェースの実装クラスでは例外を発生させてはならない。
ResponseMessage - Class in nablarch.fw.messaging
本システムに対する要求電文への応答電文を表すクラス。
本クラスでは、RequestMessageと同様、応答電文の内容をフレームワークヘッダ部と
業務データ部に分離して管理しており、業務ロジックからは業務データ部しか操作できない
ようになっている。
メッセージボディを直列化する際には、フレームワークヘッダ部と業務データ部をそれぞれ
直列化して連結したものを返す。
ResponseMessage(FwHeader, ReceivedMessage) - Constructor for class nablarch.fw.messaging.ResponseMessage
受信電文に対する応答電文を作成する。
ResponseMessage(RequestMessage) - Constructor for class nablarch.fw.messaging.ResponseMessage
要求電文に対する応答電文を作成する。
RequestMessage#reply() から呼ばれることを想定している。
ResponseStatusCodeItem() - Constructor for class nablarch.fw.web.handler.HttpAccessLogFormatter.ResponseStatusCodeItem
ResteasyJaxRsHandlerListFactory - Class in nablarch.integration.jaxrs.resteasy
ResteasyJaxRsHandlerListFactory() - Constructor for class nablarch.integration.jaxrs.resteasy.ResteasyJaxRsHandlerListFactory
コンストラクタ。
RestMockHttpRequest - Class in nablarch.fw.web
RestMockHttpRequest(Collection<? extends RestTestBodyConverter>, String) - Constructor for class nablarch.fw.web.RestMockHttpRequest
RestMockHttpRequestBuilder - Class in nablarch.fw.web
RestMockHttpRequestBuilder() - Constructor for class nablarch.fw.web.RestMockHttpRequestBuilder
restoreKeyValueSet(HttpRequest) - Method in class nablarch.common.web.handler.NablarchTagHandler
複合キーの値を復元する。
restoreKeyValueSetFromHidden(HttpRequest) - Static method in class nablarch.common.web.tag.TagUtil
nablarch_hidden に保存したキーと値のセットを復元する。
RestTestBodyConverter - Interface in nablarch.fw.web
RestTestBodyConverter.MediaType - Class in nablarch.fw.web
MIMEタイプを表すクラス
RestTestConfiguration - Class in nablarch.test.core.http
RestTestConfiguration() - Constructor for class nablarch.test.core.http.RestTestConfiguration
RestTestSupport - Class in nablarch.test.core.http
RestTestSupport() - Constructor for class nablarch.test.core.http.RestTestSupport
Result - Interface in nablarch.fw
ハンドラでの処理結果を表すインターフェース。
Result.ClientError - Exception in nablarch.fw
サービス呼出側に起因すると思われる問題により、処理が継続できないことを示す例外。
問題解決には、呼び出し側による対処が必要となるので、エラーメッセージの
内容として、呼び出し側に要求する対処の内容を明記する必要がある。
Result.Error - Exception in nablarch.fw
ハンドラの処理が異常終了したことを示す実行時例外。
本クラスの具象クラスは以下の3つに類別することができる。
Result.MultiStatus - Class in nablarch.fw
処理結果が複数のステータスを含んでいることを表す。
これは、バッチ処理やアップロード処理のように、
1つのリクエストに対して複数の処理が実行される場合に返される。
個々の処理結果には、エラー結果(4xx/5xx)が含まれうる。
Result.NotFound - Exception in nablarch.fw
要求されたリソースが存在しないため、
処理を継続することができないことを示す例外。
Result.Success - Class in nablarch.fw
ハンドラの処理が正常終了したことを表す。
ResultItem() - Constructor for class nablarch.core.log.app.PerformanceLogFormatter.ResultItem
ResultSetCache - Interface in nablarch.core.db.cache
結果セットを格納対象とするキャッシュインタフェース。
ResultSetCacheKey - Class in nablarch.core.db.cache
結果セットをキャッシュに格納する際のキーとなるクラス。
以下の項目が等しい場合に等価と判定する。
SQL ID
バインドパラメータ
開始位置
最大件数
本クラスはイミュータブルである。
ResultSetCacheKey(String, BoundParameters, int, int) - Constructor for class nablarch.core.db.cache.ResultSetCacheKey
フルコンストラクタ。
ResultSetCacheKeyBuilder - Class in nablarch.core.db.cache
ResultSetCacheKeyBuilder(String) - Constructor for class nablarch.core.db.cache.ResultSetCacheKeyBuilder
コンストラクタ。
ResultSetConvertor - Interface in nablarch.core.db.statement
ResultSet から1カラムのデータを取得するインタフェース。
ResultSet.getObject(int) 以外を使用して、値を取得する必要がある場合には、
本クラスのサブクラスを作成しgetObject(int)以外を使用してデータの取得を行うこと。
主に、getObject(int)を使用した場合にアプリケーションで処理する際に不都合なデータ型が返却される場合に、
本インタフェースの実装クラスが必要となる。
例えば、getObject(int)ではdoubleが返却されるため、ResultSet.getBigDecimal(int) を使用して、明示的にBigDecimal を取得したい場合が該当する。
ResultSetIterator - Class in nablarch.core.db.statement
ResultSet のWrapperクラス。
本クラスでは、ResultSetから1行分のデータを SqlRow で取得するインタフェースを提供する。
以下に例を示す。
ResultSetIterator(ResultSet, ResultSetConvertor) - Constructor for class nablarch.core.db.statement.ResultSetIterator
パラメータで指定されたResultSet を保持するResultSetIteratorオブジェクトを生成する。
ResultSetIteratorDataSource - Class in nablarch.integration.report.datasource
ResultSetIteratorDataSource(ResultSetIterator) - Constructor for class nablarch.integration.report.datasource.ResultSetIteratorDataSource
コンストラクタ.
ResumeDataReader<TData> - Class in nablarch.fw.reader
ファイルを読み込むデータリーダをラップして、レジューム機能を追加するデータリーダ。
ResumeDataReader() - Constructor for class nablarch.fw.reader.ResumeDataReader
ResumePointManager - Class in nablarch.fw.reader
実行管理テーブルに格納されている、正常に処理できたポイントの参照・更新を行うクラス。
ResumePointManager() - Constructor for class nablarch.fw.reader.ResumePointManager
retainAll(Collection<?>) - Method in class nablarch.common.dao.DeferredEntityList
本メソッドは利用できない。
呼び出した場合、UnsupportedOperationException を送出する。
retrieve() - Method in class nablarch.core.db.statement.BasicSqlPStatement
retrieve(int, int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
retrieve(Map<String, ?>) - Method in class nablarch.core.db.statement.BasicSqlPStatement
retrieve(int, int, Map<String, ?>) - Method in class nablarch.core.db.statement.BasicSqlPStatement
簡易検索機能。
retrieve(Object) - Method in class nablarch.core.db.statement.BasicSqlPStatement
retrieve(int, int, Object) - Method in class nablarch.core.db.statement.BasicSqlPStatement
簡易検索機能。
retrieve(Map<String, ?>) - Method in interface nablarch.core.db.statement.ParameterizedSqlPStatement
retrieve(int, int, Map<String, ?>) - Method in interface nablarch.core.db.statement.ParameterizedSqlPStatement
簡易検索機能。
retrieve(Object) - Method in interface nablarch.core.db.statement.ParameterizedSqlPStatement
retrieve(int, int, Object) - Method in interface nablarch.core.db.statement.ParameterizedSqlPStatement
簡易検索機能。
retrieve() - Method in interface nablarch.core.db.statement.SqlPStatement
retrieve(int, int) - Method in interface nablarch.core.db.statement.SqlPStatement
簡易検索機能。
RetrieveTimeItem() - Constructor for class nablarch.core.db.statement.SqlLogFormatter.RetrieveTimeItem
Retryable - Interface in nablarch.fw.handler.retry
リトライ可能な例外であることを示すインタフェース。
RetryableException - Exception in nablarch.fw.handler.retry
RetryHandler によるリトライが可能な実行時例外。
RetryableException() - Constructor for exception nablarch.fw.handler.retry.RetryableException
デフォルトコンストラクタ。
RetryableException(String, Throwable) - Constructor for exception nablarch.fw.handler.retry.RetryableException
コンストラクタ。
RetryableException(String) - Constructor for exception nablarch.fw.handler.retry.RetryableException
コンストラクタ。
RetryableException(Throwable) - Constructor for exception nablarch.fw.handler.retry.RetryableException
コンストラクタ。
RetryContextFactorySupport - Class in nablarch.fw.handler.retry
RetryContextFactorySupport() - Constructor for class nablarch.fw.handler.retry.RetryContextFactorySupport
RetryContextSupport - Class in nablarch.fw.handler.retry
RetryContextSupport(long, long) - Constructor for class nablarch.fw.handler.retry.RetryContextSupport
コンストラクタ。
RetryHandler - Class in nablarch.fw.handler
RetryHandler() - Constructor for class nablarch.fw.handler.RetryHandler
RetryHandler.RetryContext - Interface in nablarch.fw.handler
リトライ処理を制御するインタフェース。
RetryHandler.RetryContextFactory - Interface in nablarch.fw.handler
リトライコンテキストを生成するインタフェース。
retryIntervals - Variable in class nablarch.fw.handler.retry.RetryContextFactorySupport
リトライ間隔(単位:msec)
RetryUtil - Class in nablarch.fw.handler.retry
リトライ処理に使用するユーティリティクラス。
reverse() - Method in class nablarch.test.core.util.ListWrapper.Condition
評価を反転させる。
revertDefaultRepository() - Static method in class nablarch.test.RepositoryInitializer
デフォルトのリポジトリを復元する。
rewrite(TData, ExecutionContext) - Method in class nablarch.fw.handler.RewriteRule
このオブジェクトの設定に従ってパスの置換処理をおこない、
置換後のパス文字列を返す。
置換処理が行われなかった場合はnullを返す。
rewritePath(String, String) - Method in class nablarch.test.core.http.HttpRequestTestSupport
静的リソース内のパスを置き換える。
rewriteResourceFile(HttpTestConfiguration, File, ResourceLocator) - Method in class nablarch.test.core.http.HttpRequestTestSupport
HTMLリソースディレクトリ内のCSSファイルを置換する。
出力したCSSファイルのタイムスタンプには、出力元CSSファイルのタイムスタンプを設定する。
次回、出力時にはタイムスタンプに変更がない限り、出力は行わない。
RewriteRule<TData,TSelf> - Class in nablarch.fw.handler
置換ルール。
RewriteRule() - Constructor for class nablarch.fw.handler.RewriteRule
rewriteUriPath(String, HttpRequest) - Method in class nablarch.fw.web.HttpServer
HTML中のURI型の参照先を、ダンプHTML用に書き換える。
RFC4180 - Static variable in class nablarch.common.databind.csv.CsvDataBindConfig
RFC4180準拠のフォーマット定義
rollback() - Method in class nablarch.core.db.connection.BasicDbConnection
現在のデータベース接続に対してrollbackを実行する。
rollback() - Method in interface nablarch.core.db.connection.TransactionManagerConnection
現在のデータベース接続に対してrollbackを実行する。
rollback() - Method in class nablarch.core.db.transaction.JdbcTransaction
現在のトランザクションをロールバックする。
rollback() - Method in interface nablarch.core.transaction.Transaction
現在のトランザクションをロールバックする。
rollback() - Method in class nablarch.integration.messaging.wmq.xa.WmqXADbConnection
分散トランザクションのため何もしない。
rollback() - Method in class nablarch.integration.messaging.wmq.xa.WmqXATransaction
現在のトランザクションをロールバックする。
rollbackTransaction() - Method in class nablarch.core.db.transaction.SimpleDbTransactionManager
トランザクションをロールバックする。
rollbackTransactions() - Method in class nablarch.test.core.db.DbAccessTestSupport
トランザクションをロールバックする。
rootNode() - Method in class nablarch.test.tool.htmlcheck.parser.JJTParserState
RoutesMapping - Class in nablarch.integration.router
Routes定義ファイルをベースにActionメソッドを特定するハンドラ。
本ハンドラを使用することで、自由なURLを使用することができる。
RoutesMapping() - Constructor for class nablarch.integration.router.RoutesMapping
コンストラクタ。
RoutesMethodBinder - Class in nablarch.integration.router
RoutesMethodBinder(String) - Constructor for class nablarch.integration.router.RoutesMethodBinder
コンストラクタ。
RoutesMethodBinderFactory - Class in nablarch.integration.router
RoutesMethodBinderFactory() - Constructor for class nablarch.integration.router.RoutesMethodBinderFactory
RoutingHandlerSupport - Class in nablarch.fw.web.handler
ルーティングハンドラをサポートする抽象クラス。
RoutingHandlerSupport() - Constructor for class nablarch.fw.web.handler.RoutingHandlerSupport
Rpad - Annotation Type in nablarch.common.databind.fixedlength.converter
値の末尾に指定の文字を付加(読み込み時は除去)することを示す。
rpad(String, int, char) - Static method in class nablarch.core.util.StringUtil
文字列の右側に、指定された文字を指定された文字列長に到達するまで加える。
string の文字数 >= length の場合は string の文字列をそのまま返却。
例:
Rpad.RpadConverter - Class in nablarch.common.databind.fixedlength.converter
値の変換処理を行う。
RpadConverter() - Constructor for class nablarch.common.databind.fixedlength.converter.Rpad.RpadConverter
値の変換処理を行うクラスを構築する。
RpadConverter(char) - Constructor for class nablarch.common.databind.fixedlength.converter.Rpad.RpadConverter
指定された値を用いて値の変換処理を行うクラスを構築する。
run(L, NablarchListenerContext) - Method in interface nablarch.fw.batch.ee.listener.NablarchListenerExecutor.Runner
リスナーの処理を実行する。
RuntimeLoggerNameItem() - Constructor for class nablarch.core.log.basic.BasicLogFormatter.RuntimeLoggerNameItem
S
- s() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- sampleOutput() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- SanitizingChecker - Class in nablarch.test.tool.sanitizingcheck
-
サニタイジングチェックツール
- SanitizingChecker(String, Charset, List<String>, List<Pattern>) - Constructor for class nablarch.test.tool.sanitizingcheck.SanitizingChecker
-
コンストラクタ。
設定ファイルをロードし設定する。
- SanitizingCheckResultOut - Class in nablarch.test.tool.sanitizingcheck.out
-
サニタイジングチェック結果をXMLに出力する。
- SanitizingCheckTask - Class in nablarch.test.tool.sanitizingcheck
-
JSP検査ツール
- SanitizingConf - Class in nablarch.test.tool.sanitizingcheck
-
サニタイジングツール設定情報を保有するクラス
- SanitizingConf(String, Charset) - Constructor for class nablarch.test.tool.sanitizingcheck.SanitizingConf
-
コンストラクタ
設定ファイルを読み込む。
- save() - Method in class nablarch.common.web.session.Session
-
セッションを保存する。
- save(String, List<SessionEntry>, ExecutionContext) - Method in class nablarch.common.web.session.SessionStore
-
セッションの内容をストアに保存する。
- save(String, List<SessionEntry>, ExecutionContext) - Method in class nablarch.common.web.session.store.DbStore
-
ユーザセッションテーブルにセッション情報を保存する。
- save(String, List<SessionEntry>, ExecutionContext) - Method in class nablarch.common.web.session.store.HiddenStore
-
セッションの内容をストアに保存する。
- save(String, List<SessionEntry>, ExecutionContext) - Method in class nablarch.common.web.session.store.HttpSessionStore
-
- save() - Method in class nablarch.core.util.map.CopyOnReadMap
-
カレントスレッドが保持しているスナップショットを実体のマップに反映する。
処理の結果によらず、現行スレッドのスナップショットは破棄する。
- save(String, List<SessionEntry>, ExecutionContext) - Method in class nablarch.integration.redisstore.lettuce.LettuceRedisStore
-
- saveActiveFlowNode(String, FlowNode) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
アクティブなフローノードの状態を登録する。
すでにインスタンスIDに対応するアクティブなノードが登録されていた場合には、
その情報を削除後に登録を行う。
- saveActiveGroupTask(String, String, List<String>) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
アクティブグループタスクテーブルにグループ情報を登録する。
インスタンスIDに紐づくデータが既に登録されていた場合には、そのデータを削除後に登録処理を行う。
- saveActiveGroupTask(String, String, String, int) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
アクティブグループタスクテーブルにグループ情報を登録する。
インスタンスIDに紐づくデータが既に登録されていた場合には、そのデータを削除後に登録処理を行う。
- saveActiveUserTask(String, String, List<String>) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
アクティブユーザタスクテーブルにユーザ情報を登録する。
インスタンスIDに紐づくデータが既に登録されていた場合には、そのデータを削除後に登録処理を行う。
- saveActiveUserTask(String, String, String, int) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
アクティブユーザタスクテーブルにユーザ情報を登録する。
インスタンスIDに紐づくデータが既に登録されていた場合には、そのデータを削除後に登録処理を行う。
- saveAssignedGroup(String, String, List<String>) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
担当グループを登録する。
グループ情報がすでに登録されていた場合は、洗い替えを行う。
また、同一フローノードに割り当てられた担当者情報の削除処理も行う。
- saveAssignedSequentialGroup(String, String, List<String>) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
指定された順を実行順として担当グループを登録する。
グループ情報がすでに登録されていた場合は、洗い替えを行う。
また、同一フローノードに割り当てられた担当者情報の削除処理も行う。
- saveAssignedSequentialUser(String, String, List<String>) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
指定された順を実行順として担当者を登録する。
担当者情報がすでに登録されていた場合は、洗い替えを行う。
また、同一フローノードに割り当てられたグループ情報の削除処理も行う。
- saveAssignedUser(String, String, List<String>) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
担当者を登録する。
担当者情報がすでに登録されていた場合は、洗い替えを行う。
また、同一フローノードに割り当てられたグループ情報の削除処理も行う。
- saveExpirationDateTime(String, long, ExecutionContext) - Method in class nablarch.common.web.session.DbManagedExpiration
-
- saveExpirationDateTime(String, long, ExecutionContext) - Method in interface nablarch.common.web.session.Expiration
-
有効期限を保存する。
- saveExpirationDateTime(String, long, ExecutionContext) - Method in class nablarch.common.web.session.HttpSessionManagedExpiration
-
- saveExpirationDateTime(String, long, ExecutionContext) - Method in class nablarch.integration.redisstore.lettuce.LettuceRedisManagedExpiration
-
- saveReply(RequestMessage, ResponseMessage) - Method in class nablarch.fw.messaging.handler.MessageResendHandler
-
応答電文を再送電文テーブルに格納する。
- saveResumePoint() - Method in class nablarch.fw.reader.ResumeDataReader
-
正常に処理できたポイントを保存する。
レジューム機能が無効になっている場合は何もしない。
- saveResumePoint(String, int) - Method in class nablarch.fw.reader.ResumePointManager
-
正常に処理できたポイントを保存する。
- saveToken(String, NablarchHttpServletRequestWrapper) - Method in class nablarch.common.web.token.DbTokenManager
-
- saveToken(String, NablarchHttpServletRequestWrapper) - Method in class nablarch.common.web.token.HttpSessionTokenManager
-
- saveToken(String, NablarchHttpServletRequestWrapper) - Method in interface nablarch.common.web.token.TokenManager
-
トークンを保存する。
- sawOpcode(int) - Method in class nablarch.test.tool.findbugs.UsageOfUnpublishedMethodDetector
-
オペコード読み込み毎に行う処理。
- SchemaReplacer - Class in nablarch.core.db.statement.sqlloader
-
スキーマのプレースホルダーを置き換えるクラス。
SQL文中に#SCHEMA#というプレースホルダーがあれば、それを指定されたスキーマ名で置換する。
- SchemaReplacer() - Constructor for class nablarch.core.db.statement.sqlloader.SchemaReplacer
-
- SCHEMES - Static variable in class nablarch.fw.web.ResourceLocator
-
対応するスキーム名
- scope(Scope) - Method in class nablarch.fw.dicontainer.component.ComponentDefinition.Builder
-
スコープを設定する。
- Scope - Interface in nablarch.fw.dicontainer.scope
-
スコープのインターフェース。
- scopeDecider(ScopeDecider) - Method in class nablarch.fw.dicontainer.annotation.AnnotationContainerBuilder.Builder
-
スコープを決定するクラスを設定する。
- ScopeDecider - Interface in nablarch.fw.dicontainer.scope
-
スコープを決定するクラス。
- ScopeDuplicatedException - Exception in nablarch.fw.dicontainer.exception
-
スコープが重複している場合にスローされる例外クラス。
- ScopeDuplicatedException(String) - Constructor for exception nablarch.fw.dicontainer.exception.ScopeDuplicatedException
-
インスタンスを生成する。
- ScopeNotFoundException - Exception in nablarch.fw.dicontainer.exception
-
スコープが見つからなかった場合にスローされる例外クラス。
- ScopeNotFoundException(String) - Constructor for exception nablarch.fw.dicontainer.exception.ScopeNotFoundException
-
インスタンスを生成する。
- script() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- ScriptTag - Class in nablarch.common.web.tag
-
コンテキストパスの付加とURLリライトに対応するscriptタグを出力するクラス。
- ScriptTag() - Constructor for class nablarch.common.web.tag.ScriptTag
-
- search(String, ListSearchInfo) - Method in class nablarch.core.db.support.DbAccessSupport
-
- SecureHandler - Class in nablarch.fw.web.handler
-
- SecureHandler() - Constructor for class nablarch.fw.web.handler.SecureHandler
-
- SecureResponseHeader - Interface in nablarch.fw.web.handler.secure
-
セキュリティに関連したレスポンスヘッダを返すインタフェース
- SecureResponseHeaderSupport - Class in nablarch.fw.web.handler.secure
-
- SecureResponseHeaderSupport(String, String) - Constructor for class nablarch.fw.web.handler.secure.SecureResponseHeaderSupport
-
コンストラクタ。
- select(String) - Method in class nablarch.fw.dicontainer.annotation.auto.ClassFilter
-
フィルタリングを行う。
- select(Class<E>) - Method in class nablarch.test.core.util.ListWrapper
-
指定したクラスに合致する先頭要素を取り出す。
- select(ListWrapper.Condition<T>) - Method in class nablarch.test.core.util.ListWrapper
-
条件に合致する要素のみ抽出したリストを返却する(非破壊的メソッド)。
- select() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- selectHandlers(Object, Class<T>, Class<?>) - Method in class nablarch.fw.ExecutionContext
-
ハンドラキュー上の後続ハンドラのうち、
指定されたクラスもしくはインタフェースを実装しているものを全て返す。
該当するハンドラが登録されていなかった場合は空のリストを返す。
- SelectOption - Class in nablarch.core.db.statement
-
検索処理のオプションを保持するクラス。
- SelectOption(int, int) - Constructor for class nablarch.core.db.statement.SelectOption
-
検索オプションを生成する。
- selectOption() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- SelectTagSupport - Class in nablarch.common.web.tag
-
selectタグの属性を出力するクラスの実装をサポートするクラス。
- SelectTagSupport() - Constructor for class nablarch.common.web.tag.SelectTagSupport
-
- send(SendingMessage) - Method in class nablarch.fw.messaging.MessagingContext
-
メッセージを送信する。
- send(SendingMessage) - Method in class nablarch.test.core.messaging.MockMessagingContext
-
メッセージを送信する。
- send(SendingMessage) - Method in class nablarch.test.core.messaging.RequestTestingMessagingProvider.RequestTestingMessagingContext
-
メッセージを送信する。
- SEND_SYNC_TEST_DATA_BASE_PATH - Static variable in class nablarch.test.core.messaging.SendSyncSupport
-
テストデータが格納されるディレクトリ名
- SendingMessage - Class in nablarch.fw.messaging
-
対外システムに対する仕向け要求電文を表すクラス。
- SendingMessage() - Constructor for class nablarch.fw.messaging.SendingMessage
-
SendingMessage を生成する。
- SendingMessage(SendingMessage) - Constructor for class nablarch.fw.messaging.SendingMessage
-
元となるSendingMessage からインスタンスを生成する。
- SendMailRetryableException - Exception in nablarch.common.mail
-
メール送信時にリトライ可能である状態を示す例外
- SendMailRetryableException(String, Throwable) - Constructor for exception nablarch.common.mail.SendMailRetryableException
-
コンストラクタ。
- sendMessage(SendingMessage) - Method in class nablarch.fw.messaging.MessagingContext
-
メッセージを送信する。
- sendMessage(SendingMessage) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider.Context
-
メッセージを送信する。
- sendMessage(SendingMessage) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingContext
-
メッセージを送信する。
- sendMessage(SendingMessage) - Method in class nablarch.test.core.messaging.MockMessagingContext
-
メッセージを送信する。
- sendMessage(SendingMessage) - Method in class nablarch.test.core.messaging.RequestTestingMessagingProvider.RequestTestingMessagingContext
-
メッセージを送信する。
- sendRequest(HttpRequest) - Method in class nablarch.test.core.http.SimpleRestTestSupport
-
テストリクエストを内蔵サーバに渡しレスポンスを返す。
- sendRequest(HttpRequest, RequestResponseProcessor) - Method in class nablarch.test.core.http.SimpleRestTestSupport
-
テストリクエストを内蔵サーバに渡しレスポンスを返す。
- sendRequestWithContext(HttpRequest, ExecutionContext) - Method in class nablarch.test.core.http.SimpleRestTestSupport
-
- sendRequestWithContext(HttpRequest, ExecutionContext, RequestResponseProcessor) - Method in class nablarch.test.core.http.SimpleRestTestSupport
-
- SendStatusUpdateFailureException - Exception in nablarch.common.mail
-
メール送信時の送信ステータス更新に失敗した状態を示す例外
本例外が発生した際は、送信ステータスが未送信から送信済みまたは送信失敗へ失敗したことを表す。
- SendStatusUpdateFailureException(String, Throwable) - Constructor for exception nablarch.common.mail.SendStatusUpdateFailureException
-
コンストラクタ。
- sendSync(SyncMessage) - Static method in class nablarch.fw.messaging.MessageSender
-
- sendSync(MessageSenderSettings, SyncMessage) - Method in interface nablarch.fw.messaging.MessageSenderClient
-
同期通信を行う。
- sendSync(SendingMessage) - Method in class nablarch.fw.messaging.MessagingContext
-
メッセージの同期送信を行う。
プロバイダ側設定のタイムアウト時間を経過した場合はnullを返す。
- sendSync(SendingMessage, long) - Method in class nablarch.fw.messaging.MessagingContext
-
メッセージの同期送信を行う。
メッセージ送信後、応答電文を受信するか、指定した時間が経過するまでブロックする。
タイムアウトした場合はnullを返す。
タイムアウト時間に0以下の数値を設定した場合、
プロバイダ側のデフォルトタイムアウト時間を経過した場合はnullを返す。
タイムアウト時間が指定された場合は有効期間ヘッダにタイムアウト時間を指定する。
- sendSync(MessageSenderSettings, SyncMessage) - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
HTTPを使用したリアルタイム通信通信を行う。
- sendSync(MessageSenderSettings, SyncMessage) - Method in class nablarch.test.core.messaging.MockMessagingClient
-
- sendSync(SendingMessage, long) - Method in class nablarch.test.core.messaging.MockMessagingContext
-
メッセージの同期送信を行う。
メッセージ送信後、応答電文を受信するか、指定した時間が経過するまでブロックする。
タイムアウトした場合はnullを返す。
タイムアウト時間に0以下の数値を設定した場合、
プロバイダ側のデフォルトタイムアウト時間を経過した場合はnullを返す。
タイムアウト時間が指定された場合は有効期間ヘッダにタイムアウト時間を指定する。
- sendSync(MessageSenderSettings, SyncMessage) - Method in class nablarch.test.core.messaging.RequestTestingMessagingClient
-
- sendSync(SendingMessage, long) - Method in class nablarch.test.core.messaging.RequestTestingMessagingProvider.RequestTestingMessagingContext
-
メッセージの同期送信を行う。
メッセージ送信後、応答電文を受信するか、指定した時間が経過するまでブロックする。
タイムアウトした場合はnullを返す。
タイムアウト時間に0以下の数値を設定した場合、
プロバイダ側のデフォルトタイムアウト時間を経過した場合はnullを返す。
タイムアウト時間が指定された場合は有効期間ヘッダにタイムアウト時間を指定する。
- SendSyncMessageParser - Class in nablarch.test.core.reader
-
メッセージ(同期送信)を解析するクラス。
- SendSyncMessageParser(TestDataReader, List<TestDataInterpreter>, DataType) - Constructor for class nablarch.test.core.reader.SendSyncMessageParser
-
コンストラクタ
- SendSyncMessageParser.ErrorMode - Enum in nablarch.test.core.reader
-
エラー処理モードのEnum
- SendSyncSupport - Class in nablarch.test.core.messaging
-
テストで必要なメッセージング操作をサポートするクラス。
- SendSyncSupport() - Constructor for class nablarch.test.core.messaging.SendSyncSupport
-
- SentMessageTableSchema - Class in nablarch.fw.messaging.tableschema
-
再送電文管理テーブルスキーマ定義クラス。
以下のようなテーブル構造を想定している。
- SentMessageTableSchema() - Constructor for class nablarch.fw.messaging.tableschema.SentMessageTableSchema
-
- SequenceFlow - Class in nablarch.integration.workflow.definition
-
シーケンスフローの定義を表すクラス。
- SequenceFlow(String, String, String, String, String) - Constructor for class nablarch.integration.workflow.definition.SequenceFlow
-
シーケンスフロー定義を生成する。
- SequenceGeneratorFailedException(String) - Constructor for exception nablarch.common.idgenerator.SequenceIdGenerator.SequenceGeneratorFailedException
-
例外を生成する。
- sequenceIdGenerator - Variable in class nablarch.common.dao.DaoContextFactory
-
- SequenceIdGenerator - Class in nablarch.common.idgenerator
-
データベースのシーケンスオブジェクトを用いて一意の値を採番するクラス。
- SequenceIdGenerator() - Constructor for class nablarch.common.idgenerator.SequenceIdGenerator
-
- SequenceIdGenerator.SequenceGeneratorFailedException - Exception in nablarch.common.idgenerator
-
シーケンス採番に失敗したことを示す例外クラス。
- SequenceIdGeneratorSupport - Class in nablarch.common.idgenerator
-
- SequenceIdGeneratorSupport() - Constructor for class nablarch.common.idgenerator.SequenceIdGeneratorSupport
-
Deprecated.
コンストラクタ。
- service(HttpServletRequest, HttpServletResponse) - Method in class nablarch.test.core.http.dump.RequestDumpServlet
- ServiceAvailability - Interface in nablarch.common.availability
-
サービス提供可否状態を判定するインタフェース。
- ServiceAvailabilityCheckHandler - Class in nablarch.common.availability
-
WEBサービス提供可否状態判定処理実施ハンドラ。
ThreadContext から取得したリクエストIDがサービス提供可能かどうか判定する。
- ServiceAvailabilityCheckHandler() - Constructor for class nablarch.common.availability.ServiceAvailabilityCheckHandler
-
- ServiceAvailabilityCheckHandler - Class in nablarch.common.handler
-
- ServiceAvailabilityCheckHandler() - Constructor for class nablarch.common.handler.ServiceAvailabilityCheckHandler
-
Deprecated.
- ServiceAvailabilityDisplayControlChecker - Class in nablarch.common.web.tag
-
開閉局情報に基づき、サブミットを行うタグの表示制御を行う必要があるか否かを判定するクラス。
- ServiceAvailabilityDisplayControlChecker() - Constructor for class nablarch.common.web.tag.ServiceAvailabilityDisplayControlChecker
-
- ServiceAvailabilityUtil - Class in nablarch.common.availability
-
- ServiceError - Exception in nablarch.fw.results
-
サービス側で生じた問題により処理が継続できないことを示す例外。
問題解決には、サービス側での対処が必要となるため、エラーメッセージの内容として、
呼び出し側が問題が発生したことをサービス管理者に連絡する方法と、
管理者に伝えるべき内容を含める必要がある。
また、メッセージIDを設定することにより、
運用ログへの出力に関する制御を行うことができる。
- ServiceError() - Constructor for exception nablarch.fw.results.ServiceError
-
デフォルトコンストラクタ
- ServiceError(String) - Constructor for exception nablarch.fw.results.ServiceError
-
コンストラクタ
- ServiceError(Throwable) - Constructor for exception nablarch.fw.results.ServiceError
-
コンストラクタ
- ServiceError(String, Throwable) - Constructor for exception nablarch.fw.results.ServiceError
-
コンストラクタ
- ServiceError(LogLevel, String, Object...) - Constructor for exception nablarch.fw.results.ServiceError
-
運用ログへの出力に関する制御情報を含む例外を生成する。
- ServiceError(LogLevel, Throwable, String, Object...) - Constructor for exception nablarch.fw.results.ServiceError
-
運用ログへの出力に関する制御情報を含む例外を生成する。
- ServiceUnavailable - Exception in nablarch.fw.results
-
一時的に処理の受付を停止していることを表す例外。
- ServiceUnavailable() - Constructor for exception nablarch.fw.results.ServiceUnavailable
-
デフォルトコンストラクタ
- ServiceUnavailable(String) - Constructor for exception nablarch.fw.results.ServiceUnavailable
-
コンストラクタ
- ServiceUnavailable(Throwable) - Constructor for exception nablarch.fw.results.ServiceUnavailable
-
コンストラクタ
- ServiceUnavailable(String, Throwable) - Constructor for exception nablarch.fw.results.ServiceUnavailable
-
コンストラクタ
- ServiceUnavailable(LogLevel, String, Object...) - Constructor for exception nablarch.fw.results.ServiceUnavailable
-
コンストラクタ
- ServiceUnavailable(LogLevel, Throwable, String, Object...) - Constructor for exception nablarch.fw.results.ServiceUnavailable
-
コンストラクタ
- ServletContextCreator - Interface in nablarch.fw.web.i18n
-
サーブレットコンテキストの生成を行うインタフェース。
- ServletExecutionContext - Class in nablarch.fw.web.servlet
-
サーブレットコンテナ上でのリクエスト処理における実行コンテキスト
- ServletExecutionContext(HttpServletRequest, HttpServletResponse, ServletContext) - Constructor for class nablarch.fw.web.servlet.ServletExecutionContext
-
コンストラクタ。
- Session - Class in nablarch.common.web.session
-
セッション全体を表すクラス。
- Session(ExecutionContext) - Constructor for class nablarch.common.web.session.Session
-
コンストラクタ。
- SESSION_SCOPE_KEY - Static variable in interface nablarch.core.log.app.CommitLogger
-
セッションに自身のインスタンスを格納する際に使用するキー
- SessionAttributeMap - Class in nablarch.fw.web.servlet
-
HttpSession オブジェクトに対してMapインターフェースを与えるラッパー。
- SessionAttributeMap(HttpSession) - Constructor for class nablarch.fw.web.servlet.SessionAttributeMap
-
HTTPセッションに対する、Mapインターフェースへのラッパーを作成する。
- SessionConcurrentAccessHandler - Class in nablarch.fw.handler
-
- SessionConcurrentAccessHandler() - Constructor for class nablarch.fw.handler.SessionConcurrentAccessHandler
-
Deprecated.
- SessionConcurrentAccessHandler - Class in nablarch.fw.web.handler
-
- SessionConcurrentAccessHandler() - Constructor for class nablarch.fw.web.handler.SessionConcurrentAccessHandler
-
Deprecated.
- SessionConcurrentAccessHandler.ConcurrentAccessPolicy - Enum in nablarch.fw.web.handler
-
Deprecated.
セッションスコープ変数に対する並行アクセス同期ポリシー。
補足:並行アクセス同期ポリシーについて、version 1.4.3まではMANUALとSERIALIZEDが存在していたが、MANUALとSERIALIZEについてはversion 1.5.0以降で廃止された。
- SessionConcurrentAccessHandler.SessionConfliction - Exception in nablarch.fw.web.handler
-
Deprecated.
セッション書き込みに競合が発生したことを表す例外。
- SessionConfliction(String) - Constructor for exception nablarch.fw.web.handler.SessionConcurrentAccessHandler.SessionConfliction
-
Deprecated.
コンストラクタ。
- SessionContext - Interface in nablarch.fw.dicontainer.web.context
-
セッションコンテキスト
- SessionContextSupplier - Interface in nablarch.fw.dicontainer.web.context
-
セッションコンテキストを取得するクラス。
- SessionEntry - Class in nablarch.common.web.session
-
セッションに登録するオブジェクト。
JSPなどから値オブジェクトのプロパティを参照するために、Mapのインタフェースを実装している。
Mapインターフェースで操作する場合は、unmodifiableなMapとして振る舞う。
また、getter実行時に例外が発生する場合は、空のMapとして振る舞う。
- SessionEntry(String, Object, SessionStore) - Constructor for class nablarch.common.web.session.SessionEntry
-
コンストラクタ。
- SessionIdItem() - Constructor for class nablarch.fw.web.handler.HttpAccessLogFormatter.SessionIdItem
-
- SessionKeyNotFoundException - Exception in nablarch.common.web.session
-
セッションに指定したキーが存在しないことを示す例外クラス。
- SessionKeyNotFoundException(String) - Constructor for exception nablarch.common.web.session.SessionKeyNotFoundException
-
指定されたキーが存在しないことを示す例外を生成する。
- SessionManager - Class in nablarch.common.web.session
-
セッションストアの管理および、セッションオブジェクトの生成を行うクラス。
- SessionManager() - Constructor for class nablarch.common.web.session.SessionManager
-
コンストラクタ。
- SessionScope - Class in nablarch.fw.dicontainer.web.scope
-
セッションスコープ。
- SessionScope(SessionContextSupplier) - Constructor for class nablarch.fw.dicontainer.web.scope.SessionScope
-
インスタンスを生成する。
- SessionScoped - Annotation Type in nablarch.fw.dicontainer.web
-
コンポーネントがセッションスコープであることを表すアノテーション。
- SessionScopeItem(char, Pattern[], String) - Constructor for class nablarch.fw.web.handler.HttpAccessLogFormatter.SessionScopeItem
-
コンストラクタ。
- SessionStore - Class in nablarch.common.web.session
-
セッションの内容をストアに格納/読み込みするクラスが継承する共通実装。
- SessionStore(String) - Constructor for class nablarch.common.web.session.SessionStore
-
コンストラクタ。
デフォルトのセッションストア名を設定する。
- SessionStoreHandler - Class in nablarch.common.web.session
-
ストアを選択できるセッション保存機能のためのハンドラ。
- SessionStoreHandler() - Constructor for class nablarch.common.web.session.SessionStoreHandler
-
- SessionUtil - Class in nablarch.common.web.session
-
- set(int, E) - Method in class nablarch.common.dao.EntityList
-
本メソッドは利用できない。
呼び出した場合、UnsupportedOperationException を送出する。
- set(Object, Object) - Method in class nablarch.fw.dicontainer.component.impl.reflect.FieldWrapper
-
与えられたオブジェクトのフィールドに値を設定する。
- set(Container) - Static method in class nablarch.fw.dicontainer.nablarch.Containers
-
- set(ExecutionContext, JaxRsContext) - Static method in class nablarch.fw.jaxrs.JaxRsContext
-
- set(String, byte[]) - Method in class nablarch.integration.redisstore.lettuce.LettuceClusterRedisClient
-
- set(String, byte[]) - Method in class nablarch.integration.redisstore.lettuce.LettuceMasterReplicaRedisClient
-
- set(String, byte[]) - Method in interface nablarch.integration.redisstore.lettuce.LettuceRedisClient
-
値を保存する。
- set(String, byte[]) - Method in class nablarch.integration.redisstore.lettuce.LettuceSimpleRedisClient
-
- SET_UP_TABLE - Static variable in class nablarch.test.core.http.TestCaseInfo
-
データベースにデータを投入する際のグループIDを表すカラム名
- setAbnormalEndExceptions(List<String>) - Method in class nablarch.fw.handler.ProcessResidentHandler
-
処理を異常終了させる例外クラスを設定する。
- setAbnormalEndExitCode(int) - Method in class nablarch.common.mail.MailConfig
-
送信失敗時の終了コードを設定する。
- setAccept(String) - Method in class nablarch.common.web.tag.FileTag
-
XHTMLのaccept属性を設定する。
- setAccept(String) - Method in class nablarch.common.web.tag.FormTag
-
XHTMLのaccept属性を設定する。
- setAccept(String) - Method in class nablarch.fw.messaging.realtime.http.client.HttpProtocolBasicClient
-
受け入れるデータ種別を設定する。
- setAccept(String) - Method in interface nablarch.fw.messaging.realtime.http.client.HttpProtocolClient
-
受け入れるデータ種別を設定します。
- setAcceptCharset(String) - Method in class nablarch.common.web.tag.FormTag
-
XHTMLのaccept-charset属性を設定する。
- setAccesskey(String) - Method in class nablarch.common.web.tag.FocusAttributesTagSupport
-
XHTMLのaccesskey属性を設定する。
- setAction(String) - Method in class nablarch.common.web.tag.FormTag
-
XHTMLのaction属性を設定する。
- setActiveFlowNodeTableName(String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
アクティブフローノードテーブルのテーブル名を設定する。
- setActiveGroupTaskTableName(String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
アクティブグループタスクテーブル名を取得する。
- setActiveUserTaskTableName(String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
アクティブユーザタスクテーブル名を設定する。
- setAdditionalInfo(String) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
付加情報を設定する。
ここで設定された情報は、付加情報としてSQLログに出力する。
- setAdditionalInfo(String) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
付加情報を設定する。
- setAlign(String) - Method in class nablarch.common.web.tag.ImgTag
-
XHTMLのalign属性を設定する。
- setAlign(String) - Method in class nablarch.common.web.tag.SubmitTagSupport
-
XHTMLのalign属性を設定する。
- setAllowArrayEmptyString(boolean) - Method in class nablarch.core.db.statement.sqlconvertor.VariableConditionSyntaxConvertor
-
配列(Collection を含む)のサイズが1の場合で、
その要素の値が空文字列の場合にその項目を検索条件に含めるか否かを設定する。
- setAllowCredentials(boolean) - Method in class nablarch.fw.jaxrs.cors.BasicCors
-
実際のリクエストで資格情報を使用してよいか否かを設定する。
- setAllowDoubleSubmission(boolean) - Method in class nablarch.common.web.tag.ButtonTag
-
二重サブミットを許可するか否かを設定する。
デフォルトはtrue。
- setAllowDoubleSubmission(boolean) - Method in class nablarch.common.web.tag.SubmitLinkTag
-
二重サブミットを許可するか否かを設定する。
デフォルトはtrue。
- setAllowDoubleSubmission(boolean) - Method in class nablarch.common.web.tag.SubmitTag
-
二重サブミットを許可するか否かを設定する。
デフォルトはtrue。
- setAllowDTD(boolean) - Method in class nablarch.core.dataformat.XmlDataParser
-
DTDの使用を許可する。
デフォルトは「許可しない」(false )。
- setAllowedCharacters(String) - Method in class nablarch.core.validation.validator.unicode.LiteralCharsetDef
-
許容文字を設定する。
許容文字がBMPの範囲外にあり表示や入力に難がある場合は、U+n表記を使用するとよい。
例えば、ホッケ(U+29E3D)の場合は\uD867\uDE3Dのように入力する。
- setAllowedMethods(Set<String>) - Method in class nablarch.fw.web.handler.csrf.HttpMethodVerificationTargetMatcher
-
CSRFトークンの検証対象外となるHTTPメソッドの集合を設定する。
- setAllowedRecordSeparatorList(List<String>) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
許容するレコード終端文字列のリストを設定する。
- setAllowedRecordSeparatorList(List<String>) - Method in class nablarch.core.dataformat.FormatterFactory
-
許容するレコード終端文字列のリストを設定する。
- setAllowHeaders(List<String>) - Method in class nablarch.fw.jaxrs.cors.BasicCors
-
実際のリクエストで使用できるHTTPヘッダを設定する。
- setAllowMethods(List<String>) - Method in class nablarch.fw.jaxrs.cors.BasicCors
-
リソースへのアクセス時に許可するメソッドを設定する。
- setAllowNullValue(boolean) - Method in class nablarch.core.validation.convertor.BooleanConvertor
-
変換対象の値にnullを許可するか否かを設定する。
設定を省略した場合、nullが許可される。
- setAllowNullValue(boolean) - Method in class nablarch.core.validation.convertor.NumberConvertorSupport
-
変換対象の値にnullを許可するか否かを設定する。
設定を省略した場合、nullが許可される。
- setAllowNullValue(boolean) - Method in class nablarch.core.validation.convertor.StringConvertor
-
変換対象の値にnullを許可するか否かを設定する。
設定を省略した場合、nullが許可される。
- setAllowOrigins(List<String>) - Method in class nablarch.fw.jaxrs.cors.BasicCors
-
リソースへのアクセスを許可するオリジンを設定する。
- setAllowSurrogatePair(boolean) - Method in class nablarch.core.validation.ee.SystemCharConfig
-
サロゲートペアを許容するかどうかを表すフラグを設定する
- setAllowSurrogatePair(boolean) - Method in class nablarch.core.validation.validator.unicode.SystemCharValidator
-
サロゲートペアを許容するかどうかを設定する。
- setAlt(String) - Method in class nablarch.common.web.tag.ImgTag
-
XHTMLのalt属性を設定する。
- setAlt(String) - Method in class nablarch.common.web.tag.SubmitTagSupport
-
XHTMLのalt属性を設定する。
- setAnnotationContainerBuilder(AnnotationContainerBuilder) - Method in class nablarch.fw.dicontainer.nablarch.AnnotationAutoContainerProvider
-
- setAnonymousId(String) - Method in class nablarch.common.handler.threadcontext.UserIdAttribute
-
未ログイン時にスレッドコンテキストに設定されるIDを設定する。
- setAppendResponseCharacterEncoding(boolean) - Method in class nablarch.fw.web.handler.HttpCharacterEncodingHandler
-
レスポンスのContent-Typeに「;charset=xx」を付加するかのフラグを設定する。
- setApplicationDisposer(ApplicationDisposer) - Method in class nablarch.integration.micrometer.MeterRegistryFactory
-
- setApplicationPath(String) - Method in class nablarch.integration.router.jaxrs.JaxRsPathOptionsProvider
-
アプリケーションパスを設定する。
- setArray(int, Array) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setArray(int, java.sql.Array) のラッパー。
- setArray(int, Array) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setArray(int, java.sql.Array) のラッパー。
- setAsciiStream(int, InputStream, int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setAsciiStream(int, java.io.InputStream, int) のラッパー。
- setAsciiStream(int, InputStream, int) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setAsciiStream(int, java.io.InputStream, int) のラッパー。
- setAscSortSubmitCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
pagingSortSubmitタグのascSortSubmitCss属性のデフォルト値を設定する。
- setAssignedGroupColumnName(String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
担当グループのカラム名を設定する。
- setAssignedGroupTableName(String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
タスク担当グループテーブル名を設定する。
- setAssignedUserColumnName(String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
担当者のカラム名を取得する。
- setAssignedUserTableName(String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
タスク担当ユーザテーブル名を設定する。
- setAttachedTaskIdColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
接続先タスクIDカラム名を設定する。
- setAttribute(K, V) - Method in class nablarch.core.util.map.AttributeMap
-
属性名に対応する属性値を設定する。
- setAttribute(String, Object) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
- setAttribute(String, Object) - Method in class nablarch.fw.web.servlet.RequestAttributeMap
-
属性名に対応する属性値を設定する。
- setAttribute(String, Object) - Method in class nablarch.fw.web.servlet.SessionAttributeMap
-
属性名に対応する属性値を設定する。
- setAttributes(List<ThreadContextAttribute>) - Method in class nablarch.common.handler.threadcontext.ThreadContextHandler
-
このハンドラが管理する属性のリストを登録する。
- setAutoCleaning(boolean) - Method in class nablarch.fw.web.upload.UploadSettings
-
自動クリーニング要否を設定する。
- setAutocomplete(String) - Method in class nablarch.common.web.tag.FormTag
-
HTML5のautocomplete属性を設定する。
- setAutocomplete(String) - Method in class nablarch.common.web.tag.PasswordTag
-
HTML5のautocomplete属性を設定する。
- setAutocomplete(String) - Method in class nablarch.common.web.tag.TextTag
-
HTML5のautocomplete属性を設定する。
- setAutocompleteDisableTarget(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
autocomplete属性をOFFにする対象のデフォルト値を設定する。
下記のいずれかを指定する。
all(すべてのタグ)
password(パスワードのみ)
none(対象なし)
デフォルトはnone。
- setAutofocus(boolean) - Method in class nablarch.common.web.tag.ButtonTagSupport
-
HTML5のautofocus属性を設定する。
- setAutofocus(boolean) - Method in class nablarch.common.web.tag.InputTagSupport
-
HTML5のautofocus属性を設定する。
- setAutofocus(boolean) - Method in class nablarch.common.web.tag.SelectTagSupport
-
HTML5のautofocus属性を設定する。
- setAutofocus(boolean) - Method in class nablarch.common.web.tag.TextareaTag
-
HTML5のautofocus属性を設定する。
- setAutowireType(AutowireType) - Method in class nablarch.core.repository.di.config.xml.schema.Component
-
Sets the value of the autowireType property.
- setAvailableStores(List<SessionStore>) - Method in class nablarch.common.web.session.SessionManager
-
セッションストアを設定する。
- setBackend(HttpSession) - Method in class nablarch.fw.web.servlet.SessionAttributeMap
-
このMapの実体であるHTTPSessionオブジェクトを設定する。
- setBackoutLimit(int) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
バックアウト回数の上限値を設定する。
デフォルトは0。
- setBackoutLimitExceededExitCode(int) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
バックアウト上限を超えた場合に使用する終了コード(プロセスを終了( System.exit(int) )する際に設定する値)を設定する。
デフォルトは190。
- setBackoutLimitExceededFailureCode(String) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
バックアウト上限を超えた場合に使用する障害コードを設定する。
- setBackup(boolean) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
バックアップ実施フラグを設定する。
- setBackupSchema(String) - Method in class nablarch.test.core.db.MasterDataRestorer
-
バックアップスキーマを設定する。
- setBase64Key(Base64Key) - Method in class nablarch.common.encryption.AesEncryptor
-
暗号化に使用する128bitの共通鍵及びIVをBase64エンコードした値を設定する。
- setBasePackage(String) - Method in class nablarch.fw.handler.JavaPackageMappingEntry
-
マッピング先Javaパッケージを設定する。
- setBasePackage(String) - Method in class nablarch.fw.handler.RequestPathJavaPackageMapping
-
マッピング先Javaパッケージを設定する。
- setBasePackage(String) - Method in class nablarch.fw.web.handler.HttpRequestJavaPackageMapping
-
ベースパッケージを設定する。
- setBasePackage(String) - Method in class nablarch.integration.router.jaxrs.JaxRsPathOptionsProvider
-
検索ルートとなるパッケージを設定する。
- setBasePackage(String) - Method in class nablarch.integration.router.RoutesMapping
-
- setBasePath(String) - Method in class nablarch.fw.handler.RequestPathJavaPackageMapping
-
マッピング元ベースパスを設定する。
- setBasePath(String) - Method in class nablarch.fw.web.handler.HttpRequestJavaPackageMapping
-
ベースパスを設定する。
- setBasePath(String) - Method in class nablarch.fw.web.handler.ResourceMapping
-
マッピング先リソースパスを設定する。
- setBasePathSettings(Map<String, String>) - Method in class nablarch.core.util.FilePathSetting
-
ベースパスの論理名と物理パスとの対応を収めたMapを設定する。
- setBaseRecordType(RecordDefinition) - Method in class nablarch.core.dataformat.RecordDefinition
-
このレコードフォーマットのベースとなるレコードタイプ名を設定する。
- setBaseUri(String) - Method in class nablarch.fw.web.handler.HttpRequestJavaPackageMapping
-
- setBaseUri(String) - Method in class nablarch.fw.web.handler.ResourceMapping
-
マッピング元ベースURIを設定する。
- setBaseUri(String) - Method in class nablarch.integration.router.PathOptionsProviderRoutesMapping
-
ベースURIを設定する。
- setBaseUri(String) - Method in class nablarch.integration.router.RoutesMapping
-
- setBatchCount(int) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
バッチ件数を設定する。
- setBatchSize(int) - Method in class nablarch.integration.doma.DomaStatementProperties
-
バッチサイズをセットする。
- setBean(Class<?>) - Method in class nablarch.etl.config.DbInputStepConfig
-
Beanクラスを設定する。
- setBean(Class<?>) - Method in class nablarch.etl.config.DbToDbStepConfig.UpdateSize
-
データ取得元のBeanクラスを設定する。
- setBean(Class<?>) - Method in class nablarch.etl.config.FileToDbStepConfig
-
Beanクラスを設定する。
- setBigDecimal(int, BigDecimal) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setBigDecimal(int, java.math.BigDecimal) のラッパー。
- setBigDecimal(int, BigDecimal) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setBigDecimal(int, java.math.BigDecimal) のラッパー。
- setBinaryStream(int, InputStream, int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setBinaryStream(int, java.io.InputStream, int) のラッパー。
- setBinaryStream(int, InputStream, int) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setBinaryStream(int, java.io.InputStream, int) のラッパー。
- setBlob(int, Blob) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setBlob(int, java.sql.Blob) のラッパー。
- setBlob(int, Blob) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setBlob(int, java.sql.Blob) のラッパー。
- setBody(Object) - Method in class nablarch.fw.web.RestMockHttpRequest
-
リクエストボディを設定する。
- setBodyContent(BodyContent) - Method in class nablarch.common.web.tag.SubmitLinkTagSupport
- setBodyConverters(List<BodyConverter>) - Method in class nablarch.fw.jaxrs.BodyConvertHandler
-
- setBodyConverters(Collection<? extends RestTestBodyConverter>) - Method in class nablarch.fw.web.RestMockHttpRequestBuilder
-
- setBodyDataColumnName(String) - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
-
メッセージボディデータの内容をバイト配列で保持するカラムの名称を設定する。
(デフォルトは"BODY_DATA")
- setBodyLengthLimit(int) - Method in class nablarch.fw.messaging.handler.HttpMessagingRequestParsingHandler
-
リクエストのボディストリームから読み込む最大容量を設定する。
- setBodyReader(Reader) - Method in class nablarch.fw.web.MockHttpRequest
-
リクエストボディの読み出し用I/Oを設定する。
- setBodyStream(InputStream) - Method in class nablarch.common.web.download.FileResponse
-
- setBodyStream(InputStream) - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスボディの内容を保持するストリームを設定する。
- setBoolean(int, boolean) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setBoolean(int, boolean) のラッパー。
- setBoolean(int, boolean) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setBoolean(int, boolean) のラッパー。
- setBorder(String) - Method in class nablarch.common.web.tag.ImgTag
-
XHTMLのborder属性を設定する。
- setBoundaryEvents(List<BoundaryEvent>) - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
境界イベント定義を設定する。
- setBoundaryEventTableName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
境界イベント定義テーブル名を設定する。
- setBoundaryEventTriggerIdColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
境界イベントトリガーIDカラム名を設定する。
- setBoundaryEventTriggerNameColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
境界イベントトリガー名カラム名を設定する。
- setBrowserName(String) - Method in class nablarch.fw.web.useragent.UserAgent
-
ブラウザ名称をセットする。
- setBrowserType(String) - Method in class nablarch.fw.web.useragent.UserAgent
-
ブラウザタイプをセットする。
- setBrowserVersion(String) - Method in class nablarch.fw.web.useragent.UserAgent
-
ブラウザバージョンをセットする。
- setBufferLimitSizeKb(Integer) - Method in class nablarch.fw.web.HttpResponseSetting
-
ボディバッファサイズの上限値を設定する。(単位:KB)
ここで設定した上限値を越えてボディへの書き込みが行われた場合
バッファの内容を一時ファイルに出力する。
以降の書き込みはこの一時ファイルに対して行われる。
デフォルトは 1024 (1MB)
- setBufferSize(int) - Method in class nablarch.fw.reader.FileDataReader
-
レコード読み込み時に使用するバッファのサイズを設定する。
デフォルトでは8KBのバッファを使用する。
- setBusinessDateProvider(BusinessDateProvider) - Method in class nablarch.common.permission.BasicPermissionFactory
-
業務日付を提供するクラスのインスタンスを設定する。
- setBySingleValue(boolean) - Method in class nablarch.common.web.tag.SetTag
-
name属性に対応する値を単一値として取得するか否かを設定する。
デフォルトはtrue。
- setByte(int, byte) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setByte(int, byte) のラッパー。
- setByte(int, byte) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setByte(int, byte) のラッパー。
- setByteLengthCheck(boolean) - Method in class nablarch.core.dataformat.CharacterReplacementConfig
-
変換前と変換後の文字のバイト長一致チェックの要否を設定する。
- setBytes(int, byte[]) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setBytes(int, byte[]) のラッパー。
- setBytes(int, byte[]) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setBytes(int, byte[]) のラッパー。
- setCacheEnabled(boolean) - Method in class nablarch.core.date.BasicBusinessDateProvider
-
キャッシュ有無を設定する。
本設定を省略した場合のデフォルト動作は、キャッシュ有りとなる。
- setCacheLayoutFileDefinition(boolean) - Method in class nablarch.core.dataformat.FormatterFactory
-
フォーマット定義ファイルのパース結果のキャッシュ要否を設定する。
- setCacheListener(ExpirableCacheListener<K>) - Method in interface nablarch.core.cache.expirable.ExpirableCache
-
キャッシュリスナークラスを設定する。
本インタフェース実装クラスは、各イベント発生時にこのリスナーをコールバックする。
- setCacheListener(ExpirableCacheListener<K>) - Method in class nablarch.core.cache.expirable.ExpirableCacheTemplate
-
キャッシュリスナークラスを設定する。
本インタフェース実装クラスは、各イベント発生時にこのリスナーをコールバックする。
- setCacheSize(int) - Method in class nablarch.core.cache.expirable.InMemoryExpirableCache
-
キャッシュ上限値を設定する。
ここで設定された件数を超過してキャッシュに値が設定された場合、
最も参照されていないエントリが削除される。
- setCharacterGenerator(CharacterGenerator) - Method in class nablarch.test.core.entity.EntityTestConfiguration
-
文字列生成クラスを設定する。
- setCharacterGenerator(CharacterGenerator) - Method in class nablarch.test.core.util.interpreter.BasicJapaneseCharacterInterpreter
-
委譲先の文字生成クラスを設定する。
- setCharacterSetId(Integer) - Method in class nablarch.integration.messaging.wmq.provider.BasicWmqMqmdFieldsOperator
-
メッセージデータの文字セットID(MQMDフィールド)の値を設定する。
- setCharacterStream(int, Reader, int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setCharacterStream(int, java.io.Reader, int) のラッパー。
- setCharacterStream(int, Reader, int) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setCharacterStream(int, java.io.Reader, int) のラッパー。
- setCharset(String) - Method in class nablarch.common.mail.FreeTextMailContext
-
Content-Typeヘッダに指定する文字セットを設定する。
- setCharset(String) - Method in class nablarch.common.mail.MailContext
-
Content-Typeヘッダに指定する文字セットを設定する。
- setCharset(String) - Method in class nablarch.common.web.tag.AnchorTag
-
XHTMLのcharset属性を設定する。
- setCharset(String) - Method in class nablarch.common.web.tag.LinkTag
-
XHTMLのcharset属性を設定する。
- setCharset(String) - Method in class nablarch.common.web.tag.ScriptTag
-
XHTMLのcharset属性を設定する。
- setCharset(String) - Method in class nablarch.fw.web.download.encorder.MimeBDownloadFileNameEncoder
-
文字コードを設定する。
- setCharset(String) - Method in class nablarch.fw.web.download.encorder.UrlDownloadFileNameEncoder
-
文字コードを設定する。
- setCharset(String) - Method in class nablarch.test.core.messaging.MockMessagingClient
-
文字セット名から文字セットを設定する。
- setCharset(String) - Method in class nablarch.test.core.messaging.RequestTestingMessagingClient
-
文字セット名から文字セットを設定する。
- setCharsetColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
-
メール送信要求管理テーブルの文字セットカラムの名前を設定する。
- setCharsetColumnName(String) - Method in class nablarch.common.mail.MailTemplateTable
-
メールテンプレート管理テーブルの文字セットカラムの名前を設定する。
- setCharsetDef(CharsetDef) - Method in class nablarch.core.validation.validator.unicode.CachingCharsetDef
-
許容文字集合定義を設定する。
- setCharsetDefList(List<? extends CharsetDef>) - Method in class nablarch.core.validation.validator.unicode.CompositeCharsetDef
-
許容文字集合定義のリストを設定する。
- setCharValue(String) - Method in class nablarch.test.core.db.BasicDefaultValues
-
文字列型のデフォルト値を設定する。
- setCheckboxOffValue(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
checkboxタグのチェックなしに対する値のデフォルト値を設定する。
デフォルトは0。
- setCheckboxOnValue(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
checkboxタグのチェックありに対する値のデフォルト値を設定する。
デフォルトは1。
- setCheckHtml(boolean) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
HTMLチェック実行するか否かの設定を設定する。
- setCheckInterval(int) - Method in class nablarch.fw.handler.BasicProcessStopHandler
-
- setCheckInterval(int) - Method in interface nablarch.fw.handler.ProcessStopHandler
-
- setCheckInterval(long) - Method in class nablarch.integration.router.RoutesMapping
-
- setClassNamePrefix(String) - Method in class nablarch.fw.handler.RequestPathJavaPackageMapping
-
委譲対象クラス名の接頭辞となる文字列を設定する。
- setClassNameSuffix(String) - Method in class nablarch.fw.handler.RequestPathJavaPackageMapping
-
委譲対象クラス名の接尾辞となる文字列を設定する。
- setClazz(String) - Method in class nablarch.core.repository.di.config.xml.schema.Component
-
Sets the value of the clazz property.
- setClient(LettuceRedisClient) - Method in class nablarch.integration.health.RedisHealthChecker
-
Redisのクライアントを設定する。
- setClient(LettuceRedisClient) - Method in class nablarch.integration.redisstore.lettuce.LettuceRedisManagedExpiration
-
- setClient(LettuceRedisClient) - Method in class nablarch.integration.redisstore.lettuce.LettuceRedisStore
-
- setClientList(List<LettuceRedisClient>) - Method in class nablarch.integration.redisstore.lettuce.LettuceRedisClientProvider
-
- setClientType(String) - Method in class nablarch.integration.redisstore.lettuce.LettuceRedisClientProvider
-
- setClob(int, Clob) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setClob(int, java.sql.Clob) のラッパー。
- setClob(int, Clob) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setClob(int, java.sql.Clob) のラッパー。
- setCloseTagPosition(int) - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag
-
閉じタグの位置を設定する。
- setCloudWatchAsyncClientProvider(CloudWatchAsyncClientProvider) - Method in class nablarch.integration.micrometer.cloudwatch.CloudWatchMeterRegistryFactory
-
- setCodeDefinitionCache(StaticDataCache<Code>) - Method in class nablarch.common.code.BasicCodeManager
-
Codeのキャッシュをセットする。
Codeのキャッシュは、コード値をキーとしてCodeインタフェースを実装したクラスが取得できなければならない。
- setCodeId(String) - Method in class nablarch.common.web.tag.CodeCheckboxTag
-
コードIDを設定する。
- setCodeId(String) - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
-
コードIDを設定する。
- setCodeId(String) - Method in class nablarch.common.web.tag.CodeSelectTag
-
コードIDを設定する。
- setCodeId(String) - Method in class nablarch.common.web.tag.CodeTag
-
コードIDを設定する。
- setCodeId(String) - Method in class nablarch.common.web.tag.CodeTagWriterSupport
-
コードIDを設定する。
- setCodeLabelPattern(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
codeSelectタグ、codeRadioButtonsタグ、codeCheckboxesタグのlabelPattern属性のデフォルト値を設定する。
- setCodeListFormat(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
codeSelectタグ、codeRadioButtonsタグ、codeCheckboxesタグのcodeListFormat属性のデフォルト値を設定する。
下記のいずれかを指定する。
br(brタグ)
div(divタグ)
span(spanタグ)
ul(ulタグ)
ol(olタグ)
sp(スペース区切り)
- setCodeNameSchema(CodeNameSchema) - Method in class nablarch.common.code.BasicCodeLoader
-
コード名称テーブルのスキーマ情報を設定する。
- setCodePatternSchema(CodePatternSchema) - Method in class nablarch.common.code.BasicCodeLoader
-
コードパターンテーブルのスキーマ情報を設定する。
- setCols(int) - Method in class nablarch.common.web.tag.TextareaTag
-
XHTMLのcols属性を設定する。
- setColumnNames(String[]) - Method in class nablarch.test.core.db.TableData
-
カラム名を設定する。
- setCommandLine(CommandLine) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.LauncherLogContext
-
コマンドラインを設定する。
- setCommandLine(CommandLine) - Method in interface nablarch.fw.launcher.ProcessLifecycle
-
コマンドライン引数を設定する。
- setCommitInterval(int) - Method in class nablarch.fw.handler.LoopHandler
-
コミット間隔を設定する。
コミット間隔を指定した場合、指定した間隔でコミットが行われる。
なお、0以下の値を設定した場合や、設定を省略した場合のコミット間隔は1となる。
- setCommitLogger(CommitLogger) - Method in class nablarch.fw.handler.MultiThreadExecutionHandler
-
コミットログ出力オブジェクトを設定する。
- setCommonPropsTo(BasicSqlPStatement, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
- setCompletionConditionColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
終了条件カラム名を設定する。
- setComponent(Object) - Method in class nablarch.core.repository.di.ComponentHolder
-
生成されたコンポーネントをセットする。
- setComponent(Component) - Method in class nablarch.core.repository.di.config.xml.schema.Property
-
Sets the value of the component property.
- setComponentPredicate(ComponentPredicate) - Method in class nablarch.fw.dicontainer.nablarch.AnnotationAutoContainerProvider
-
- setConcurrentAccessPolicy(String) - Method in class nablarch.fw.web.handler.SessionConcurrentAccessHandler
-
Deprecated.
セッションスコープ変数に対する並行アクセス同期ポリシーを定義する。
- setConcurrentNumber(int) - Static method in class nablarch.core.ThreadContext
-
スレッドコンテキストに並行実行スレッド数を設定する。
- setConcurrentNumber(int) - Method in class nablarch.fw.handler.MultiThreadExecutionHandler
-
並行実行スレッド数を設定する。
デフォルト値は1である。
- setConditions(List<String>) - Method in class nablarch.fw.handler.RewriteRule
-
置換処理の適用条件を設定する。
既存の設定はクリアされる。
- setConfigBasePath(String) - Method in class nablarch.etl.config.JsonConfigLoader
-
- setConfigList(List<CharacterReplacementConfig>) - Method in class nablarch.core.dataformat.CharacterReplacementManager
-
寄せ字変換処理の設定を保持するListを設定する。
- setConfiguration(Configuration) - Method in class nablarch.integration.mail.freemarker.FreeMarkerMailProcessor
-
FreeMarkerのエントリーポイントとなるConfiguration を設定する。
- setConfirmationPage(PageContext) - Static method in class nablarch.common.web.tag.TagUtil
-
JSPが生成する画面が確認画面であることを設定する。
このメソッド呼び出し後のJSPでは、入力項目のカスタムタグが確認画面用の出力を行う。
- setConflictWarningMessageId(String) - Method in class nablarch.fw.web.handler.SessionConcurrentAccessHandler
-
Deprecated.
セッションへの書き込みの際に競合が発生した場合に表示される文言の
メッセージIDを設定する。
- setConnection(AppDbConnection) - Static method in class nablarch.core.db.connection.DbConnectionContext
-
データベース接続をデフォルトの名前でスレッドに設定する。
データベース接続の設定には、"transaction"という名前が使用される。
設定できるデフォルトのデータベース接続はカレントスレッドに対して一つまでである。
- setConnection(String, AppDbConnection) - Static method in class nablarch.core.db.connection.DbConnectionContext
-
データベース接続を指定した名前でスレッドに設定する。
名前はスレッド内でユニークでなければならない。
- setConnectionFactory(ConnectionFactory) - Method in class nablarch.common.handler.DbConnectionManagementHandler
-
データベース接続オブジェクトを生成するためのファクトリを設定する。
- setConnectionFactory(ConnectionFactory) - Method in class nablarch.core.db.transaction.SimpleDbTransactionManager
-
デフォルトのコネクションファクトリクラスを設定する。
- setConnectionFactory(ConnectionFactory) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
-
コネクションファクトリを設定する。
このクラスではコネクションプール機能を提供していないため、
コネクションプール機能を内蔵したコネクションファクトリを使用することを
強く推奨する。
- setConnectionFactory(ConnectionFactoryFromDomaConnection) - Method in class nablarch.integration.doma.batch.ee.listener.DomaTransactionItemWriteListener
-
コネクションファクトリを設定する。
- setConnectionFactory(ConnectionFactoryFromDomaConnection) - Method in class nablarch.integration.doma.batch.ee.listener.DomaTransactionStepListener
-
コネクションファクトリを設定する。
- setConnectionFactoryJndiName(String) - Method in class nablarch.fw.messaging.provider.JndiLookingUpJmsMessagingProvider
-
ConnectionFactory をJNDIから取得するためのJNDI名を設定する。
- setConnectionName(String) - Method in class nablarch.common.handler.DbConnectionManagementHandler
-
データベース接続のスレッドコンテキスト上の登録名を設定する。
- setConnectTimeout(int) - Method in class nablarch.fw.messaging.realtime.http.client.HttpProtocolBasicClient
-
接続タイムアウトを設定する。
- setConnectTimeout(int) - Method in interface nablarch.fw.messaging.realtime.http.client.HttpProtocolClient
-
接続タイムアウトを設定する。
- setContacts(List<Map.Entry<String, String>>) - Method in class nablarch.core.log.app.FailureLogFormatter.ContactItem
-
連絡先を設定する。
- setContentDisposition(String) - Method in class nablarch.fw.web.HttpResponse
-
Content-Dispositionの値を設定する。
Content-Typeが明示的に設定されていない場合、
設定されたファイル名の拡張子に応じたContent-Typeを自動的に設定する。
本メソッドではattachment属性を指定するため、ダウンロード時にダイアログが必ず表示される。
- setContentDisposition(String, boolean) - Method in class nablarch.fw.web.HttpResponse
-
Content-Dispositionの値を設定する。
Content-Typeが明示的に設定されていない場合、
設定されたファイル名の拡張子に応じたContent-Typeを自動的に設定する。
inline に true を指定した場合、ダウンロードされたファイルは
クライアントアプリで自動的に開かれる。
ただし、実際にそのような挙動となるかどうかは、クライアントの設定
およびOSのセキュリティ設定に依存する。
- setContentLengthLimit(int) - Method in class nablarch.fw.web.upload.UploadSettings
-
Content-Length許容最大値を設定する。
- setContentName(String) - Method in class nablarch.core.dataformat.XmlDataBuilder
-
属性ありコンテンツの要素名を設定する。
- setContentName(String) - Method in class nablarch.core.dataformat.XmlDataParser
-
属性あり要素のコンテンツ名を設定する。
- setContentPath(String) - Method in class nablarch.common.web.download.FileResponse
-
- setContentPath(ResourceLocator) - Method in class nablarch.common.web.download.FileResponse
-
- setContentPath(String) - Method in class nablarch.fw.web.HttpResponse
-
- setContentPath(ResourceLocator) - Method in class nablarch.fw.web.HttpResponse
-
コンテンツパスを設定する。
指定した ResourceLocator オブジェクトが null でない場合は、
リソース名からContent-Typeを自動的に設定した後、コンテンツパスを設定する。
ResourceLocator オブジェクトが null の場合は、コンテンツパスのみ設定する。
- setContentPath(ResourceLocator) - Method in class nablarch.fw.web.ResponseBody
-
ボディのコンテンツパスを設定する。
- setContentPathRewriteRules(List<ContentPathRewriteRule>) - Method in class nablarch.fw.web.handler.HttpRewriteHandler
-
コンテンツパスの置換ルールを設定する。
以前の設定はクリアされる。
- setContentPathRule(ResourcePathRule) - Method in class nablarch.fw.web.handler.HttpResponseHandler
-
言語対応コンテンツパスのルールを設定する。
- setContentType(String) - Method in class nablarch.common.mail.AttachedFile
-
メール添付ファイルのContent-Typeを設定する。
- setContentType(String) - Method in class nablarch.fw.messaging.realtime.http.client.HttpProtocolBasicClient
-
コンテンツタイプを設定する。
- setContentType(String) - Method in interface nablarch.fw.messaging.realtime.http.client.HttpProtocolClient
-
コンテンツタイプを設定する。
- setContentType(String) - Method in class nablarch.fw.web.HttpResponse
-
Content-Typeを設定する。
Content-Typeのデフォルト値は、"text/plain;charset=UTF-8" である。
ボディに書き込む内容をコンテンツパスで指定する場合、
Content-Typeはコンテンツパスの拡張子から自動的に決定される為、
このメソッドを明示的に使用する必要は無い。
- setContentType(String) - Method in class nablarch.fw.web.RestMockHttpRequest
-
Content-Typeを設定する。
- setContentTypeColumnName(String) - Method in class nablarch.common.mail.MailAttachedFileTable
-
添付ファイル管理テーブルのContent-Typeカラムの名前を設定する。
- setContentTypeFromHeader(List<String>) - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamReader
-
ContentTypeの設定を行う。
- setContext(DbExecutionContext) - Method in class nablarch.core.db.connection.BasicDbConnection
-
コンテキストを設定する。
- setContext(BasicDbConnection, String) - Method in class nablarch.core.db.connection.ConnectionFactorySupport
-
コンテキストを設定する。
- setContext(DbExecutionContext) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
DBアクセス時の実行時のコンテキストを設定する。
- setContext(ServletExecutionContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
- setContext(ExecutionContext) - Method in class nablarch.test.core.http.HttpRequestTestSupportHandler
-
- setConversionFailedMessageId(String) - Method in class nablarch.common.web.compositekey.CompositeKeyArrayConvertor
-
変換失敗時のデフォルトのエラーメッセージのメッセージIDを設定する。
デフォルトメッセージの例 : "{0}が正しくありません"
- setConversionFailedMessageId(String) - Method in class nablarch.common.web.compositekey.CompositeKeyConvertor
-
変換失敗時のデフォルトのエラーメッセージのメッセージIDを設定する。
デフォルトメッセージの例 : "{0}が正しくありません"
- setConversionFailedMessageId(String) - Method in class nablarch.core.validation.convertor.BooleanConvertor
-
変換失敗時のデフォルトのエラーメッセージのメッセージIDを設定する。
デフォルトメッセージの例 : "{0}が正しくありません"
- setConversionFailedMessageId(String) - Method in class nablarch.core.validation.convertor.StringConvertor
-
変換失敗時のデフォルトのエラーメッセージのメッセージIDを設定する。
デフォルトメッセージの例 : "{0}が正しくありません"
- setConvertEmptyToNull(boolean) - Method in class nablarch.core.dataformat.convertor.datatype.DataType
-
空文字列をnull に変換するかを設定する。
- setConvertEmptyToNull(boolean) - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
-
空文字列を null に変換するかを設定する。
デフォルトは null に変換する( true )。
- setConvertEmptyToNull(boolean) - Method in class nablarch.core.dataformat.convertor.VariableLengthConvertorSetting
-
空文字列を null に変換するかを設定する。
デフォルトは null に変換する( true )。
- setConvertMode(String) - Method in class nablarch.fw.web.handler.HttpResponseHandler
-
HTTPレスポンスコードの変換モードを設定する。
- setConvertors(List<Convertor>) - Method in class nablarch.core.validation.ValidationManager
-
コンバータのリストをセットする。
- setConvertorSetting(ConvertorSetting) - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
-
構造化データのコンバータの設定情報保持クラスを取得する。
- setConvertorTable(Map<String, String>) - Method in class nablarch.core.dataformat.convertor.ConvertorFactorySupport
-
コンバータ名とコンバータ実装クラスの対応表を設定する。
- setConvertorTable(Map<String, String>) - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
-
コンバータ名と、コンバータの実装クラスを保持するテーブルを設定する。
- setConvertorTable(Map<String, String>) - Method in class nablarch.core.dataformat.convertor.JsonDataConvertorSetting
-
デフォルトのコンバータ名とコンバータ実装クラスの対応表を設定する。
- setConvertorTable(Map<String, String>) - Method in class nablarch.core.dataformat.convertor.VariableLengthConvertorSetting
-
デフォルトのコンバータ名とコンバータ実装クラスの対応表を設定する。
- setConvertorTable(Map<String, String>) - Method in class nablarch.core.dataformat.convertor.XmlDataConvertorSetting
-
デフォルトのコンバータ名とコンバータ実装クラスの対応表を設定する。
- setCookie(HttpCookie) - Method in class nablarch.fw.web.HttpResponse
-
- setCookie(HttpCookie) - Method in class nablarch.fw.web.MockHttpRequest
-
このリクエストで送信されるクッキー情報を設定する。
- setCookie(HttpCookie) - Method in class nablarch.fw.web.RestMockHttpRequest
-
- setCookieDomain(String) - Method in class nablarch.common.web.handler.threadcontext.CookieSupport
-
値を保持するクッキーが送信されるドメイン階層を設定する。
- setCookieDomain(String) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpCookie
-
言語を保持するクッキーが送信されるドメイン階層を設定する。
- setCookieDomain(String) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpCookie
-
タイムゾーンを保持するクッキーが送信されるドメイン階層を設定する。
- setCookieDomain(String) - Method in class nablarch.common.web.session.SessionStoreHandler
-
セッションIDを保持するクッキーのdomain属性を設定する。
デフォルトでは未指定。
この場合、当該のクッキーは発行元ホストのみに送信される。
- setCookieHttpOnly(boolean) - Method in class nablarch.common.web.handler.threadcontext.CookieSupport
-
保持するクッキーのhttpOnly属性有無を指定する。
(デフォルトではサポートしていればhttpOnly属性を設定する)
- setCookieHttpOnly(boolean) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpCookie
-
保持するクッキーのhttpOnly属性有無を指定する。
(デフォルトではサポートしていればhttpOnly属性を設定する)
- setCookieHttpOnly(boolean) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpCookie
-
保持するクッキーのhttpOnly属性有無を指定する。
(デフォルトではサポートしていればhttpOnly属性を設定する)
- setCookieMaxAge(Integer) - Method in class nablarch.common.web.handler.threadcontext.CookieSupport
-
値を保持するクッキーの最長存続期間(秒単位)を設定する。
- setCookieMaxAge(Integer) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpCookie
-
言語を保持するクッキーの最長存続期間(秒単位)を設定する。
- setCookieMaxAge(Integer) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpCookie
-
タイムゾーンを保持するクッキーの最長存続期間(秒単位)を設定する。
- setCookieName(String) - Method in class nablarch.common.web.handler.threadcontext.CookieSupport
-
値を保持するクッキーの名前を設定する。
- setCookieName(String) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpCookie
-
言語を保持するクッキーの名前を設定する。
- setCookieName(String) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpCookie
-
タイムゾーンを保持するクッキーの名前を設定する。
- setCookieName(String) - Method in class nablarch.common.web.session.SessionStoreHandler
-
セッションIDを保持するクッキーの名称を設定する。
デフォルトは "NABLARCH_SID"
- setCookieName(String) - Method in class nablarch.test.core.http.NablarchSIDManager
-
セッションIDを特定するCookieの名前を設定する。
- setCookiePath(String) - Method in class nablarch.common.web.handler.threadcontext.CookieSupport
-
値を保持するクッキーが送信されるURIのパス階層を設定する。
- setCookiePath(String) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpCookie
-
言語を保持するクッキーが送信されるURIのパス階層を設定する。
- setCookiePath(String) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpCookie
-
タイムゾーンを保持するクッキーが送信されるURIのパス階層を設定する。
- setCookiePath(String) - Method in class nablarch.common.web.session.SessionStoreHandler
-
セッションIDを保持するクッキーのpath属性を設定する。
デフォルトではホスト配下の全てのパスを送信対象とする。
- setCookieSecure(boolean) - Method in class nablarch.common.web.handler.threadcontext.CookieSupport
-
保持するクッキーのsecure属性有無を指定する。
(デフォルトではsecure属性を設定しない)
- setCookieSecure(boolean) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpCookie
-
言語を保持するクッキーのsecure属性有無を指定する。
(デフォルトではsecure属性を設定しない)
- setCookieSecure(boolean) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpCookie
-
タイムゾーンを保持するクッキーのsecure属性を設定する。
(デフォルトではsecure属性を設定しない)
- setCookieSecure(boolean) - Method in class nablarch.common.web.session.SessionStoreHandler
-
セッショントラッキングIDを保持するクッキーにsecure属性を指定するかどうかを設定する。
trueに設定した場合、当該のクッキーはSSL接続されたリクエストでのみ送信される。
デフォルトはfalse。
- setCoords(String) - Method in class nablarch.common.web.tag.AnchorTag
-
XHTMLのcoords属性を設定する。
- setCoords(String) - Method in class nablarch.common.web.tag.SubmitLinkTagSupport
-
XHTMLのcoords属性を設定する。
- setCopyBeanToRequestScopeOnError(boolean) - Method in class nablarch.common.web.validator.BeanValidationStrategy
-
バリデーションエラー時に、Beanをリクエストスコープにコピーするかどうかを
設定する(デフォルトは「コピーしない」)。
- setCorrelationId(String) - Method in class nablarch.fw.messaging.InterSystemMessage
-
この電文に既存のメッセージのIDを関連付ける。
- setCors(Cors) - Method in class nablarch.fw.jaxrs.cors.CorsResponseFinisher
-
CORSの処理を行うインタフェースを設定する。
- setCors(Cors) - Method in class nablarch.fw.jaxrs.CorsPreflightRequestHandler
-
CORSの処理を行うインタフェースを設定する。
- setCount(int) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
検索件数を設定する。
- setCreatedAtName(String) - Method in class nablarch.common.web.token.DbTokenSchema
-
作成日時カラム名 を設定する
- setCsrfTokenGenerator(CsrfTokenGenerator) - Method in class nablarch.fw.web.handler.CsrfTokenVerificationHandler
-
CSRFトークンの生成を行うインターフェースを設定する。
- setCsrfTokenHeaderName(String) - Method in class nablarch.common.web.WebConfig
-
CSRFトークンをHTTPリクエストヘッダーから取得する際に使用する名前を設定する。
- setCsrfTokenParameterName(String) - Method in class nablarch.common.web.WebConfig
-
CSRFトークンをHTTPリクエストパラメーターから取得する際に使用する名前を設定する。
- setCsrfTokenSavedStoreName(String) - Method in class nablarch.common.web.WebConfig
-
CSRFトークンを保存するセッションストアの名前を設定する。
- setCsrfTokenSessionStoredVarName(String) - Method in class nablarch.common.web.WebConfig
-
CSRFトークンをセッションスコープに格納する際に使用するキーを設定する。
- setCssClass(String) - Method in class nablarch.common.web.tag.ErrorsTag
-
リスト表示においてulタグに使用するCSSクラス名を設定する。
- setCssClass(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
XHTMLのclass属性を設定する。
- setCurrentPageNumberCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのcurrentPageNumberCss属性のデフォルト値を設定する。
- setCurrentRequestObject(Object) - Method in class nablarch.fw.ExecutionContext
-
現在処理中のリクエストオブジェクトを設定する。
- setCurrentSubmissionInfo(SubmissionInfo) - Method in class nablarch.common.web.tag.FormContext
-
カレントのカレントのサブミット情報を設定する。
- setCustomResponseWriter(CustomResponseWriter) - Method in class nablarch.fw.web.handler.HttpResponseHandler
-
HTTPレスポンス出力クラスを設定する。
このプロパティを設定することで、任意のレスポンス出力処理を実行できる。
設定されていない場合はサーブレットフォワード(JSP)によるレスポンス出力が実行される。
- setDatabaseName(String) - Method in class nablarch.etl.SqlLoaderConfig
-
接続先データベース名を設定する。
- setDataBuilder(StructuredDataBuilder) - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
-
構造化データビルダーを設定する
- setDataFile(String) - Method in class nablarch.fw.reader.FileDataReader
-
データファイルのファイル名を設定する。
"input"という論理名のベースパス配下に存在する当該ファイルがデータファイルとして使用される。
- setDataFile(String, String) - Method in class nablarch.fw.reader.FileDataReader
-
データファイルのベースパス論理名およびファイル名を設定する。
設定したベースパス配下に存在する当該のファイルがデータファイルとして使用される。
- setDataParser(StructuredDataParser) - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
-
構造化データパーサーを設定する
- setDataReader(DataReader<TData>) - Method in class nablarch.fw.ExecutionContext
-
データリーダを設定する。
- setDataReaderFactory(DataReaderFactory<TData>) - Method in class nablarch.fw.ExecutionContext
-
データリーダのファクトリを設定する。
- setDataSource(DataSource) - Method in class nablarch.core.db.connection.BasicDbConnectionFactoryForDataSource
-
DataSource を設定する。
- setDataSource(DataSource) - Method in class nablarch.fw.web.handler.health.DbHealthChecker
-
データソースを設定する。
- setDataSource(DataSource) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
-
データソースを設定する。
- setDataType(DataType<?, ?>) - Method in class nablarch.core.dataformat.FieldDefinition
-
フォーマット定義ファイルで指定されたデータタイプ名に対応するデータタイプを設定する。
- setDataTypeProperty(DataType<?, ?>) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
データタイプの設定を行う。ファイルタイプ個別の設定を行う必要がある場合、必要に応じてサブクラスでオーバーライドする。
- setDataTypeProperty(DataType<?, ?>) - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
-
ゾーン/パック数値の符号ビットの設定および、
数値文字列の小数点の要否、符号位置の固定/非固定、正の符号の要否の設定を行う。
また、各データタイプに空文字列をnull に変換するかどうかの設定を行う。
- setDataTypeProperty(DataType<?, ?>) - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
-
空文字列をnull に変換するかどうかを各データタイプに設定する。
- setDataWatchInterval(int) - Method in class nablarch.fw.handler.ProcessResidentHandler
-
データ監視間隔(ミリ秒)を設定する。
- setDate(String, String) - Method in class nablarch.core.date.BasicBusinessDateProvider
-
区分を指定して業務日付を設定する。
- setDate(String, String) - Method in interface nablarch.core.date.BusinessDateProvider
-
区分を指定して業務日付を設定する。
- setDate(int, Date) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setDate(int, java.sql.Date) のラッパー。
- setDate(int, Date, Calendar) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setDate(int, java.sql.Date, java.util.Calendar) のラッパー。
- setDate(int, Date) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setDate(int, java.sql.Date) のラッパー。
- setDate(int, Date, Calendar) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setDate(int, java.sql.Date, java.util.Calendar) のラッパー。
- setDate(String, String) - Method in class nablarch.test.FixedBusinessDateProvider
-
- setDateColumnName(String) - Method in class nablarch.core.date.BasicBusinessDateProvider
-
業務日付テーブルの日付カラム物理名を設定する。
- setDateFormat(String) - Method in class nablarch.core.db.statement.autoproperty.CurrentDateTimeAnnotationHandler
-
デフォルトフォーマット。
- setDatePattern(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
日付文字列のフォーマットに使用するパターンのデフォルト値を設定する。
- setDatePatterns(List<String>) - Method in class nablarch.core.beans.BasicConversionManager
-
日付パターンを設定する。
- setDatePatterns(List<String>) - Method in class nablarch.integration.jsr310.beans.Jsr310ConversionManager
-
日付パターンを設定する。
- setDateProvider(SystemTimeProvider) - Method in class nablarch.core.db.statement.autoproperty.CurrentDateTimeAnnotationHandler
-
現在日時取得コンポーネントを設定する。
- setDateStrPattern(String) - Method in class nablarch.core.text.DateTimeStrFormatter
-
フォーマットする日付文字列の形式を設定する。
指定するフォーマットはSimpleDateFormat の仕様に準拠すること。
- setDateTimePattern(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
日時のフォーマットに使用するパターンのデフォルト値を設定する。
- setDateValue(String) - Method in class nablarch.test.core.db.BasicDefaultValues
-
日付型のデフォルト値を設定する。
- setDbAccessExceptionFactory(DbAccessExceptionFactory) - Method in class nablarch.core.db.connection.BasicDbConnection
-
- setDbAccessExceptionFactory(DbAccessExceptionFactory) - Method in class nablarch.core.db.connection.ConnectionFactorySupport
-
- setDbConnection(AppDbConnection) - Method in class nablarch.common.dao.BasicDaoContext
-
使用するデータベースコネクションを設定する。
- setDbConnection(AppDbConnection) - Method in class nablarch.common.dao.DaoContextFactory
-
DAOで使うコネクションを設定する。
(トランザクション用です)
- setDbConnectionManagementHandler(DbConnectionManagementHandler) - Method in class nablarch.fw.batch.ee.listener.step.DbConnectionManagementListener
-
データベース接続ハンドラを設定する。
- setDbInfo(DbInfo) - Method in class nablarch.test.core.db.TableData
-
データベース情報を設定する。
- setDbInfo(DbInfo) - Method in class nablarch.test.core.reader.BasicTestDataParser
-
DbInfoを設定する。
- setDbInfo(DbInfo) - Method in interface nablarch.test.core.reader.TestDataParser
-
DbInfoを設定する。
- setDbManager(SimpleDbTransactionManager) - Method in class nablarch.common.availability.BasicServiceAvailability
-
データベースへの検索に使用するSimpleDbTransactionManagerインスタンスを設定する。
- setDbManager(SimpleDbTransactionManager) - Method in class nablarch.common.code.BasicCodeLoader
-
データベーストランザクションマネージャを設定する。
- setDbManager(SimpleDbTransactionManager) - Method in class nablarch.common.permission.BasicPermissionFactory
-
- setDbManager(SimpleDbTransactionManager) - Method in class nablarch.common.web.session.DbManagedExpiration
-
DbManagerのインスタンスをセットする。
- setDbManager(SimpleDbTransactionManager) - Method in class nablarch.common.web.session.store.DbStore
-
DbManagerのインスタンスをセットする。
- setDbManager(SimpleDbTransactionManager) - Method in class nablarch.common.web.token.DbTokenManager
-
DbManagerのインスタンスをセットする。
- setDbManager(SimpleDbTransactionManager) - Method in class nablarch.core.message.BasicStringResourceLoader
-
データロードに使用するDbManagerのインスタンスをセットする。
- setDbTokenSchema(DbTokenSchema) - Method in class nablarch.common.web.token.DbTokenManager
-
トークンテーブルのスキーマをセットする。
- setDbTransactionManager(SimpleDbTransactionManager) - Method in class nablarch.common.idgenerator.FastTableIdGenerator
-
データベーストランザクションマネージャを設定する。。
- setDbTransactionManager(SimpleDbTransactionManager) - Method in class nablarch.core.date.BasicBusinessDateProvider
-
- setDbTransactionManager(SimpleDbTransactionManager) - Method in class nablarch.fw.handler.BasicDuplicateProcessChecker
-
データベーストランザクションマネージャを設定する。
- setDbTransactionManager(SimpleDbTransactionManager) - Method in class nablarch.fw.handler.BasicProcessStopHandler
-
- setDbTransactionName(String) - Method in class nablarch.common.idgenerator.SequenceIdGenerator
-
トランザクション名を設定する。
- setDbTransactionName(String) - Method in class nablarch.common.idgenerator.SequenceIdGeneratorSupport
-
Deprecated.
データベースリソース名を設定する。
- setDbTransactionName(String) - Method in class nablarch.common.idgenerator.TableIdGenerator
-
データベースリソース名を設定する。
- setDbTransactionName(String) - Method in class nablarch.core.date.BasicBusinessDateProvider
-
- setDbTransactionName(String) - Method in class nablarch.core.db.transaction.SimpleDbTransactionManager
-
トランザクション名を設定する。
トランザクション名が設定されない場合は、デフォルトでnablarch.core.transaction.TransactionContext#DEFAULT_TRANSACTION_CONTEXT_KEYを使用する。
- setDbTransactionName(String) - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
-
- setDbTransactionName(String) - Method in class nablarch.fw.reader.ResumePointManager
-
データベースリソース名を設定する。
- setDebugStream(PrintStream) - Method in class nablarch.test.tool.htmlcheck.parser.ParserTokenManager
-
Set debug output.
- setDefaultCharset(String) - Method in class nablarch.common.mail.MailRequestConfig
-
デフォルトの文字セットを設定する。
- setDefaultCharsetDef(CharsetDef) - Method in class nablarch.core.validation.validator.unicode.SystemCharValidator
-
デフォルトの許容文字集合定義を設定する。
- setDefaultContentType(String) - Method in class nablarch.fw.web.RestMockHttpRequestBuilder
-
デフォルトContent-Typeを設定する。
- setDefaultEncoder(StateEncoder) - Method in class nablarch.common.web.session.SessionManager
-
デフォルトエンコーダを設定する。
- setDefaultEncoder(DownloadFileNameEncoder) - Method in class nablarch.fw.web.download.encorder.DownloadFileNameEncoderFactory
-
デフォルトのエンコーダを設定する。
- setDefaultEncoding(String) - Method in class nablarch.fw.jaxrs.BodyConverterSupport
-
デフォルトエンコーディングを設定する。
- setDefaultEncoding(String) - Method in class nablarch.fw.web.handler.HttpCharacterEncodingHandler
-
デフォルトエンコーディングを設定する。
- setDefaultEncodingCharset(Charset) - Method in class nablarch.fw.web.handler.HttpCharacterEncodingHandler
-
デフォルトエンコーディングを設定する。
- setDefaultLanguage(String) - Method in class nablarch.common.handler.threadcontext.LanguageAttribute
-
スレッドコンテキストに格納されるデフォルトの言語を設定する。
- setDefaultLocale(String) - Method in class nablarch.core.message.PropertiesStringResourceLoader
-
デフォルトのロケールを設定する。
- setDefaultNegativePackSignNibble(String) - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
-
パック数値の符号ビット(負) を設定する。
- setDefaultNegativeZoneSignNibble(String) - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
-
ゾーン数値の符号ビット(負) を設定する。
- setDefaultPackSignNibbleNegative(Byte) - Method in class nablarch.core.dataformat.convertor.datatype.PackedDecimal
-
デフォルトの符号付きパック10進数値の末尾桁の下位4ビット(負数の場合)を設定する。
- setDefaultPackSignNibblePositive(Byte) - Method in class nablarch.core.dataformat.convertor.datatype.PackedDecimal
-
デフォルトの符号付きパック10進数値の末尾桁の下位4ビット(正数の場合)を設定する。
- setDefaultPage(String, String) - Method in class nablarch.fw.web.handler.HttpErrorHandler
-
レスポンスステータスコードごとのデフォルトページを設定する。
HttpResponseオブジェクトのボディ内容(contentPath/contentBody)が設定されていない場合、
ここでステータスコード毎に設定したデフォルトページがボディとしてレスポンスされる。
設定は後から設定した内容ほど優先される。
ステータスコードには1桁分のワイルドカードとして "." を使用することができる。
設定例::
- setDefaultPages(Map<String, String>) - Method in class nablarch.fw.web.handler.HttpErrorHandler
-
レスポンスステータスコードごとのデフォルトページを設定する。
- setDefaultPattern(String) - Method in class nablarch.core.text.DateTimeFormatter
-
フォーマットのデフォルトの書式を設定する。
- setDefaultPattern(String) - Method in class nablarch.core.text.DateTimeStrFormatter
-
フォーマットのデフォルトの書式を設定する。
指定するフォーマットはSimpleDateFormat の仕様に準拠すること。
- setDefaultPattern(String) - Method in class nablarch.core.text.NumberFormatter
-
フォーマットのデフォルトの書式を設定する。
- setDefaultPattern(String) - Method in class nablarch.core.text.NumberStrFormatter
-
フォーマットのデフォルトの書式を設定する。
- setDefaultPoisonQueue(String) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
-
デフォルトで使用する受信退避キューの論理名を設定する。
当該のキューが存在しなかった場合は、MessgingExceptionを送出する。
明示的に指定しなかった場合は、DEFAULT.POISON を使用する。
- setDefaultPositivePackSignNibble(String) - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
-
パック数値の符号ビット(正) を設定する。
- setDefaultPositiveZoneSignNibble(String) - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
-
ゾーン数値の符号ビット(正) を設定する。
- setDefaultReplacementType(Map<String, String>) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
データタイプ名に対応するデフォルトの寄せ字変換タイプ名を設定する。
- setDefaultReplacementType(Map<String, String>) - Method in class nablarch.core.dataformat.FormatterFactory
-
データタイプ名に対応するデフォルトの寄せ字変換タイプ名のMapを設定する。
- setDefaultReplyTo(String) - Method in class nablarch.common.mail.MailRequestConfig
-
デフォルトの返信先メールアドレスを設定する。
- setDefaultResponseTimeout(long) - Method in interface nablarch.fw.messaging.MessagingProvider
-
同期送信処理における応答受信待ちのデフォルトタイムアウト値を設定する。
(単位:msec)
- setDefaultResponseTimeout(long) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
-
同期送信処理における応答受信待ちのデフォルトタイムアウト値を設定する。
(単位:msec)
- setDefaultResponseTimeout(long) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
デフォルトタイムアウト値(単位:msec)を設定する。
デフォルトは300秒。
- setDefaultResponseTimeout(long) - Method in class nablarch.test.core.messaging.MockMessagingProvider
-
同期送信処理における応答受信待ちのデフォルトタイムアウト値を設定する。
(単位:msec)
- setDefaultResponseTimeout(long) - Method in class nablarch.test.core.messaging.RequestTestingMessagingProvider
-
同期送信処理における応答受信待ちのデフォルトタイムアウト値を設定する。
(単位:msec)
- setDefaultReturnPath(String) - Method in class nablarch.common.mail.MailRequestConfig
-
デフォルトの差し戻し先メールアドレスを設定する。
- setDefaultSegment(String) - Method in class nablarch.core.date.BasicBusinessDateProvider
-
区分省略時のデフォルト値を設定する。
- setDefaultSegment(String) - Method in class nablarch.test.FixedBusinessDateProvider
-
デフォルト区分を設定する。
- setDefaultSort(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
pagingSortSubmitタグのdefaultSort属性のデフォルト値を設定する。
- setDefaultStoreName(String) - Method in class nablarch.common.web.session.SessionManager
-
デフォルトのストア名を設定する。
- setDefaultTimeToLive(long) - Method in interface nablarch.fw.messaging.MessagingProvider
-
送信電文の有効期間のデフォルト値を設定する。 (単位:msec)
- setDefaultTimeToLive(long) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
-
送信電文の有効期間のデフォルト値を設定する。 (単位:msec)
- setDefaultTimeToLive(long) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
送信電文の有効期間(単位:msec)を設定する。
デフォルトは60秒。
- setDefaultTimeToLive(long) - Method in class nablarch.test.core.messaging.MockMessagingProvider
-
送信電文の有効期間のデフォルト値を設定する。 (単位:msec)
- setDefaultTimeToLive(long) - Method in class nablarch.test.core.messaging.RequestTestingMessagingProvider
-
送信電文の有効期間のデフォルト値を設定する。 (単位:msec)
- setDefaultTimeZone(String) - Method in class nablarch.common.handler.threadcontext.TimeZoneAttribute
-
スレッドコンテキストに格納されるデフォルトのタイムゾーンを設定する。
- setDefaultValues(DefaultValues) - Method in class nablarch.test.core.db.TableData
-
データベースデフォルト値実装クラスを設定する。
- setDefaultValues(DefaultValues) - Method in class nablarch.test.core.reader.BasicTestDataParser
-
データベースデフォルト値を設定する。
- setDefaultZoneSignNibbleNegative(Byte) - Method in class nablarch.core.dataformat.convertor.datatype.ZonedDecimal
-
デフォルトの符号付きゾーン10進数値の末尾桁の上位4ビット(負数の場合)を設定する。
- setDefaultZoneSignNibblePositive(Byte) - Method in class nablarch.core.dataformat.convertor.datatype.ZonedDecimal
-
デフォルトの符号付きゾーン10進数値の末尾桁の上位4ビット(正数の場合)を設定する。
- setDefer(String) - Method in class nablarch.common.web.tag.ScriptTag
-
XHTMLのdefer属性を設定する。
- setDefinition(LayoutDefinition) - Method in interface nablarch.core.dataformat.DataRecordFormatter
-
フォーマット定義ファイルの情報を保持するクラスを設定する。
- setDefinition(LayoutDefinition) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
フォーマット定義ファイルの情報を保持するクラスを設定する。
- setDelegateFactory(DelegateFactory) - Method in class nablarch.fw.handler.DispatchHandler
-
- setDelimiter(String) - Method in class nablarch.integration.mail.freemarker.FreeMarkerMailProcessor
-
件名と本文を分けるデリミタを設定する。
- setDelimiter(String) - Method in class nablarch.integration.mail.thymeleaf.ThymeleafMailProcessor
-
件名と本文を分けるデリミタを設定する。
- setDelimiter(String) - Method in class nablarch.integration.mail.velocity.VelocityMailProcessor
-
件名と本文を分けるデリミタを設定する。
- setDescSortSubmitCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
pagingSortSubmitタグのdescSortSubmitCss属性のデフォルト値を設定する。
- setDestination(String) - Method in class nablarch.fw.messaging.InterSystemMessage
-
送信宛先キューの論理名を設定する。
- setDestinationNamePairs(Map<String, String>) - Method in class nablarch.fw.messaging.provider.JndiLookingUpJmsMessagingProvider
-
key=キュー論理名、value=キューJNDI名をペアにしたMapを設定する。
このMapは、 Queue をJNDIから取得する際に使用される。
value(キューJNDI名)から Queue がルックアップされ、
key(キュー論理名)と紐付けられて、 JmsMessagingProvider に設定される。
- setDestinations(Map<String, Queue>) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
-
メッセージング機能で使用する宛先の論理名とJMS Destinationオブジェクトとの
マッピングを設定する。
(既存の設定があった場合は上書きされる。)
- setDestroyReader(boolean) - Method in class nablarch.fw.handler.RetryHandler
-
- setDialect(Dialect) - Method in class nablarch.core.db.connection.ConnectionFactorySupport
-
SQL方言を設定する。
- setDialect(Dialect) - Method in class nablarch.fw.web.handler.health.DbHealthChecker
-
ダイアレクトを設定する。
- setDir(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
XHTMLのdir属性を設定する。
- setDir(String) - Method in class nablarch.core.repository.di.config.xml.schema.ConfigFile
-
Sets the value of the dir property.
- setDir(String) - Method in class nablarch.core.repository.di.config.xml.schema.Import
-
Sets the value of the dir property.
- setDirective(String, String) - Method in class nablarch.test.core.file.DataFile
-
ディレクティブを設定する。
- setDirectory(String) - Method in class nablarch.core.message.PropertiesStringResourceLoader
-
ディレクトリを設定する。
- setDisabled(boolean) - Method in class nablarch.common.web.tag.ButtonTagSupport
-
XHTMLのdisabled属性を設定する。
- setDisabled(boolean) - Method in class nablarch.common.web.tag.InputTagSupport
-
XHTMLのdisabled属性を設定する。
- setDisabled(boolean) - Method in class nablarch.common.web.tag.SelectTagSupport
-
XHTMLのdisabled属性を設定する。
- setDisabled(boolean) - Method in class nablarch.common.web.tag.TextareaTag
-
XHTMLのdisabled属性を設定する。
- setDispatchingClass(String) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
ディスパッチ先クラスを設定する。
- setDisplayControlCheckers(List<DisplayControlChecker>) - Method in class nablarch.common.web.tag.CustomTagConfig
-
サブミットを行うタグの表示制御を行う際に使用する条件のデフォルト値を設定する。
- setDisplayMethod(String) - Method in class nablarch.common.web.tag.ButtonTagSupport
-
表示制御を行う場合の表示方法を設定する。
- setDisplayMethod(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
サブミットを行うタグの表示制御方法のデフォルト値を設定する。
表示制御方法をもとに、認可判定と開閉局判定の結果に応じた表示制御を行う。
この値は各タグでカスタマイズされない限り、システム全体で使用される。
下記のいずれかを指定する。
NODISPLAY : タグを非表示にする。
DISABLED : タグを使用不可能にする。
NORMAL : 通常表示(非表示にも使用不可能にもしない)。
- setDisplayMethod(String) - Method in class nablarch.common.web.tag.SubmitLinkTagSupport
-
表示制御を行う場合の表示方法を設定する。
- setDisplayMethod(String) - Method in class nablarch.common.web.tag.SubmitTagSupport
-
表示制御を行う場合の表示方法を設定する。
- setDisposableList(List<Disposable>) - Method in class nablarch.core.repository.disposal.BasicApplicationDisposer
-
- setDomain(String) - Method in class nablarch.fw.web.HttpCookie
-
このクッキーが送信されるドメイン階層を指定する。
- setDomainAnnotation(String) - Method in class nablarch.core.validation.domain.DomainValidationHelper
-
PJ毎に作成するドメインを表すアノテーションのFQCNを設定する。
「ドメイン定義を表すEnum」と「ドメインを表すアノテーション」を1対1でPJ毎に作成し、
本プロパティに「ドメインを表すアノテーション」のFQCNを設定する。
- setDomainValidationHelper(DomainValidationHelper) - Method in class nablarch.core.validation.domain.DomainValidator
-
ドメイン定義によるバリデーションをサポートするヘルパークラスを設定する。
- setDomainValidationHelper(DomainValidationHelper) - Method in class nablarch.core.validation.ValidationManager
-
ドメイン定義によるバリデーションをサポートするヘルパークラスを設定する。
- setDouble(int, double) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setDouble(int, double) のラッパー。
- setDouble(int, double) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setDouble(int, double) のラッパー。
- setDoubleSubmissionTokenParameterName(String) - Method in class nablarch.common.web.WebConfig
-
二重サブミット防止トークンをHTMLに埋め込む際にinput要素のname属性に設定する名前を設定する。
- setDoubleSubmissionTokenRequestAttributeName(String) - Method in class nablarch.common.web.WebConfig
-
二重サブミット防止トークンをリクエストスコープに格納する際に使用するキーを設定する。
- setDoubleSubmissionTokenSessionAttributeName(String) - Method in class nablarch.common.web.WebConfig
-
二重サブミット防止トークンをセッションスコープに格納する際に使用するキーを設定する。
- setDownloadFileNameEncoderEntries(List<DownloadFileNameEncoderEntry>) - Method in class nablarch.fw.web.download.encorder.DownloadFileNameEncoderFactory
-
エンコーダのエントリを設定する。
- setDownloadFileNameEncoderFactory(DownloadFileNameEncoderFactory) - Method in class nablarch.fw.web.handler.HttpResponseHandler
-
ダウンロードファイル名のエンコーダを取得するクラスを設定する
- setDumpFile(ExecutionContext, File) - Method in class nablarch.test.core.http.HttpRequestTestSupport
-
HTTPレスポンスボディが出力されたファイルを設定する。
- setDumpFileExtension(String) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
ダンプファイルの拡張子を設定する。
- setDumpVariableItem(boolean) - Method in class nablarch.fw.web.HttpServer
-
ダンプHTMLへの可変項目の出力可否を設定する。
- setDumpVariableItem(boolean) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
ダンプHTMLへの可変項目の出力可否を設定する。
- setDuplicateProcessChecker(DuplicateProcessChecker) - Method in class nablarch.fw.batch.ee.listener.job.DuplicateJobRunningCheckListener
-
多重起動チェックするクラスを設定する。
- setDuplicateProcessChecker(DuplicateProcessChecker) - Method in class nablarch.fw.handler.DuplicateProcessCheckHandler
-
プロセス2重起動チェックを行うクラスを設定する。
- setEagerLoad(boolean) - Method in class nablarch.fw.dicontainer.nablarch.AnnotationAutoContainerProvider
-
- setEffectiveDateColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
適用日カラム名を設定する。
- setEffectiveDateFromColumnName(String) - Method in class nablarch.common.permission.schema.GroupSystemAccountTableSchema
-
有効日(From)カラムの名前を設定する。
- setEffectiveDateFromColumnName(String) - Method in class nablarch.common.permission.schema.SystemAccountTableSchema
-
有効日(From)カラムの名前を設定する。
- setEffectiveDateToColumnName(String) - Method in class nablarch.common.permission.schema.GroupSystemAccountTableSchema
-
有効日(To)カラムの名前を設定する。
- setEffectiveDateToColumnName(String) - Method in class nablarch.common.permission.schema.SystemAccountTableSchema
-
有効日(To)カラムの名前を設定する。
- setElementLabelPattern(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
selectタグ、radioButtonsタグ、checkboxesタグのelementLabelPattern属性のデフォルト値を設定する。
- setElementLabelPattern(String) - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
-
リスト要素のラベルを整形するためのパターンを設定する。
- setElementLabelPattern(String) - Method in class nablarch.common.web.tag.ListSelectTag
-
リスト要素のラベルを整形するためのパターンを設定する。
- setElementLabelPattern(String) - Method in class nablarch.common.web.tag.ListTagWriterSupport
-
リスト要素のラベルを整形するためのパターンを設定する。
- setElementLabelProperty(String) - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
-
リスト要素からラベルを取得するためのプロパティ名を設定する。
- setElementLabelProperty(String) - Method in class nablarch.common.web.tag.ListSelectTag
-
リスト要素からラベルを取得するためのプロパティ名を設定する。
- setElementLabelProperty(String) - Method in class nablarch.common.web.tag.ListTagWriterSupport
-
リスト要素からラベルを取得するためのプロパティ名を設定する。
- setElementValueProperty(String) - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
-
リスト要素から値を取得するためのプロパティ名を設定する。
- setElementValueProperty(String) - Method in class nablarch.common.web.tag.ListSelectTag
-
リスト要素から値を取得するためのプロパティ名を設定する。
- setElementValueProperty(String) - Method in class nablarch.common.web.tag.ListTagWriterSupport
-
リスト要素から値を取得するためのプロパティ名を設定する。
- setEmptyInputMessageId(String) - Method in class nablarch.test.core.entity.EntityTestConfiguration
-
未入力時のメッセージIDを設定する。
- setEnable(boolean) - Method in class nablarch.fw.web.handler.secure.XssProtectionHeader
-
X-XSS-Protectionを有効にするか否かを設定する。
- setEncode(String) - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamReader
-
エンコードを設定する。
- setEncoder(DownloadFileNameEncoder) - Method in class nablarch.fw.web.download.encorder.DownloadFileNameEncoderEntry
-
ファイル名のエンコーダを設定する。
- setEncoding(String) - Method in class nablarch.core.dataformat.CharacterReplacementConfig
-
寄せ字処理の際に使用するエンコーディングを設定する。
- setEncoding(Charset) - Method in class nablarch.core.dataformat.FieldDefinition
-
フィールドの文字エンコーディングを設定する。
- setEncoding(String) - Method in class nablarch.core.dataformat.FormatterFactory
-
フォーマット定義ファイルのファイルエンコーディングを設定する。
- setEncoding(String) - Method in class nablarch.core.repository.di.config.xml.schema.ConfigFile
-
Sets the value of the encoding property.
- setEncodingToTable(CharacterReplacementConfig, CharacterReplacementManager.CharacterReplacementDefinition) - Method in class nablarch.core.dataformat.CharacterReplacementManager
-
寄せ字変換テーブルに、文字エンコーディングを設定する。
- setEncryptor(Encryptor<C>) - Method in class nablarch.common.web.session.encoder.JavaSerializeEncryptStateEncoder
-
- setEncryptor(Encryptor) - Method in class nablarch.common.web.session.store.HiddenStore
-
- setEnctype(String) - Method in class nablarch.common.web.tag.FormTag
-
XHTMLのenctype属性を設定する。
- setEndCodePoint(String) - Method in class nablarch.core.validation.validator.unicode.RangedCharsetDef
-
終了位置のコードポイントを設定する。
- setEndFreeMemory(long) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
空きメモリ量(終了時)を設定する。
- setEndTime(long) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
終了日時を設定する。
- setEndTime(long) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
終了日時を設定する。
- setEndUsedMemory(long) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
使用メモリ量(終了時)を設定する。
- setEntities(List<Class<?>>) - Method in class nablarch.etl.config.TruncateStepConfig
-
削除対象のEntityリストを設定する。
- setEntity(Object) - Method in class nablarch.fw.jaxrs.EntityResponse
-
エンティティを設定する。
- setErrorCss(String) - Method in class nablarch.common.web.tag.CheckedInputTagSupport
-
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
- setErrorCss(String) - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
-
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
- setErrorCss(String) - Method in class nablarch.common.web.tag.CodeSelectTag
-
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
- setErrorCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
errorタグと入力項目タグのerrorCss属性のデフォルト値を設定する。
- setErrorCss(String) - Method in class nablarch.common.web.tag.ErrorsTag
-
エラーレベルのメッセージに使用するCSSクラス名を設定する。
- setErrorCss(String) - Method in class nablarch.common.web.tag.ErrorTag
-
エラーレベルのメッセージに使用するCSSクラス名を設定する。
- setErrorCss(String) - Method in class nablarch.common.web.tag.FileTag
-
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
- setErrorCss(String) - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
-
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
- setErrorCss(String) - Method in class nablarch.common.web.tag.ListSelectTag
-
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
- setErrorCss(String) - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
-
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
- setErrorCss(String) - Method in class nablarch.common.web.tag.PasswordTag
-
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
- setErrorCss(String) - Method in class nablarch.common.web.tag.SinglevaluedInputTagWriterSupport
-
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
- setErrorCss(String) - Method in class nablarch.common.web.tag.TextareaTag
-
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
- setErrorCss(String) - Method in class nablarch.common.web.tag.TextTag
-
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
- setErrorLimit(Integer) - Method in class nablarch.etl.config.ValidationStepConfig
-
許容するエラー数を設定する。
- setErrorLogWriter(JaxRsErrorLogWriter) - Method in class nablarch.fw.jaxrs.JaxRsResponseHandler
-
- setErrorMessageRequestAttributeName(String) - Method in class nablarch.common.web.WebConfig
-
エラーメッセージをリクエストスコープに格納する際に使用するキーを設定する。
- setErrorResponseBuilder(ErrorResponseBuilder) - Method in class nablarch.fw.jaxrs.JaxRsResponseHandler
-
- setErrorTableEntity(Class<?>) - Method in class nablarch.etl.config.ValidationStepConfig
-
エラーテーブルのEntityクラスを設定する。
- setEvents(List<Event>) - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
イベント定義を設定する。
- setEventTableName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
イベントテーブル名を設定する。
- setEventTriggerTableName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
イベントトリガー定義テーブル名を設定する。
- setEventTypeColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
イベントタイプカラム名を設定する。
- setEvenValue(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのevenValue属性のデフォルト値を設定する。
- setException(Throwable) - Method in class nablarch.fw.ExecutionContext
-
- setExceptionHandler(ExceptionHandler) - Method in class nablarch.fw.invoker.PipelineInvoker
-
- setExceptionRequestVarKey(String) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
ApplicationExceptionが格納されるリクエストスコープのキーを設定する。
- setExcludingRequestList(List<String>) - Method in class nablarch.fw.reader.ResumePointManager
-
レジューム機能を無効にするリクエストIDのリストを設定する。
- setExecuteTime(long) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
実行時間を設定する。
- setExecuteTime(long) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.LauncherLogContext
-
処理時間を設定する。
- setExecutionId(String) - Static method in class nablarch.core.ThreadContext
-
スレッドローカルに実行時IDを設定する。
- setExecutionId(String) - Method in class nablarch.test.FixedExecutionIdAttribute
-
実行時IDを設定する。
- setExecutionIdAttribute(ExecutionIdAttribute) - Method in class nablarch.fw.handler.DataReadHandler
-
- setExecutionOrderColumnName(String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
実行順カラム名を設定する。
- setExecutorServiceFactory(ExecutorServiceFactory) - Method in class nablarch.fw.invoker.AsyncHandlerListInvoker
-
- setExitCode(int) - Method in class nablarch.fw.handler.BasicProcessStopHandler
-
終了コードを設定する。
終了コードの設定がない場合、デフォルトで Result.InternalError#STATUS_CODE が使用される。
- setExitCode(int) - Method in class nablarch.fw.handler.DuplicateProcessCheckHandler
-
終了コードを設定する。
- setExitCode(int) - Method in interface nablarch.fw.handler.ProcessStopHandler
-
- setExitCode(int) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.LauncherLogContext
-
終了コードを設定する。
- setExitStatus(String) - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
終了ステータスを設定する。
- setExpectedLogMessages(List<Map<String, String>>) - Static method in class nablarch.test.core.log.LogVerifier
-
期待するログメッセージを設定する。
- setExpiration(Expiration) - Method in class nablarch.common.web.session.SessionStoreHandler
-
有効期限を設定する。
- setExpiration(Map<String, String>) - Method in class nablarch.core.cache.expirable.BasicExpirationSetting
-
有効期限設定を設定する(必須)。
本メソッドはDIコンテナから使用されることを想定している。
- setExpirationDatetimeName(String) - Method in class nablarch.common.web.session.store.UserSessionSchema
-
有効期限(DATETIME)カラムの名前を設定する。
- setExpirationList(List<Map<String, String>>) - Method in class nablarch.core.cache.expirable.BasicExpirationSetting
-
有効期限設定を設定する(必須)。
本メソッドはDIコンテナから使用されることを想定している。
- setExpirationSetting(ExpirationSetting) - Method in class nablarch.core.db.cache.statement.CacheableStatementFactory
-
キャッシュ有効期限設定を設定する(必須)。
本メソッドはDIコンテナから起動されることを想定している。
- setExpires(Long) - Method in class nablarch.common.web.session.SessionStore
-
有効期限(単位:秒)を設定する。
- setExpires(Long, TimeUnit) - Method in class nablarch.common.web.session.SessionStore
-
有効期限を設定する。
- setExports(List<String>) - Method in class nablarch.fw.handler.RewriteRule
-
変数定義を設定する。
既存の設定はクリアされる。
- setExtendedStringConvertors(List<ExtendedStringConvertor>) - Method in class nablarch.core.validation.convertor.StringConvertor
-
拡張StringConvertorのリストを設定する。
- setExtension(String) - Method in class nablarch.core.db.statement.BasicSqlLoader
-
拡張子を設定する。
ここで設定された拡張子を付加したファイルをSQLファイルとして読み込む。
指定がない場合は、デフォルトで拡張子はsqlとなる。
- SetExtensionConverter - Class in nablarch.core.beans.converter
-
Set 及びその具象サブクラスに型変換するクラス。
- SetExtensionConverter() - Constructor for class nablarch.core.beans.converter.SetExtensionConverter
-
- setFactory(StatementFactory) - Method in class nablarch.core.db.connection.BasicDbConnection
-
- setFetchDirection(int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
Statement.setFetchDirection(int) のラッパー。
- setFetchDirection(int) - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.setFetchDirection(int) のラッパー。
- setFetchSize(int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
Statement.setFetchSize(int) のラッパー。
- setFetchSize(String) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
フェッチサイズを設定する。
- setFetchSize(int) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
フェッチ件数を設定する。
- setFetchSize(int) - Method in interface nablarch.core.db.statement.SqlStatement
-
Statement.setFetchSize(int) のラッパー。
- setFetchSize(int) - Method in class nablarch.integration.doma.DomaStatementProperties
-
フェッチサイズをセットする。
- setFieldAnnotationCache(StaticDataCache<Map<String, Map<String, ?>>>) - Method in class nablarch.core.db.statement.autoproperty.FieldAnnotationHandlerSupport
-
フィールドアノテーション保持クラスを設定する。
- setFieldName(String) - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
エラーが発生したフィールド名を設定する。
- setFieldProperty(FieldDefinition, RecordDefinition) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
フィールド定義情報保持クラスのプロパティを設定する。
- setFields(List<FieldDefinition>) - Method in class nablarch.core.dataformat.RecordDefinition
-
本レコードタイプに紐付くフィールド情報を設定する。
- setFieldsBeforeReceive(String, MQMessage) - Method in class nablarch.integration.messaging.wmq.provider.BasicWmqMqmdFieldsOperator
-
メッセージ受信前にMQMessage のMQMDフィールドに値を設定する。
- setFieldsBeforeReceive(String, MQMessage) - Method in interface nablarch.integration.messaging.wmq.provider.WmqMqmdFieldsOperator
-
メッセージ受信前にMQMessage のMQMDフィールドに値を設定する。
- setFieldsBeforeSend(SendingMessage, MQMessage, long) - Method in class nablarch.integration.messaging.wmq.provider.BasicWmqMqmdFieldsOperator
-
メッセージ送信前にMQMessage のMQMDフィールドに値を設定する。
- setFieldsBeforeSend(SendingMessage, MQMessage, long) - Method in interface nablarch.integration.messaging.wmq.provider.WmqMqmdFieldsOperator
-
メッセージ送信前にMQMessage のMQMDフィールドに値を設定する。
- setFile(File) - Method in class nablarch.common.mail.AttachedFile
-
メール添付ファイルを設定する。
- setFile(String) - Method in class nablarch.core.repository.di.config.xml.schema.ConfigFile
-
Sets the value of the file property.
- setFile(String) - Method in class nablarch.core.repository.di.config.xml.schema.Import
-
Sets the value of the file property.
- setFileColumnName(String) - Method in class nablarch.common.mail.MailAttachedFileTable
-
添付ファイル管理テーブルの添付ファイルカラムの名前を設定する。
- setFileEncoding(String) - Method in class nablarch.core.db.statement.BasicSqlLoader
-
ファイルエンコーディングを設定する。
ここで設定されたエンコーディングを使用してSQLファイルを読み込む。
本設定を行わない場合は、JVMのデフォルトエンコーディングを使用してSQLファイルが読み込まれる。
- setFileExtensions(Map<String, String>) - Method in class nablarch.core.util.FilePathSetting
-
ベースパスの論理名と拡張子との対応を収めたMapを設定する。
- setFileName(String) - Method in class nablarch.core.message.PropertiesStringResourceLoader
-
プロパティファイル名を設定する。
- setFileName(String) - Method in class nablarch.etl.config.DbToFileStepConfig
-
ファイル名を設定する。
- setFileName(String) - Method in class nablarch.etl.config.FileToDbStepConfig
-
ファイル名を設定する。
- setFileNameColumnName(String) - Method in class nablarch.common.mail.MailAttachedFileTable
-
添付ファイル管理テーブルの添付ファイル名カラムの名前を設定する。
- setFilePath(String) - Method in class nablarch.core.dataformat.CharacterReplacementConfig
-
寄せ字変換定義ファイルのパスを設定する。
- setFilePath(String) - Method in exception nablarch.core.dataformat.SyntaxErrorException
-
構文エラーが発生したフォーマット定義ファイルのパスを設定する。
- setFileReader(FileRecordReader) - Method in class nablarch.fw.reader.FileDataReader
-
FileRecordReader オブジェクトを設定する。
- setFilter(String) - Method in class nablarch.common.web.tag.ErrorsTag
-
リストに含めるメッセージのフィルタ条件を設定する。
- setFirstSubmitCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのfirstSubmitCss属性のデフォルト値を設定する。
- setFirstSubmitLabel(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのfirstSubmitLabel属性のデフォルト値を設定する。
- setFirstSubmitName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのfirstSubmitName属性のデフォルト値を設定する。
- setFirstSubmitTag(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのfirstSubmitTag属性のデフォルト値を設定する。
下記のいずれかを指定する。
submitLink
submit
button
- setFirstSubmitType(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのfirstSubmitType属性のデフォルト値を設定する。
下記のいずれかを指定する。
submit
button
- setFixedDate(Map<String, String>) - Method in class nablarch.test.FixedBusinessDateProvider
-
固定日付を設定する。
- setFixedDate(String) - Method in class nablarch.test.FixedSystemTimeProvider
-
固定日時を設定する。
引数には以下のフォーマットいずれかに合致する文字列を指定すること。
yyyyMMddHHmmss (12桁)
yyyyMMddHHmmssSSS (15桁)
yyyyMMddHHmmss形式の場合はミリ秒に000が設定される。
- setFixedLengthConvertorFactory(FixedLengthConvertorFactory) - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
-
- setFixedSignPosition(boolean) - Method in class nablarch.core.dataformat.convertor.datatype.SignedNumberStringDecimal
-
符号位置の固定/非固定を設定する。
- setFixLengthMessageId(String) - Method in class nablarch.core.validation.validator.LengthValidator
-
固定桁数の文字列チェック(maxとminに同じ値を設定した場合)でエラーが発生した際のデフォルトのメッセージIDを設定する。
例 : "{0}は{1}文字で入力してください。"
- setFixLengthMessageId(String) - Method in class nablarch.test.core.entity.EntityTestConfiguration
-
桁数誤り時のメッセージIDを設定する(最大桁=最小桁)。
- setFloat(int, float) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setFloat(int, float) のラッパー。
- setFloat(int, float) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setFloat(int, float) のラッパー。
- setFlowNodeIdColumnName(String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
フローノードIDカラム名を設定する。
- setFlowNodeIdColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
フローノードIDカラム名を設定する。
- setFlowNodeNameColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
フローノード名カラム名を設定する。
- setFlowNodeTableName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
フローノード定義テーブル名を設定する。
- setFlowProceedConditionColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
フロー進行条件カラム名を設定する。
- setFlushEachRecordInWriting(boolean) - Method in class nablarch.core.dataformat.DataFormatConfig
-
レコードの書き込み毎にflushをするか否かを設定する。
- setForceFlushAfterWritingHeaders(boolean) - Method in class nablarch.fw.web.handler.HttpResponseHandler
-
HTTPヘッダーをwriteした直後にFlushするかどうかの設定
デフォルト値はtrueである。
- setFormArraySizeValueMaxLength(int) - Method in class nablarch.core.validation.ValidationManager
-
フォーム配列サイズ文字列の最大長を設定する。
- setFormatDir(String) - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
-
フォーマット定義ファイルの格納ディレクトリ(論理名)を設定する。
- setFormatFileDir(String) - Method in class nablarch.fw.messaging.reader.FwHeaderReader
-
業務データ部のフォーマット定義ファイルの配置先ディレクトリ論理名を設定する。
デフォルト値は"format"。
- setFormatFileDir(String) - Method in class nablarch.fw.messaging.StandardFwHeaderDefinition
-
フレームワーク制御ヘッダーのフォーマット定義ファイルが配置されている
ディレクトリの論理名を設定する。
設定を省略した場合のデフォルト値は"format"である。
- setFormatFileDirName(String) - Method in class nablarch.fw.messaging.reader.MessageReader
-
受信電文のフォーマット定義ファイルが配置されているディレクトリの
論理名を指定する。
- setFormatFileName(String) - Method in class nablarch.fw.messaging.reader.MessageReader
-
受信電文のフォーマット定義ファイル名を設定する。
- setFormatFileName(String) - Method in class nablarch.fw.messaging.StandardFwHeaderDefinition
-
フレームワーク制御ヘッダーのフォーマット定義ファイルのファイル名
を設定する。
設定を省略した場合のデフォルト値は"header.fmt"となる。
- setFormatFilePath(String) - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
使用していたフォーマットファイルのパスを設定する。
- setFormatter(DataRecordFormatter) - Method in class nablarch.fw.messaging.InterSystemMessage
-
メッセージボディのフォーマット定義を設定する。
- setFormatter(DataRecordFormatter) - Method in class nablarch.fw.messaging.StructuredRequestMessage
-
メッセージボディのフォーマット定義を設定する。
- setFormatter(DataRecordFormatter) - Method in class nablarch.fw.messaging.StructuredResponseMessage
-
メッセージボディのフォーマット定義を設定する。
- setFormatterName(String) - Method in class nablarch.core.text.DateTimeFormatter
-
フォーマッタの名前を設定する。
- setFormatterName(String) - Method in class nablarch.core.text.DateTimeStrFormatter
-
フォーマッタの名前を設定する。
- setFormatterName(String) - Method in class nablarch.core.text.NumberFormatter
-
フォーマッタの名前を設定する。
- setFormatterName(String) - Method in class nablarch.core.text.NumberStrFormatter
-
フォーマッタの名前を設定する。
- setFormatterOfReply(DataRecordFormatter) - Method in class nablarch.fw.messaging.RequestMessage
-
応答電文のフォーマットを指定する。
- setFormatterProperty(DataRecordFormatter) - Method in class nablarch.core.dataformat.FormatterFactory
-
データレコードフォーマッタにプロパティを設定する。
- setFormatters(List<Formatter<?>>) - Method in class nablarch.core.text.FormatterConfig
-
フォーマッタのリストを設定する。
- setFormClassName(String) - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
-
フォームクラス名を設定する。
- setFormClassPackage(String) - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
-
Formクラスの配置パッケージを設定する。
- setFormClassSuffix(String) - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
-
Formクラスのサフィックスを設定する。
メッセージをテーブルに登録する際に使用するFormクラスのクラス名のサフィックスとして使用する。
本設定を省略した場合、デフォルト値で「Form」が使用される。
- setFormContext(PageContext, FormContext) - Static method in class nablarch.common.web.tag.TagUtil
-
ページコンテキストにフォームコンテキストを設定する。
フォームのname属性が重複している場合は例外を送出する。
- setFormCreator(FormCreator) - Method in class nablarch.core.validation.ValidationManager
-
フォームの生成クラスをセットする。
セットしなかった場合、MapConstructorFormCreatorが使用される。
- setFormDefinitionCache(StaticDataCache<FormValidationDefinition>) - Method in class nablarch.core.validation.ValidationManager
-
FormValidationDefinitionをキャッシュするStaticDataCacheをセットする。
- setFormFactory(BeanValidationFormFactory) - Method in class nablarch.common.web.validator.BeanValidationStrategy
-
- setForwardPathMapping(Map<String, String>) - Method in class nablarch.fw.web.post.PostResubmitPreventHandler
-
Deprecated.
リクエストIDと遷移先パスのマッピングを設定する。
MapのキーにはリクエストIDを識別する値を、値には遷移先のパスを設定する。
- setFreeMemory(long) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
空きメモリ量(開始時)を設定する。
- setFrom(String) - Method in class nablarch.common.mail.MailContext
-
送信元メールアドレスを設定する。
- setFromColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
-
メール送信要求管理テーブルの送信者メールアドレスカラムの名前を設定する。
- setFwHeaderDefinition(FwHeaderDefinition) - Method in class nablarch.fw.messaging.handler.HttpMessagingRequestParsingHandler
-
フレームワーク制御ヘッダ定義を設定する。
- setFwHeaderDefinition(FwHeaderDefinition) - Method in class nablarch.fw.messaging.handler.HttpMessagingResponseBuildingHandler
-
フレームワーク制御ヘッダ定義を設定する。
- setFwHeaderDefinition(FwHeaderDefinition) - Method in class nablarch.fw.messaging.handler.MessageReplyHandler
-
応答電文中のフレームワーク制御ヘッダ定義を設定する。
- setFwHeaderDefinition(FwHeaderDefinition) - Method in class nablarch.fw.messaging.handler.MessageResendHandler
-
応答電文中のフレームワーク制御ヘッダ定義を設定する。
- setFwHeaderDefinition(FwHeaderDefinition) - Method in class nablarch.fw.messaging.reader.FwHeaderReader
-
フレームワーク制御ヘッダ定義を設定する。
- setFwHeaderDefinition(FwHeaderDefinition) - Method in class nablarch.fw.messaging.ResponseMessage
-
フレームワークヘッダ定義を設定する。
- setFwHeaderKeys(Map<String, String>) - Method in class nablarch.fw.messaging.reader.StructuredFwHeaderDefinition
-
フレームワーク制御ヘッダキー名リストを設定する
- setGateways(List<Gateway>) - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
ゲートウェイ定義を設定する。
- setGatewayTableName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
ゲートウェイテーブル名を設定する。
- setGatewayTypeColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
ゲートウェイタイプカラム名を設定する。
- setGroupAuthorityTableSchema(GroupAuthorityTableSchema) - Method in class nablarch.common.permission.BasicPermissionFactory
-
グループ権限テーブルのスキーマ情報を設定する。
- setGroupIdColumnName(String) - Method in class nablarch.common.permission.schema.GroupAuthorityTableSchema
-
グループIDカラムの名前を設定する。
- setGroupIdColumnName(String) - Method in class nablarch.common.permission.schema.GroupSystemAccountTableSchema
-
グループIDカラムの名前を設定する。
- setGroupIdColumnName(String) - Method in class nablarch.common.permission.schema.GroupTableSchema
-
グループIDカラムの名前を設定する。
- setGroupSystemAccountTableSchema(GroupSystemAccountTableSchema) - Method in class nablarch.common.permission.BasicPermissionFactory
-
グループシステムアカウントテーブルのスキーマ情報を設定する。
- setGroupTableSchema(GroupTableSchema) - Method in class nablarch.common.permission.BasicPermissionFactory
-
グループテーブルのスキーマ情報を設定する。
- setHandler(HttpRequestHandler) - Method in class nablarch.fw.jaxrs.AdoptHandlerResponseFinisher
-
ハンドラを設定する。
- setHandler(Handler<TRequest, TResult>) - Method in class nablarch.fw.RequestHandlerEntry
-
このハンドラエントリ内にハンドラを設定する。
- setHandlerList(List<Handler<?, ?>>) - Method in class nablarch.fw.invoker.BasicHandlerListBuilder
-
ハンドラリストを設定する。
- setHandlerList(List<Object>) - Method in class nablarch.fw.invoker.BasicPipelineListBuilder
-
ハンドラリストを設定する。
- setHandlerList(List<Handler<HttpRequest, ?>>) - Method in class nablarch.fw.jaxrs.JaxRsMethodBinderFactory
-
ハンドラリストを設定する。
- setHandlerListBuilder(HandlerListBuilder<TData>) - Method in class nablarch.fw.invoker.BasicHandlerListInvoker
-
- setHandlerListBuilder(PipelineListBuilder) - Method in class nablarch.fw.invoker.PipelineInvoker
-
- setHandlerListInvoker(HandlerListInvoker<TData, TResult>) - Method in class nablarch.fw.invoker.AsyncHandlerListInvoker
-
- setHandlerQueue(Collection<? extends Handler>) - Method in class nablarch.fw.HandlerQueueManager
-
ハンドラキューの内容を入れ替える。
- setHeader(String, Object) - Method in class nablarch.fw.messaging.InterSystemMessage
-
ヘッダーの値を設定する。
- setHeader(String, String) - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスヘッダの値を設定する。
- setHeader(String, String) - Method in class nablarch.fw.web.RestMockHttpRequest
-
HTTPリクエストヘッダの値を設定する。
- setHeaderFormatName(String) - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
-
ヘッダフォーマット名を設定する。
- setHeaderInfo(Map<String, List<String>>) - Method in class nablarch.fw.messaging.realtime.http.dto.HttpResult
-
ヘッダー情報を設定する
- setHeaderInfo(Map<String, List<String>>) - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
-
受信したヘッダ情報を設定する。
- setHeaderInfo(Map<String, List<String>>) - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractHttpStreamReader
-
ヘッダ情報を設定する。
- setHeaderInfo(Map<String, List<String>>) - Method in interface nablarch.fw.messaging.realtime.http.streamio.HttpInputStreamReader
-
HttpHeader情報を設定する。
- setHeaderItemList(List<String>) - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
-
ヘッダに設定する項目のリストを設定する。
- setHeaderMap(Map<String, ?>) - Method in class nablarch.fw.messaging.InterSystemMessage
-
ヘッダーの一覧を設定する。
(既存のヘッダーは全て削除される。)
- setHeaderMap(Map<String, String>) - Method in class nablarch.fw.web.MockHttpRequest
-
HTTPリクエストヘッダを格納したMapを設定する。
- setHeaderMap(Map<String, String>) - Method in class nablarch.fw.web.RestMockHttpRequest
-
- setHeaderMap(Map<String, String>) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
-
HTTPヘッダーを設定する。
- setHeaderRecord(Map<String, Object>) - Method in class nablarch.fw.messaging.SyncMessage
-
ヘッダレコードを設定する。
- setHealthCheckers(List<HealthChecker>) - Method in class nablarch.fw.web.handler.HealthCheckEndpointHandler
-
- setHealthCheckResponseBuilder(HealthCheckResponseBuilder) - Method in class nablarch.fw.web.handler.HealthCheckEndpointHandler
-
- setHealthyStatus(String) - Method in class nablarch.fw.web.handler.health.HealthCheckResponseBuilder
-
ヘルスチェックが成功した場合のステータスの表現を設定する。
デフォルトは"UP"。
- setHealthyStatusCode(int) - Method in class nablarch.fw.web.handler.health.HealthCheckResponseBuilder
-
ヘルスチェックが成功した場合のステータスコードを設定する。
デフォルトは"200"。
- setHeight(String) - Method in class nablarch.common.web.tag.ImgTag
-
XHTMLのheight属性を設定する。
- setHost(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
URI指定でhttpとhttpsを切り替える際に使用するホストのデフォルト値を設定する。
- setHost(String) - Method in class nablarch.fw.web.MockHttpRequest
-
ホストヘッダの値を設定する。
- setHost(String) - Method in class nablarch.fw.web.RestMockHttpRequest
-
- setHref(String) - Method in class nablarch.common.web.tag.AnchorTag
-
XHTMLのhref属性を設定する。
- setHref(String) - Method in class nablarch.common.web.tag.LinkTag
-
XHTMLのhref属性を設定する。
- setHreflang(String) - Method in class nablarch.common.web.tag.AnchorTag
-
XHTMLのhreflang属性を設定する。
- setHreflang(String) - Method in class nablarch.common.web.tag.LinkTag
-
XHTMLのhreflang属性を設定する。
- setHspace(String) - Method in class nablarch.common.web.tag.ImgTag
-
XHTMLのhspace属性を設定する。
- setHtmlChecker(HtmlChecker) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
HTMLチェッカーを設定する。
- setHtmlCheckerConfig(String) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
HtmlCheckツール設定ファイルのパスを設定する。
- setHtmlDumpDir(String) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
HTML出力ディレクトリを設定する。
- setHtmlEscape(boolean) - Method in class nablarch.common.web.tag.MessageTag
-
HTMLエスケープをするか否かを設定する。
デフォルトはtrue。
- setHtmlResourcesCharset(String) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
HTMLリソースの文字コードを設定する。
- setHtmlResourcesExtensionList(List<String>) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
ダンプディレクトリへコピーされるHTMLリソースの拡張子を設定する。
- setHtmlResourcesRoot(String) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
HTMLリソースのコピー先ディレクトリ名を設定する。
- setHttpDumpEnabled(boolean) - Method in class nablarch.fw.web.HttpServer
-
HTTPダンプ機能の有効化/無効化を設定する。
- setHttpDumpFilePath(String) - Method in class nablarch.fw.web.HttpServer
-
HTTPダンプの出力先ファイルパスを指定する。
- setHttpDumpRoot(String) - Method in class nablarch.fw.web.HttpServer
-
HTTPダンプの出力先フォルダのパスを設定する。
また、HTTPダンプ機能が無効化されている場合は有効化される。
- setHttpHeader(HttpRequest, HttpTestConfiguration) - Static method in class nablarch.test.core.http.HttpRequestTestSupport
-
HTTPHeaderを設定する。
すでにHttpRequestに設定されている項目は、設定しない。
- setHttpHeader(Map<String, String>) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
HTTPHeaderを設定する。
- setHttpOnly(boolean) - Method in class nablarch.fw.web.HttpCookie
-
HttpOnly Cookieか否かを設定する。
- setHttpVersion(String) - Method in class nablarch.fw.web.HttpResponse
-
HTTPバージョンを設定する。
デフォルト値は "HTTP/1.1" である。
- setHttpVersion(String) - Method in class nablarch.fw.web.MockHttpRequest
-
HTTPバージョン名を指定する。
- setHttpVersion(String) - Method in class nablarch.fw.web.RestMockHttpRequest
-
- setId(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
XHTMLのid属性を設定する。
- setId(String) - Method in class nablarch.common.web.tag.ScriptTag
-
XHTMLのid属性を設定する。
- setIdColumnName(String) - Method in class nablarch.common.code.schema.CodeNameSchema
-
IDカラムの名前を設定する。
- setIdColumnName(String) - Method in class nablarch.common.code.schema.CodePatternSchema
-
コードIDカラムの名前を設定する。
- setIdColumnName(String) - Method in class nablarch.common.idgenerator.FastTableIdGenerator
-
IDカラム物理名を設定する。
- setIdColumnName(String) - Method in class nablarch.common.idgenerator.TableIdGenerator
-
IDカラム物理名を設定する。
- setIdColumnName(String) - Method in class nablarch.core.message.BasicStringResourceLoader
-
メッセージIDカラム名をセットする。
- setIdGenerator(GenerationType, IdGenerator) - Method in class nablarch.common.dao.BasicDaoContext
-
IDジェネレータを設定する。
- setIdTable(Map<String, String>) - Method in class nablarch.common.idgenerator.SequenceIdGeneratorSupport
-
Deprecated.
採番対称を識別するIDとシーケンス名の紐付け用テーブルを設定する。
シーケンス名を文字列連結してSQL文を生成するため、シーケンス名にスペースがあった場合はエラーとし
SQLインジェクションの脆弱性への対応を行う。
- setIgnoredEntries(K...) - Method in class nablarch.core.util.map.CopyOnReadMap
-
同期処理の対象外とするエントリを追加する。
- setIgnoreHtmlResourceDirectory(List<String>) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
- setIgnoreRequestIds(String...) - Method in class nablarch.common.permission.PermissionCheckHandler
-
認可判定を行わないリクエストIDを設定する。
- setImmediate(boolean) - Method in class nablarch.fw.handler.DispatchHandler
-
ディスパッチされたハンドラの実行タイミングを指定する。
- setIncludeContext(PageContext, IncludeContext) - Static method in class nablarch.common.web.tag.IncludeContext
-
ページコンテキストにインクルードテキストを設定する。
- setInfoCss(String) - Method in class nablarch.common.web.tag.ErrorsTag
-
情報レベルのメッセージに使用するCSSクラス名を設定する。
- setInitialized(boolean) - Method in class nablarch.core.dataformat.LayoutDefinition
-
初期化が行われたかどうかのフラグを設定する。
- setInitializedComponent(Object) - Method in class nablarch.core.repository.di.ComponentHolder
-
初期化済みコンポーネントをセットする。
- setInitializeList(List<Object>) - Method in class nablarch.core.repository.initialization.BasicApplicationInitializer
-
初期化対象オブジェクトリストを設定する。
- setInitSqlList(List<String>) - Method in class nablarch.core.db.transaction.JdbcTransactionFactory
-
- setInjector(ComponentInjector) - Method in class nablarch.core.repository.di.ComponentDefinition
-
コンポーネントで使用するComponentInjectorをセットする。
- setInputCount(long) - Method in class nablarch.fw.batch.ee.progress.BasicProgressManager
-
- setInputCount(long) - Method in interface nablarch.fw.batch.ee.progress.ProgressManager
-
処理対象の件数を設定する。
- setInputName(String) - Method in class nablarch.common.web.tag.ChangeParamNameTag
-
変更元となる元画面のinput要素のname属性を設定する。
- setInputPage(PageContext) - Static method in class nablarch.common.web.tag.TagUtil
-
JSPが生成する画面が入力画面であることを設定する。
このメソッド呼び出し後のJSPでは、入力項目のカスタムタグが入力画面用の出力を行う。
- setInputSourcePath(String) - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
例外発生原因となった入出力元(ファイルなど)のパスを設定する。
- setInputStream(InputStream) - Method in interface nablarch.core.dataformat.DataRecordFormatter
-
入力ストリームを設定する。
- setInputStream(InputStream) - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
-
入力ストリームを設定する。
- setInputStream(InputStream) - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
-
入力ストリームを設定する。
- setInputStream(InputStream) - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
-
入力ストリームを設定する。
- setInputStream(InputStream) - Method in class nablarch.fw.web.ResponseBody
-
ボディの内容を格納した入力ストリームを設定する。
- setInsertMode(DbToDbStepConfig.InsertMode) - Method in class nablarch.etl.config.DbToDbStepConfig
-
INSERTモードを設定する。
- setInstanceFlowNodeTableName(String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
インスタンスフローノードテーブル名を設定する。
- setInstanceIdColumnName(String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
インスタンスIDカラム名を設定する。
- setInstanceIdGenerateId(String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
インスタンスIDを採番する際に使用する採番対象IDを設定する。
- setInstanceIdGenerator(IdGenerator) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
インスタンスIDを採番するジェネレーターを設定する。
- setInstanceIdLength(int) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
インスタンスIDの桁数を設定する。
インスタンスIDは、指定された桁数となるよう先頭に"0"を付加する。
設定を省略した場合は、10桁のインスタンスIDが採番される。
- setInstanceTableName(String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
ワークフローインスタンステーブル名を設定する。
- setInt(int, int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setInt(int, int) のラッパー。
- setInt(int, int) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setInt(int, int) のラッパー。
- setInterceptor(Annotation) - Method in class nablarch.fw.Interceptor.Impl
-
- setInternalRequestId(String) - Static method in class nablarch.core.ThreadContext
-
スレッドローカルに内部リクエストIDを設定する。
- setInterpreters(List<TestDataInterpreter>) - Method in class nablarch.test.core.reader.BasicTestDataParser
-
- setInterpreters(List<TestDataInterpreter>) - Method in interface nablarch.test.core.reader.TestDataParser
-
テストデータの解釈クラスを設定する。
- setInterpreters(List<TestDataInterpreter>) - Method in class nablarch.test.core.util.interpreter.CompositeInterpreter
-
- setInterval(int) - Method in class nablarch.core.log.app.BasicCommitLogger
-
間隔を設定する。
- setInvalidDigitsFractionMessageId(String) - Method in class nablarch.core.validation.convertor.NumberConvertorSupport
-
小数部を指定した場合の桁数不正時のデフォルトのエラーメッセージのメッセージIDを設定する。
デフォルトメッセージの例 : "{0}には整数部{1}桁以下、小数部{2}桁以下の数値を入力してください。"
- setInvalidDigitsIntegerMessageId(String) - Method in class nablarch.core.validation.convertor.NumberConvertorSupport
-
小数部を指定しなかった場合の桁数不正時のデフォルトのエラーメッセージのメッセージIDを設定する。
デフォルトメッセージの例 : "{0}には{1}桁以下の数値を入力してください。"
- setInvalidSizeKeyMessageId(String) - Method in class nablarch.core.validation.ValidationManager
-
ValidationTargetアノテーションのsizeKeyに不正な長さを指定した際のエラーメッセージIDを設定する。
- setIsAssertApplicationMessageId(boolean) - Method in class nablarch.test.core.http.TestCaseInfo
-
メッセージIDの検証を行うかどうかを設定する。
- setIsAssertRequestScopeVar(boolean) - Method in class nablarch.test.core.http.TestCaseInfo
-
リクエストスコープ値を比較検証するかどうかを設定する
- setIsmap(String) - Method in class nablarch.common.web.tag.ImgTag
-
XHTMLのismap属性を設定する。
- setIsolationLevel(int) - Method in class nablarch.core.db.connection.BasicDbConnection
-
アイソレーションレベルを設定する。
- setIsolationLevel(int) - Method in interface nablarch.core.db.connection.TransactionManagerConnection
-
アイソレーションレベルを設定する。
- setIsolationLevel(String) - Method in class nablarch.core.db.transaction.JdbcTransactionFactory
-
アイソレーションレベルを設定する。
設定できる値は、下記のとおり。
READ_COMMITTED:Connection.TRANSACTION_READ_COMMITTED
READ_UNCOMMITTED:Connection.TRANSACTION_READ_UNCOMMITTED
REPEATABLE_READ:Connection.TRANSACTION_REPEATABLE_READ
SERIALIZABLE:Connection.TRANSACTION_SERIALIZABLE
アイソレーションレベルが設定されない場合は、デフォルトでConnection.TRANSACTION_READ_COMMITTED が使用される。
- setIsolationLevel(String) - Method in class nablarch.integration.messaging.wmq.xa.WmqXATransactionFactory
-
アイソレーションレベルを設定する。
設定できる値は、下記のとおり。
READ_COMMITTED:Connection.TRANSACTION_READ_COMMITTED
READ_UNCOMMITTED:Connection.TRANSACTION_READ_UNCOMMITTED
REPEATABLE_READ:Connection.TRANSACTION_REPEATABLE_READ
SERIALIZABLE:Connection.TRANSACTION_SERIALIZABLE
アイソレーションレベルが設定されない場合は、
デフォルトでConnection.TRANSACTION_READ_COMMITTED が使用される。
- setIv(String) - Method in class nablarch.common.encryption.AesEncryptor
-
- setIv(String) - Method in class nablarch.common.encryption.Base64Key
-
暗号化に使用するIV(128bit)を設定する。
- setJdbcTransactionTimeoutHandler(JdbcTransactionTimeoutHandler) - Method in class nablarch.core.db.connection.BasicDbConnection
-
トランザクションタイムアウトハンドラを設定する。
- setJdbcTransactionTimeoutHandler(JdbcTransactionTimeoutHandler) - Method in interface nablarch.core.db.connection.TransactionManagerConnection
-
トランザクションタイムアウトハンドラを設定する。
- setJdbcTransactionTimeoutHandler(JdbcTransactionTimeoutHandler) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
トランザクションタイムアウトタイマーを設定する。
本設定値を省略した場合、トランザクションのタイムアウト処理は行われない。
- setJdbcTransactionTimeoutHandler(JdbcTransactionTimeoutHandler) - Method in interface nablarch.core.db.statement.SqlStatement
-
トランザクションタイムアウトタイマーを設定する。
本設定値を省略した場合、トランザクションのタイムアウト処理は行われない。
- setJndiHelper(JndiHelper) - Method in class nablarch.fw.messaging.provider.JndiLookingUpJmsMessagingProvider
-
JNDIサポートクラスを設定する。
- setJndiProperties(Map<String, String>) - Method in class nablarch.core.db.connection.BasicDbConnectionFactoryForJndi
-
JNDIプロパティを設定する。
- setJndiProperties(Map<String, String>) - Method in class nablarch.core.repository.jndi.JndiHelper
-
JNDIプロパティを設定する。
- setJndiResourceName(String) - Method in class nablarch.core.db.connection.BasicDbConnectionFactoryForJndi
-
JNDIリソース名を設定する。
- setJndiResourceName(String) - Method in class nablarch.core.repository.jndi.JndiHelper
-
- setJsonDataConvertorFactory(JsonDataConvertorFactory) - Method in class nablarch.core.dataformat.convertor.JsonDataConvertorSetting
-
- setJsTestResourceDir(String) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
クライアントスクリプトテスト用リソース配置ディレクトリパスを設定する。
- setKey(String) - Method in class nablarch.common.encryption.AesEncryptor
-
- setKey(String) - Method in class nablarch.common.encryption.Base64Key
-
暗号化に使用する共通鍵(128bit)を設定する。
- setKey(String) - Method in class nablarch.core.repository.di.config.MapEntryDefinition
-
キーの文字列表現をセットする。
- setKey(String) - Method in class nablarch.core.repository.di.config.xml.schema.Entry
-
Sets the value of the key property.
- setKey(String) - Method in class nablarch.integration.health.RedisHealthChecker
-
存在チェックに使用するキーを設定する。
- setKeyComponent(Component) - Method in class nablarch.core.repository.di.config.xml.schema.Entry
-
Sets the value of the keyComponent property.
- setKeyId(int) - Method in class nablarch.core.repository.di.config.MapEntryDefinition
-
キーのコンポーネントIDをセットする。
- setKeyName(String) - Method in class nablarch.core.repository.di.config.xml.schema.Entry
-
Sets the value of the keyName property.
- setKeyNames(String) - Method in class nablarch.common.web.tag.CompositeKeyCheckedInputTagSupport
-
パラメータのキー名を設定する。
- setKeyRef(String) - Method in class nablarch.core.repository.di.config.MapEntryDefinition
-
キーの参照名をセットする。
- setKeyType(MapEntryDefinition.DataType) - Method in class nablarch.core.repository.di.config.MapEntryDefinition
-
キーの種類をセットする。
- setLabel(String) - Method in class nablarch.common.web.tag.CheckedInputTagSupport
-
ラベルを設定する。
- setLabelPattern(String) - Method in class nablarch.common.web.tag.CodeCheckboxTag
-
ラベルを整形するパターンを設定する。
- setLabelPattern(String) - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
-
ラベルを整形するパターンを設定する。
- setLabelPattern(String) - Method in class nablarch.common.web.tag.CodeSelectTag
-
ラベルを整形するパターンを設定する。
- setLabelPattern(String) - Method in class nablarch.common.web.tag.CodeTag
-
ラベルを整形するパターンを設定する。
- setLabelPattern(String) - Method in class nablarch.common.web.tag.CodeTagWriterSupport
-
ラベルを整形するパターンを設定する。
- setLaneIdColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
レーンIDカラム名を設定する。
- setLaneNameColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
レーン名カラム名を設定する。
- setLanes(List<Lane>) - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
レーン定義を設定する。
- setLaneTableName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
レーンテーブル名を設定する。
- setLang(String) - Method in class nablarch.common.mail.TemplateMailContext
-
言語を設定する。
- setLang(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
XHTMLのlang属性を設定する。
- setLangColumnName(String) - Method in class nablarch.common.code.schema.CodeNameSchema
-
言語カラムの名前を設定する。
- setLangColumnName(String) - Method in class nablarch.common.mail.MailTemplateTable
-
メールテンプレート管理テーブルの言語カラムの名前を設定する。
- setLangColumnName(String) - Method in class nablarch.core.message.BasicStringResourceLoader
-
言語カラム名をセットする。
- setLanguage(String) - Method in class nablarch.common.web.tag.MessageTag
-
メッセージの言語を設定する。
- setLanguage(String) - Method in class nablarch.common.web.tag.ScriptTag
-
XHTMLのlanguage属性を設定する。
- setLanguage(Locale) - Static method in class nablarch.core.ThreadContext
-
スレッドローカルに言語を設定する。
- setLastRecordNumber(int) - Method in class nablarch.fw.ExecutionContext
-
データリーダが、現時点で物理的に読み込んでいるレコードのレコード番号を設定する。
- setLastSubmitCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのlastSubmitCss属性のデフォルト値を設定する。
- setLastSubmitLabel(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのlastSubmitLabel属性のデフォルト値を設定する。
- setLastSubmitName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのlastSubmitName属性のデフォルト値を設定する。
- setLastSubmitTag(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのlastSubmitTag属性のデフォルト値を設定する。
下記のいずれかを指定する。
submitLink
submit
button
- setLastSubmitType(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのlastSubmitType属性のデフォルト値を設定する。
- setLayoutFile(String) - Method in class nablarch.fw.reader.FileDataReader
-
拡張子を除いた、フォーマット定義ファイルのファイル名を設定する。
"format"という論理名のベースパス配下に存在する当該ファイルがフォーマット定義ファイルとして使用される。
- setLayoutFile(String, String) - Method in class nablarch.fw.reader.FileDataReader
-
フォーマット定義ファイルのベースパス論理名および拡張子を除いたファイル名を設定する。
設定した論理名のペースパス配下に存在する当該ファイルがフォーマット定義ファイルとして使用される。
- setLength(int) - Method in class nablarch.common.idgenerator.formatter.LpadFormatter
-
桁数を設定する。
- setLengths(List<String>) - Method in class nablarch.test.core.file.DataFileFragment
-
フィールド長を設定する。
フィールド長の要素数はフィールド名と同じでなければならない。
- setLikeConditionPropsTo(BasicSqlPStatement) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
- setLikeEscapeChar(char) - Method in class nablarch.core.db.statement.BasicSqlParameterParser
-
エスケープ文字を設定する。
SQL文のlike句に埋め込む条件のエスケープに使用する文字を設定する。
ここで設定した文字は、like条件のescape句に自動設定される。
- setLikeEscapeChar(char) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
like条件のエスケープ文字を設定する。
- setLikeEscapeChar(String) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
like条件のエスケープ文字を設定する。
- setLikeEscapeChar(char) - Method in interface nablarch.core.db.statement.SqlParameterParser
-
like条件のエスケープ対象文字をエスケープする文字を設定する。
本メソッドで設定されたSQL文は、解析後のSQL文のescape句に埋め込まれる。
- setLikeEscapeTargetCharList(char[]) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
like条件のエスケープ対象の文字リスト。
例:エスケープ対象の文字が、「%,%,_,_」の場合
- setLikeEscapeTargetCharList(String) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
like条件のエスケープ対象の文字リスト(カンマ区切りの文字列)を設定する。
- setLineNo(int) - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag.TagAttribute
-
属性値の行番号を設定する。
- setLineNumber(Long) - Method in class nablarch.etl.WorkItem
-
行数を設定する。
- setLineSeparator(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
カスタムタグが出力時に使用する改行コードを設定する。
下記のいずれかを指定する。
LF(Line Feed)
CR(Carriage Return)
CRLF
デフォルトはLF。
- setLineSeparator(String) - Method in class nablarch.test.core.util.interpreter.LineSeparatorInterpreter
-
- setList(List) - Method in class nablarch.core.repository.di.config.xml.schema.Property
-
Sets the value of the list property.
- setListener(DatabaseRecordListener) - Method in class nablarch.fw.reader.DatabaseRecordReader
-
データベースレコードリスナを設定する。
リスナに定義されたコールバック処理は、
処理対象レコードをキャッシュするためのデータベースアクセス前に実行される。
本リーダにリスナを設定することで、
処理対象レコードをデータベースから取得する前に任意の処理を実行することができる。
- setListFormat(String) - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
-
リスト表示時に使用するフォーマットを設定する。
- setListFormat(String) - Method in class nablarch.common.web.tag.CodeSelectTag
-
リスト表示時に使用するフォーマットを設定する。
- setListFormat(String) - Method in class nablarch.common.web.tag.CodeTag
-
リスト表示時に使用するフォーマットを設定する。
- setListFormat(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
selectタグ、radioButtonsタグ、checkboxesタグのlistFormat属性のデフォルト値を設定する。
下記のいずれかを指定する。
br(brタグ)
div(divタグ)
span(spanタグ)
ul(ulタグ)
ol(olタグ)
sp(スペース区切り)
- setListFormat(String) - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
-
リスト表示時に使用するフォーマットを設定する。
- setListFormat(String) - Method in class nablarch.common.web.tag.ListSelectTag
-
リスト表示時に使用するフォーマットを設定する。
- setListFormat(ListFormat) - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
-
リスト表示時に使用するフォーマットを設定する。
- setListName(String) - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
-
リストを取得するための名前を設定する。
- setListName(String) - Method in class nablarch.common.web.tag.ListSelectTag
-
リストを取得するための名前を設定する。
- setListName(String) - Method in class nablarch.common.web.tag.ListTagWriterSupport
-
リストを取得するための名前を設定する。
- setListSearchResultWrapperCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのlistSearchResultWrapperCss属性のデフォルト値を設定する。
- setLoader(StaticDataLoader<T>) - Method in class nablarch.core.cache.BasicStaticDataCache
-
静的データのローダを設定する。
- setLoadOnStartup(boolean) - Method in class nablarch.core.cache.BasicStaticDataCache
-
初期化時ロード要否を設定する。
- setLocales(List<String>) - Method in class nablarch.core.message.PropertiesStringResourceLoader
-
ロケール一覧を設定する。
- setLocation(String) - Method in class nablarch.fw.web.HttpResponse
-
Locationの値を設定する。
リダイレクト時のHTTPクライアントの遷移先URIを設定する。
デフォルトでは設定されない。
- setLong(int, long) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setLong(int, long) のラッパー。
- setLong(int, long) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setLong(int, long) のラッパー。
- setLongdesc(String) - Method in class nablarch.common.web.tag.ImgTag
-
XHTMLのlongdesc属性を設定する。
- setMailAddressColumnName(String) - Method in class nablarch.common.mail.MailRecipientTable
-
メール送信先テーブルの送信先メールアドレスカラムの名前を設定する。
- setMailAttachedFileTable(MailAttachedFileTable) - Method in class nablarch.common.mail.MailRequester
-
添付ファイル管理テーブルのスキーマ情報を設定する。
- setMailBody(String) - Method in class nablarch.common.mail.FreeTextMailContext
-
本文を設定する。
- setMailBody(String) - Method in class nablarch.common.mail.MailContext
-
本文を設定する。
- setMailBodyColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
-
メール送信要求管理テーブルの本文カラムの名前を設定する。
- setMailBodyColumnName(String) - Method in class nablarch.common.mail.MailTemplateTable
-
メールテンプレート管理テーブルの本文カラムの名前を設定する。
- setMailConfig(MailConfig) - Method in class nablarch.common.mail.MailRequester
-
メール関連のコード値を保持するデータオブジェクトを設定する。
- setMailConfig(MailConfig) - Method in class nablarch.common.mail.MailRequestTable
-
メール関連のコード値を保持するデータオブジェクトを設定する。
- setMailHost(String) - Method in class nablarch.common.mail.MailSessionConfig
-
接続ホスト名を設定する。
- setMailRecipientTable(MailRecipientTable) - Method in class nablarch.common.mail.MailRequester
-
メール送信先管理テーブルのスキーマ情報を設定する。
- setMailRequestConfig(MailRequestConfig) - Method in class nablarch.common.mail.MailRequester
-
メール送信要求共通設定を保持するデータオブジェクトを設定する。
- setMailRequestCountMessageId(String) - Method in class nablarch.common.mail.MailConfig
-
メール送信要求件数出力時のメッセージIDを設定する。 *
- setMailRequestIdColumnName(String) - Method in class nablarch.common.mail.MailAttachedFileTable
-
添付ファイル管理テーブルの要求IDカラムの名前を設定する。
- setMailRequestIdColumnName(String) - Method in class nablarch.common.mail.MailRecipientTable
-
メール送信先テーブルの要求IDカラムの名前を設定する。
- setMailRequestIdColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
-
メール送信要求管理テーブルの要求IDカラムの名前を設定する。
- setMailRequestIdGenerator(IdGenerator) - Method in class nablarch.common.mail.MailRequester
-
メール送信要求IDジェネレータを設定する。
- setMailRequestSbnId(String) - Method in class nablarch.common.mail.MailConfig
-
メール送信要求IDの採番対象識別IDを設定する。
- setMailRequestTable(MailRequestTable) - Method in class nablarch.common.mail.MailRequester
-
mailSendRequestTable メール送信要求管理テーブルのスキーマ情報を設定する。
- setMailSendPatternId(String) - Method in class nablarch.common.mail.MailContext
-
メール送信パターンIDを設定する。
メール送信パターンIDを指定して未送信データを送信する場合は必須。
- setMailSendPatternIdColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
-
メール送信要求管理テーブルのメール送信パターンIDをのカラム名を設定する。
- setMailSmtpConnectionTimeout(String) - Method in class nablarch.common.mail.MailSessionConfig
-
接続タイムアウト値を設定する。
- setMailSmtpHost(String) - Method in class nablarch.common.mail.MailSessionConfig
-
SMTPサーバー名を設定する。
- setMailSmtpPort(String) - Method in class nablarch.common.mail.MailSessionConfig
-
SMTPポートを設定する。
- setMailSmtpTimeout(String) - Method in class nablarch.common.mail.MailSessionConfig
-
送信タイムアウト値を設定する。
- setMailTemplateIdColumnName(String) - Method in class nablarch.common.mail.MailTemplateTable
-
メールテンプレート管理テーブルのテンプレートIDカラムの名前を設定する。
- setMailTemplateTable(MailTemplateTable) - Method in class nablarch.common.mail.TinyTemplateEngineMailProcessor
-
メールテンプレート管理テーブルのスキーマ情報を設定する。
- setMailTransactionManager(SimpleDbTransactionManager) - Method in class nablarch.common.mail.MailRequester
-
メール送信時に利用するトランザクションマネージャを設定する。
- setMap(Map) - Method in class nablarch.core.repository.di.config.xml.schema.Property
-
Sets the value of the map property.
- setMappingTable(Map<String, String>) - Method in class nablarch.test.core.file.BasicDataTypeMapping
-
マッピング表を設定する。
以下の要素を持つMapを設定する。
キーに外部インタフェース設計書上のデータ型記法を指定する。
値には、そのキーに対応するフレームワーク上のデータ型シンボルを設定する。
- setMatchPattern(String) - Method in class nablarch.test.core.util.interpreter.LineSeparatorInterpreter
-
改行コードを表すパターンを設定する。
例: "\r"で改行コードを表現する場合、"\\\\r"を設定する。
- setMax(long) - Method in class nablarch.common.dao.EntityList
-
検索結果の取得最大件数を設定する。
- setMax(int) - Method in class nablarch.core.db.cache.ResultSetCacheKeyBuilder
-
最大件数を設定する。
(省略時は0)
- setMax(Integer) - Method in class nablarch.core.db.support.ListSearchInfo
-
1ページあたりの最大取得件数を設定する。
- setMaxAge(long) - Method in class nablarch.fw.jaxrs.cors.BasicCors
-
プリフライトリクエストの結果をキャッシュしてよい時間(秒)を設定する。
- setMaxAge(Integer) - Method in class nablarch.fw.web.HttpCookie
-
このクッキーの最長の存続期間(秒)を指定する。
- setMaxAndMinMessageId(String) - Method in class nablarch.core.validation.validator.DecimalRangeValidator
-
最小値と最大値を指定した際のメッセージのIDを設定する。
- setMaxAndMinMessageId(String) - Method in class nablarch.core.validation.validator.LengthValidator
-
最大文字列長を越えるエラーが発生した際に、最小文字列が指定されていた場合のデフォルトのエラーメッセージのメッセージIDを設定する。
例 : "{0}は{1}文字以上{2}文字以下で入力してください。"
- setMaxAndMinMessageId(String) - Method in class nablarch.core.validation.validator.NumberRangeValidator
-
バリデーションの条件に最大値と最小値が指定されていた場合のデフォルトのエラーメッセージのメッセージIDを設定する。
例 : "{0}は{1}以上{2}以下で入力してください。"
- setMaxAndMinMessageId(String) - Method in class nablarch.test.core.entity.EntityTestConfiguration
-
桁数超過時のメッセージIDを設定する(最大桁>最小桁)。
- setMaxArraySize(int) - Method in class nablarch.core.dataformat.FieldDefinition
-
フィールドの最大配列要素数を設定する。
- setMaxAttachedFileSize(int) - Method in class nablarch.common.mail.MailRequestConfig
-
最大添付ファイルサイズを設定する。
- setMaxCount(int) - Method in class nablarch.fw.handler.DataReadHandler
-
データ読み込みの上限回数を指定する。
上限に達した段階で、実行コンテキスト上のreaderを除去する。
それ以降は、ExecutionContext#hanNextData() の結果は常にfalseを返す。
デフォルトの設定値は0 (=無制限)
なお、この値に正数を指定している場合は、読み込み回数のカウントアップの際に
同期処理が行われる。
- setMaxInactiveInterval(int) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
- setMaxlength(int) - Method in class nablarch.common.web.tag.FileTag
-
XHTMLのmaxlength属性を設定する。
- setMaxlength(int) - Method in class nablarch.common.web.tag.PasswordTag
-
XHTMLのmaxlength属性を設定する。
- setMaxlength(int) - Method in class nablarch.common.web.tag.TextareaTag
-
HTML5のmaxlength属性を設定する。
- setMaxlength(int) - Method in class nablarch.common.web.tag.TextTag
-
XHTMLのmaxlength属性を設定する。
- setMaxMemory(long) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
最大メモリ量(開始時)を設定する。
- setMaxMemory(long) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
最大メモリ量を設定する。
- setMaxMessageId(String) - Method in class nablarch.core.validation.validator.DecimalRangeValidator
-
最大値のみ指定した際のメッセージのIDを設定する。
- setMaxMessageId(String) - Method in class nablarch.core.validation.validator.LengthValidator
-
最大文字列長を越えるエラーが発生した際に、最小文字列が指定されていなかった場合のデフォルトのエラーメッセージのメッセージIDを設定する。
例 : "{0}は{2}文字以下で入力してください。"
- setMaxMessageId(String) - Method in class nablarch.core.validation.validator.NumberRangeValidator
-
バリデーションの条件に最大値のみが指定されていた場合のデフォルトのエラーメッセージのメッセージID。
例 : "{0}は{2}以下で入力してください。"
- setMaxMessageId(String) - Method in class nablarch.test.core.entity.EntityTestConfiguration
-
桁数超過時のメッセージIDを設定する(最大桁のみ)。
- setMaxRecipientCount(int) - Method in class nablarch.common.mail.MailRequestConfig
-
最大宛先数を設定する。
- setMaxResultCount(int) - Method in class nablarch.core.db.support.ListSearchInfo
-
検索結果の最大件数(上限)を設定する。
- setMaxRetryTime(long) - Method in class nablarch.fw.handler.retry.RetryContextFactorySupport
-
最長リトライ時間(単位:msec)を設定する。
ハンドラ構成によっては、処理が正常終了し続ける間、
リトライ制御を行う側まで制御が戻ってこないケースが存在する。
RequestThreadLoopHandler を使用する場合が該当する。
このような場合に、リトライが成功したか否かをリトライ制御を行う側が判断するために、
最長リトライ時間を設けている。リトライ経過時間が最長リトライ時間を超えている場合は
リトライが成功したと判断する。
デフォルトは15分。
- setMaxRows(int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
Statement.setMaxRows(int) のラッパー。
- setMaxRows(int) - Method in interface nablarch.core.db.statement.SqlStatement
-
Statement.setMaxRows(int) のラッパー。
- setMaxRows(int) - Method in class nablarch.integration.doma.DomaStatementProperties
-
最大行数の制限値をセットする。
- setMedia(String) - Method in class nablarch.common.web.tag.LinkTag
-
XHTMLのmedia属性を設定する。
- setMergeOnColumns(List<String>) - Method in class nablarch.etl.config.DbToDbStepConfig
-
MERGEのON句に指定するカラム名を設定する。
- setMessageFormat(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
errorタグのmessageFormat属性のデフォルト値を設定する。
下記のいずれかを指定する。
div
span
- setMessageFormat(String) - Method in class nablarch.common.web.tag.ErrorTag
-
メッセージ表示時に使用するフォーマットを設定する。
- setMessageFormatFileNamePattern(String) - Method in class nablarch.fw.messaging.reader.FwHeaderReader
-
受信電文のフォーマット定義ファイル名のパターン文字列を設定する。
デフォルトの設定では、以下の名称のフォーマット定義ファイルを取得する。
- setMessageId(String) - Method in class nablarch.common.code.validator.CodeValueValidator
-
コードに含まれない値が指定された場合のデフォルトのエラーメッセージのメッセージIDを設定する。
例 : "{0}には\"{1}\"のいずれかの値を指定してください。"
※通常コードは画面上のドロップダウンやセレクトボックスで選択することが多い。
この場合、このエラーメッセージはプログラムバグかユーザによるプログラム改竄以外に表示されることはない。
このため、本エラーメッセージはインプットボックスでコードを入力するという特殊な入力を行う画面以外では使用されない。
- setMessageId(String) - Method in class nablarch.common.web.tag.MessageTag
-
メッセージIDを設定する。
- setMessageId(String) - Method in class nablarch.common.web.token.BasicDoubleSubmissionHandler
-
二重サブミットと判定した場合の遷移先画面に表示するエラーメッセージに使用するメッセージIDを設定する。
OnDoubleSubmission アノテーションで個別に指定していない場合は、ここに指定したメッセージIDを使用する。
- setMessageId(String) - Method in class nablarch.core.validation.validator.CharacterLimitationValidator
-
有効文字以外が入力された場合のデフォルトのエラーメッセージのメッセージIDを設定する。
- setMessageId(String) - Method in class nablarch.core.validation.validator.RequiredValidator
-
デフォルトのエラーメッセージのメッセージIDを設定する。
例 : "{0}は必ず入力してください。"
- setMessageId(String) - Method in class nablarch.core.validation.validator.unicode.CharsetDefSupport
-
文字種チェックでエラーが発生した際にデフォルトで使用するメッセージIDを設定する。
- setMessageId(String) - Method in class nablarch.fw.messaging.InterSystemMessage
-
メッセージIDを設定する。
メッセージIDはMOM側で採番される値であり、
このメソッドは単体テスト用に便宜的に容易されているものである。
- setMessageIdColumnName(String) - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
-
メッセージIDを保持するカラムの名称を設定する。
(デフォルトは"MESSAGE_ID")
- setMessageReader(DataReader<ReceivedMessage>) - Method in class nablarch.fw.messaging.reader.FwHeaderReader
-
受信電文を読み込むリーダを設定する。
- setMessageResource(StringResourceHolder) - Method in class nablarch.core.validation.ValidationManager
-
メッセージリソースをセットする。
- setMessagingExceptionFactory(MessagingExceptionFactory) - Method in interface nablarch.fw.messaging.MessagingProvider
-
- setMessagingExceptionFactory(MessagingExceptionFactory) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
-
- setMessagingExceptionFactory(MessagingExceptionFactory) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
- setMessagingExceptionFactory(MessagingExceptionFactory) - Method in class nablarch.test.core.messaging.MockMessagingProvider
-
- setMessagingExceptionFactory(MessagingExceptionFactory) - Method in class nablarch.test.core.messaging.RequestTestingMessagingProvider
-
- setMessagingProvider(MessagingProvider) - Method in class nablarch.fw.messaging.handler.MessagingContextHandler
-
メッセージング機能実装を設定する。
- setMeterBinderListProvider(MeterBinderListProvider) - Method in class nablarch.integration.micrometer.MeterRegistryFactory
-
- setMethod(String) - Method in class nablarch.common.web.tag.FormTag
-
XHTMLのmethod属性を設定する。
デフォルトはpost。
- setMethod(String) - Method in class nablarch.fw.web.MockHttpRequest
-
HTTPリクエストメソッド名を設定する。
- setMethod(String) - Method in class nablarch.fw.web.RestMockHttpRequest
-
- setMethodBinder(MethodBinder<?, ?>) - Method in class nablarch.fw.HandlerQueueManager
-
メソッドレベルの処理委譲を行うコンポーネントを指定する。
- setMethodBinderFactory(MethodBinderFactory) - Method in class nablarch.fw.web.handler.RoutingHandlerSupport
-
- setMethodName(String) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
メソッド名を設定する。
- setMinArraySize(int) - Method in class nablarch.core.dataformat.FieldDefinition
-
フィールドの最小配列要素数を設定する。
- setMinMessageId(String) - Method in class nablarch.core.validation.validator.DecimalRangeValidator
-
最小値のみ指定した際のメッセージのIDを設定する。
- setMinMessageId(String) - Method in class nablarch.core.validation.validator.NumberRangeValidator
-
バリデーションの条件に最小値のみが指定されていた場合のデフォルトのエラーメッセージのメッセージIDを設定する。
例 : "{0}は{1}以上で入力してください。"
- setMode(ValidationStepConfig.Mode) - Method in class nablarch.etl.config.ValidationStepConfig
-
処理の継続モードを設定する。
- setMode(String) - Method in class nablarch.fw.web.handler.secure.XssProtectionHeader
-
モードを設定する。
- setMqmdFieldsOperator(WmqMqmdFieldsOperator) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
- setMultiInputMessageId(String) - Method in class nablarch.core.validation.convertor.NumberConvertorSupport
-
入力値に複数の文字列が設定された場合のデフォルトのエラーメッセージのメッセージIDを設定する。
デフォルトメッセージの例 : "{0}の値が不正です。"
- setMultiInstanceTypeColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
マルチインスタンスタイプカラム名を設定する。
- setMultipart(Map<String, List<PartInfo>>) - Method in class nablarch.fw.web.HttpRequest
-
マルチパートを設定する。
- setMultipart(HttpRequest) - Method in class nablarch.test.core.http.HttpRequestTestSupportHandler
-
マルチパート情報を設定する。
- setMultiple(boolean) - Method in class nablarch.common.web.tag.FileTag
-
HTML5のmultiple属性を設定する。
- setMultiple(boolean) - Method in class nablarch.common.web.tag.SelectTagSupport
-
XHTMLのmultiple属性を設定する。
- setName(String) - Method in class nablarch.common.web.session.SessionStore
-
セッションストア名を設定する。
- setName(String) - Method in class nablarch.common.web.tag.AnchorTag
-
XHTMLのname属性を設定する。
- setName(String) - Method in class nablarch.common.web.tag.ButtonTagSupport
-
XHTMLのname属性を設定する。
- setName(String) - Method in class nablarch.common.web.tag.CodeTag
-
XHTMLのname属性を設定する。
- setName(String) - Method in class nablarch.common.web.tag.ErrorTag
-
エラーメッセージを表示する入力項目のname属性を設定する。
- setName(String) - Method in class nablarch.common.web.tag.FormTag
-
XHTMLのname属性を設定する。
- setName(String) - Method in class nablarch.common.web.tag.ImgTag
-
XHTMLのname属性を設定する。
- setName(String) - Method in class nablarch.common.web.tag.InputTagSupport
-
XHTMLのname属性を設定する。
- setName(String) - Method in class nablarch.common.web.tag.ParamTagSupport
-
値を取得するための名前を設定する。
- setName(String) - Method in class nablarch.common.web.tag.SelectTagSupport
-
XHTMLのname属性を設定する。
- setName(String) - Method in class nablarch.common.web.tag.SetTag
-
値を取得するための名前を設定する。
- setName(String) - Method in class nablarch.common.web.tag.SubmitLinkTagSupport
-
XHTMLのname属性を設定する。
- setName(String) - Method in class nablarch.common.web.tag.TextareaTag
-
XHTMLのname属性を設定する。
- setName(String) - Method in class nablarch.common.web.tag.WriteTag
-
出力対象の名前を設定する。
- setName(String) - Method in class nablarch.core.dataformat.FieldDefinition
-
フィールド名称を設定する。
- setName(String) - Method in class nablarch.core.repository.di.config.xml.schema.Component
-
Sets the value of the name property.
- setName(String) - Method in class nablarch.core.repository.di.config.xml.schema.ComponentRef
-
Sets the value of the name property.
- setName(String) - Method in class nablarch.core.repository.di.config.xml.schema.List
-
Sets the value of the name property.
- setName(String) - Method in class nablarch.core.repository.di.config.xml.schema.Map
-
Sets the value of the name property.
- setName(String) - Method in class nablarch.core.repository.di.config.xml.schema.Property
-
Sets the value of the name property.
- setName(String) - Method in class nablarch.fw.web.handler.health.HealthChecker
-
ヘルスチェックの対象を表す名前を設定する。
- setName(String) - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag.TagAttribute
-
属性名を設定する。
- setNameAlias(String) - Method in class nablarch.common.web.tag.CheckedInputTagSupport
-
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
- setNameAlias(String) - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
-
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
- setNameAlias(String) - Method in class nablarch.common.web.tag.CodeSelectTag
-
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
- setNameAlias(String) - Method in class nablarch.common.web.tag.FileTag
-
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
- setNameAlias(String) - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
-
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
- setNameAlias(String) - Method in class nablarch.common.web.tag.ListSelectTag
-
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
- setNameAlias(String) - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
-
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
- setNameAlias(String) - Method in class nablarch.common.web.tag.PasswordTag
-
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
- setNameAlias(String) - Method in class nablarch.common.web.tag.SinglevaluedInputTagWriterSupport
-
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
- setNameAlias(String) - Method in class nablarch.common.web.tag.TextareaTag
-
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
- setNameAlias(String) - Method in class nablarch.common.web.tag.TextTag
-
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
- setNameColumnName(String) - Method in class nablarch.common.code.schema.CodeNameSchema
-
名称カラムの名前を設定する。
- setNamePrefix(String) - Method in class nablarch.common.web.tag.CompositeKeyCheckedInputTagSupport
-
リクエストパラメータのプレフィクスを設定する。
- setNames(List<String>) - Method in class nablarch.test.core.file.DataFileFragment
-
フィールド名称を設定する。
- setNameToFormContext(PageContext, HtmlAttributes) - Static method in class nablarch.common.web.tag.TagUtil
-
フォームコンテキストに入力項目のname属性を設定する。
JSPが入力画面の場合のみname属性を設定する。
- setNextSubmitCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのnextSubmitCss属性のデフォルト値を設定する。
- setNextSubmitLabel(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのnextSubmitLabel属性のデフォルト値を設定する。
- setNextSubmitName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのnextSubmitName属性のデフォルト値を設定する。
- setNextSubmitTag(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのnextSubmitTag属性のデフォルト値を設定する。
下記のいずれかを指定する。
submitLink
submit
button
- setNextSubmitType(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのnextSubmitType属性のデフォルト値を設定する。
下記のいずれかを指定する。
submit
button
- setNoColumnName(String) - Method in class nablarch.common.idgenerator.FastTableIdGenerator
-
NOカラム物理名を設定する。
- setNoColumnName(String) - Method in class nablarch.common.idgenerator.TableIdGenerator
-
NOカラム物理名を設定する。
- setNoHiddenEncryptionRequestIds(List<String>) - Method in class nablarch.common.web.tag.CustomTagConfig
-
hiddenタグを暗号化しないリクエストIDのデフォルト値を設定する。
list要素で指定する。
- setNoneOptionLabel(String) - Method in class nablarch.common.web.tag.CodeSelectTag
-
リスト先頭に選択なしのオプションを追加する場合に使用するラベルを設定する。
この属性は、withNoneOptionにtrueを指定した場合のみ有効となる。
デフォルトは""。
- setNoneOptionLabel(String) - Method in class nablarch.common.web.tag.ListSelectTag
-
リスト先頭に選択なしのオプションを追加する場合に使用するラベルを設定する。
- setNormalEndExceptions(List<String>) - Method in class nablarch.fw.handler.ProcessResidentHandler
-
処理を正常に終了させる例外クラスを設定する。
- setNormalizers(List<Normalizer>) - Method in class nablarch.fw.web.handler.NormalizationHandler
-
- setNull(int, int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setNull(int, int) のラッパー。
- setNull(int, int, String) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setNull(int, int, String) のラッパー。
- setNull(int, int) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setNull(int, int) のラッパー。
- setNull(int, int, String) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setNull(int, int, String) のラッパー。
- setNumberPatterns(List<String>) - Method in class nablarch.core.beans.BasicConversionManager
-
数値パターンを設定する。
- setNumberPatterns(List<String>) - Method in class nablarch.integration.jsr310.beans.Jsr310ConversionManager
-
数値パターンを設定する。
- setNumberValue(String) - Method in class nablarch.test.core.db.BasicDefaultValues
-
数値型のデフォルト値を設定する。
- setObject(int, Object, int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setObject(int, java.lang.Object, int) のラッパー。
- setObject(int, Object) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setObject(int, java.lang.Object, int) のラッパー。
- setObject(int, Object, int) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setObject(int, java.lang.Object, int) のラッパー。
- setObject(int, Object) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setObject(int, java.lang.Object, int) のラッパー。
- setObject(String, Object) - Static method in class nablarch.core.ThreadContext
-
スレッドコンテキストにオブジェクトを設定する。
- setObjectFieldCache(StaticDataCache<Map<String, Map<String, Object>>>) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
フィールド情報保持インスタンスを設定する。
- setObjectFieldPropsTo(BasicSqlPStatement) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
- setOddValue(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのoddValue属性のデフォルト値を設定する。
- setOffCodeValue(String) - Method in class nablarch.common.web.tag.CodeCheckboxTag
-
チェックなしの場合に使用するコード値を設定する。
- setOffLabel(String) - Method in class nablarch.common.web.tag.CheckboxTag
-
チェックなしの場合に使用するラベルを設定する。
- setOffValue(String) - Method in class nablarch.common.web.tag.CheckboxTag
-
チェックなしの場合に使用する値を設定する。
- setOnblur(String) - Method in class nablarch.common.web.tag.FocusAttributesTagSupport
-
XHTMLのonblur属性を設定する。
- setOnblur(String) - Method in class nablarch.common.web.tag.SelectTagSupport
-
XHTMLのonblur属性を設定する。
- setOnchange(String) - Method in class nablarch.common.web.tag.CheckedInputTagSupport
-
XHTMLのonchange属性を設定する。
- setOnchange(String) - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
-
XHTMLのonchange属性を設定する。
- setOnchange(String) - Method in class nablarch.common.web.tag.FileTag
-
XHTMLのonchange属性を設定する。
- setOnchange(String) - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
-
XHTMLのonchange属性を設定する。
- setOnchange(String) - Method in class nablarch.common.web.tag.PasswordTag
-
XHTMLのonchange属性を設定する。
- setOnchange(String) - Method in class nablarch.common.web.tag.SelectTagSupport
-
XHTMLのonchange属性を設定する。
- setOnchange(String) - Method in class nablarch.common.web.tag.TextareaTag
-
XHTMLのonchange属性を設定する。
- setOnchange(String) - Method in class nablarch.common.web.tag.TextTag
-
XHTMLのonchange属性を設定する。
- setOnclick(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
XHTMLのonclick属性を設定する。
- setOndblclick(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
XHTMLのondblclick属性を設定する。
- setOnfocus(String) - Method in class nablarch.common.web.tag.FocusAttributesTagSupport
-
XHTMLのonfocus属性を設定する。
- setOnfocus(String) - Method in class nablarch.common.web.tag.SelectTagSupport
-
XHTMLのonfocus属性を設定する。
- setOnkeydown(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
XHTMLのonkeydown属性を設定する。
- setOnkeypress(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
XHTMLのonkeypress属性を設定する。
- setOnkeyup(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
XHTMLのonkeyup属性を設定する。
- setOnmousedown(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
XHTMLのonmousedown属性を設定する。
- setOnmousemove(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
XHTMLのonmousemove属性を設定する。
- setOnmouseout(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
XHTMLのonmouseout属性を設定する。
- setOnmouseover(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
XHTMLのonmouseover属性を設定する。
- setOnmouseup(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
XHTMLのonmouseup属性を設定する。
- setOnreset(String) - Method in class nablarch.common.web.tag.FormTag
-
XHTMLのonreset属性を設定する。
- setOnselect(String) - Method in class nablarch.common.web.tag.FileTag
-
XHTMLのonselect属性を設定する。
- setOnselect(String) - Method in class nablarch.common.web.tag.PasswordTag
-
XHTMLのonselect属性を設定する。
- setOnselect(String) - Method in class nablarch.common.web.tag.TextareaTag
-
XHTMLのonselect属性を設定する。
- setOnselect(String) - Method in class nablarch.common.web.tag.TextTag
-
XHTMLのonselect属性を設定する。
- setOnsubmit(String) - Method in class nablarch.common.web.tag.FormTag
-
XHTMLのonsubmit属性を設定する。
- setOptimisticLockErrorMessageId(String) - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
-
楽観ロックエラーメッセージIDを設定する。
- setOption(Map<String, String>) - Method in class nablarch.common.mail.MailSessionConfig
-
その他のjavax.mail.Sessionのオプションを設定する。
- setOption(String) - Method in class nablarch.fw.web.handler.secure.ContentTypeOptionsHeader
-
X-Content-Type-Optionsレスポンスヘッダに出力する値を設定する。
- setOption(String) - Method in class nablarch.fw.web.handler.secure.FrameOptionsHeader
-
X-Frame-Optionsを設定する。
- setOption0(Object) - Method in class nablarch.common.web.tag.MessageTag
-
メッセージフォーマットに使用するインデックスが0のオプション引数を設定する。
- setOption1(Object) - Method in class nablarch.common.web.tag.MessageTag
-
メッセージフォーマットに使用するインデックスが1のオプション引数を設定する。
- setOption2(Object) - Method in class nablarch.common.web.tag.MessageTag
-
メッセージフォーマットに使用するインデックスが2のオプション引数を設定する。
- setOption3(Object) - Method in class nablarch.common.web.tag.MessageTag
-
メッセージフォーマットに使用するインデックスが3のオプション引数を設定する。
- setOption4(Object) - Method in class nablarch.common.web.tag.MessageTag
-
メッセージフォーマットに使用するインデックスが4のオプション引数を設定する。
- setOption5(Object) - Method in class nablarch.common.web.tag.MessageTag
-
メッセージフォーマットに使用するインデックスが5のオプション引数を設定する。
- setOption6(Object) - Method in class nablarch.common.web.tag.MessageTag
-
メッセージフォーマットに使用するインデックスが6のオプション引数を設定する。
- setOption7(Object) - Method in class nablarch.common.web.tag.MessageTag
-
メッセージフォーマットに使用するインデックスが7のオプション引数を設定する。
- setOption8(Object) - Method in class nablarch.common.web.tag.MessageTag
-
メッセージフォーマットに使用するインデックスが8のオプション引数を設定する。
- setOption9(Object) - Method in class nablarch.common.web.tag.MessageTag
-
メッセージフォーマットに使用するインデックスが9のオプション引数を設定する。
- setOptionalPackageMappingEntries(List<JavaPackageMappingEntry>) - Method in class nablarch.fw.handler.RequestPathJavaPackageMapping
-
RequestHandlerEntryでリクエストパスに合致したマッピング先Javaパッケージを上書きする場合に使用する、JavaPackageMappingEntryのリストを設定する。
- setOptionalPackageMappingEntries(List<JavaPackageMappingEntry>) - Method in class nablarch.fw.web.handler.HttpRequestJavaPackageMapping
-
RequestHandlerEntryでURIに合致したマッピング先Javaパッケージを上書きする場合に使用する、JavaPackageMappingEntryのリストを設定する。
- setOptionColumnName(String) - Method in class nablarch.common.web.tag.CodeCheckboxTag
-
取得するオプション名称のカラム名を設定する。
- setOptionColumnName(String) - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
-
取得するオプション名称のカラム名を設定する。
- setOptionColumnName(String) - Method in class nablarch.common.web.tag.CodeSelectTag
-
取得するオプション名称のカラム名を設定する。
- setOptionColumnName(String) - Method in class nablarch.common.web.tag.CodeTag
-
取得するオプション名称のカラム名を設定する。
- setOptionColumnName(String) - Method in class nablarch.common.web.tag.CodeTagWriterSupport
-
取得するオプション名称のカラム名を設定する。
- setOptionNameColumnNames(String[]) - Method in class nablarch.common.code.schema.CodeNameSchema
-
オプション名称カラムの名前を設定する。
- setOriginalConfirmationPage(PageContext, Boolean) - Method in class nablarch.common.web.tag.IgnoreConfirmationTag
-
元の設定状態であるJSPの画面状態(入力画面または確認画面)をリクエストスコープに設定する。
- setOriginalHandler(Handler<TData, TResult>) - Method in class nablarch.fw.Interceptor.Impl
-
インターセプト対象のリクエストハンドラを設定する。
- setOsName(String) - Method in class nablarch.fw.web.useragent.UserAgent
-
OS名称をセットする。
- setOsType(String) - Method in class nablarch.fw.web.useragent.UserAgent
-
OSタイプをセットする。
- setOsVersion(String) - Method in class nablarch.fw.web.useragent.UserAgent
-
OSバージョンをセットする。
- setOutputStream(OutputStream) - Method in interface nablarch.core.dataformat.DataRecordFormatter
-
出力ストリームを設定する。
- setOutputStream(OutputStream) - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
-
出力ストリームを設定する。
- setOutputStream(OutputStream) - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
-
出力ストリームを設定する。
- setOutputStream(OutputStream) - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
-
出力ストリームを設定する。
- setPackNibble(Byte) - Method in class nablarch.core.dataformat.convertor.datatype.PackedDecimal
-
パックNibbleを設定する。
- setPackSignNibbleNegative(Integer) - Method in class nablarch.core.dataformat.convertor.datatype.PackedDecimal
-
符号付きパック10進数値の末尾桁の下位4ビット(負数の場合)を返却する。
- setPackSignNibblePositive(Integer) - Method in class nablarch.core.dataformat.convertor.datatype.PackedDecimal
-
符号付きパック10進数値の末尾桁の下位4ビット(正数の場合)を返却する。
- setPaddingChar(String) - Method in class nablarch.common.idgenerator.formatter.LpadFormatter
-
- setPaddingValue(Object) - Method in class nablarch.core.dataformat.FieldDefinition
-
フィールドのパディング/トリムに使用する値を設定する。
- setPage(long) - Method in class nablarch.common.dao.EntityList
-
ページ番号を設定する。
- setPageNumber(Integer) - Method in class nablarch.core.db.support.ListSearchInfo
-
取得対象のページ番号を設定する。
- setPageNumberSubmitCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのpageNumberSubmitCss属性のデフォルト値を設定する。
- setPageNumberSubmitName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのpageNumberSubmitName属性のデフォルト値を設定する。
- setPageNumberSubmitTag(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのpageNumberSubmitTag属性のデフォルト値を設定する。
下記のいずれかを指定する。
submitLink
submit
button
- setPageNumberSubmitType(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのpageNumberSubmitType属性のデフォルト値を設定する。
下記のいずれかを指定する。
submit
button
- setPageNumberSubmitWrapperCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのpageNumberSubmitWrapperCss属性のデフォルト値を設定する。
- setPagingCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのpagingCss属性のデフォルト値を設定する。
- setPagingPosition(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのpagingPosition属性のデフォルト値を設定する。
下記のいずれかを設定する。
top
bottom
both
none
- setParam(String, String...) - Method in class nablarch.fw.web.HttpRequest
-
リクエストパラメータを設定する。
- setParam(String, String...) - Method in class nablarch.fw.web.MockHttpRequest
-
リクエストパラメータを設定する。
- setParam(String, String...) - Method in class nablarch.fw.web.RestMockHttpRequest
-
- setParam(String, String...) - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
-
- setParameterName(String) - Method in class nablarch.common.web.session.store.HiddenStore
-
パラメータ名を設定する。
- setParamMap(Map<String, String>) - Method in class nablarch.fw.launcher.CommandLine
-
コマンドラインオプションのMapを設定する。
- setParamMap(Map<String, String[]>) - Method in class nablarch.fw.web.HttpRequest
-
リクエストパラメータを設定する。
- setParamMap(Map<String, String[]>) - Method in class nablarch.fw.web.MockHttpRequest
-
リクエストパラメータを設定する。
- setParamMap(Map<String, String[]>) - Method in class nablarch.fw.web.RestMockHttpRequest
-
- setParamMap(Map<String, String[]>) - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
-
- setParamMap(Map<String, String[]>) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
-
リクエストパラメータを設定する。
- setParamName(String) - Method in class nablarch.common.web.tag.ChangeParamNameTag
-
サブミット時に使用するパラメータの名前を設定する。
- setParamName(String) - Method in class nablarch.common.web.tag.ParamTagSupport
-
パラメータの名前を設定する。
- setParamsFromHeader(String, List<String>) - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamReader
-
コネクションのヘッダー情報を取得/解析する。
- setParamsFromHeader(String, List<String>) - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractHttpStreamReader
-
ヘッダー情報から取得した値をもとにStreamを読み込む際のパラメータを取得する。
- setParseFailedMessageId(String) - Method in class nablarch.common.date.AbstractDateStringConverter
-
指定された日付文字列への変換失敗時のメッセージIDを設定する。
- setPassword(String) - Method in class nablarch.etl.SqlLoaderConfig
-
パスワードを設定する。
- setPath(String) - Method in class nablarch.common.web.handler.NablarchTagHandler
-
改竄を検知した場合に送信する画面のリソースパスを設定する。
- setPath(String) - Method in class nablarch.common.web.tag.ConfirmationPageTag
-
フォワード先のパスを設定する。
- setPath(String) - Method in class nablarch.common.web.tag.IncludeTag
-
インクルード先のパスを設定する。
- setPath(String) - Method in class nablarch.common.web.token.BasicDoubleSubmissionHandler
-
二重サブミットと判定した場合の遷移先のリソースパスを設定する。
OnDoubleSubmission アノテーションで個別に指定していない場合は、ここに指定したリソースパスを使用する。
- setPath(String) - Method in class nablarch.fw.web.HttpCookie
-
このクッキーが送信されるURIのパス階層を指定する。
- setPathOptionsFormatter(PathOptionsFormatter) - Method in class nablarch.integration.router.PathOptionsProviderRoutesMapping
-
- setPathOptionsProvider(PathOptionsProvider) - Method in class nablarch.integration.router.PathOptionsProviderRoutesMapping
-
- setPathPattern(String) - Method in class nablarch.fw.web.handler.responsewriter.thymeleaf.ThymeleafResponseWriter
-
処理対象パス判定に使用する正規表現を設定する。
- setPattern(String) - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
-
使用するパターンのカラム名を設定する。
- setPattern(String) - Method in class nablarch.common.web.tag.CodeSelectTag
-
使用するパターンのカラム名を設定する。
- setPattern(String) - Method in class nablarch.common.web.tag.CodeTag
-
使用するパターンのカラム名を設定する。
- setPattern(String) - Method in class nablarch.common.web.tag.CodeTagWriterSupport
-
使用するパターンのカラム名を設定する。
- setPattern(String) - Method in class nablarch.fw.handler.RewriteRule
-
この置換ルールが適用されるパスのパターンを正規表現で設定する。
- setPatternColumnNames(String[]) - Method in class nablarch.common.code.schema.CodePatternSchema
-
パターンカラムの名前を設定する。
- setPatternSeparator(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
フォーマットに使用するパターン区切り文字のデフォルト値を設定する。
- setPermission(Permission) - Static method in class nablarch.common.permission.PermissionUtil
-
- setPermissionFactory(PermissionFactory) - Method in class nablarch.common.permission.PermissionCheckHandler
-
- setPermissionUnitIdColumnName(String) - Method in class nablarch.common.permission.schema.GroupAuthorityTableSchema
-
認可単位IDカラムの名前を設定する。
- setPermissionUnitIdColumnName(String) - Method in class nablarch.common.permission.schema.PermissionUnitRequestTableSchema
-
認可単位IDカラムの名前を設定する。
- setPermissionUnitIdColumnName(String) - Method in class nablarch.common.permission.schema.PermissionUnitTableSchema
-
認可単位IDカラムの名前を設定する。
- setPermissionUnitIdColumnName(String) - Method in class nablarch.common.permission.schema.SystemAccountAuthorityTableSchema
-
認可単位IDカラムの名前を設定する。
- setPermissionUnitRequestTableSchema(PermissionUnitRequestTableSchema) - Method in class nablarch.common.permission.BasicPermissionFactory
-
認可単位リクエストテーブルのスキーマ情報を設定する。
- setPermissionUnitTableSchema(PermissionUnitTableSchema) - Method in class nablarch.common.permission.BasicPermissionFactory
-
認可単位テーブルのスキーマ情報を設定する。
- setPermitProcessIdentifier(String[]) - Method in class nablarch.fw.handler.BasicDuplicateProcessChecker
-
2重起動を許可するプロセスの識別子リストを設定する。
- setPersistence(boolean) - Method in class nablarch.integration.messaging.wmq.provider.BasicWmqMqmdFieldsOperator
-
メッセージの持続性(MQMDフィールド)の値を設定する。
- setPlaceholder(String) - Method in class nablarch.common.web.tag.PasswordTag
-
HTML5のplaceholder属性を設定する。
- setPlaceholder(String) - Method in class nablarch.common.web.tag.TextareaTag
-
HTML5のplaceholder属性を設定する。
- setPlaceholder(String) - Method in class nablarch.common.web.tag.TextTag
-
HTML5のplaceholder属性を設定する。
- setPlaceHolderValuePair(Map<String, String>) - Method in class nablarch.core.db.statement.sqlloader.SqlPlaceHolderReplacer
-
プレースホルダーと値のペアを設定する。
- setPoint(String) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
測定対象を識別するIDを設定する。
- setPoisonQueueName(String) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
退避キュー名(論理名)を設定する。
- setPoisonQueueNamePattern(String) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
-
各受信キューに対する退避キューの論理名を決定する際に使用する
パターン文字列を設定する。
明示的に指定しなかった場合のデフォルトは、
(受信キュー名).POISON
となる。
当該のキューが存在しなかった場合はデフォルトの退避キュー名を使用する。
- setPoisonQueueNamePattern(String) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
退避キュー名パターン(論理名)を設定する。
- setPolicy(String) - Method in class nablarch.fw.web.handler.secure.ContentSecurityPolicyHeader
-
Content-Security-Policyを設定する。
- setPopupOption(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
ポップアップのオプション情報(window.open関数の第3引数の値)を設定する。
新規ポップアップウィンドウを開くとき、window.open関数の第3引数に渡される。
"width=200,height=100"のように指定する。
- setPopupOption(String) - Method in class nablarch.common.web.tag.PopupButtonTag
-
ポップアップのオプション情報を設定する。
- setPopupOption(String) - Method in class nablarch.common.web.tag.PopupLinkTag
-
ポップアップのオプション情報を設定する。
- setPopupOption(String) - Method in class nablarch.common.web.tag.PopupSubmitTag
-
ポップアップのオプション情報を設定する。
- setPopupWindowName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
ポップアップのウィンドウ名を設定する。
設定した値は新規ポップアップウィンドウを開く際、window.open関数の第2引数に渡される。
- setPopupWindowName(String) - Method in class nablarch.common.web.tag.PopupButtonTag
-
ポップアップのウィンドウ名を設定する。
- setPopupWindowName(String) - Method in class nablarch.common.web.tag.PopupLinkTag
-
ポップアップのウィンドウ名を設定する。
- setPopupWindowName(String) - Method in class nablarch.common.web.tag.PopupSubmitTag
-
ポップアップのウィンドウ名を設定する。
- setPort(int) - Method in class nablarch.common.web.tag.CustomTagConfig
-
URI指定でhttpとhttpsを切り替える際に使用するhttp用のポート番号を設定する。
- setPort(int) - Method in class nablarch.fw.web.HttpServer
-
このサーバが使用するポート番号を設定する。
- setPosition(int) - Method in class nablarch.core.dataformat.FieldDefinition
-
このフィールドの開始位置を設定する。
- setPosition(int) - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag
-
タグの開始位置を設定する。
- setPosition(int) - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag.TagAttribute
-
属性値の開始位置を設定する。
- setPrefix(String) - Method in class nablarch.integration.micrometer.MeterRegistryFactory
-
プレフィックスを設定する。
- setPreventPostResubmit(boolean) - Method in class nablarch.common.web.tag.FormTag
-
POST再送信を防止するか否かを設定する。
デフォルトはfalse。
- setPreventSessionCreation(boolean) - Method in class nablarch.fw.web.servlet.WebFrontController
-
セッション生成を防止する機能を有効にするかどうかを設定する。
- setPrevSubmitCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのprevSubmitCss属性のデフォルト値を設定する。
- setPrevSubmitLabel(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのprevSubmitLabel属性のデフォルト値を設定する。
- setPrevSubmitName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのprevSubmitName属性のデフォルト値を設定する。
- setPrevSubmitTag(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのprevSubmitTag属性のデフォルト値を設定する。
下記のいずれかを指定する。
submitLink
submit
button
- setPrevSubmitType(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのprevSubmitType属性のデフォルト値を設定する。
下記のいずれかを指定する。
submit
button
- setPrimaryKeyColumnNames(Enum<?>...) - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
-
主キーのカラム名を設定する。
- setProcessActiveFlgColumnName(String) - Method in class nablarch.fw.handler.BasicDuplicateProcessChecker
-
プロセスが起動中であることを示すフラグが格納されるカラムの物理名を設定する。
- setProcessHaltColumnName(String) - Method in class nablarch.fw.handler.BasicProcessStopHandler
-
プロセス停止フラグが格納されるカラムの物理名を設定する。
- setProcessIdentifierColumnName(String) - Method in class nablarch.fw.handler.BasicDuplicateProcessChecker
-
プロセスを特定するための識別子が格納されるカラムの物理名を設定する。
- setProcessors(List<RequestResponseProcessor>) - Method in class nablarch.test.core.http.ComplexRequestResponseProcessor
-
実行するプロセッサを設定する。
- setProcessSucceeded(boolean) - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
処理が正常終了したかどうかを設定する。
- setProcessSucceeded(boolean) - Method in class nablarch.fw.ExecutionContext
-
処理が正常終了したかどうかを設定する。
- setProperty(Object, String, Object) - Static method in class nablarch.core.beans.BeanUtil
-
指定したオブジェクトのプロパティに値を登録する。
対象のプロパティにsetterが定義されていない場合はなにもしない。
propertyValue がnullの場合は、例外の送出やログ出力は行わずに、対象プロパティの値はnullになる。
プロパティの指定方法
propertyName にはプロパティ名を指定する。
List型・配列型のプロパティでは、"プロパティ名[インデックス]"という形式で要素番号を指定して値を登録できる。
ネストしたプロパティを指定することも可能である。ネストの深さに制限はない。
ネストの親となるプロパティがnullである場合は、デフォルトコンストラクタを起動し
インスタンスを生成してから値を格納する。
実装例
- setProperty(Object, String, Object) - Static method in class nablarch.core.util.ObjectUtil
-
オブジェクトのプロパティに値を設定する。
本メソッドでは、対象プロパティがstaticの場合でも値は設定される。
- setProperty(Object, String, Object, boolean) - Static method in class nablarch.core.util.ObjectUtil
-
オブジェクトのプロパティに値を設定する。
本メソッドでは、対象プロパティがstaticの場合に値を設定するかどうかを引数で制御できる。
引数allowStaticがfalse (許容しない)かつ対象プロパティがstaticである場合、
例外が発生する。
- setPropertyProcessed(String) - Method in class nablarch.core.validation.ValidationContext
-
バリデーション済みプロパティのセットにプロパティを追加する。
- setProtectMode(String) - Method in class nablarch.fw.invoker.BasicHandlerListBuilder
-
保護モードを設定する。
- setProtectMode(String) - Method in class nablarch.fw.invoker.BasicPipelineListBuilder
-
保護モードを設定する。
- setProtectMode(HandlerListProtector.ProtectMode) - Method in class nablarch.fw.invoker.HandlerListProtector
-
- setProtectModeExpression(String) - Method in class nablarch.fw.invoker.HandlerListProtector
-
- setProxyInfo(String, int) - Method in class nablarch.fw.messaging.realtime.http.client.HttpProtocolBasicClient
-
プロキシ情報を設定する。
- setProxyInfo(String, int) - Method in interface nablarch.fw.messaging.realtime.http.client.HttpProtocolClient
-
プロキシ情報を設定します。
- setPutPoisonFailedExitCode(int) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
ポイズンメッセージの送信に失敗した場合に使用する終了コード(プロセスを終了( System.exit(int) )する際に設定する値)を設定する。
デフォルトは191。
- setPutPoisonFailedFailureCode(String) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
ポイズンメッセージの送信に失敗した場合に使用する障害コードを設定する。
- setQueryStringEncoding(String) - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
クエリストリングをエンコードする際に使用する文字コードを設定する。
- setQueryStringEncoding(String) - Method in class nablarch.fw.messaging.realtime.http.client.HttpProtocolBasicClient
-
パラメータをエンコードする際に使用する文字コードを設定する。
- setQueryStringEncoding(String) - Method in interface nablarch.fw.messaging.realtime.http.client.HttpProtocolClient
-
パラメータをエンコードする際に使用する文字コードを設定する。
- setQueryTimeout(int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
Statement.setQueryTimeout(int) のラッパー。
- setQueryTimeout(int) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
デフォルトのクエリータイムアウト時間(単位:秒)を設定する。
- setQueryTimeout(int) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
タイムアウト時間を設定する。
- setQueryTimeout(int) - Method in interface nablarch.core.db.statement.SqlStatement
-
Statement.setQueryTimeout(int) のラッパー。
- setQueryTimeout(int) - Method in class nablarch.integration.doma.DomaStatementProperties
-
クエリタイムアウト(秒)をセットする。
- setQueueManagerName(String) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
キューマネージャ名称を設定する。
- setQueueName(String) - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
-
送信キュー名称を取得する。
- setQueueNames(List<String>) - Method in class nablarch.test.core.messaging.EmbeddedMessagingProvider
-
このキューマネージャが管理するキューの論理名を設定する。
(既存の設定は全て削除される。)
- setReadObject(Object) - Method in class nablarch.fw.messaging.realtime.http.dto.HttpResult
-
受信内容を設定する。
- setReadonly(boolean) - Method in class nablarch.common.web.tag.FileTag
-
XHTMLのreadonly属性を設定する。
- setReadonly(boolean) - Method in class nablarch.common.web.tag.PasswordTag
-
XHTMLのreadonly属性を設定する。
- setReadonly(boolean) - Method in class nablarch.common.web.tag.TextareaTag
-
XHTMLのreadonly属性を設定する。
- setReadonly(boolean) - Method in class nablarch.common.web.tag.TextTag
-
XHTMLのreadonly属性を設定する。
- setReadTimeout(long) - Method in class nablarch.fw.messaging.reader.MessageReader
-
受信キューが空の場合に待機する最大時間を設定する。
0以下の値を設定した場合はタイムアウトせずに
新規電文を受信するまで待機し続ける。
- setReadTimeout(int) - Method in class nablarch.fw.messaging.realtime.http.client.HttpProtocolBasicClient
-
読み取りタイムアウトを設定する。
- setReadTimeout(int) - Method in interface nablarch.fw.messaging.realtime.http.client.HttpProtocolClient
-
読み取りタイムアウトを設定する。
- setReceiveData(String) - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
-
フォーマット変換しようとした受信データを設定する。
- setReceivedQueueName(String) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
受信キュー名(論理名)を設定する。
- setReceivedSequenceFormatter(IdFormatter) - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
-
受信電文連番を採番する際に使用するフォーマッタを設定する。
- setReceivedSequenceGenerator(IdGenerator) - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
-
- setReceiveQueueName(String) - Method in class nablarch.fw.messaging.reader.MessageReader
-
このリーダが監視する受信キューの論理名を設定する。
- setRecipientTypeBCC(String) - Method in class nablarch.common.mail.MailConfig
-
メール送信区分(BCC)のコード値を設定する。
- setRecipientTypeCC(String) - Method in class nablarch.common.mail.MailConfig
-
メール送信区分(CC)のコード値を設定する。
- setRecipientTypeColumnName(String) - Method in class nablarch.common.mail.MailRecipientTable
-
メール送信先テーブルの送信先区分カラムの名前を設定する。
- setRecipientTypeTO(String) - Method in class nablarch.common.mail.MailConfig
-
メール送信区分(TO)のコード値を設定する。
- setRecordClassifier(RecordDefinition) - Method in class nablarch.core.dataformat.LayoutDefinition
-
レコードタイプ識別用フィールド定義を設定する。
- setRecordName(MultiLayoutConfig.RecordName) - Method in class nablarch.common.databind.fixedlength.MultiLayout
-
レコード名を設定する。
- setRecordNumber(int) - Method in class nablarch.core.dataformat.DataRecord
-
本レコードのレコード番号を設定する。
- setRecordNumber(int) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
読み込みまたは書き込み中のレコードのレコード番号を設定する。
- setRecordNumber(int) - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
エラーが発生したレコード番号を設定する。
- setRecordType(String) - Method in class nablarch.core.dataformat.DataRecord
-
レコードタイプを設定する。
- setRecordType(String) - Method in class nablarch.test.core.file.DataFileFragment
-
レコード種別を設定する。
- setRedeliveryLimit(int) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
-
MOMによる受信リトライの上限回数を設定する。
受信メッセージのJMSXDeliveryCountヘッダの値がこの上限値を越えると、
メッセージを退避キューに転送した上で、MessagingExceptionを送出する。
この値が0以下の数値であった場合は、退避処理自体が無効化される。
明示的に指定しない場合のデフォルトは0である。
- setRef(int, Ref) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setRef(int, java.sql.Ref) のラッパー。
- setRef(int, Ref) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setRef(int, java.sql.Ref) のラッパー。
- setRef(String) - Method in class nablarch.core.repository.di.config.xml.schema.Property
-
Sets the value of the ref property.
- setRel(String) - Method in class nablarch.common.web.tag.AnchorTag
-
XHTMLのrel属性を設定する。
- setRel(String) - Method in class nablarch.common.web.tag.LinkTag
-
XHTMLのrel属性を設定する。
- setReplaceKeyValue(String, String) - Method in class nablarch.common.mail.TemplateMailContext
-
- setReplacement(char) - Method in class nablarch.common.web.tag.PasswordTag
-
値のみ表示する場合に使用する置換文字を設定する。
- setReplyMessageFormatFileNamePattern(String) - Method in class nablarch.fw.messaging.reader.FwHeaderReader
-
応答電文のフォーマット定義ファイル名のパターン文字列を設定する。
デフォルトの設定では、以下の名称のフォーマット定義ファイルを取得する。
- setReplyQueueColumnName(String) - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
-
応答電文の宛先キューの論理名を保持するカラムの名称を設定する。
(デフォルトは"REPLY_QUEUE")
- setReplyTo(String) - Method in class nablarch.common.mail.MailContext
-
返信先メールアドレスを設定する。
- setReplyTo(String) - Method in class nablarch.fw.messaging.InterSystemMessage
-
この電文に対する応答宛先となるキューの論理名を設定する。
- setReplyToColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
-
メール送信要求管理テーブルの返信先メールアドレスカラムの名前を設定する。
- setReportExporter(ReportExporter) - Method in class nablarch.integration.report.creator.ReportCreatorSupport
-
帳票出力クラスを設定するメソッド。
- setReportOnly(boolean) - Method in class nablarch.fw.web.handler.secure.ContentSecurityPolicyHeader
-
reportOnlyを設定する。
- setReportOutputResolver(ReportOutputResolver) - Method in class nablarch.integration.report.exporter.BasicReportExporter
-
帳票出力先解決クラスを設定するメソッド。
- setReportTemplateResolver(ReportTemplateResolver) - Method in class nablarch.integration.report.creator.ReportCreatorSupport
-
帳票テンプレートファイル解決クラスを設定するメソッド。
- setRequest(Object) - Method in class nablarch.fw.jaxrs.JaxRsContext
-
リクエストを設定する。
- setRequest(HttpRequest) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
HTTPリクエストを設定する。
- setRequestContextSupplier(RequestContextSupplier) - Method in class nablarch.fw.dicontainer.nablarch.AnnotationAutoContainerProvider
-
- setRequestData(Map<String, ?>) - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
-
フォーマット変換しようとした送信データを設定する。
- setRequestDateTimeColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
-
メール送信要求管理テーブルの要求日時カラムの名前を設定する。
- setRequestId(String) - Static method in class nablarch.core.ThreadContext
-
スレッドローカルにリクエストIDを設定する。
- setRequestId(String) - Method in class nablarch.fw.messaging.FwHeader
-
リクエストIDヘッダの値を設定する。
- setRequestId(String) - Method in class nablarch.test.core.messaging.RequestTestingMessagePool
-
リクエストIDを設定する
- setRequestIdColumnName(String) - Method in class nablarch.common.permission.schema.PermissionUnitRequestTableSchema
-
リクエストIDカラムの名前を設定する。
- setRequestIdColumnName(String) - Method in class nablarch.fw.handler.BasicProcessStopHandler
-
プロセスを特定するためのリクエストIDが格納されるカラムの物理名を設定する。
- setRequestIdColumnName(String) - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
-
要求電文のリクエストIDを保持するカラムの名称を設定する。
(デフォルトは"REQUEST_ID")
- setRequestIdColumnName(String) - Method in class nablarch.fw.reader.ResumePointManager
-
リクエストIDの物理カラム名を設定する。
- setRequestPath(String) - Method in class nablarch.fw.launcher.CommandLine
-
- setRequestPath(String) - Method in class nablarch.fw.messaging.RequestMessage
-
リクエストパスを設定する。
- setRequestPath(String) - Method in interface nablarch.fw.Request
-
リクエストパスを設定する。
- setRequestPath(String) - Method in class nablarch.fw.web.HttpRequest
-
リクエストパスを設定する。
この実装では、リクエストURI中のリクエストパスを書き換える。
- setRequestPath(String) - Method in class nablarch.fw.web.RestMockHttpRequest
-
- setRequestPathRewriteRules(List<HttpRequestRewriteRule>) - Method in class nablarch.fw.web.handler.HttpRewriteHandler
-
リクエストパスの置換ルールを設定する。
以前の設定はクリアされる。
- setRequestPattern(String) - Method in class nablarch.fw.handler.JavaPackageMappingEntry
-
リクエストパスのパターン文字列を設定する。
- setRequestPattern(String) - Method in class nablarch.fw.RequestHandlerEntry
-
このエントリ内のハンドラを実行するリクエストパスの
パターン文字列を設定する。
- setRequestPattern(String) - Method in class nablarch.fw.RequestPathMatchingHelper
-
照合に使用するリクエストパスのパターン文字列を設定する。
- setRequestScopedVar(String, Object) - Method in class nablarch.fw.ExecutionContext
-
リクエストスコープ上の変数の値を設定する。
既に定義済みの変数は上書きされる。
- setRequestScopeMap(Map<String, Object>) - Method in class nablarch.fw.ExecutionContext
-
リクエストスコープを設定する。
- setRequestScopeMap(Map<String, Object>) - Method in class nablarch.fw.web.servlet.ServletExecutionContext
-
- setRequestTableRequestIdColumnName(String) - Method in class nablarch.common.availability.BasicServiceAvailability
-
リクエストテーブルのリクエストID項目名称を設定する。
- setRequestTableServiceAvailableColumnName(String) - Method in class nablarch.common.availability.BasicServiceAvailability
-
リクエストテーブルのサービス提供可否状態項目名称を設定する。
- setRequestTableServiceAvailableOkStatus(String) - Method in class nablarch.common.availability.BasicServiceAvailability
-
リクエストテーブルのサービス提供可否状態項目の状態:提供可を表す文字列を設定する。
- setRequestUri(String) - Method in class nablarch.fw.web.HttpRequest
-
HTTPリクエストURIを設定する。
- setRequestUri(String) - Method in class nablarch.fw.web.RestMockHttpRequest
-
- setRequiredDecimalPoint(boolean) - Method in class nablarch.core.dataformat.convertor.datatype.NumberStringDecimal
-
小数点の要否を設定する。
- setRequiredPlusSign(boolean) - Method in class nablarch.core.dataformat.convertor.datatype.SignedNumberStringDecimal
-
正の符号の要否を設定する。
- setResendFlag(Object) - Method in class nablarch.fw.messaging.FwHeader
-
再送電文フラグの値を設定する。
- setResendFlagOffValue(Object) - Method in class nablarch.fw.messaging.FwHeader
-
初回送信電文に設定される再送フラグの値を設定する。
- setResendFlagOffValue(String) - Method in class nablarch.fw.messaging.reader.StructuredFwHeaderDefinition
-
初回電文時に設定される再送要求フラグの値を設定する。
- setResendFlagOffValue(Object) - Method in class nablarch.fw.messaging.StandardFwHeaderDefinition
-
初回電文時に設定される再送要求フラグの値を設定する。
- setResourcePathRule(ResourcePathRule) - Method in class nablarch.common.web.tag.CustomTagConfig
-
- setResponse(HttpResponse) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
HTTPレスポンスを設定する。
- setResponse(HttpResponse) - Method in exception nablarch.fw.web.HttpErrorResponse
-
レスポンス情報を設定する。
- setResponseCode(Integer) - Method in class nablarch.fw.messaging.realtime.http.dto.HttpResult
-
レスポンスコードを設定する。
- setResponseFinishers(List<ResponseFinisher>) - Method in class nablarch.fw.jaxrs.JaxRsResponseHandler
-
レスポンスフィニッシャーを設定する。
- setRestoreValue(boolean) - Method in class nablarch.common.web.tag.PasswordTag
-
再表示時に入力データを復元するか否かを設定する。
- setResult(String, String, String) - Static method in class nablarch.core.dataformat.CharacterReplacementUtil
-
- setResult(String) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
処理結果を設定する。
- setResult(Result) - Method in class nablarch.fw.messaging.ResponseMessage
-
業務処理の結果を設定する。
- setResultCount(long) - Method in class nablarch.common.dao.EntityList
-
検索結果の総件数を設定する。
- setResultCount(int) - Method in class nablarch.core.db.support.ListSearchInfo
-
検索結果の総件数を設定する。
本メソッドはフレームワークが検索処理を実行後に取得結果の総件数を設定するものである。
アプリケーション側では、本メソッドを使用して値の設定は行わないこと。
- setResultCountCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのresultCountCss属性のデフォルト値を設定する。
- setResultSetCache(ResultSetCache) - Method in class nablarch.core.db.cache.statement.CacheableStatementFactory
-
キャッシュを設定する(必須)。
本メソッドはDIコンテナから起動されることを想定している。
- setResultSetCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのresultSetCss属性のデフォルト値を設定する。
- setResumable(boolean) - Method in class nablarch.fw.reader.ResumePointManager
-
レジューム機能を有効にするかどうかを設定する。
- setResumePointColumnName(String) - Method in class nablarch.fw.reader.ResumePointManager
-
正常に処理できたポイントの物理カラム名を設定する。
- setRetrieveTime(long) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
データ取得時間を設定する。
- setRetryAfter(Date) - Method in exception nablarch.fw.results.ServiceUnavailable
-
処理受付が再開される予定時刻を設定する。
- setRetryContextFactory(RetryHandler.RetryContextFactory) - Method in class nablarch.fw.handler.RetryHandler
-
- setRetryCount(int) - Method in class nablarch.fw.handler.retry.CountingRetryContextFactory
-
リトライ回数を設定する。
- setRetryIntervals(long) - Method in class nablarch.fw.handler.retry.RetryContextFactorySupport
-
リトライ間隔(単位:msec)を設定する。
- setRetryLimitExceededExitCode(int) - Method in class nablarch.fw.handler.RetryHandler
-
リトライ上限を超えた場合に使用する終了コード(プロセスを終了(System.exit(int) )する際に設定する値)を設定する。
- setRetryLimitExceededFailureCode(String) - Method in class nablarch.fw.handler.RetryHandler
-
リトライ上限を超えた場合に使用する障害コードを設定する。
- setRetryTime(int) - Method in class nablarch.fw.handler.retry.TimeRetryContextFactory
-
リトライ時間(単位:msec)を設定する。
- setReturnPath(String) - Method in class nablarch.common.mail.MailContext
-
差し戻し先メールアドレスを設定する。
- setReturnPathColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
-
メール送信要求管理テーブルの差し戻し先メールアドレスカラムの名前を設定する。
- setRev(String) - Method in class nablarch.common.web.tag.AnchorTag
-
XHTMLのrev属性を設定する。
- setRev(String) - Method in class nablarch.common.web.tag.LinkTag
-
XHTMLのrev属性を設定する。
- setRewriteTo(String) - Method in class nablarch.fw.handler.RewriteRule
-
この置換ルールが適用された場合に置き換えられる文字列を指定する。
この文字列中では、以下の埋め込みパラメータを使用することができる。
- setRoutes(String) - Method in class nablarch.integration.router.RoutesMapping
-
- setRows(int) - Method in class nablarch.common.web.tag.TextareaTag
-
XHTMLのrows属性を設定する。
- setRSCacheAttrTo(CacheableSqlPStatement) - Method in class nablarch.core.db.cache.statement.CacheableStatementFactory
-
指定されたステートメントにキャッシュに関する以下の属性を設定する。
有効期限設定
キャッシュ
- setSafeAttributes(String[]) - Method in class nablarch.common.web.tag.CustomTagConfig
-
修飾付き出力(n:prettyPrint)タグにおいて、
HTMLエスケープの対象外のHTMLタグの中で使用することができる属性値のリスト
をカンマ区切りで設定する。
下記にデフォルトの設定を示す。
- setSafeTags(String[]) - Method in class nablarch.common.web.tag.CustomTagConfig
-
修飾付き出力(n:prettyPrint)タグにおいて、
HTMLエスケープの対象とならずにHTMLタグとしてそのまま出力するタグ名のリスト
をカンマ区切りで設定する。
下記にデフォルトの設定を示す。
- setSavedFile(File) - Method in class nablarch.fw.web.upload.PartInfo
-
保存ファイルを設定する。
自動テスト時に使用されることを想定している。
- setSchema(String) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
-
スキーマを設定する。
- setSchemaName(String) - Method in class nablarch.core.db.statement.sqlloader.SchemaReplacer
-
スキーマ名を設定する。
- setScope(String) - Method in class nablarch.common.web.tag.SetTag
-
変数を格納するスコープを設定する。
- setScope(Map<String, Object>) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
-
セッションスコープを設定する。
- setScope(Map<String, Object>) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
-
リクエストスコープを設定する。
- setScriptBodyPrefix(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
scriptタグのボディに対するプレフィックスのデフォルト値を設定する。
デフォルト値を下記に示す。
- setScriptBodySuffix(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
scriptタグのボディに対するサフィックスのデフォルト値を設定する。
デフォルト値を下記に示す。
- setSearchResultKey(String) - Method in class nablarch.test.core.http.TestCaseInfo
-
リクエストスコープ内に格納された検索結果を取得するためのキーを設定する。
- setSecure(Boolean) - Method in class nablarch.common.web.tag.AnchorTag
-
URIをhttpsにするか否かを設定する。
- setSecure(Boolean) - Method in class nablarch.common.web.tag.ButtonTagSupport
-
URIをhttpsにするか否かを設定する。
- setSecure(Boolean) - Method in class nablarch.common.web.tag.FormTag
-
URIをhttpsにするか否かを設定する。
- setSecure(Boolean) - Method in class nablarch.common.web.tag.ImgTag
-
URIをhttpsにするか否かを設定する。
- setSecure(Boolean) - Method in class nablarch.common.web.tag.LinkTag
-
URIをhttpsにするか否かを設定する。
- setSecure(Boolean) - Method in class nablarch.common.web.tag.ScriptTag
-
URIをhttpsにするか否かを設定する。
- setSecure(Boolean) - Method in class nablarch.common.web.tag.SubmitLinkTagSupport
-
URIをhttpsにするか否かを設定する。
- setSecure(Boolean) - Method in class nablarch.common.web.tag.SubmitTagSupport
-
URIをhttpsにするか否かを設定する。
- setSecure(boolean) - Method in class nablarch.fw.web.HttpCookie
-
Secure Cookieか否かを設定する。
- setSecurePort(int) - Method in class nablarch.common.web.tag.CustomTagConfig
-
URI指定でhttpとhttpsを切り替える際に使用するhttps用のポート番号を設定する。
- setSecureResponseHeaderList(List<? extends SecureResponseHeader>) - Method in class nablarch.fw.web.handler.SecureHandler
-
- setSegmentColumnName(String) - Method in class nablarch.core.date.BasicBusinessDateProvider
-
業務日付テーブルの区分カラム物理名を設定する。
- setSelectOption(SelectOption) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
検索処理条件を設定する。
- setSendDateTimeColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
-
メール送信要求管理テーブルの送信日時カラムの名前を設定する。
- setSendFailureCode(String) - Method in class nablarch.common.mail.MailConfig
-
送信失敗時の障害コードを設定する。
- setSendingQueueNames(List<String>) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
送信キュー名(論理名)リストを設定する。
- setSendProcessIdColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
-
送信するバッチのプロセスIDのカラム名を設定する。
- setSendSuccessMessageId(String) - Method in class nablarch.common.mail.MailConfig
-
メール送信成功時のメッセージIDを設定する。
- setSentMessageTableSchema(SentMessageTableSchema) - Method in class nablarch.fw.messaging.handler.MessageResendHandler
-
再送電文管理テーブルのスキーマ定義を設定する。
- setSequenceFlowIdColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
シーケンスフローIDカラム名を設定する。
- setSequenceFlowNameColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
シーケンスフロー名カラム名を設定する。
- setSequenceFlows(List<SequenceFlow>) - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
シーケンスフロー定義を設定する。
- setSequenceFlowTableName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
シーケンスフロー定義テーブル名を取得する。
- setSequenceIdGenerator(IdGenerator) - Method in class nablarch.common.dao.DaoContextFactory
-
シーケンスIDジェネレータを設定する。
- setSerialNumberColumnName(String) - Method in class nablarch.common.mail.MailAttachedFileTable
-
添付ファイル管理テーブルの連番カラムの名前を設定する。
- setSerialNumberColumnName(String) - Method in class nablarch.common.mail.MailRecipientTable
-
メール送信先テーブルの連番カラムの名前を設定する。
- setServiceAvailability(ServiceAvailability) - Method in class nablarch.common.availability.ServiceAvailabilityCheckHandler
-
サービス提供可否状態判定オブジェクトを設定する。
- setServiceUnavailabilityRetryInterval(int) - Method in class nablarch.fw.handler.RequestThreadLoopHandler
-
後続ハンドラから閉局中例外が送出された場合に、次のリクエスト処理を開始するまでに待機する時間を設定する。
設定値が0以下の場合は、待機せずに即時リトライを行なう。
デフォルトの設定値は1000msecである。
- setServletContextCreator(ServletContextCreator) - Method in class nablarch.fw.web.i18n.ResourcePathRule
-
- setServletContextPath(String) - Method in class nablarch.fw.web.HttpServer
-
ベースURIを設定する。
- setServletFilterConfig(FilterConfig) - Method in class nablarch.fw.web.servlet.WebFrontController
-
サーブレットフィルタの設定情報を設定する.
- setSessionContextSupplier(SessionContextSupplier) - Method in class nablarch.fw.dicontainer.nablarch.AnnotationAutoContainerProvider
-
セッションコンテキスト取得クラスを設定する。
- setSessionExpirePath(String) - Method in class nablarch.common.web.handler.NablarchTagHandler
-
セッションから暗号化鍵情報が取得出来なかった場合に表示する画面のリソースパスを設定する。
この値を設定しなかった場合、 path プロパティに設定した改竄エラー画面が表示される。
- setSessionExpireStatusCode(int) - Method in class nablarch.common.web.handler.NablarchTagHandler
-
セッションから情報が取得出来なかった場合のレスポンスステータスを設定する。
- setSessionFactory(SessionManager) - Method in class nablarch.common.web.session.Session
-
このセッションを生成したファクトリを設定する。
- setSessionIdName(String) - Method in class nablarch.common.web.session.store.UserSessionSchema
-
セッションIDカラムの名前を設定する。
- setSessionInfo(Map<String, Object>) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
セッション情報を設定する。
- setSessionKey(String) - Method in class nablarch.common.handler.threadcontext.UserIdAttribute
-
ログインユーザIDが格納されているHTTPセッション上のキー名を設定する。
- setSessionKey(String) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpSession
-
言語が格納されるセッション上のキー名を設定する。
- setSessionKey(String) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSession
-
タイムゾーンが格納されるセッション上のキー名を設定する。
- setSessionManager(SessionManager) - Method in class nablarch.common.web.session.SessionStoreHandler
-
セッションマネージャを設定する。
- setSessionObjectName(String) - Method in class nablarch.common.web.session.store.UserSessionSchema
-
セッションオブジェクトカラムの名前を設定する。
- setSessionScopedVar(String, Object) - Method in class nablarch.fw.ExecutionContext
-
セッションスコープ上の変数の値を設定する。
既に定義済みの変数は上書きされる。
- setSessionScopeMap(Map<String, Object>) - Method in class nablarch.fw.ExecutionContext
-
セッションスコープ上の変数を格納したMapを設定する。
- setSessionScopeMap(Map<String, Object>) - Method in class nablarch.fw.web.servlet.ServletExecutionContext
-
- setSessionStoredVar(String, Object) - Method in class nablarch.fw.ExecutionContext
-
セッションストア上の変数の値を設定する。
既に定義済みの変数は上書きされる。
- setSessionStoredVar(String, Object) - Method in class nablarch.fw.StandaloneExecutionContext
-
本メソッドは利用できない。
呼び出した場合、UnsupportedOperationException を送出する。
- setSessionStoreMap(Map<String, Object>) - Method in class nablarch.fw.ExecutionContext
-
セッションストア上の変数を格納したMapを設定する。
- setSessionStoreMap(Map<String, Object>) - Method in class nablarch.fw.StandaloneExecutionContext
-
本メソッドは利用できない。
呼び出した場合、UnsupportedOperationException を送出する。
- setSessionTrackingCookie(Session, HttpServletResponse) - Method in class nablarch.common.web.session.SessionStoreHandler
-
セッションIDを保持するためのクッキーをレスポンスのSet-Cookieヘッダに追加する。
- setSetContentTypeForResponseWithNoBody(boolean) - Method in class nablarch.fw.jaxrs.JaxRsResponseHandler
-
ボディを持たないレスポンスでもContent-Typeを設定するか否かを設定する。
デフォルトはfalse。
- setSetUpDateTime(String) - Method in class nablarch.test.core.util.interpreter.DateTimeInterpreter
-
データベースセットアップ日時を設定する。
本クラスが返却するデータベースセットアップ日時は、このメソッドで設定された値がそのまま使用される。
引数の形式は、JDBCタイムスタンプ書式(yyyy-mm-dd hh:mm:ss.f...)に合致しなければならない。
- setShape(String) - Method in class nablarch.common.web.tag.AnchorTag
-
XHTMLのshape属性を設定する。
- setShape(String) - Method in class nablarch.common.web.tag.SubmitLinkTagSupport
-
XHTMLのshape属性を設定する。
- setShort(int, short) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setShort(int, short) のラッパー。
- setShort(int, short) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setShort(int, short) のラッパー。
- setShortNameColumnName(String) - Method in class nablarch.common.code.schema.CodeNameSchema
-
略称カラムの名前を設定する。
- setSigned(boolean) - Method in class nablarch.core.dataformat.convertor.datatype.PackedDecimal
-
符号付きの整数として処理するかどうかを設定する。
- setSigned(boolean) - Method in class nablarch.core.dataformat.convertor.datatype.ZonedDecimal
-
符号付きの整数として処理するかどうかを設定する。
- setSize(int) - Method in class nablarch.common.web.tag.FileTag
-
XHTMLのsize属性を設定する。
- setSize(int) - Method in class nablarch.common.web.tag.PasswordTag
-
XHTMLのsize属性を設定する。
- setSize(int) - Method in class nablarch.common.web.tag.SelectTagSupport
-
XHTMLのsize属性を設定する。
- setSize(int) - Method in class nablarch.common.web.tag.TextTag
-
XHTMLのsize属性を設定する。
- setSize(Integer) - Method in class nablarch.core.dataformat.convertor.datatype.ByteStreamDataSupport
-
データサイズ(=バイト長)を設定する。
- setSize(int) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
取得最大件数を設定する。
- setSize(Integer) - Method in class nablarch.etl.config.DbToDbStepConfig.UpdateSize
-
1回のSQL実行で処理するサイズを設定する。
- setSize(int) - Method in class nablarch.fw.web.upload.PartInfo
-
アップロードされたファイルのサイズを設定する(単位はバイト)。
- setSortId(String) - Method in class nablarch.core.db.support.ListSearchInfo
-
ソートIDを設定する。
- setSortOrderColumnName(String) - Method in class nablarch.common.code.schema.CodeNameSchema
-
ソート順カラムの名前を設定する。
- setSortSubmitCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
pagingSortSubmitタグのsortSubmitCss属性のデフォルト値を設定する。
- setSortSubmitTag(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
pagingSortSubmitタグのsortSubmitTag属性のデフォルト値を設定する。
- setSortSubmitType(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
pagingSortSubmitタグのsortSubmitType属性のデフォルト値を設定する。
- setSourceFlowNodeIdColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
遷移元フローノードIDカラム名を設定する。
- setSourceReader(DataReader<TData>) - Method in class nablarch.fw.reader.ResumeDataReader
-
レジューム機能を追加するデータリーダを設定する。
- setSql(String) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
SQL文を設定する。
- setSqlBuilder(StandardSqlBuilder) - Method in class nablarch.common.dao.DaoContextFactory
-
- setSqlConvertors(List<SqlConvertor>) - Method in class nablarch.core.db.statement.BasicSqlParameterParser
-
SqlConvertorのリストを設定する。
- setSqlConvertors(List<SqlConvertor>) - Method in class nablarch.core.db.statement.BasicSqlParameterParserFactory
-
SqlConvertorのリストを設定する。
- setSqlFilePackage(String) - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
-
SQLファイルの配置パッケージを設定する。
- setSqlFilePackage(String) - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
-
SQLファイルの配置パッケージを設定する。
- setSqlId(String) - Method in class nablarch.etl.config.DbInputStepConfig
-
SQL_IDを設定する。
- setSqlLoader(StaticDataLoader<Map<String, String>>) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
SQL文をロードするクラスを設定する。
- setSqlLoaderCallback(List<SqlLoaderCallback>) - Method in class nablarch.core.db.statement.BasicSqlLoader
-
コールバッククラスを設定する。
コールバッククラスはリストの順序で実行される。
- setSqlParameterParserFactory(SqlParameterParserFactory) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
名前付きバインド変数をもつSQLの解析クラスを設定する。
- setSqlStatementExceptionFactory(SqlStatementExceptionFactory) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
SqlStatementExceptionFactoryを設定する。
- setSqlStatementExceptionFactory(SqlStatementExceptionFactory) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
SqlStatementExceptionFactoryを設定する。
- setSrc(String) - Method in class nablarch.common.web.tag.ImgTag
-
XHTMLのsrc属性を設定する。
- setSrc(String) - Method in class nablarch.common.web.tag.ScriptTag
-
XHTMLのsrc属性を設定する。
- setSrc(String) - Method in class nablarch.common.web.tag.SubmitTagSupport
-
XHTMLのsrc属性を設定する。
- setSslContext(SSLContext) - Method in class nablarch.fw.messaging.realtime.http.client.HttpProtocolBasicClient
-
SSLContextを設定する。
- setSslContext(SSLContext) - Method in interface nablarch.fw.messaging.realtime.http.client.HttpProtocolClient
-
SSLContextを設定する。
- setStartCodePoint(String) - Method in class nablarch.core.validation.validator.unicode.RangedCharsetDef
-
開始位置のコードポイントを設定する。
- setStartFreeMemory(long) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
空きメモリ量(開始時)を設定する。
- setStartPos(int) - Method in class nablarch.core.db.cache.ResultSetCacheKeyBuilder
-
開始位置を設定する。
(省略時は1)
- setStartPosition(int) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
取得開始位置を設定する。
- setStartTime(long) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
開始日時を設定する。
- setStartTime(long) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
開始日時を設定する。
- setStartUsedMemory(long) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
使用メモリ量(開始時)を設定する。
- setState(ComponentState) - Method in class nablarch.core.repository.di.ComponentHolder
-
コンポーネントの状態をセットする。
- setStateEncoder(StateEncoder) - Method in class nablarch.common.web.session.SessionStore
-
セッション内容の直列化モジュールを設定する。
- setStatement(SqlStatement) - Method in class nablarch.core.db.statement.ResultSetIterator
-
- setStatement(SqlPStatement) - Method in class nablarch.fw.reader.DatabaseRecordReader
-
テーブルを参照するSQLステートメントを設定する。
- setStatement(ParameterizedSqlPStatement, Object) - Method in class nablarch.fw.reader.DatabaseRecordReader
-
テーブルを参照するSQLステートメント及び条件を設定する。
- setStatementFactory(StatementFactory) - Method in class nablarch.core.db.connection.ConnectionFactorySupport
-
- setStatementReuse(boolean) - Method in class nablarch.core.db.connection.BasicDbConnection
-
ステートメントのキャッシュ有無を設定する。
- setStatementReuse(boolean) - Method in class nablarch.core.db.connection.ConnectionFactorySupport
-
ステートメントのキャッシュ有無を設定する。
- setStatusCode(int) - Method in class nablarch.common.web.handler.NablarchTagHandler
-
改竄を検知した場合のレスポンスステータスを設定する。
デフォルトは400。
- setStatusCode(int) - Method in class nablarch.common.web.token.BasicDoubleSubmissionHandler
-
二重サブミットと判定した場合のレスポンスステータスを設定する。
OnDoubleSubmission アノテーションで個別に指定していない場合は、ここに指定したレスポンスステータスを使用する。
デフォルトは400。
- setStatusCode(int) - Method in class nablarch.fw.jaxrs.EntityResponse
-
- setStatusCode(String) - Method in class nablarch.fw.messaging.FwHeader
-
要求電文に対する処理結果を表すコード値を返す。
- setStatusCode(Integer) - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
例外発生時のHTTPステータスコードを設定する。
- setStatusCode(HttpResponse, ServletExecutionContext) - Static method in class nablarch.fw.web.handler.HttpResponseHandler
-
クライアントに送信するステータスコードを設定する。
- setStatusCode(int) - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスのステータスコードを設定する。
デフォルトのステータスコードは 200 である。
- setStatusCodeColumnName(String) - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
-
要求電文のユーザIDを保持するカラムの名称を設定する。
(デフォルトは"USER_ID")
- setStatusCodeHeader(String) - Method in class nablarch.fw.messaging.ResponseMessage
-
フレームワーク制御ヘッダの処理結果コードの値を設定する。
- setStatusColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
-
メール送信要求管理テーブルのステータスカラムの名前を設定する。
- setStatusConvertMode(ServletExecutionContext, HttpResponseUtil.StatusConvertMode) - Static method in class nablarch.fw.web.handler.HttpResponseUtil
-
NablarchのステータスコードをHTTPレスポンスコードに変換する際のモードを設定する。
- setStatusFailure(String) - Method in class nablarch.common.mail.MailConfig
-
メール送信ステータス(送信失敗)のコード値を設定する。
- setStatusSent(String) - Method in class nablarch.common.mail.MailConfig
-
メール送信ステータス(送信済)のコード値を設定する。
- setStatusUnsent(String) - Method in class nablarch.common.mail.MailConfig
-
メール送信ステータス(未送信)のコード値を設定する。
- setStepId(String) - Method in class nablarch.etl.config.StepConfig
-
ステップIDを設定する。
- setSteps(Map<String, StepConfig>) - Method in class nablarch.etl.config.JobConfig
-
ステップの設定を設定する。
- setString(int, String) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setString(int, java.lang.String) のラッパー。
- setString(int, String) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setString(int, java.lang.String) のラッパー。
- setStringResourceCache(StaticDataCache<StringResource>) - Method in class nablarch.core.message.StringResourceHolder
-
文字列リソースのキャッシュを設定する。
- setStyle(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
XHTMLのstyle属性を設定する。
- setSubject(String) - Method in class nablarch.common.mail.FreeTextMailContext
-
件名を設定する。
- setSubject(String) - Method in class nablarch.common.mail.MailContext
-
件名を設定する。
- setSubjectColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
-
メール送信要求管理テーブルの件名カラムの名前を設定する。
- setSubjectColumnName(String) - Method in class nablarch.common.mail.MailTemplateTable
-
メールテンプレート管理テーブルの件名カラムの名前を設定する。
- setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.ButtonTag
-
- setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.ButtonTagSupport
-
フォームコンテキスにサブミット情報を設定する。
- setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.PopupButtonTag
-
フォームコンテキスにサブミット情報を設定する。
- setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.PopupLinkTag
-
フォームコンテキスにサブミット情報を設定する。
- setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.PopupSubmitTag
-
- setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.SubmitLinkTag
-
- setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.SubmitLinkTagSupport
-
フォームコンテキスにサブミット情報を設定する。
- setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.SubmitTag
-
- setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.SubmitTagSupport
-
フォームコンテキスにサブミット情報を設定する。
- setSubmissionInfoToFormContext(PageContext, HtmlAttributes, SubmissionInfo.SubmissionAction, String, boolean, String, DisplayMethod) - Static method in class nablarch.common.web.tag.TagUtil
-
フォームコンテキストにサブミット情報を設定する。
- setSubmissionInfoToFormContext(PageContext, HtmlAttributes, SubmissionInfo.SubmissionAction, String, boolean, String, DisplayMethod, String, String) - Static method in class nablarch.common.web.tag.TagUtil
-
フォームコンテキストにサブミット情報を設定する。
ポップアップのオプション情報を指定できる。
指定されたオプション情報がnullであった場合には、代わりにデフォルト値を使用する。
引数のオプション情報がnullで、デフォルト値も登録されていない場合は、nullが使用される。
(オプションなし)
- setSubmitLinkDisabledJsp(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
SubmitLink描画時の表示制御判定が「非活性」の場合に使用するJSPのURLを設定する。
SubmitLinkのボディ部の値は、"nablarch_link_body"というキーでリクエストスコープに格納されている。
また、活性時にaタグに出力されるidやclassといった属性は、nablarch_link_attributes_<属性名>
というキーでリクエストスコープに格納されている。
下記に例を示す。
- setSupportedLanguages(String...) - Method in class nablarch.common.web.handler.threadcontext.HttpLanguageAttribute
-
サポート対象の言語を設定する。
- setSupportedTimeZones(String...) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSupport
-
サポート対象のタイムゾーンを設定する。
- setSuppressJspCheck(boolean) - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag
-
チェックが無効化されているタグか否かを設定する。
- setSystemAccountAuthorityTableSchema(SystemAccountAuthorityTableSchema) - Method in class nablarch.common.permission.BasicPermissionFactory
-
システムアカウント権限テーブルのスキーマ情報を設定する。
- setSystemAccountTableSchema(SystemAccountTableSchema) - Method in class nablarch.common.permission.BasicPermissionFactory
-
システムアカウントテーブルのスキーマ情報を設定する。
- setSystemTimeProvider(SystemTimeProvider) - Method in class nablarch.core.cache.expirable.BasicExpirationSetting
-
システム日時提供クラスを設定する(必須)。
本メソッドはDIコンテナから使用されることを想定している。
- setSystemTimeProvider(SystemTimeProvider) - Method in class nablarch.core.cache.expirable.ExpirableCacheTemplate
-
システム日時提供クラスを取得する。
- setSystemTimeProvider(SystemTimeProvider) - Method in class nablarch.integration.workflow.definition.WorkflowDefinitionHolder
-
- setSystemTimeProvider(SystemTimeProvider) - Method in class nablarch.test.core.util.interpreter.DateTimeInterpreter
-
- setTabindex(int) - Method in class nablarch.common.web.tag.FocusAttributesTagSupport
-
XHTMLのtabindex属性を設定する。
- setTabindex(int) - Method in class nablarch.common.web.tag.SelectTagSupport
-
XHTMLのtabindex属性を設定する。
- setTableIdGenerator(IdGenerator) - Method in class nablarch.common.dao.DaoContextFactory
-
テーブルIDジェネレータを設定する。
- setTableName(String) - Method in class nablarch.common.availability.BasicServiceAvailability
-
リクエストに紐付くリクエストテーブル名称を設定する。
- setTableName(String) - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
-
排他制御用テーブルのテーブル名を設定する。
- setTableName(String) - Method in class nablarch.common.idgenerator.FastTableIdGenerator
-
採番テーブル物理名を設定する。
- setTableName(String) - Method in class nablarch.common.idgenerator.TableIdGenerator
-
採番テーブル物理名を設定する。
- setTableName(String) - Method in class nablarch.common.mail.MailAttachedFileTable
-
添付ファイル管理テーブルの名前を設定する。
- setTableName(String) - Method in class nablarch.common.mail.MailRecipientTable
-
メール送信先テーブルの名前を設定する。
- setTableName(String) - Method in class nablarch.common.mail.MailRequestTable
-
メール送信要求管理テーブルの名前を設定する。
- setTableName(String) - Method in class nablarch.common.mail.MailTemplateTable
-
メールテンプレート管理テーブルの名前を設定する。
- setTableName(String) - Method in class nablarch.common.schema.TableSchema
-
テーブル名を設定する。
- setTableName(String) - Method in class nablarch.core.date.BasicBusinessDateProvider
-
業務日付テーブル物理名を設定する。
- setTableName(String) - Method in class nablarch.core.message.BasicStringResourceLoader
-
メッセージが格納されたテーブルのテーブル名をセットする。
- setTableName(String) - Method in class nablarch.fw.handler.BasicDuplicateProcessChecker
-
テーブル名を設定する。
- setTableName(String) - Method in class nablarch.fw.handler.BasicProcessStopHandler
-
プロセス停止可否のチェックを行うテーブルの物理名を設定する。
- setTableName(String) - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
-
再送電文管理テーブルの名称を設定する。
- setTableName(String) - Method in class nablarch.fw.reader.ResumePointManager
-
実行管理テーブルのテーブル名を設定する。
- setTableName(String) - Method in class nablarch.test.core.db.TableData
-
テーブル名を設定する。
- setTablesTobeWatched(List<String>) - Method in class nablarch.test.core.db.MasterDataRestorer
-
監視対象テーブル名を設定する。
- setTabSize(int) - Method in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
- SetTag - Class in nablarch.common.web.tag
-
変数に値を設定するクラス。
- SetTag() - Constructor for class nablarch.common.web.tag.SetTag
-
- setTags(Map<String, String>) - Method in class nablarch.integration.micrometer.MeterRegistryFactory
-
すべてのメトリクスに共通で設定するタグを指定する。
- setTarget(String) - Method in class nablarch.common.web.tag.AnchorTag
-
XHTMLのtarget属性を設定する。
- setTarget(String) - Method in class nablarch.common.web.tag.FormTag
-
XHTMLのtarget属性を設定する。
- setTarget(String) - Method in class nablarch.common.web.tag.LinkTag
-
XHTMLのtarget属性を設定する。
- setTarget(Closeable) - Method in class nablarch.core.repository.disposal.DisposableAdaptor
-
廃棄処理対象を設定する。
- setTargetFlowNodeIdColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
遷移先フローノードIDカラム名を設定する。
- setTargetGenerateId(String) - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
-
- setTargetPackages(List<String>) - Method in class nablarch.fw.hotdeploy.HotDeployHandler
-
HotDeploy対象のパッケージを設定。
- setTargetUrl(String) - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
例外発生時の接続先を設定する。
- setTasks(List<Task>) - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
タスク定義を設定する。
- setTaskTableName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
タスクテーブル名を設定する。
- setTempDirectory(String) - Method in class nablarch.fw.web.HttpServer
-
context用の一時ディレクトリパスを指定する。
本パスを指定した場合、jspのコンパイル後のクラスなどはこのディレクトリ配下に保存される。
- setTempDirectory(String) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
テンプディレクトリのパスを設定する。
JSPのコンパイル後のクラスが格納されるディレクトリ。
本設定を省略して場合のデフォルトテンプディレクトリは、jettyのデフォルト動作となる。
- setTempDirPath(String) - Method in class nablarch.fw.web.HttpResponseSetting
-
一時ファイルの出力先フォルダのパスを設定する。
- setTemplateEngine(TemplateEngine) - Method in class nablarch.fw.web.handler.responsewriter.thymeleaf.ThymeleafResponseWriter
-
TemplateEngine を設定する。
- setTemplateEngine(ITemplateEngine) - Method in class nablarch.integration.mail.thymeleaf.ThymeleafMailProcessor
-
ThymeleafのエントリーポイントとなるITemplateEngine を設定する。
- setTemplateEngineMailProcessor(TemplateEngineMailProcessor) - Method in class nablarch.common.mail.MailRequester
-
定型メールの件名と本文を構築するテンプレートエンジン処理クラスを設定する。
- setTemplateId(String) - Method in class nablarch.common.mail.TemplateMailContext
-
テンプレートIDを設定する。
- setTerminationTimeout(int) - Method in class nablarch.fw.handler.MultiThreadExecutionHandler
-
処理停止要求のタイムアウト秒数を設定する。
デフォルト値は 600秒 である。
- setTestDataReader(TestDataReader) - Method in class nablarch.test.core.reader.BasicTestDataParser
-
テストデータリーダを設定する。
- setTestDataReader(TestDataReader) - Method in interface nablarch.test.core.reader.TestDataParser
-
テストデータリーダを設定する。
- setThreadContextValues(String, String) - Method in class nablarch.test.core.db.DbAccessTestSupport
-
ThreadContextに値を設定する。
- setThreadContextValues(String, String) - Method in class nablarch.test.TestSupport
-
ThreadContextに値を設定する。
- setThreadContextValues(Map<String, String>) - Static method in class nablarch.test.TestSupport
-
ThreadContextに値を設定する。
- setThreadPoolSize(int) - Method in class nablarch.fw.invoker.FixedExecutorServiceFactory
-
スレッドプールのサイズを設定する。
- setThrowsErrorOnSessionWriteConflict(boolean) - Static method in class nablarch.fw.web.handler.SessionConcurrentAccessHandler
-
Deprecated.
セッション変更の書き戻しに失敗した場合に実行時例外を送出するか否かを設定する。
- setTime(int, Time) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setTime(int, java.sql.Time) のラッパー。
- setTime(int, Time, Calendar) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setTime(int, java.sql.Time, java.util.Calendar) のラッパー。
- setTime(int, Time) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setTime(int, java.sql.Time) のラッパー。
- setTime(int, Time, Calendar) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setTime(int, java.sql.Time, java.util.Calendar) のラッパー。
- setTimeoutSecond(long) - Method in class nablarch.fw.invoker.AbstractExecutorServiceFactory
-
スレッドの停止を待機する時間(秒)を設定する。
- setTimestamp(int, Timestamp) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setTimestamp(int, java.sql.Timestamp) のラッパー。
- setTimestamp(int, Timestamp, Calendar) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setTimestamp(int, java.sql.Timestamp, java.util.Calendar) のラッパー。
- setTimestamp(int, Timestamp) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setTimestamp(int, java.sql.Timestamp) のラッパー。
- setTimestamp(int, Timestamp, Calendar) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setTimestamp(int, java.sql.Timestamp, java.util.Calendar) のラッパー。
- setTimeToLive(long) - Method in class nablarch.fw.messaging.SendingMessage
-
電文の有効期間をmsec単位で設定する。
0以下の数値を指定した場合は無期限となる。
本メソッドで有効期間を指定しなかった場合は、プロバイダ側で定めたデフォルト値が設定される。
- setTimeZone(TimeZone) - Static method in class nablarch.core.ThreadContext
-
スレッドローカルにタイムゾーンを設定する。
- setTitle(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
XHTMLのtitle属性を設定する。
- setToken(LayoutFileParser.Token) - Method in exception nablarch.core.dataformat.SyntaxErrorException
-
構文エラーの発生箇所を設定する。
- setToken(HttpRequest, ExecutionContext, boolean) - Method in class nablarch.test.core.http.HttpRequestTestSupport
-
トークンをリクエストパラメータとセッションスコープに設定する。
引数validが真の場合、有効なトークンを設定する。偽の場合はトークンを無効にする。
- setTokenName(String) - Method in class nablarch.common.web.token.DbTokenSchema
-
トークンカラム名 を設定する
- setTransaction(String, Transaction) - Static method in class nablarch.core.transaction.TransactionContext
-
トランザクションオブジェクトを設定する。
- setTransactionCommitExceptions(List<String>) - Method in class nablarch.common.handler.TransactionManagementHandler
-
送出されてもトランザクションをコミットしなければならない例外クラスの一覧を設定する。
- setTransactionFactory(TransactionFactory) - Method in class nablarch.common.handler.TransactionManagementHandler
-
トランザクションオブジェクトを取得するためのファクトリを設定する。
- setTransactionFactory(TransactionFactory) - Method in class nablarch.core.db.transaction.SimpleDbTransactionManager
-
デフォルトのトランザクションファクトリクラスを設定する。
- setTransactionFactory(TransactionFactory) - Method in class nablarch.fw.batch.ee.listener.step.StepTransactionManagementListener
-
トランザクションファクトリを設定する。
- setTransactionFactory(TransactionFactory) - Method in class nablarch.fw.handler.LoopHandler
-
トランザクションオブジェクトを取得するためのファクトリを設定する。
- setTransactionManager(SimpleDbTransactionManager) - Method in class nablarch.integration.workflow.definition.loader.DatabaseWorkflowDefinitionLoader
-
データベース接続を設定する。
- setTransactionName(String) - Method in class nablarch.common.handler.TransactionManagementHandler
-
このハンドラが管理するトランザクションの、スレッドコンテキスト上での登録名を設定する。
- setTransactionName(String) - Method in class nablarch.fw.batch.ee.listener.chunk.ItemWriteTransactionManagementListener
-
トランザクション名を設定する。
- setTransactionName(String) - Method in class nablarch.fw.batch.ee.listener.step.StepTransactionManagementListener
-
トランザクション名
- setTransactionName(String) - Method in class nablarch.fw.handler.LoopHandler
-
このハンドラが管理するトランザクションの、スレッドコンテキスト上での登録名を設定する。
- setTransactionName(String) - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
-
トランザクション名を設定する。
- setTransactionTimeoutHandler(JdbcTransactionTimeoutHandler) - Method in class nablarch.core.db.transaction.JdbcTransaction
-
トランザクションタイムアウトハンドラを設定する。
- setTransactionTimeoutSec(int) - Method in class nablarch.core.db.transaction.JdbcTransactionFactory
-
トランザクションタイムアウト秒数設定を設定する。
設定を省略した場合または、0以下の値を設定した場合はトランザクションタイムアウト機能は無効化される。
- setTransferEncoding(String) - Method in class nablarch.fw.web.HttpResponse
-
Transfer-Encodingの値を設定する。
このヘッダの値が"chunked"であった場合、
コンテンツボディはchunked-encodingに従って読み書きされる。
デフォルトではこのヘッダは設定されない。
- setTraversalConfigs(Iterable<TraversalConfig>) - Method in class nablarch.fw.dicontainer.nablarch.AnnotationAutoContainerProvider
-
- setTrimPolicy(String) - Method in class nablarch.core.validation.convertor.StringConvertor
-
トリムポリシーを設定する。
- setType(String) - Method in class nablarch.common.web.tag.AnchorTag
-
XHTMLのtype属性を設定する。
- setType(String) - Method in class nablarch.common.web.tag.ButtonTagSupport
-
XHTMLのtype属性を設定する。
- setType(String) - Method in class nablarch.common.web.tag.LinkTag
-
XHTMLのtype属性を設定する。
- setType(String) - Method in class nablarch.common.web.tag.ScriptTag
-
XHTMLのtype属性を設定する。
- setType(String) - Method in class nablarch.common.web.tag.SubmitTagSupport
-
XHTMLのtype属性を設定する。
- setTypeName(String) - Method in class nablarch.core.dataformat.CharacterReplacementConfig
-
寄せ字変換タイプ名を設定する。
- setTypeName(String) - Method in class nablarch.core.dataformat.RecordDefinition
-
このレコードフォーマットのレコード種別名を設定する。
- setTypes(List<String>) - Method in class nablarch.test.core.file.DataFileFragment
-
データ型のシンボルを設定する。
データ型の要素数はフィールド名と同じでなければならない。
- setUnderLimitMessageId(String) - Method in class nablarch.test.core.entity.EntityTestConfiguration
-
桁数不足時のメッセージIDを設定する。
- setUnhealthyStatus(String) - Method in class nablarch.fw.web.handler.health.HealthCheckResponseBuilder
-
ヘルスチェックが失敗した場合のステータスの表現を設定する。
デフォルトは"DOWN"。
- setUnhealthyStatusCode(int) - Method in class nablarch.fw.web.handler.health.HealthCheckResponseBuilder
-
ヘルスチェックが失敗した場合のステータスコードを設定する。
デフォルトは"503"。
- setUp(INF, Map<String, String>) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
-
準備を行う。
- setUp() - Method in class nablarch.test.core.http.SimpleRestTestSupport
-
システムリポジトリから設定を取得しHTTPサーバを起動する。
- SETUP_TABLE - Static variable in class nablarch.test.core.standalone.TestShot
-
セットアップ対象テーブルのグループID
- setUpdateCount(int) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
更新件数を設定する。
- setUpdatePreHookObjectHandlerList(List<AutoPropertyHandler>) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
オブジェクトのフィールドへの値自動設定用ハンドラーを設定する。
オブジェクトのフィールドの値をバインド変数に設定する事前処理として、
このハンドラーを使用してフィールドに値の自動設定を行う。
- setUpdatePreHookObjectHandlerList(List<AutoPropertyHandler>) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
オブジェクトのフィールドへの値自動設定用ハンドラーを設定する。
オブジェクトのフィールドの値をバインド変数に設定する事前処理として、
このハンドラーを使用してフィールドに値の自動設定を行う。
- setUpdateSize(DbToDbStepConfig.UpdateSize) - Method in class nablarch.etl.config.DbToDbStepConfig
-
1回のSQL実行で処理するサイズに関する設定を設定する。
- setUpdateSqlKeywords(List<String>) - Method in class nablarch.test.core.db.MasterDataRestorer
-
更新とみなされるSQLキーワードを設定する。
SQLキーワード文字列末尾には半角スペースが付与される。
- setUpDb(String) - Method in class nablarch.test.core.db.DbAccessTestSupport
-
データベースにデータを投入する。
- setUpDb(String, String) - Method in class nablarch.test.core.db.DbAccessTestSupport
-
データベースにデータを投入する。
- setUpDb(String) - Method in class nablarch.test.core.db.EntityTestSupport
-
- setUpDb(String, String) - Method in class nablarch.test.core.db.EntityTestSupport
-
- setUpDb(String) - Method in class nablarch.test.core.http.HttpRequestTestSupport
-
- setUpDb(String, String) - Method in class nablarch.test.core.http.HttpRequestTestSupport
-
- setUpDb() - Method in class nablarch.test.core.http.RestTestSupport
-
システムリポジトリから設定を取得しHTTPサーバを起動する。
テストデータが存在する場合はDBにデータを登録する。
以下2種類のテストデータが対象となる。
テストクラス単位で共通のデータシート:setUpDb
テストメソッド単位で固有のデータシート:実行中のメソッド名
- setUpDb(String) - Method in class nablarch.test.core.http.RestTestSupport
-
- setUpDb(String, String) - Method in class nablarch.test.core.http.RestTestSupport
-
- setUpDbBeforeTestMethod() - Method in class nablarch.test.core.integration.IntegrationTestSupport
-
テストメソッド実行前にデータベースセットアップを実行する。
- setUpDbForTestCase(INF) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
-
テストケース毎のデータベースセットアップを行う。
- setUpDbIfSheetExists(String) - Method in class nablarch.test.core.http.RestTestSupport
-
DBセットアップを実行する。
- setupExecutionContext(CommandLine, ExecutionContext) - Method in class nablarch.fw.launcher.Main
-
バッチコントローラ起動前準備を行う。
実行コンテキストを生成し、以下の処理を行う。
コンポーネント設定ファイルに定義したハンドラキューの設定
DataReader の設定
DataReaderFactory の設定
ディスパッチハンドラの設定
セッションスコープにプロセスの実行権限ユーザIDと、起動オプションのマップを設定
- setUpFile(String, String...) - Method in class nablarch.test.core.file.FileSupport
-
ファイルを準備する。
- setUpFileIfNecessary(String, String...) - Method in class nablarch.test.core.file.FileSupport
-
ファイルを準備する。
対象データが存在しない場合は何もしない。
- setUpInputData(TestShot) - Method in interface nablarch.test.core.standalone.TestShot.TestShotAround
-
入力データを準備する。
- setUploadSettings(UploadSettings) - Method in class nablarch.fw.web.upload.MultipartHandler
-
マルチパート用の各種設定値を設定する。
- setUploadTmpDirectory(String) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
アップロードファイルの一時ディレクトリを設定する。
- setUpMasterData() - Method in class nablarch.test.core.db.MasterDataSetUpper
-
マスタデータ投入を行う。
- setUpMessage(INF, Map<String, String>) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
-
メッセージ同期送信のリクエスト単体テストを実行するための準備を行う
- setUpMessageIdOnError(String, String, String) - Method in class nablarch.fw.web.upload.util.BulkValidator
-
- setUpMessages - Variable in class nablarch.test.core.messaging.MessagingRequestTestSupport
-
メッセージ投入用クラス
- setUpSystemRepository(String) - Method in class nablarch.fw.launcher.GenericLauncher
-
システムリポジトリの初期化を行う。
- setUpSystemRepository(String) - Method in class nablarch.fw.launcher.Main
-
コンポーネント設定ファイルの設定にしたがって、システムリポジトリの初期化を行う。
- setUpSystemRepository(String) - Method in class nablarch.test.core.standalone.MainForRequestTesting
-
コンポーネント設定ファイルの設定にしたがって、システムリポジトリの初期化を行う。
- setUri(String) - Method in class nablarch.common.web.tag.ButtonTagSupport
-
サブミット先のURIを設定する。
- setUri(String) - Method in class nablarch.common.web.tag.SubmitLinkTagSupport
-
サブミット先のURIを設定する。
- setUri(String) - Method in class nablarch.common.web.tag.SubmitTagSupport
-
サブミット先のURIを設定する。
- setUri(String) - Method in class nablarch.integration.redisstore.lettuce.LettuceMasterReplicaRedisClient
-
接続するRedisサーバーのURIを設定する。
- setUri(String) - Method in class nablarch.integration.redisstore.lettuce.LettuceSimpleRedisClient
-
接続するRedisサーバーのURIを設定する。
- setUriList(List<String>) - Method in class nablarch.integration.redisstore.lettuce.LettuceClusterRedisClient
-
接続するRedisクラスタの、各ノードのURIをリストで設定する。
- setURL(int, URL) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.setURL(int, java.net.URL) のラッパー。
- setURL(int, URL) - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.setURL(int, java.net.URL) のラッパー。
- setUseCache(boolean) - Method in class nablarch.fw.reader.ValidatableFileDataReader
-
バリデーション時に読み込んだデータをキャッシュし、本処理で使用するかどうかを設定する。
- setUseCache(boolean) - Method in class nablarch.test.core.reader.PoiXlsReader
-
キャッシュ要否を設定する。
- setUseCurrentPageNumber(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのuseCurrentPageNumber属性のデフォルト値を設定する。
- setUseFirstSubmit(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのuseFirstSubmit属性のデフォルト値を設定する。
- setUseFormPropertyNameAsMessageId(boolean) - Method in class nablarch.core.validation.ValidationManager
-
フォームのプロパティ名をデフォルトのメッセージIDとして使用するかどうかの設定値を設定する。
- setUseGetRequest(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
-
GETメソッドによるリクエストを使用するか否かを設定する。
- setUseHiddenEncryption(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
-
hiddenタグの暗号化機能を使用するか否かのデフォルト値を設定する。
デフォルトは true 。
- setUseIdOnly(boolean) - Method in class nablarch.core.repository.di.ComponentDefinition
-
IDのみ参照を許すか否かを設定する。
- setUseLastSubmit(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのuseLastSubmit属性のデフォルト値を設定する。
- setUsemap(String) - Method in class nablarch.common.web.tag.ImgTag
-
XHTMLのusemap属性を設定する。
- setUsemap(String) - Method in class nablarch.common.web.tag.SubmitTagSupport
-
XHTMLのusemap属性を設定する。
- setUseNextSubmit(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのuseNextSubmit属性のデフォルト値を設定する。
- setUseOffValue(boolean) - Method in class nablarch.common.web.tag.CheckboxTag
-
チェックなしの値設定を使用するか否かを設定する。
デフォルトはtrue。
- setUsePageNumberSubmit(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのusePageNumberSubmit属性のデフォルト値を設定する。
- setUsePaging(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのusePaging属性のデフォルト値を設定する。
- setUsePrevSubmit(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのusePrevSubmit属性のデフォルト値を設定する。
- setUseProductSystemErrorOutput(boolean) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
WebSphere MQによる MQException 発生時の標準エラー出力を使用するか否かを設定する。
デフォルトはfalse。
- setUserAgentPattern(String) - Method in class nablarch.fw.web.download.encorder.DownloadFileNameEncoderEntry
-
User-Agentヘッダのパターンを設定する。
- setUseResultCount(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのuseResultCount属性のデフォルト値を設定する。
- setUserId(String) - Static method in class nablarch.core.ThreadContext
-
スレッドローカルにユーザIDを設定する。
- setUserId(String) - Method in class nablarch.fw.messaging.FwHeader
-
ユーザIDヘッダの値を設定する。
- setUserIdColumnName(String) - Method in class nablarch.common.permission.schema.GroupSystemAccountTableSchema
-
ユーザIDカラムの名前を設定する。
- setUserIdColumnName(String) - Method in class nablarch.common.permission.schema.SystemAccountAuthorityTableSchema
-
ユーザIDカラムの名前を設定する。
- setUserIdColumnName(String) - Method in class nablarch.common.permission.schema.SystemAccountTableSchema
-
ユーザIDカラムの名前を設定する。
- setUserIdLockedColumnName(String) - Method in class nablarch.common.permission.schema.SystemAccountTableSchema
-
ユーザIDロックカラムの名前を設定する。
- setUserIdSessionKey(String) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
ユーザIDセッションキーを設定する。
- setUserIdToFormatKey(String) - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
ユーザIDとフォーマット定義ファイル上のキーとの対応を設定する。
- setUserName(String) - Method in class nablarch.etl.SqlLoaderConfig
-
ユーザ名を設定する。
- setUserSessionSchema(UserSessionSchema) - Method in class nablarch.common.web.session.DbManagedExpiration
-
ユーザセッションテーブルのスキーマをセットする。
- setUserSessionSchema(UserSessionSchema) - Method in class nablarch.common.web.session.store.DbStore
-
ユーザセッションテーブルのスキーマをセットする。
- setUsesInternalRequestId(boolean) - Method in class nablarch.common.availability.ServiceAvailabilityCheckHandler
-
開閉局状態の判定を内部リクエストIDを用いて行うか否かを設定する。
明示的に設定しなかった場合のデフォルトは true (内部リクエストIDを使用する。)
- setUsesInternalRequestId(boolean) - Method in class nablarch.common.permission.PermissionCheckHandler
-
開閉局状態の判定を内部リクエストIDを用いて行うか否かを設定する。
明示的に設定しなかった場合のデフォルトは true (内部リクエストIDを使用する。)
- setUseToken(Boolean) - Method in class nablarch.common.web.tag.FormTag
-
トークンを設定するか否かを設定する。
- setUseValueAsNullIfObjectExists(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
-
入力系のタグでname属性に指定した名称に対応する値を取得する際に、値を保持するオブジェクトが
null であれば null を設定されたものとして動作するか否かを設定する。
本設定値は後方互換性のために存在する。
false を指定することで、リクエストスコープに設定されたオブジェクトが存在した場合も、
プロパティが null であればリクエストパラメータの値を優先的に使用するよう動作する。
デフォルトは true 。
- setUseXa(boolean) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
分散トランザクションを使用するか否かを設定する。
デフォルトはtrue。
- setValidatorAction(ValidatableFileDataReader.FileValidatorAction) - Method in class nablarch.fw.reader.ValidatableFileDataReader
-
バリデーション処理を実装したアクションクラスを設定する。
- setValidators(List<Validator>) - Method in class nablarch.core.validation.domain.DomainValidator
-
バリデータのリストを設定する。
- setValidators(List<Validator>) - Method in class nablarch.core.validation.ValidationManager
-
バリデータのリストをセットする。
- setValidToken(HttpRequest, ExecutionContext) - Method in class nablarch.test.core.http.HttpRequestTestSupport
-
有効なトークンをリクエストパラメータとセッションスコープに設定する。
二重サブミットを防止しているアクションのメソッドをテストする場合は、このメソッドを呼び出しトークンを設定する。
- setValue(String) - Method in class nablarch.common.web.tag.ButtonTagSupport
-
XHTMLのvalue属性を設定する。
- setValue(String) - Method in class nablarch.common.web.tag.CheckedInputTagSupport
-
XHTMLのvalue属性を設定する。
- setValue(Object) - Method in class nablarch.common.web.tag.ParamTagSupport
-
値を設定する。
- setValue(Object) - Method in class nablarch.common.web.tag.SetTag
-
値を設定する。
- setValue(String) - Method in class nablarch.common.web.tag.SubmitTagSupport
-
XHTMLのvalue属性を設定する。
- setValue(String) - Method in class nablarch.common.web.tag.TextTag
-
出力する値を設定する。
- setValue(String) - Method in class nablarch.common.web.tag.WriteTag
-
出力する値を設定する。
- setValue(String) - Method in class nablarch.core.repository.di.config.MapEntryDefinition
-
値の文字列表現をセットする。
- setValue(String) - Method in class nablarch.core.repository.di.config.xml.schema.Entry
-
Sets the value of the value property.
- setValue(String) - Method in class nablarch.core.repository.di.config.xml.schema.Property
-
Sets the value of the value property.
- setValue(String) - Method in class nablarch.fw.web.handler.secure.ReferrerPolicyHeader
-
Referrer-Policyレスポンスヘッダに指定する値を設定する。
- setValue(String) - Method in class nablarch.fw.web.handler.secure.SecureResponseHeaderSupport
-
レスポンスヘッダに指定する値を設定する。
- setValue(String) - Method in class nablarch.test.core.util.interpreter.InterpretationContext
-
- setValue(String) - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag.TagAttribute
-
属性値を設定する。
- setValueColumnName(String) - Method in class nablarch.common.code.schema.CodeNameSchema
-
コード値カラムの名前を設定する。
- setValueColumnName(String) - Method in class nablarch.common.code.schema.CodePatternSchema
-
コード値カラムの名前を設定する。
- setValueColumnName(String) - Method in class nablarch.core.message.BasicStringResourceLoader
-
メッセージカラム名をセットする。
- setValueComponent(Component) - Method in class nablarch.core.repository.di.config.xml.schema.Entry
-
Sets the value of the valueComponent property.
- setValueConvertorProperty(ValueConvertor<?, ?>) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
コンバータの設定を行う。ファイルタイプ個別の設定を行う必要がある場合、必要に応じてサブクラスでオーバーライドする。
- setValueFormat(String) - Method in class nablarch.common.web.tag.TextTag
-
出力時のフォーマットを設定する。
- setValueFormat(String) - Method in class nablarch.common.web.tag.WriteTag
-
出力時のフォーマットを設定する。
- setValueId(int) - Method in class nablarch.core.repository.di.config.MapEntryDefinition
-
値のコンポーネントIDをセットする。
- setValueName(String) - Method in class nablarch.core.repository.di.config.xml.schema.Entry
-
Sets the value of the valueName property.
- setValueObject(Object) - Method in class nablarch.common.web.tag.CompositeKeyCheckedInputTagSupport
-
値のオブジェクト(MapまたはJavaBeans形式のクラス)を設定する。
- setValueRef(String) - Method in class nablarch.core.repository.di.config.MapEntryDefinition
-
値の参照名をセットする。
- setValues(String) - Method in class nablarch.core.repository.di.config.StringListComponentFactory
-
このファクトリが生成する List<String> の各要素を
半角カンマで連結した文字列を設定する。
- setValueType(MapEntryDefinition.DataType) - Method in class nablarch.core.repository.di.config.MapEntryDefinition
-
値の種類をセットする。
- setVar(String) - Method in class nablarch.common.web.tag.MessageTag
-
リクエストスコープに格納する際に使用する変数名を設定する。
- setVar(String) - Method in class nablarch.common.web.tag.SetTag
-
リクエストスコープに格納する際に使用する変数名を設定する。
- setVarCountName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのvarCount属性のデフォルト値を設定する。
- setVariable(String, Object) - Method in class nablarch.common.mail.TemplateMailContext
-
テンプレートとマージする変数を追加する。
- setVariableLengthConvertorFactory(VariableLengthConvertorFactory) - Method in class nablarch.core.dataformat.convertor.VariableLengthConvertorSetting
-
- setVarOddEvenName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのvarOddEvenName属性のデフォルト値を設定する。
- setVarRowCountName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのvarRowCount属性のデフォルト値を設定する。
- setVarRowName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのvarRowName属性のデフォルト値を設定する。
- setVarStatusName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのvarStatusName属性のデフォルト値を設定する。
- setVelocityEngine(VelocityEngine) - Method in class nablarch.integration.mail.velocity.VelocityMailProcessor
-
VelocityのエントリーポイントとなるVelocityEngine を設定する。
- setVerificationFailureHandler(VerificationFailureHandler) - Method in class nablarch.fw.web.handler.CsrfTokenVerificationHandler
-
CSRFトークンの検証失敗時の処理を行うインタフェースを設定する。
- setVerificationTargetMatcher(VerificationTargetMatcher) - Method in class nablarch.fw.web.handler.CsrfTokenVerificationHandler
-
HTTPリクエストがCSRFトークンの検証対象となるか判定を行うインターフェースを設定する。
- setVersionColumnName(String) - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
-
バージョン番号カラム名を設定する。
- setVersionColumnName(String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
バージョン番号カラム名を設定する。
- setVersionColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
バージョンカラム名を設定する。
- setVspace(String) - Method in class nablarch.common.web.tag.ImgTag
-
XHTMLのvspace属性を設定する。
- setWarBasePath(String) - Method in class nablarch.fw.web.HttpServer
-
このサーバにデプロイするWARのパスを設定する。
- setWarBasePaths(List<ResourceLocator>) - Method in class nablarch.fw.web.HttpServer
-
このサーバにデプロイするWARのパスを複数設定する。
引数で渡されたリストの順にリソースが探索される。
- setWarnCss(String) - Method in class nablarch.common.web.tag.ErrorsTag
-
警告レベルのメッセージに使用するCSSクラス名を設定する。
- setWebBaseDir(String) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
webベースディレクトリを設定する。
- setWebFrontControllerKey(String) - Method in class nablarch.test.core.http.RestTestConfiguration
-
webFrontControllerKey を設定する
- setWidth(String) - Method in class nablarch.common.web.tag.ImgTag
-
XHTMLのwidth属性を設定する。
- setWindowScopePrefixes(String) - Method in class nablarch.common.web.tag.FormTag
-
ウィンドウスコープ変数のプレフィックスを設定する。
- setWithHtmlFormat(boolean) - Method in class nablarch.common.web.tag.MessageTag
-
HTMLフォーマット(改行と半角スペースの変換)をするか否かを設定する。
HTMLフォーマットはHTMLエスケープをする場合のみ有効となる。
- setWithHtmlFormat(boolean) - Method in class nablarch.common.web.tag.WriteTag
-
HTMLフォーマット(改行と半角スペースの変換)をするか否かを設定する。
HTMLフォーマットはHTMLエスケープをする場合のみ有効となる。
- setWithNoneOption(boolean) - Method in class nablarch.common.web.tag.CodeSelectTag
-
リスト先頭に選択なしのオプションを追加するか否かを設定する。
デフォルトはfalse。
- setWithNoneOption(boolean) - Method in class nablarch.common.web.tag.ListSelectTag
-
リスト先頭に選択なしのオプションを追加するか否かを設定する。
デフォルトはfalse。
- setWorkflowDefinitionHolder(WorkflowDefinitionHolder) - Method in class nablarch.integration.workflow.WorkflowConfig
-
ワークフロー定義情報を保持するクラスを設定する。
- setWorkflowDefinitionLoader(WorkflowDefinitionLoader) - Method in class nablarch.integration.workflow.definition.WorkflowDefinitionHolder
-
ワークフローの定義情報をロードするクラスを設定する。
- setWorkflowDefinitionSchema(WorkflowDefinitionSchema) - Method in class nablarch.integration.workflow.definition.loader.DatabaseWorkflowDefinitionLoader
-
ワークフロー定義テーブルの定義情報を設定する。
- setWorkflowDefinitionTableName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
プロセス定義テーブル名を設定する。
- setWorkflowIdColumnName(String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
ワークフローIDカラム名を設定する。
- setWorkflowIdColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
ワークフローIDカラム名を設定する。
- setWorkflowInstanceDao(WorkflowInstanceDao) - Method in class nablarch.integration.workflow.WorkflowConfig
-
ワークフローの状態を管理するためのデータベースアクセスオブジェクトを設定する。
- setWorkflowInstanceFactory(WorkflowInstanceFactory) - Method in class nablarch.integration.workflow.WorkflowConfig
-
ワークフローインスタンスのファクトリクラスを設定する。
- setWorkflowInstanceSchema(WorkflowInstanceSchema) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
ワークフローインスタンステーブルの定義情報を設定する。
- setWorkflowNameColumnName(String) - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
プロセス名カラム名を設定する。
- setWriteBody(boolean) - Method in class nablarch.fw.web.handler.health.HealthCheckResponseBuilder
-
レスポンスボディを書き込むか否かを設定する。
デフォルトは"true"。
ステータスコードだけでよい場合は"false"を指定する。
- setWriteFailureLogPattern(String) - Method in class nablarch.fw.web.handler.HttpErrorHandler
-
- setXaDataSource(XADataSource) - Method in class nablarch.integration.messaging.wmq.xa.WmqXADbConnectionFactoryForXADataSource
-
XAデータソースを設定する。
- setXmlComponentFile(String) - Method in class nablarch.test.core.http.HttpTestConfiguration
-
ターゲットコード用の設定ファイル(XMLファイル)をリードするための、ルートXMLファイル名を設定する。
- setXmlConfigPath(String) - Method in class nablarch.integration.micrometer.MeterRegistryFactory
-
XML設定ファイルのパスを設定する。
- setXmlDataConvertorFactory(XmlDataConvertorFactory) - Method in class nablarch.core.dataformat.convertor.XmlDataConvertorSetting
-
- setXmlLang(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
XHTMLのxml:lang属性を設定する。
- setXmlSpace(String) - Method in class nablarch.common.web.tag.ScriptTag
-
XHTMLのxml:space属性を設定する。
- setYyyymmddPattern(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
年月日のフォーマットに使用するパターンのデフォルト値を設定する。
- setYyyymmPattern(String) - Method in class nablarch.common.web.tag.CustomTagConfig
-
年月のフォーマットに使用するパターンのデフォルト値を設定する。
- setZoneNibble(Byte) - Method in class nablarch.core.dataformat.convertor.datatype.ZonedDecimal
-
ゾーンNibbleを設定する。
- setZoneSignNibbleNegative(Integer) - Method in class nablarch.core.dataformat.convertor.datatype.ZonedDecimal
-
符号付きゾーン10進数値の末尾桁の上位4ビット(負数の場合)を返却する。
- setZoneSignNibblePositive(Integer) - Method in class nablarch.core.dataformat.convertor.datatype.ZonedDecimal
-
符号付きゾーン10進数値の末尾桁の上位4ビット(正数の場合)を返却する。
- ShortConverter - Class in nablarch.core.beans.converter
-
- ShortConverter() - Constructor for class nablarch.core.beans.converter.ShortConverter
-
デフォルトコンストラクタ
- ShortConverter(List<String>) - Constructor for class nablarch.core.beans.converter.ShortConverter
-
数値パターンを設定してインスタンスを構築する。
- ShortRequestIdExtractor - Class in nablarch.common.util
-
- ShortRequestIdExtractor() - Constructor for class nablarch.common.util.ShortRequestIdExtractor
-
- shouldStop(ExecutionContext) - Method in class nablarch.fw.handler.LoopHandler
-
現在の処理終了後にループを止める場合にtrueを返す。
デフォルトの実装では、実行コンテキスト上のデータリーダのデータが
空になるまで繰り返し処理を行う。
これと異なる条件でループを停止させたい場合は、本メソッドをオーバライドすること。
- shutdownService() - Method in class nablarch.fw.invoker.AbstractExecutorServiceFactory
-
- shutdownService() - Method in interface nablarch.fw.invoker.ExecutorServiceFactory
-
シャットダウンを行う。
- SignedNumberString - Class in nablarch.core.dataformat.convertor.value
-
符号付き数値コンバータ。
- SignedNumberString() - Constructor for class nablarch.core.dataformat.convertor.value.SignedNumberString
-
- SignedNumberStringDecimal - Class in nablarch.core.dataformat.convertor.datatype
-
符号付き数値のデータタイプ。
- SignedNumberStringDecimal() - Constructor for class nablarch.core.dataformat.convertor.datatype.SignedNumberStringDecimal
-
- SignedPackedDecimal - Class in nablarch.core.dataformat.convertor.datatype
-
符号付きパック10進数のデータタイプ。
- SignedPackedDecimal() - Constructor for class nablarch.core.dataformat.convertor.datatype.SignedPackedDecimal
-
- SignedZonedDecimal - Class in nablarch.core.dataformat.convertor.datatype
-
符号付きゾーン10進数のデータタイプ。
- SignedZonedDecimal() - Constructor for class nablarch.core.dataformat.convertor.datatype.SignedZonedDecimal
-
- SimpleCharStream - Class in nablarch.test.tool.htmlcheck.parser
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Constructor.
- SimpleDataConvertResult - Class in nablarch.core.dataformat
-
各種データとMapの相互変換結果を格納するクラス。
- SimpleDataConvertUtil - Class in nablarch.core.dataformat
-
各種データとMapの相互変換を行うユーティリティクラス。
- SimpleDbTransactionExecutor<T> - Class in nablarch.core.db.transaction
-
- SimpleDbTransactionExecutor(SimpleDbTransactionManager) - Constructor for class nablarch.core.db.transaction.SimpleDbTransactionExecutor
-
コンストラクタ。
- SimpleDbTransactionManager - Class in nablarch.core.db.transaction
-
データベースへのトランザクション制御を行うクラス。
- SimpleDbTransactionManager() - Constructor for class nablarch.core.db.transaction.SimpleDbTransactionManager
-
- SimpleMeterRegistryFactory - Class in nablarch.integration.micrometer.simple
-
SimpleMeterRegistry のファクトリ。
- SimpleMeterRegistryFactory() - Constructor for class nablarch.integration.micrometer.simple.SimpleMeterRegistryFactory
-
- SimpleNode - Class in nablarch.test.tool.htmlcheck.parser
-
- SimpleNode(int) - Constructor for class nablarch.test.tool.htmlcheck.parser.SimpleNode
-
- SimpleNode(Parser, int) - Constructor for class nablarch.test.tool.htmlcheck.parser.SimpleNode
-
- SimplePathOptionsFormatter - Class in nablarch.integration.router
-
- SimplePathOptionsFormatter() - Constructor for class nablarch.integration.router.SimplePathOptionsFormatter
-
- SimpleReflectionBeanValidationFormFactory - Class in nablarch.common.web.validator
-
- SimpleReflectionBeanValidationFormFactory() - Constructor for class nablarch.common.web.validator.SimpleReflectionBeanValidationFormFactory
-
- SimpleReplacer - Class in nablarch.test.core.http.dump
-
単純な置換を実行するクラス。
以下の3種類の入出力をサポートする。
File -> File
InputStream -> OutputStream
Reader -> Writer
入力した各行について、指定された置換対象パターンに合致するかどうか判定し、
合致した場合は、指定された置換文字列に置き換えて出力する。
置換対象パターンに合致しなかった場合は、入力した行をそのまま出力する。
- SimpleReplacer(Pattern, String, String) - Constructor for class nablarch.test.core.http.dump.SimpleReplacer
-
コンストラクタ。
改行文字は、システムデフォルトのものが使用される。
- SimpleReplacer(Pattern, String, String, String) - Constructor for class nablarch.test.core.http.dump.SimpleReplacer
-
フルコンストラクタ。
- SimpleReplacer(Pattern, String, Charset, String) - Constructor for class nablarch.test.core.http.dump.SimpleReplacer
-
フルコンストラクタ。
- SimpleRestTestSupport - Class in nablarch.test.core.http
-
RESTfulウェブサービス用のテストサポートクラス
- SimpleRestTestSupport() - Constructor for class nablarch.test.core.http.SimpleRestTestSupport
-
- SINGLE_LAYOUT_RECORD_NAME - Static variable in class nablarch.common.databind.fixedlength.RecordConfig
-
シングルレイアウトの場合に使用するレコード名
- SingleByteCharacterString - Class in nablarch.core.dataformat.convertor.datatype
-
シングルバイト文字列のデータタイプ。
- SingleByteCharacterString() - Constructor for class nablarch.core.dataformat.convertor.datatype.SingleByteCharacterString
-
- singleLayout() - Method in class nablarch.common.databind.fixedlength.FixedLengthDataBindConfigBuilder
-
- SingleLayoutBuilder - Class in nablarch.common.databind.fixedlength
-
シングルレイアウト用の設定構築クラス。
- SingleLayoutBuilder(int, Charset, String, char) - Constructor for class nablarch.common.databind.fixedlength.SingleLayoutBuilder
-
与えられた情報をもとに本クラスのインスタンスを生成する。
- SingleTaskCompletionCondition - Class in nablarch.integration.workflow.condition
-
シングルタスク(非マルチインスタンス)の完了条件クラス。
本クラスは、完了条件判定結果として常にtrueを返却する。
- SingleTaskCompletionCondition() - Constructor for class nablarch.integration.workflow.condition.SingleTaskCompletionCondition
-
- singleton() - Static method in class nablarch.integration.doma.DomaConfig
-
シングルトンインスタンスを取得する。
- singleton() - Static method in class nablarch.integration.doma.DomaTransactionNotSupportedConfig
-
シングルトンインスタンスを取得する。
- SingletonScope - Class in nablarch.fw.dicontainer.scope
-
シングルトンスコープ。
- SingletonScope() - Constructor for class nablarch.fw.dicontainer.scope.SingletonScope
-
インスタンスを生成する。
イーガーロードはしない。
- SingletonScope(boolean) - Constructor for class nablarch.fw.dicontainer.scope.SingletonScope
-
インスタンスを生成する。
- SingleValidationTester<ENTITY> - Class in nablarch.test.core.entity
-
単項目のバリデーションテストを行うクラス。
- SingleValidationTester(Class<ENTITY>, String) - Constructor for class nablarch.test.core.entity.SingleValidationTester
-
コンストラクタ
- SinglevaluedInputTagWriterSupport - Class in nablarch.common.web.tag
-
単一値の入力項目の実装をサポートするクラス。
- SinglevaluedInputTagWriterSupport(String) - Constructor for class nablarch.common.web.tag.SinglevaluedInputTagWriterSupport
-
デフォルトコンストラクタ。
- SingleValueExtracter - Class in nablarch.core.beans.converter
-
設定対象の値がString[]の場合に、配列先頭の値を取得するクラス。
任意の型のConverterを渡すことで、戻り値をその型に変換して取得することができる。
- size() - Method in class nablarch.common.dao.DeferredEntityList
-
本メソッドは利用できない。
呼び出した場合、UnsupportedOperationException を送出する。
- size() - Method in class nablarch.common.web.session.SessionEntry
-
- size() - Method in class nablarch.core.util.map.AttributeMap
-
- size() - Method in class nablarch.core.util.map.ExclusiveAccessMap
-
- size() - Method in class nablarch.core.util.map.MapWrapper
-
- Size - Annotation Type in nablarch.core.validation.ee
-
要素数が指定した値の範囲内であるかチェックするアノテーション。
- size() - Method in class nablarch.fw.web.upload.PartInfo
-
アップロードされたファイルのサイズを取得する(単位はバイト)。
- size() - Method in class nablarch.test.core.db.TableData
-
本オブジェクトが保持するデータ件数を返却する。
- Size.AbstractSizeValidator<T> - Class in nablarch.core.validation.ee
-
要素数をバリデーションするConstraintValidator 実装クラス(抽象クラス)。
- Size.ArraySizeValidator - Class in nablarch.core.validation.ee
-
配列の要素数をバリデーションするConstraintValidator 実装クラス。
- Size.CollectionSizeValidator - Class in nablarch.core.validation.ee
-
コレクションの要素数をバリデーションするConstraintValidator 実装クラス。
- Size.List - Annotation Type in nablarch.core.validation.ee
-
複数指定用のアノテーション
- SizeItem() - Constructor for class nablarch.core.db.statement.SqlLogFormatter.SizeItem
-
- skip() - Method in class nablarch.test.core.util.MapCollector
-
評価をスキップする。
スキップされた場合、そのキーは結果には含まれない。
- Slf4JLogger - Class in nablarch.integration.log.slf4j
-
SLF4Jを使用してログ出力を行うクラス。
全てのメソッドで Logger に処理を委譲する。
SLF4JにはFATALレベルが存在しないため、
FATALレベルでログ出力しようとした場合は全てERRORレベルで出力する。
- Slf4JLogger(Logger) - Constructor for class nablarch.integration.log.slf4j.Slf4JLogger
-
SLF4Jに処理を委譲するロガーを生成する。
- Slf4JLoggerFactory - Class in nablarch.integration.log.slf4j
-
- Slf4JLoggerFactory() - Constructor for class nablarch.integration.log.slf4j.Slf4JLoggerFactory
-
- small() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- SnapshotCreationError(Throwable) - Constructor for exception nablarch.core.util.map.CopyOnReadMap.SnapshotCreationError
-
コンストラクタ。
- sortIdColumns() - Method in class nablarch.common.dao.EntityMeta
-
Primary keyの順番をデータベースの定義順にソートする。
- sortMessages(List<Message>, ServletExecutionContext, InjectForm) - Static method in class nablarch.common.web.validator.BeanValidationStrategy
-
メッセージをソートする。
- SPACE - Static variable in class nablarch.core.util.JapaneseCharacterSet
-
Deprecated.
半角スペース
- span() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- special() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- specialToken - Variable in class nablarch.test.tool.htmlcheck.parser.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- split(Object) - Static method in class nablarch.core.util.Builder
-
改行文字によって文字列を分割する。
- split(Object, String) - Static method in class nablarch.core.util.Builder
-
指定した連結文字によって文字列を分割する。
- split(String, String) - Static method in class nablarch.core.util.StringUtil
-
文字列をセパレータで分割する。
- split(String, String, boolean) - Static method in class nablarch.core.util.StringUtil
-
文字列をセパレータで分割する。
- sqlBuilder - Variable in class nablarch.common.dao.DaoContextFactory
-
- SqlConvertor - Interface in nablarch.core.db.statement
-
SQL文の変換を行うインタフェース。
- SqlConvertorSupport - Class in nablarch.core.db.statement.sqlconvertor
-
SQL文の変換を行うクラスをサポートするクラス。
- SqlConvertorSupport() - Constructor for class nablarch.core.db.statement.sqlconvertor.SqlConvertorSupport
-
- SqlCStatement - Interface in nablarch.core.db.statement
-
ストアドプロシージャを実行するインタフェース。
- SqlDateConverter - Class in nablarch.core.beans.converter
-
java.sql.Date 型への変換を行う Converter 。
変換元の型に応じて、以下のとおり変換を行う。
日付型:
同一日付を表す java.sql.Date オブジェクトを返却する。
(時刻は切り捨て)
文字列型:
DateConverter へ処理を委譲して取得した Date オブジェクトから
java.sql.Date オブジェクトを生成して返却する。
(時刻は切り捨て)
文字列型の配列:
要素数が1であれば、その要素を java.sql.Date オブジェクトに変換して返却する。
要素数が1以外であれば、 ConversionException を送出する。
上記以外:
ConversionException を送出する。
- SqlDateConverter() - Constructor for class nablarch.core.beans.converter.SqlDateConverter
-
デフォルトコンストラクタ
- SqlDateConverter(List<String>) - Constructor for class nablarch.core.beans.converter.SqlDateConverter
-
日付パターンを設定してインスタンスを構築する。
- SqlDateConverter - Class in nablarch.integration.jsr310.beans.converter
-
Date and Time APIをサポートし、 java.sql.Date 型への変換を行う Converter 。
- SqlDateConverter() - Constructor for class nablarch.integration.jsr310.beans.converter.SqlDateConverter
-
デフォルトコンストラクタ
- SqlDateConverter(List<String>) - Constructor for class nablarch.integration.jsr310.beans.converter.SqlDateConverter
-
日付パターンを設定してインスタンスを構築する。
- SqlGeneratorSupport<T extends StepConfig> - Class in nablarch.etl.generator
-
SQL文を生成するのをサポートする抽象クラス。
- SqlGeneratorSupport() - Constructor for class nablarch.etl.generator.SqlGeneratorSupport
-
- SqlItem() - Constructor for class nablarch.core.db.statement.SqlLogFormatter.SqlItem
-
- SqlLoaderBatchlet - Class in nablarch.etl
-
SQL*Loaderを用いてCSVファイルのデータをワークテーブルに登録するBatchlet の実装クラス。
- SqlLoaderBatchlet(JobContext, StepContext, StepConfig, File, File, File) - Constructor for class nablarch.etl.SqlLoaderBatchlet
-
コンストラクタ。
- SqlLoaderCallback - Interface in nablarch.core.db.statement.sqlloader
-
SQL文ロード時のコールバック処理を行うインタフェース。
- SqlLoaderConfig - Class in nablarch.etl
-
SQL*Loaderユーティリティ用の設定情報を持つクラス。
- SqlLoaderConfig() - Constructor for class nablarch.etl.SqlLoaderConfig
-
- SqlLoaderFailedException - Exception in nablarch.etl
-
SQL*Loaderの実行に失敗した場合に送出される例外クラス。
- SqlLoaderFailedException(String) - Constructor for exception nablarch.etl.SqlLoaderFailedException
-
例外を生成する。
- SqlLogContext() - Constructor for class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
- SqlLogFormatter - Class in nablarch.core.db.statement
-
SQLログを出力するクラス。
- SqlLogFormatter() - Constructor for class nablarch.core.db.statement.SqlLogFormatter
-
フォーマット済みのログ出力項目を初期化する。
- SqlLogFormatter.AdditionalInfoItem - Class in nablarch.core.db.statement
-
付加情報を取得するクラス。
- SqlLogFormatter.BatchCountItem - Class in nablarch.core.db.statement
-
バッチ件数を取得するクラス。
- SqlLogFormatter.CountItem - Class in nablarch.core.db.statement
-
検索件数を取得するクラス。
- SqlLogFormatter.ExecuteTimeItem - Class in nablarch.core.db.statement
-
実行時間を取得するクラス。
- SqlLogFormatter.FetchSizeItem - Class in nablarch.core.db.statement
-
フェッチ件数を取得するクラス。
- SqlLogFormatter.MethodNameItem - Class in nablarch.core.db.statement
-
メソッド名を取得するクラス。
- SqlLogFormatter.QueryTimeoutItem - Class in nablarch.core.db.statement
-
タイムアウト時間を取得するクラス。
- SqlLogFormatter.RetrieveTimeItem - Class in nablarch.core.db.statement
-
データ取得時間を取得するクラス。
- SqlLogFormatter.SizeItem - Class in nablarch.core.db.statement
-
最大取得件数を取得するクラス。
- SqlLogFormatter.SqlItem - Class in nablarch.core.db.statement
-
SQL文を取得するクラス。
- SqlLogFormatter.SqlLogContext - Class in nablarch.core.db.statement
-
SQLログのコンテキスト情報を保持するクラス。
- SqlLogFormatter.StartPositionItem - Class in nablarch.core.db.statement
-
取得開始位置を取得するクラス。
- SqlLogFormatter.UpdateCountItem - Class in nablarch.core.db.statement
-
更新件数を取得するクラス。
- SqlLogUtil - Class in nablarch.core.db.statement
-
SQLログの出力を助けるユーティリティ。
- SqlLogWatchingFormatter() - Constructor for class nablarch.test.core.db.MasterDataRestorer.SqlLogWatchingFormatter
-
- SqlParameterParser - Interface in nablarch.core.db.statement
-
名前付きバインド変数を持つSQL文を解析するインタフェース。
名前付きバインド変数を持つSQL文を解析し、JDBC標準のSQL文(バインド変数を「?」に置き換えたSQL)と名前付きバインド変数のListを生成する。
例:
- SqlParameterParserFactory - Interface in nablarch.core.db.statement
-
- SqlPlaceHolderReplacer - Class in nablarch.core.db.statement.sqlloader
-
SQL文中のプレースホルダーに対して置換を行うクラス。
プレースホルダーと、それに対応する置き換え後の値を設定することで、
SQL文中の任意のプレースホルダーに対して置換を行うことができる。
例えば、SQL文中でスキーマの置き換えをしたい場合、以下のようにコンポーネント設定をする。
- SqlPlaceHolderReplacer() - Constructor for class nablarch.core.db.statement.sqlloader.SqlPlaceHolderReplacer
-
- SqlPStatement - Interface in nablarch.core.db.statement
-
バインド変数をもつSQL文を実行するインタフェース。
- SqlResultSet - Class in nablarch.core.db.statement
-
簡易検索結果を保持するクラス。
- SqlResultSet(ResultSetIterator, int, int) - Constructor for class nablarch.core.db.statement.SqlResultSet
-
- SqlResultSet(int) - Constructor for class nablarch.core.db.statement.SqlResultSet
-
- SqlResultSetDataSource - Class in nablarch.integration.report.datasource
-
- SqlResultSetDataSource(SqlResultSet) - Constructor for class nablarch.integration.report.datasource.SqlResultSetDataSource
-
コンストラクタ.
- SqlRow - Class in nablarch.core.db.statement
-
簡易取得結果1行分のデータを保持するクラス。
各カラムの内容は、そのデータ型に対応したgetメソッドにより取得できる。
この際、カラム名の大文字/小文字の違い、アンダースコアの有無は区別せず、
同一のカラム名とみなされる。
例:
USER_NAMEとuser_nameは同一のカラム名とみなされる。(大文字小文字の区別はしないため)
USER_NAMEとuserNameは同一のカラム名とみなされる。(アンダースコアの有無は区別しないため)
- SqlRow(Map<String, Object>, Map<String, Integer>) - Constructor for class nablarch.core.db.statement.SqlRow
-
指定されたMapを元にオブジェクトを構築する。
- SqlRow(Map<String, Object>, Map<String, Integer>, Map<String, String>) - Constructor for class nablarch.core.db.statement.SqlRow
-
指定されたMapを元にオブジェクトを構築する。
- SqlRow(SqlRow) - Constructor for class nablarch.core.db.statement.SqlRow
-
コピー元となるSqlRow からオブジェクトを構築する。
- SqlRowIteratorDataSourceSupport - Class in nablarch.integration.report.datasource
-
- SqlRowIteratorDataSourceSupport(Iterator<SqlRow>) - Constructor for class nablarch.integration.report.datasource.SqlRowIteratorDataSourceSupport
-
コンストラクタ
- SqlServerDialect - Class in nablarch.core.db.dialect
-
SqlServer用のSQL方言クラス。
- SqlServerDialect() - Constructor for class nablarch.core.db.dialect.SqlServerDialect
-
- SqlServerDialect.SqlServerResultSetConvertor - Class in nablarch.core.db.dialect
-
SQLServer用のResultSet変換クラス。
このクラスでは、 varbinary(max) で定義されたカラムの場合、
ヒープを圧迫しないように ResultSet.getBinaryStream(int) の結果を返す。
- SqlServerMergeSqlGenerator - Class in nablarch.etl.generator
-
入力リソース(SELECT)文から登録/更新を一括で行うSQLServerデータベース用のMERGE文を生成するクラス。
SQL Serverでは、MERGE文の末尾にセミコロン(;)が必要なため、
StandardMergeSqlGenerator で生成したSQL文の末尾にセミコロンを付加し返却する。
- SqlServerMergeSqlGenerator() - Constructor for class nablarch.etl.generator.SqlServerMergeSqlGenerator
-
- SqlServerResultSetConvertor() - Constructor for class nablarch.core.db.dialect.SqlServerDialect.SqlServerResultSetConvertor
-
- SqlStatement - Interface in nablarch.core.db.statement
-
SQL文を実行するインタフェース。
本インタフェースでは、JDBC標準SQL(バインド変数が「?」)と拡張SQL(バインド変数が名前付き変数)で共通となるインタフェースを定義している。
このクラスはリソースを解放する必要があるが、リソースの解放処理は TransactionManagerConnection.terminate() で行われるため、
Statementを明示的にクローズする必要はない。
- SqlStatementException - Exception in nablarch.core.db.statement.exception
-
SQL文実行時に発生する例外クラス。
- SqlStatementException(String, SQLException) - Constructor for exception nablarch.core.db.statement.exception.SqlStatementException
-
SqlStatementException オブジェクトを生成する。
- SqlStatementExceptionFactory - Interface in nablarch.core.db.statement
-
- SqlTimestampConverter - Class in nablarch.core.beans.converter
-
java.sql.Timestamp 型への変換を行う Converter 。
変換元の型に応じて、以下のとおり変換を行う。
Timestamp型:
同一の値となる java.sql.Timestamp オブジェクトを返却する。
日付型:
同一日付・時刻を表す java.sql.Timestamp オブジェクトを返却する。
文字列型:
DateConverter へ処理を委譲して取得した Date オブジェクトから
java.sql.Timestamp オブジェクトを生成して返却する。(時刻は切り捨て)
文字列型の配列:
要素数が1であれば、その要素を java.sql.Timestamp オブジェクトに変換して返却する。
要素数が1以外であれば、 ConversionException を送出する。
上記以外:
ConversionException を送出する。
- SqlTimestampConverter() - Constructor for class nablarch.core.beans.converter.SqlTimestampConverter
-
デフォルトコンストラクタ
- SqlTimestampConverter(List<String>) - Constructor for class nablarch.core.beans.converter.SqlTimestampConverter
-
日付パターンを設定してインスタンスを構築する。
- SqlTimestampConverter - Class in nablarch.integration.jsr310.beans.converter
-
Date and Time APIをサポートし、 java.sql.Timestamp 型への変換を行う Converter 。
- SqlTimestampConverter() - Constructor for class nablarch.integration.jsr310.beans.converter.SqlTimestampConverter
-
デフォルトコンストラクタ
- SqlTimestampConverter(List<String>) - Constructor for class nablarch.integration.jsr310.beans.converter.SqlTimestampConverter
-
日付パターンを設定してインスタンスを構築する。
- SqlWithParams - Class in nablarch.common.dao
-
パラメータとSQLを格納する内部クラス。
- SqlWithParams(String, List<Object>) - Constructor for class nablarch.common.dao.SqlWithParams
-
コンストラクタ。
- StackTraceItem() - Constructor for class nablarch.core.log.basic.BasicLogFormatter.StackTraceItem
-
- StandaloneExecutionContext - Class in nablarch.fw
-
standaloneで使用する ExecutionContext の継承クラス。
制約
セッションスコープがスレッドセーフである
セッションスコープにnullを指定できない
セッションストアが使用できない
- StandaloneExecutionContext() - Constructor for class nablarch.fw.StandaloneExecutionContext
-
- StandaloneExecutionContext(StandaloneExecutionContext) - Constructor for class nablarch.fw.StandaloneExecutionContext
-
- StandaloneTestSupportTemplate - Class in nablarch.test.core.standalone
-
独立型の処理方式のテスト実行をサポートするテンプレートクラス。
独立型処理方式のテストに共通の処理を提供する。
処理方式固有の処理はサブクラスにて実装する。
- StandaloneTestSupportTemplate(Class<?>) - Constructor for class nablarch.test.core.standalone.StandaloneTestSupportTemplate
-
コンストラクタ。
- StandaloneTestSupportTemplate() - Constructor for class nablarch.test.core.standalone.StandaloneTestSupportTemplate
-
コンストラクタ。
- StandardFwHeaderDefinition - Class in nablarch.fw.messaging
-
Nablarch標準のフレームワーク制御ヘッダ定義。
本実装では、各電文のメッセージボディの先頭レコード上に
全てのフレームワーク制御ヘッダが定義されていることを前提としており、
JMSヘッダー等のメッセージングプロバイダ実装に依存する項目は使用しない。
以下は本クラスで使用できるフレームワーク制御ヘッダの定義例である。
このデータレコードが電文の先頭に位置している必要がある。
- StandardFwHeaderDefinition() - Constructor for class nablarch.fw.messaging.StandardFwHeaderDefinition
-
- StandardMergeSqlGenerator - Class in nablarch.etl.generator
-
入力リソース(SELECT)文から登録/更新を一括で行うSQL2003に準拠したMERGE文を生成するクラス。
- StandardMergeSqlGenerator() - Constructor for class nablarch.etl.generator.StandardMergeSqlGenerator
-
- StandardOutputLogWriter - Class in nablarch.core.log.basic
-
標準出力にログを書き込むクラス。
開発時にコンソール上で出力されたログを確認する場合などに使用できる。
- StandardOutputLogWriter() - Constructor for class nablarch.core.log.basic.StandardOutputLogWriter
-
- StandardSqlBuilder - Class in nablarch.common.dao
-
ユニバーサルDAOで使用するSQL文を構築するクラス。
生成するSQL文は以下のとおり。
ID列を条件としたSELECT文
条件なしのSELECT文
ID列を条件としたUPDATE文(バージョンカラムがある場合はそのカラムも条件に含まれる)
ID列を条件としたDELETE文
全カラムを対象としたINSERT文(IDENTITYカラムはサポートしない)
- StandardSqlBuilder() - Constructor for class nablarch.common.dao.StandardSqlBuilder
-
- start(String) - Method in class nablarch.core.log.app.PerformanceLogFormatter
-
測定を開始する。
- start(String) - Static method in class nablarch.core.log.app.PerformanceLogUtil
-
測定を開始する。
- start() - Method in class nablarch.fw.web.httpserver.HttpServerJetty6
-
サーバを起動する。
- start() - Method in class nablarch.fw.web.httpserver.HttpServerJetty9
-
サーバを起動する。
- start() - Method in class nablarch.fw.web.HttpServer
-
サーバを起動する。
- start(String) - Method in class nablarch.integration.workflow.BasicWorkflowInstanceFactory
-
指定されたワークフローIDのワークフローを開始する。
- start(String, Map<String, ?>) - Method in class nablarch.integration.workflow.BasicWorkflowInstanceFactory
-
- start(String) - Method in interface nablarch.integration.workflow.WorkflowInstanceFactory
-
指定されたワークフローIDのワークフローを開始する。
- start(String, Map<String, ?>) - Method in interface nablarch.integration.workflow.WorkflowInstanceFactory
-
指定されたワークフローIDのワークフローを開始する。
開始されたワークフローインスタンスでは、開始イベントから進行して、最初に存在するタスクがアクティブフローノードとなっている。
開始イベントから、次のタスクまで進行させる際には、 parameter が各フローノードでの処理に使用される。
- start() - Method in class nablarch.test.core.http.dump.RequestDumpServer
-
開始する。
- startExecute(String, String, String) - Method in class nablarch.core.db.statement.SqlLogFormatter
-
SqlPStatement#executeメソッドの実行開始時のSQLログをフォーマットする。
- startExecute(String, String, String) - Static method in class nablarch.core.db.statement.SqlLogUtil
-
SqlPStatement#executeメソッドの実行開始時のSQLログをフォーマットする。
- startExecute(String, String, String) - Method in class nablarch.test.core.db.MasterDataRestorer.SqlLogWatchingFormatter
-
SqlPStatement#executeメソッドの実行開始時のSQLログをフォーマットする。
- startExecuteBatch(String, String, String) - Method in class nablarch.core.db.statement.SqlLogFormatter
-
SqlPStatement#executeBatchメソッドの更新開始時のSQLログをフォーマットする。
- startExecuteBatch(String, String, String) - Static method in class nablarch.core.db.statement.SqlLogUtil
-
SqlPStatement#executeBatchメソッドの更新開始時のSQLログをフォーマットする。
- startExecuteBatch(String, String, String) - Method in class nablarch.test.core.db.MasterDataRestorer.SqlLogWatchingFormatter
-
SqlPStatement#executeBatchメソッドの更新開始時のSQLログをフォーマットする。
- startExecuteQuery(String, String, String) - Method in class nablarch.core.db.statement.SqlLogFormatter
-
SqlPStatement#executeQueryメソッドの検索開始時のSQLログをフォーマットする。
- startExecuteQuery(String, String, String) - Static method in class nablarch.core.db.statement.SqlLogUtil
-
SqlPStatement#executeQueryメソッドの検索開始時のSQLログをフォーマットする。
- startExecuteUpdate(String, String, String) - Method in class nablarch.core.db.statement.SqlLogFormatter
-
SqlPStatement#executeUpdateメソッドの更新開始時のSQLログをフォーマットする。
- startExecuteUpdate(String, String, String) - Static method in class nablarch.core.db.statement.SqlLogUtil
-
SqlPStatement#executeUpdateメソッドの更新開始時のSQLログをフォーマットする。
- startExecuteUpdate(String, String, String) - Method in class nablarch.test.core.db.MasterDataRestorer.SqlLogWatchingFormatter
-
SqlPStatement#executeUpdateメソッドの更新開始時のSQLログをフォーマットする。
- StartFreeMemoryItem() - Constructor for class nablarch.core.log.app.PerformanceLogFormatter.StartFreeMemoryItem
-
- starting(Description) - Method in class nablarch.test.core.rule.TestDescription
-
- startInstance(String) - Static method in class nablarch.integration.workflow.WorkflowManager
-
指定されたワークフローIDのワークフローを開始する。
- startInstance(String, Map<String, ?>) - Static method in class nablarch.integration.workflow.WorkflowManager
-
指定されたワークフローIDのワークフローを開始する。
- startLocal() - Method in class nablarch.fw.web.httpserver.HttpServerJetty6
-
このサーバをテストモードで起動する。
- startLocal() - Method in class nablarch.fw.web.httpserver.HttpServerJetty9
-
このサーバをテストモードで起動する。
- startLocal() - Method in class nablarch.fw.web.HttpServer
-
このサーバをテストモードで起動する。
- StartPositionItem() - Constructor for class nablarch.core.db.statement.SqlLogFormatter.StartPositionItem
-
- startRetrieve(String, String, int, int, int, int, String) - Method in class nablarch.core.db.statement.SqlLogFormatter
-
SqlPStatement#retrieveメソッドの検索開始時のSQLログをフォーマットする。
- startRetrieve(String, String, int, int, int, int, String) - Static method in class nablarch.core.db.statement.SqlLogUtil
-
SqlPStatement#retrieveメソッドの検索開始時のSQLログをフォーマットする。
- startShutdownService() - Method in class nablarch.fw.invoker.AbstractExecutorServiceFactory
-
- startShutdownService() - Method in interface nablarch.fw.invoker.ExecutorServiceFactory
-
シャットダウンを開始する。
このメソッド起動後は、以降の要求は受け付けられない。
- startsWith(String) - Static method in class nablarch.test.StringMatcher
-
期待する文字列から始まることを表明するMatcher 実装を返却する。
- startsWithScheme(String) - Static method in class nablarch.fw.web.ResourceLocatorInternalHelper
-
渡されたpath がschemeとコロンから始まるかどうか判断して結果を返す。
schemeの仕様はRFC3986のSection 3.1に準ずる。
- StartTimeItem(DateFormat) - Constructor for class nablarch.core.log.app.PerformanceLogFormatter.StartTimeItem
-
コンストラクタ。
- StartTimeItem(DateFormat) - Constructor for class nablarch.fw.web.handler.HttpAccessLogFormatter.StartTimeItem
-
コンストラクタ。
- StartUsedMemoryItem() - Constructor for class nablarch.core.log.app.PerformanceLogFormatter.StartUsedMemoryItem
-
- StateEncoder - Interface in nablarch.common.web.session
-
セッションからバイト列へ直列化、
およびバイト列からセッション内容の復元を行う際に用いられる
モジュールが実装するインターフェース。
- statementFactory - Variable in class nablarch.core.db.connection.ConnectionFactorySupport
-
Statementファクトリオブジェクト
- StatementFactory - Interface in nablarch.core.db.statement
-
SQL実行用オブジェクトを生成するインタフェース。
- statementReuse - Variable in class nablarch.core.db.connection.ConnectionFactorySupport
-
Statementのキャッシュ有無(デフォルトは、キャッシュ無)
- StaticDataCache<T> - Interface in nablarch.core.cache
-
静的データキャッシュを保持するインタフェース。
静的データはIDを使った取得と、インデックスを使った取得の2種類の方法で取得できる。
インデックスを使った取得方法とは、静的データを一定のルールでまとめた集合をまとめて
取得する方法である。このまとまった集合にはそれぞれインデックスキーと呼ばれるキーが付け
られており、本インタフェースではこのインデックスキーを指定して静的データの集合が取得できる。
なお、静的データを集合にまとめるルールは複数指定することができ、このルールにはインデックス名
と呼ばれる名称が付けられる。
- StaticDataLoader<T> - Interface in nablarch.core.cache
-
静的データをロードするインタフェース。
RDBMSやXMLファイル等の媒体から静的データをロードするクラスは、このインタフェースを実装する。
- staticFlag - Static variable in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Whether parser is static.
- StaticInjectionException - Exception in nablarch.fw.dicontainer.exception
-
staticメソッドやstaticフィールドへインジェクションしようとしている場合にスローされる例外クラス。
- StaticInjectionException(String) - Constructor for exception nablarch.fw.dicontainer.exception.StaticInjectionException
-
インスタンスを生成する。
- StatsdMeterRegistryFactory - Class in nablarch.integration.micrometer.statsd
-
StatsdMeterRegistry のファクトリ。
- StatsdMeterRegistryFactory() - Constructor for class nablarch.integration.micrometer.statsd.StatsdMeterRegistryFactory
-
- status - Variable in class nablarch.test.core.reader.DataFileParser
-
現在の処理状態
- STATUS_CODE - Static variable in exception nablarch.fw.results.InternalError
-
処理継続が不可能であることを示すステータスコード
- StatusCodeConvertHandler - Class in nablarch.fw.handler
-
ステータスコードをプロセスの終了コードに変換するハンドラ。
Main の直後のハンドラとして設定することにより、
本ハンドラ以降のハンドラから戻された処理結果( Result )のステータスコードを
プロセスの終了コードに変換するハンドラである。
以下に変換ルールを示す。
変換前
変換後
マイナス値の場合
1
0
0
1~199
変換は行わない
200~399
0
400
10
401
11
403
12
404
13
409
14
上記以外の400~499
15
500以上
20
注意点:
本ハンドラは結果オブジェクトをResult からInteger に変換して返却するため、
本ハンドラより前に設定されたハンドラオブジェクトは、結果オブジェクト扱う場合はIntegerとして扱う必要がある。
- StatusCodeConvertHandler() - Constructor for class nablarch.fw.handler.StatusCodeConvertHandler
-
- StatusCodeItem() - Constructor for class nablarch.fw.web.handler.HttpAccessLogFormatter.StatusCodeItem
-
- StepConfig - Class in nablarch.etl.config
-
ステップの設定をサポートするクラス。
- StepConfig() - Constructor for class nablarch.etl.config.StepConfig
-
- StepProgressLogListener - Class in nablarch.fw.batch.ee.listener.step
-
ステップの進捗ログを出力するクラス。
ステップ開始時と終了時にログを出力する。
- StepProgressLogListener() - Constructor for class nablarch.fw.batch.ee.listener.step.StepProgressLogListener
-
- StepScoped - Annotation Type in nablarch.fw.batch.ee.cdi
-
ステップ単位での値の共有を表すアノテーション。
- StepScopedContext - Class in nablarch.fw.batch.ee.cdi
-
ステップ単位で値を共有するための Context 実装クラス
StepContext の一時領域を使用してステップ単位での値の共有を実現している。
そのため、バッチアプリケーション側で StepContext.setTransientUserData(Object) を直接使用することはできない点に注意すること。
- StepScopedContext() - Constructor for class nablarch.fw.batch.ee.cdi.StepScopedContext
-
- StepScopedHolder - Class in nablarch.fw.batch.ee.cdi
-
ステップ単位で共有する値を保持するクラス。
- StepScopedHolder() - Constructor for class nablarch.fw.batch.ee.cdi.StepScopedHolder
-
- StepTransactionManagementListener - Class in nablarch.fw.batch.ee.listener.step
-
- StepTransactionManagementListener() - Constructor for class nablarch.fw.batch.ee.listener.step.StepTransactionManagementListener
-
- stopServer() - Static method in class nablarch.test.core.messaging.EmbeddedMessagingProvider
-
内蔵サーバを停止する。
- storeCharSet(BitSet, String...) - Static method in class nablarch.core.util.CharacterCheckerUtil
-
有効文字チェックに使用する文字の集合をBitSet に設定する。
- StoredValueComponentCreator - Class in nablarch.core.repository.di
-
作成済みのオブジェクトをコンポーネントとして生成するクラス。
- StoredValueComponentCreator(Object) - Constructor for class nablarch.core.repository.di.StoredValueComponentCreator
-
コンストラクタ。
- storeKeyValueSetToHidden(PageContext, String, Object, List<String>, String) - Static method in class nablarch.common.web.tag.TagUtil
-
オブジェクトに紐付くキーと値を nablarch_hidden に保存する。
保存した値は戻り値の文字列が引数 name で指定したキーでリクエストパラメータに入っていれば、復元できる。
値の保存は単純なカンマ区切りで行うため、値の中にカンマが含まれている場合は保持できない。
- StreamResponse - Class in nablarch.common.web.download
-
ストリームからHTTPレスポンスメッセージを生成するクラス。
本クラスは、ファイルシステム上のファイルやデータベースのBLOB型のカラムに格納した
バイナリデータのダウンロードに使用する。
- StreamResponse(Blob) - Constructor for class nablarch.common.web.download.StreamResponse
-
StreamResponse オブジェクトを生成する。
- StreamResponse(File, boolean) - Constructor for class nablarch.common.web.download.StreamResponse
-
StreamResponse オブジェクトを生成する。
- strike() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- STRING - Static variable in interface nablarch.test.tool.htmlcheck.parser.ParserConstants
-
RegularExpression Id.
- StringArrayConverter - Class in nablarch.core.beans.converter
-
- StringArrayConverter() - Constructor for class nablarch.core.beans.converter.StringArrayConverter
-
- StringArrayConvertor - Class in nablarch.core.validation.convertor
-
値をString配列に変換するクラス。
- StringArrayConvertor() - Constructor for class nablarch.core.validation.convertor.StringArrayConvertor
-
- StringBodyConverter - Class in nablarch.fw.web
-
- StringBodyConverter() - Constructor for class nablarch.fw.web.StringBodyConverter
-
- StringConverter - Class in nablarch.core.beans.converter
-
String 型への変換を行う Converter 。
変換元の型に応じて、以下のとおり変換を行う。
真偽値:
true であれば1、 false であれば0を返却する。
文字列型:
何もせずにそのまま返却する。
文字列型の配列:
要素数が1であれば、その要素をそのまま返却する。
要素数が1以外であれば、 ConversionException を送出する。
日付型(日付パターンが設定されている場合):
パターンに従ってフォーマットして返却する。
数値型(数値パターンが設定されている場合):
パターンに従ってフォーマットして返却する。
上記以外:
変換元の値を表す文字列を返却する。
- StringConverter() - Constructor for class nablarch.core.beans.converter.StringConverter
-
デフォルトコンストラクタ。
- StringConverter(String, String) - Constructor for class nablarch.core.beans.converter.StringConverter
-
日付パターンか数値パターン、もしくはその両方を設定してインスタンスを構築する。
- StringConvertor - Class in nablarch.core.validation.convertor
-
値をStringに変換するクラス。
Stringに変換可能なオブジェクトは、下記クラスのみ
String
String []
- StringConvertor() - Constructor for class nablarch.core.validation.convertor.StringConvertor
-
コンストラクタ。
- StringDataType - Class in nablarch.test.core.file
-
文字列とバイト列の相互変換を行うテスト用データタイプ。
テストケースに記載した入力ファイル、出力ファイルのデータを、そのまま文字列として使用する場合に使用する。
このデータタイプを使用する場合は、データのサイズとフィールド長が一致する必要があり、一致しなければ例外がスローされる。
- StringDataType() - Constructor for class nablarch.test.core.file.StringDataType
-
- StringEqualFlowProceedCondition - Class in nablarch.integration.workflow.condition
-
文字列が一致するかチェックを行うフロー進行条件クラス。
- StringEqualFlowProceedCondition(String, String) - Constructor for class nablarch.integration.workflow.condition.StringEqualFlowProceedCondition
-
コンストラクタ。
- StringListComponentFactory - Class in nablarch.core.repository.di.config
-
- StringListComponentFactory() - Constructor for class nablarch.core.repository.di.config.StringListComponentFactory
-
- StringMatcher - Class in nablarch.test
-
- StringNotEqualFlowProceedCondition - Class in nablarch.integration.workflow.condition
-
文字列が一致しないことをチェックするフロー進行条件クラス。
- StringNotEqualFlowProceedCondition(String, String) - Constructor for class nablarch.integration.workflow.condition.StringNotEqualFlowProceedCondition
-
コンストラクタ。
- StringResource - Interface in nablarch.core.message
-
ユーザに通知するメッセージの元となる文字列リソースを保持するインタフェース。
複数言語に対応するアプリケーションでは、文字列リソースから言語ごとに異なる文字列を取得できる。
- StringResourceHolder - Class in nablarch.core.message
-
ユーザに通知するメッセージの元となる文字列リソースを保持するクラス。
文字列リソースは静的データキャッシュに保持する。
- StringResourceHolder() - Constructor for class nablarch.core.message.StringResourceHolder
-
- StringUtil - Class in nablarch.core.util
-
文字列ユーティリティクラス。
文字列に関する汎用的な処理を提供する。
本クラスのメソッドには、 StringUtil.insert(String, String, int...) のように
文字列編集用途に使用するメソッドも用意されている。これらのメソッドは、
例えば、電話番号をハイフン区切りに整形する等のフォーマット処理用に使用されることを想定している。
プロジェクトでフォーマット用のユーティリティを作成する場合、これらのメソッドを使用するとよい。
本クラスはサロゲートペアに対応している。
- StringValidatorSupport<A extends java.lang.annotation.Annotation> - Class in nablarch.core.validation.validator
-
文字列のValidatorの作成を助けるサポートクラス。
- StringValidatorSupport() - Constructor for class nablarch.core.validation.validator.StringValidatorSupport
-
コンストラクタ。
- strong() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- StructuredDataBuilder - Interface in nablarch.core.dataformat
-
構造化データの構築を行うクラスが実装するインタフェース。
- StructuredDataDirective(String, Class<?>) - Constructor for class nablarch.core.dataformat.StructuredDataRecordFormatterSupport.StructuredDataDirective
-
コンストラクタ。
- StructuredDataEditorSupport - Class in nablarch.core.dataformat
-
構造化データを解析/構築する際に使用するクラス郡の抽象基底クラス。
各種データで共通的に使用する必須項目チェックや配列項目数のチェック、コンバータの呼び出し処理などを行います。
- StructuredDataEditorSupport() - Constructor for class nablarch.core.dataformat.StructuredDataEditorSupport
-
- StructuredDataParser - Interface in nablarch.core.dataformat
-
構造化データの解析を行うクラスが実装するインタフェース。
- StructuredDataRecordFormatterSupport - Class in nablarch.core.dataformat
-
フォーマット定義ファイルの内容に従い、構造化データの読み書きを行うクラス。
- StructuredDataRecordFormatterSupport() - Constructor for class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
-
- StructuredDataRecordFormatterSupport.StructuredDataDirective - Class in nablarch.core.dataformat
-
XMLデータフォーマッタが使用するディレクティブの名前と値の型。
以下に一覧を示す。
root-element:String
- StructuredFwHeaderDefinition - Class in nablarch.fw.messaging.reader
-
構造化データのフレームワーク制御ヘッダの解析を行うデータリーダ。
このデータリーダ実装は、MessageReaderが読み込んだ受信電文のメッセージボディから
フレームワーク制御ヘッダ部分を読み込み、後続のハンドラからそれらの値を参照可能とする。
このリーダの戻り値の型であるRequestMessageは、フレームワーク制御ヘッダに
対するアクセサを保持し、 Request インターフェースを実装する。
- StructuredFwHeaderDefinition() - Constructor for class nablarch.fw.messaging.reader.StructuredFwHeaderDefinition
-
- StructuredRequestMessage - Class in nablarch.fw.messaging
-
- StructuredRequestMessage(FwHeader, ReceivedMessage) - Constructor for class nablarch.fw.messaging.StructuredRequestMessage
-
コンストラクタ
- StructuredResponseMessage - Class in nablarch.fw.messaging
-
構造化されたデータを取り扱うために、addRecord時にデータをすぐに書き込まず、メモリ上にキャッシュする応答メッセージ。
- StructuredResponseMessage(RequestMessage) - Constructor for class nablarch.fw.messaging.StructuredResponseMessage
-
要求電文に対する応答電文を作成する。
RequestMessage#reply() から呼ばれることを想定している。
- style() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- subList(int, int) - Method in class nablarch.common.dao.DeferredEntityList
-
本メソッドは利用できない。
呼び出した場合、UnsupportedOperationException を送出する。
- SubmissionInfo - Class in nablarch.common.web.tag
-
サブミット情報を保持するクラス。
- SubmissionInfo(SubmissionInfo.SubmissionAction, String, String, boolean, String, String, DisplayMethod) - Constructor for class nablarch.common.web.tag.SubmissionInfo
-
コンストラクタ。
- SubmissionInfo.SubmissionAction - Enum in nablarch.common.web.tag
-
サブミット時の動作を表す列挙型。
- SubmitLinkTag - Class in nablarch.common.web.tag
-
サブミット制御(リンクとアクションの紐付け、二重サブミット防止)を行うaタグを出力するクラス。
- SubmitLinkTag() - Constructor for class nablarch.common.web.tag.SubmitLinkTag
-
- SubmitLinkTagSupport - Class in nablarch.common.web.tag
-
サブミット制御を行うaタグを出力するクラスの実装をサポートするクラス。
- SubmitLinkTagSupport() - Constructor for class nablarch.common.web.tag.SubmitLinkTagSupport
-
- SubmitTag - Class in nablarch.common.web.tag
-
サブミット制御(リンクとアクションの紐付け、二重サブミット防止)を行うinputタグ(type="submit","button","image")を出力するクラス。
- SubmitTag() - Constructor for class nablarch.common.web.tag.SubmitTag
-
- SubmitTagSupport - Class in nablarch.common.web.tag
-
サブミット制御を行うinputタグ(type="submit","button","image")を出力するクラスの実装をサポートするクラス。
- SubmitTagSupport() - Constructor for class nablarch.common.web.tag.SubmitTagSupport
-
- subPrefix() - Method in class nablarch.integration.micrometer.cloudwatch.NablarchCloudWatchConfig
-
- subPrefix() - Method in class nablarch.integration.micrometer.datadog.NablarchDatadogConfig
-
- subPrefix() - Method in class nablarch.integration.micrometer.logging.NablarchLoggingRegistryConfig
-
- subPrefix() - Method in class nablarch.integration.micrometer.NablarchMeterRegistryConfig
-
サブプレフィックスを取得する。
- subPrefix() - Method in class nablarch.integration.micrometer.simple.NablarchSimpleConfig
-
- subPrefix() - Method in class nablarch.integration.micrometer.statsd.NablarchStatsdConfig
-
- subscript() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- Success() - Constructor for class nablarch.fw.Result.Success
-
デフォルトコンストラクタ。
- Success(String) - Constructor for class nablarch.fw.Result.Success
-
コンストラクタ。
- superscript() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- supportsHttpOnly() - Method in class nablarch.fw.web.HttpCookie
-
HttpOnly Cookieがサポートされている環境か否か。
- supportsIdentity() - Method in class nablarch.core.db.dialect.DB2Dialect
-
IDENTITY(オートインクリメントカラム)が使用できるか否か。
- supportsIdentity() - Method in class nablarch.core.db.dialect.DefaultDialect
-
- supportsIdentity() - Method in interface nablarch.core.db.dialect.Dialect
-
IDENTITY(オートインクリメントカラム)が使用できるか否か。
- supportsIdentity() - Method in class nablarch.core.db.dialect.H2Dialect
-
IDENTITY(オートインクリメントカラム)が使用できるか否か。
- supportsIdentity() - Method in class nablarch.core.db.dialect.PostgreSQLDialect
-
IDENTITY(オートインクリメントカラム)が使用できるか否か。
- supportsIdentity() - Method in class nablarch.core.db.dialect.SqlServerDialect
-
IDENTITY(オートインクリメントカラム)が使用できるか否か。
- supportsIdentityWithBatchInsert() - Method in class nablarch.core.db.dialect.DefaultDialect
-
- supportsIdentityWithBatchInsert() - Method in interface nablarch.core.db.dialect.Dialect
-
batch insert時にIDENTITY(オートインクリメントカラム)が使用できるか否か。
- supportsIdentityWithBatchInsert() - Method in class nablarch.core.db.dialect.H2Dialect
-
batch insert時にIDENTITY(オートインクリメントカラム)が使用できるか否か。
- supportsIdentityWithBatchInsert() - Method in class nablarch.core.db.dialect.PostgreSQLDialect
-
batch insert時にIDENTITY(オートインクリメントカラム)が使用できるか否か。
- supportsMediaType(String, String) - Method in class nablarch.fw.jaxrs.BodyConvertHandler
-
HTTPヘッダーのContent-Typeに指定されたメディアタイプをサポートしているかを判定する。
以下の場合のみサポートしていると判定する。
- supportsOffset() - Method in class nablarch.core.db.dialect.DefaultDialect
-
- supportsOffset() - Method in interface nablarch.core.db.dialect.Dialect
-
SQL文でのオフセット指定が使用できるか否か
- supportsOffset() - Method in class nablarch.core.db.dialect.H2Dialect
-
SQL文でのオフセット指定が使用できるか否か
- supportsOffset() - Method in class nablarch.core.db.dialect.OracleDialect
-
SQL文でのオフセット指定が使用できるか否か
- supportsOffset() - Method in class nablarch.core.db.dialect.PostgreSQLDialect
-
SQL文でのオフセット指定が使用できるか否か
- supportsSequence() - Method in class nablarch.core.db.dialect.DB2Dialect
-
- supportsSequence() - Method in class nablarch.core.db.dialect.DefaultDialect
-
- supportsSequence() - Method in interface nablarch.core.db.dialect.Dialect
-
- supportsSequence() - Method in class nablarch.core.db.dialect.H2Dialect
-
- supportsSequence() - Method in class nablarch.core.db.dialect.OracleDialect
-
シーケンスはサポートする。
- supportsSequence() - Method in class nablarch.core.db.dialect.PostgreSQLDialect
-
- SuppressJspCheck - Class in nablarch.test.tool.sanitizingcheck.tag
-
コメント。
- SuppressJspCheck(int, int) - Constructor for class nablarch.test.tool.sanitizingcheck.tag.SuppressJspCheck
-
コンストラクタ。
- SwitchTo(int) - Method in class nablarch.test.tool.htmlcheck.parser.ParserTokenManager
-
Switch to specified lex state.
- SynchronousFileLogWriter - Class in nablarch.core.log.basic
-
ロックファイルを用いて排他制御を行いながらファイルにログを書き込むクラス。
- SynchronousFileLogWriter() - Constructor for class nablarch.core.log.basic.SynchronousFileLogWriter
-
- SyncMessage - Class in nablarch.fw.messaging
-
電文(同期送信、同期応答)を保持するクラス。
- SyncMessage(String) - Constructor for class nablarch.fw.messaging.SyncMessage
-
SyncMessage のインスタンスを生成する。
- SYNCMESSAGE_STATUS_CODE - Static variable in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
SyncMessageのヘッダレコードからステータスコードを取り出すために使用するキー
- SyncMessageConvertor - Class in nablarch.fw.messaging
-
メッセージ同期送信に使用する電文を変換するクラス。
- SyncMessageConvertor() - Constructor for class nablarch.fw.messaging.SyncMessageConvertor
-
- SyncMessagingEventHook - Interface in nablarch.fw.messaging
-
メッセージ送信の処理前後に処理を行うためのインターフェイス。
- SyntaxErrorException - Exception in nablarch.core.dataformat
-
フォーマット定義ファイルの内容に問題がある場合に送出される実行時例外。
- SyntaxErrorException(String) - Constructor for exception nablarch.core.dataformat.SyntaxErrorException
-
コンストラクタ。
- SyntaxErrorException(String, Throwable) - Constructor for exception nablarch.core.dataformat.SyntaxErrorException
-
コンストラクタ。
- SyntaxErrorException(LayoutFileParser.TokenType...) - Constructor for exception nablarch.core.dataformat.SyntaxErrorException
-
コンストラクタ。
- SystemAccountAuthorityTableSchema - Class in nablarch.common.permission.schema
-
システムアカウント権限テーブルのスキーマ情報を保持するクラス。
- SystemAccountAuthorityTableSchema() - Constructor for class nablarch.common.permission.schema.SystemAccountAuthorityTableSchema
-
- SystemAccountTableSchema - Class in nablarch.common.permission.schema
-
システムアカウントテーブルのスキーマ情報を保持するクラス。
- SystemAccountTableSchema() - Constructor for class nablarch.common.permission.schema.SystemAccountTableSchema
-
- SystemChar - Annotation Type in nablarch.core.validation.ee
-
システム許容文字で構成された文字列であることを表わすアノテーション。
- SystemChar - Annotation Type in nablarch.core.validation.validator.unicode
-
システム許容文字で構成された文字列であることを表わすアノテーション。
- SystemChar.List - Annotation Type in nablarch.core.validation.ee
-
複数指定用のアノテーション
- SystemChar.SystemCharValidator - Class in nablarch.core.validation.ee
-
システム許容文字のバリデーションを行うConstraintValidator 実装クラス。
- SystemCharConfig - Class in nablarch.core.validation.ee
-
システム許容文字のバリデーションに関する設定を保持するクラス。
- SystemCharConfig() - Constructor for class nablarch.core.validation.ee.SystemCharConfig
-
- SystemCharValidator() - Constructor for class nablarch.core.validation.ee.SystemChar.SystemCharValidator
-
- SystemCharValidator - Class in nablarch.core.validation.validator.unicode
-
システム許容文字のみからなる文字列であるかをチェックするクラス。
- SystemCharValidator() - Constructor for class nablarch.core.validation.validator.unicode.SystemCharValidator
-
- SystemPropertyExternalizedLoader - Class in nablarch.core.repository.di.config.externalize
-
- SystemPropertyExternalizedLoader() - Constructor for class nablarch.core.repository.di.config.externalize.SystemPropertyExternalizedLoader
-
- SystemPropertyResource - Class in nablarch.test
-
システムプロパティの設定値を維持するクラス。
- SystemPropertyResource() - Constructor for class nablarch.test.SystemPropertyResource
-
- SystemRepository - Class in nablarch.core.repository
-
設定値およびコンポーネントを保持するクラス。
アプリケーションの設定値の取得とコンポーネントを生成する責務は ObjectLoader を実装したクラスが持つ。
- SystemRepositoryComponent - Annotation Type in nablarch.core.repository.di.config.externalize.annotation
-
- SystemRepositoryDelegateFactory - Class in nablarch.fw.handler
-
- SystemRepositoryDelegateFactory() - Constructor for class nablarch.fw.handler.SystemRepositoryDelegateFactory
-
- SystemSettings() - Constructor for class nablarch.core.log.app.ApplicationSettingLogFormatter.SystemSettings
-
- SystemTimeProvider - Interface in nablarch.core.date
-
システム日時を提供するクラスのインタフェース。
- SystemTimeUtil - Class in nablarch.core.date
-
T
- table() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- TableCleaningBatchlet - Class in nablarch.etl
-
テーブルのデータをクリーニング(truncate)する Batchlet 実装クラス。
TruncateStepConfig で指定されたEntityクラスに対応するテーブルのデータをクリーニング(truncate)する。
- TableCleaningBatchlet(StepConfig) - Constructor for class nablarch.etl.TableCleaningBatchlet
-
コンストラクタ。
- TableData - Class in nablarch.test.core.db
-
テーブルデータ保持クラス。
テストデータのテーブルデータを保持する。
- TableData() - Constructor for class nablarch.test.core.db.TableData
-
デフォルトコンストラクタ
- TableData(DbInfo, String, String[]) - Constructor for class nablarch.test.core.db.TableData
-
コンストラクタ
- TableData(DbInfo, String, String[], DefaultValues) - Constructor for class nablarch.test.core.db.TableData
-
コンストラクタ
- TableDataParser - Class in nablarch.test.core.reader
-
- tableIdGenerator - Variable in class nablarch.common.dao.DaoContextFactory
-
- TableIdGenerator - Class in nablarch.common.idgenerator
-
採番用のテーブルを使用して、連番の採番を行うクラス。
このクラスでは、業務トランザクションを使用して採番処理を行い、トランザクションのコミット処理は行わずに採番した値を返却する。
このため、業務アプリケーションの処理が確定されるまでコミットは行われないため、抜け番を発生させずに採番を行うことができる。
ただし、業務アプリケーションが確定されるまではロックが保有されるため、その他の業務処理でロック待機が発生し著しく性能を劣化させる可能性があるため注意が必要である。
- TableIdGenerator() - Constructor for class nablarch.common.idgenerator.TableIdGenerator
-
- tableName(T) - Method in class nablarch.common.dao.BasicDaoContext
-
エンティティクラス名からテーブル名へ変換する。
- TableSchema - Class in nablarch.common.schema
-
テーブルのスキーマ情報を保持するクラス。
- TableSchema() - Constructor for class nablarch.common.schema.TableSchema
-
- tabSize - Variable in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
- Tag - Class in nablarch.test.tool.sanitizingcheck.tag
-
タグをあらわすクラス。
- Tag(String, int, int) - Constructor for class nablarch.test.tool.sanitizingcheck.tag.Tag
-
コンストラクタ。
- Tag.TagAttribute - Class in nablarch.test.tool.sanitizingcheck.tag
-
タグ属性を表すクラス。
- TAG_NAME - Static variable in class nablarch.test.tool.sanitizingcheck.tag.Directive
-
タグ名
- TAG_NAME - Static variable in class nablarch.test.tool.sanitizingcheck.tag.HtmlComment
-
HTMLコメントタグ
- TagAttribute() - Constructor for class nablarch.test.tool.sanitizingcheck.tag.Tag.TagAttribute
-
コンストラクタ。
- TagAttribute(int, int, String, String) - Constructor for class nablarch.test.tool.sanitizingcheck.tag.Tag.TagAttribute
-
コンストラクタ。
- TagLib - Class in nablarch.test.tool.sanitizingcheck.tag
-
コメント。
- TagLib(String, int, int) - Constructor for class nablarch.test.tool.sanitizingcheck.tag.TagLib
-
コンストラクタ。
- tags - Variable in class nablarch.integration.micrometer.MeterRegistryFactory
-
すべてのメトリクスに共通で設定するタグ。
- TagType - Enum in nablarch.test.tool.sanitizingcheck.tag
-
解析対象のタグタイプを表す列挙型。
- TagUtil - Class in nablarch.common.web.tag
-
カスタムタグの作成を助けるユーティリティ。
- tail(List<TYPE>) - Method in class nablarch.test.core.reader.DataFileParser
-
先頭要素を削除したリストを返却する。
対象となるリストが空の場合(要素数0)、空のリストをそのまま返却する。
- TamperingDetectedException - Exception in nablarch.common.web.hiddenencryption
-
hiddenタグの暗号化機能で改竄を検知した場合に発生する例外。
- TamperingDetectedException(String) - Constructor for exception nablarch.common.web.hiddenencryption.TamperingDetectedException
-
コンストラクタ。
- TamperingDetectedException(String, Throwable) - Constructor for exception nablarch.common.web.hiddenencryption.TamperingDetectedException
-
コンストラクタ。
- Target(String, boolean) - Constructor for class nablarch.fw.web.handler.health.HealthCheckResult.Target
-
コンストラクタ。
- Task - Class in nablarch.integration.workflow.definition
-
タスク定義を表すクラス。
- Task(String, String, String, String, String, List<SequenceFlow>) - Constructor for class nablarch.integration.workflow.definition.Task
-
タスク定義を生成する。
- Task.MultiInstanceType - Enum in nablarch.integration.workflow.definition
-
マルチインスタンスタイプを表す列挙型。
- TaskAssignedGroupDao - Class in nablarch.integration.workflow.dao
-
タスク担当グループテーブルアクセスクラス。
- TaskAssignedGroupDao(WorkflowInstanceSchema) - Constructor for class nablarch.integration.workflow.dao.TaskAssignedGroupDao
-
タスク担当グループテーブルアクセスを生成する。
- TaskAssignedGroupEntity - Class in nablarch.integration.workflow.dao
-
担当グループ情報エンティティ。
- TaskAssignedGroupEntity(String, String, String, int) - Constructor for class nablarch.integration.workflow.dao.TaskAssignedGroupEntity
-
担当グループエンティティを生成する。
- TaskAssignedUserDao - Class in nablarch.integration.workflow.dao
-
タスク担当ユーザテーブルアクセスクラス。
- TaskAssignedUserDao(WorkflowInstanceSchema) - Constructor for class nablarch.integration.workflow.dao.TaskAssignedUserDao
-
タスク担当ユーザテーブルアクセスを生成する。
- TaskAssignedUserEntity - Class in nablarch.integration.workflow.dao
-
担当ユーザ情報エンティティ。
- TaskAssignedUserEntity(String, String, String, int) - Constructor for class nablarch.integration.workflow.dao.TaskAssignedUserEntity
-
担当ユーザ情報エンティティを生成する。
- tbody() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- td() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- teletype() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- Template() - Constructor for class nablarch.test.event.TestEventListener.Template
-
- TemplateEngineContextPreparer - Class in nablarch.common.mail
-
テンプレートエンジンを使用して件名と本文の準備をするクラス。
- TemplateEngineContextPreparer() - Constructor for class nablarch.common.mail.TemplateEngineContextPreparer
-
- TemplateEngineMailProcessor - Interface in nablarch.common.mail
-
テンプレートエンジンを使用したテンプレートと変数のマージ処理をするためのインターフェース。
- TemplateEngineProcessedResult - Class in nablarch.common.mail
-
テンプレートエンジンで処理した結果を保持するクラス。
- TemplateEngineProcessedResult(String, String, String) - Constructor for class nablarch.common.mail.TemplateEngineProcessedResult
-
- TemplateEngineProcessingException - Exception in nablarch.common.mail
-
テンプレートエンジンの処理で発生した例外をラップする例外クラス。
- TemplateEngineProcessingException(Throwable) - Constructor for exception nablarch.common.mail.TemplateEngineProcessingException
-
インスタンスを生成する。
- TemplateMailContext - Class in nablarch.common.mail
-
定型メール送信要求を表すクラス。
- TemplateMailContext() - Constructor for class nablarch.common.mail.TemplateMailContext
-
- terminate() - Method in class nablarch.core.db.connection.BasicDbConnection
-
- terminate() - Method in interface nablarch.core.db.connection.TransactionManagerConnection
-
データベース接続の終了処理を行う。
実装クラスでは、最低限Connection.close() を呼び出しリソースの開放処理を行う必要がある。
- terminate() - Method in class nablarch.core.log.app.BasicCommitLogger
-
終了処理を行う。
- terminate() - Method in interface nablarch.core.log.app.CommitLogger
-
終了処理を行う。
- terminate() - Method in class nablarch.core.log.basic.BasicLoggerFactory
-
終了処理を行う。
ログの出力先に応じて確保しているリソースの解放などを行う。
- terminate() - Method in interface nablarch.core.log.basic.LogWriter
-
終了処理を行う。
ログの出力先に応じて確保しているリソースの解放などを行う。
- terminate() - Method in class nablarch.core.log.basic.LogWriterSupport
-
終了処理を行う。
ログの出力先に応じて確保しているリソースの解放などを行う。
- terminate() - Method in interface nablarch.core.log.LoggerFactory
-
終了処理を行う。
ログの出力先に応じて確保しているリソースの解放などを行う。
- terminate() - Static method in class nablarch.core.log.LoggerManager
-
ログ出力の終了処理を行う。
クラスローダに紐付く全てのオブジェクトを解放する。
- terminate(Result, ExecutionContext) - Method in class nablarch.fw.action.BatchActionBase
-
本処理が終了した場合に一度だけ実行される。
(エラー終了した場合でも実行される。)
デフォルトでは何もしない。
必要に応じてオーバライドすること。
- terminate() - Method in interface nablarch.fw.launcher.ProcessLifecycle
-
終了処理を行う。
- terminate() - Method in class nablarch.integration.log.jbosslogging.JbossLoggingLoggerFactory
-
この実装では何もしない
- terminate() - Method in class nablarch.integration.log.slf4j.Slf4JLoggerFactory
-
この実装では何もしない
- terminate() - Method in class nablarch.test.core.log.LogVerifier
-
終了処理を行う。
ログの出力先に応じて確保しているリソースの解放などを行う。
- terminate() - Method in class nablarch.test.core.log.NopLogWriter
-
終了処理を行う。
ログの出力先に応じて確保しているリソースの解放などを行う。
- test(Class<?>) - Method in interface nablarch.fw.dicontainer.annotation.auto.ComponentPredicate
-
与えられたClass がコンポーネントであるかどうか判定する。
- test(Class<?>) - Method in class nablarch.fw.dicontainer.annotation.auto.DefaultComponentPredicate
-
- TEST_CASE_NO - Static variable in class nablarch.test.core.http.TestCaseInfo
-
テストケース番号を定義しているカラム名
- TEST_DATA_PARSER_KEY - Static variable in class nablarch.test.core.http.RestTestSupport
-
TestDataParserのリポジトリキー
- testAll() - Method in class nablarch.test.core.entity.CharsetTestVariation
-
全種類のテストを行う。
- testAllCharsetVariation() - Method in class nablarch.test.core.entity.CharsetTestVariation
-
適応可能な文字種のテストを行う。
- TestCaseInfo - Class in nablarch.test.core.http
-
データシートに定義されたテストケース情報を格納するクラス。
- TestCaseInfo(String, Map<String, String>, List<Map<String, String>>, List<Map<String, String>>, List<Map<String, String>>) - Constructor for class nablarch.test.core.http.TestCaseInfo
-
コンストラクタ
- TestCaseInfo(String, Map<String, String>, List<Map<String, String>>, List<Map<String, String>>, List<Map<String, String>>, List<Map<String, String>>) - Constructor for class nablarch.test.core.http.TestCaseInfo
-
コンストラクタ
- testClass - Variable in class nablarch.test.core.http.HttpRequestTestSupport
-
テストクラス
- testClass - Variable in class nablarch.test.core.standalone.StandaloneTestSupportTemplate
-
テストクラス
- testConstructorAndGetter(Class<?>, String, String) - Method in class nablarch.test.core.db.EntityTestSupport
-
Constructor and getterのテストを行う。
- TestDataConverter - Interface in nablarch.test.core.file
-
テストデータコンバータ
- TestDataInterpreter - Interface in nablarch.test.core.util.interpreter
-
- TestDataParser - Interface in nablarch.test.core.reader
-
テストデータ取得インターフェース。
- TestDataReader - Interface in nablarch.test.core.reader
-
テストデータの読み込みインタフェース。
- testDescription - Variable in class nablarch.test.core.http.SimpleRestTestSupport
-
実行中のテストクラスとメソッド名を保持する
- TestDescription - Class in nablarch.test.core.rule
-
テスト対象のクラスとメソッド名を保持するルール
- TestDescription() - Constructor for class nablarch.test.core.rule.TestDescription
-
- testEmptyInput() - Method in class nablarch.test.core.entity.CharsetTestVariation
-
未入力のテストを行う。
- TestEventDispatcher - Class in nablarch.test.event
-
テストイベントディスパッチャクラス。
テスト実行時における各種イベントを検知し、リポジトリに登録されたリスナーに通知する。
テストクラスは本クラスまたは本クラスのサブクラスを継承することで、
リスナーに自動的にイベント通知を行えるようになる。
- TestEventDispatcher() - Constructor for class nablarch.test.event.TestEventDispatcher
-
- TestEventListener - Interface in nablarch.test.event
-
テストイベントリスナーインタフェース。
テスト実行中の各種イベント通知を受け取る。
- TestEventListener.Template - Class in nablarch.test.event
-
- testMaxLength() - Method in class nablarch.test.core.entity.CharsetTestVariation
-
最長桁数のテストを行う。
- testMinLength() - Method in class nablarch.test.core.entity.CharsetTestVariation
-
最短桁数のテストを行う。
- testName - Variable in class nablarch.test.event.TestEventDispatcher
-
テスト名
- testOverLimit() - Method in class nablarch.test.core.entity.CharsetTestVariation
-
最長桁数超過のテストを行う。
- TestServletContextCreator - Class in nablarch.fw.web.i18n
-
- TestServletContextCreator() - Constructor for class nablarch.fw.web.i18n.TestServletContextCreator
-
- testSetterAndGetter(Class<T>, String, String) - Method in class nablarch.test.core.db.EntityTestSupport
-
setterとgetterのテストを行う。
- TestShot - Class in nablarch.test.core.standalone
-
- TestShot(String, Map<String, String>, DbAccessTestSupport, TestShot.TestShotAround, Class<?>) - Constructor for class nablarch.test.core.standalone.TestShot
-
コンストラクタ。
- TestShot.TestShotAround - Interface in nablarch.test.core.standalone
-
テストの前準備、結果検証を行うインタフェース。
処理方式固有の前準備、結果検証ロジックを実装すること。
- testSingleValidation(Class<ENTITY>, String, String) - Method in class nablarch.test.core.db.EntityTestSupport
-
単項目のバリデーションテストをする。
- testSingleValidation(String, String, String...) - Method in class nablarch.test.core.entity.SingleValidationTester
-
単項目のバリデーションテストを行う。
- testSingleValidation(String[], String, String...) - Method in class nablarch.test.core.entity.SingleValidationTester
-
単項目のバリデーションテストを行う。
- TestSupport - Class in nablarch.test
-
テストサポートクラス。
本テスティングフレームワークを利用する際のヘルパーメソッドを提供する。
- TestSupport(Class<?>) - Constructor for class nablarch.test.TestSupport
-
コンストラクタ
- testUnderLimit() - Method in class nablarch.test.core.entity.CharsetTestVariation
-
最短桁数不足のテストを行う。
- testValidateAndConvert(Class<T>, String, String) - Method in class nablarch.test.core.db.EntityTestSupport
-
バリデーションテストを実行する。
- testValidateAndConvert(String, Class<T>, String, String) - Method in class nablarch.test.core.db.EntityTestSupport
-
バリデーションテストを実行する。
- testValidateCharsetAndLength(Class<ENTITY>, String, String) - Method in class nablarch.test.core.db.EntityTestSupport
-
文字種と文字列長のバリデーションテストをする。
- text() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- TEXT_ENCODING - Static variable in class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
-
文字エンコーディング
- textarea() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- TextareaTag - Class in nablarch.common.web.tag
-
入力データ復元とHTMLエスケープを行うtextareaタグを出力するクラス。
- TextareaTag() - Constructor for class nablarch.common.web.tag.TextareaTag
-
- TextTag - Class in nablarch.common.web.tag
-
入力データ復元とHTMLエスケープを行うinputタグ(type="text")を出力するクラス。
- TextTag() - Constructor for class nablarch.common.web.tag.TextTag
-
- textTag() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- tfoot() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- th() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- thead() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- ThreadContext - Class in nablarch.core
-
スレッド内で共有すべきオブジェクトを保持するクラス。
本クラスで保持する値は、子スレッドが起動された場合、
暗黙的に全ての情報を子スレッドに引き継ぐ仕様となっている。
このため、子スレッドでは個別に値を設定することなく、親スレッドで設定した値を使用することが出来る。
また、子スレッドで個別に値を変更することも出来るが、ThreadLocalに格納したオブジェクトは各スレッドで共有され、
別スレッドの動作に影響を与える危険があるので、イミュータブルな値とスレッドセーフな値のみを格納すること。
- ThreadContextAttribute<T> - Interface in nablarch.common.handler.threadcontext
-
ThreadContext に設定する属性を返すインタフェース。
本インタフェースを実装したクラスは、スレッドコンテキストに設定する値を取得する責務を持つ。
- ThreadContextClearHandler - Class in nablarch.common.handler.threadcontext
-
- ThreadContextClearHandler() - Constructor for class nablarch.common.handler.threadcontext.ThreadContextClearHandler
-
- ThreadContextHandler - Class in nablarch.common.handler.threadcontext
-
スレッドコンテキストに保持される共通属性を管理するハンドラ。
フレームワークには、スレッドコンテキストにユーザID・リクエストID・言語設定を保持する実装が含まれている。
これらを有効化するには以下のリポジトリ設定を追加する。
(同様にプロジェクト固有の属性を追加することも可能である。)
- ThreadContextHandler(ThreadContextAttribute...) - Constructor for class nablarch.common.handler.threadcontext.ThreadContextHandler
-
引数に渡されたスレッドコンテキスト属性を管理するハンドラを生成する。
- ThreadContextHandler() - Constructor for class nablarch.common.handler.threadcontext.ThreadContextHandler
-
デフォルトコンストラクタ
- ThreadName() - Constructor for class nablarch.fw.messaging.logging.MessagingLogFormatter.ThreadName
-
- throwAsError(Throwable) - Method in class nablarch.fw.messaging.ResponseMessage
-
実行時例外を送出し、現在の業務トランザクションをロールバックさせ、
この電文の内容をエラー応答として送信する。
- throwAsError() - Method in class nablarch.fw.messaging.ResponseMessage
-
実行時例外を送出し、現在の業務トランザクションをロールバックさせ、
この電文の内容をエラー応答として送信する。
- throwExceptionIfExistsError() - Method in interface nablarch.fw.dicontainer.component.ErrorCollector
-
- throwExceptionIfExistsError() - Method in class nablarch.fw.dicontainer.component.impl.ContainerBuilderWrapper
-
- throwExceptionIfExistsError() - Method in class nablarch.fw.dicontainer.component.impl.ErrorCollectorImpl
-
- THROWN_APPLICATION_EXCEPTION_KEY - Static variable in class nablarch.fw.ExecutionContext
-
- THROWN_EXCEPTION_KEY - Static variable in class nablarch.fw.ExecutionContext
-
例外をリクエストスコープから取得する際に使用するキー
- ThymeleafMailProcessor - Class in nablarch.integration.mail.thymeleaf
-
- ThymeleafMailProcessor() - Constructor for class nablarch.integration.mail.thymeleaf.ThymeleafMailProcessor
-
- ThymeleafResponseWriter - Class in nablarch.fw.web.handler.responsewriter.thymeleaf
-
- ThymeleafResponseWriter() - Constructor for class nablarch.fw.web.handler.responsewriter.thymeleaf.ThymeleafResponseWriter
-
- TIME_TO_LIVE - Static variable in class nablarch.fw.messaging.InterSystemMessage.HeaderName
-
メッセージ有効期間ヘッダ (送信電文のみ)
- TIME_ZONE_KEY - Static variable in class nablarch.core.ThreadContext
-
タイムゾーンのキー。
- timeoutSecond - Variable in class nablarch.fw.invoker.AbstractExecutorServiceFactory
-
タイムアウト(秒)
- TimeRetryContext - Class in nablarch.fw.handler.retry
-
リトライ時間によりリトライ処理を制御するクラス。
本クラスは、指定された時間の間、リトライを行う。
- TimeRetryContext(long, long, long) - Constructor for class nablarch.fw.handler.retry.TimeRetryContext
-
コンストラクタ。
- TimeRetryContextFactory - Class in nablarch.fw.handler.retry
-
- TimeRetryContextFactory() - Constructor for class nablarch.fw.handler.retry.TimeRetryContextFactory
-
- TIMESTAMP - Static variable in class nablarch.fw.messaging.provider.JmsMessagingProvider.Context.JmsHeaderName
-
送信日時(msec) (long 送信側で自動設定)
- TimeToLive() - Constructor for class nablarch.fw.messaging.logging.MessagingLogFormatter.TimeToLive
-
- TimeZoneAttribute - Class in nablarch.common.handler.threadcontext
-
スレッドコンテキストに保持するタイムゾーン属性。
- TimeZoneAttribute() - Constructor for class nablarch.common.handler.threadcontext.TimeZoneAttribute
-
- TimeZoneAttributeInHttpCookie - Class in nablarch.common.web.handler.threadcontext
-
クッキーを使用してタイムゾーンの保持を行うクラス。
クッキーのhttpOnly属性はアプリケーションで使用しているServlet APIがサポートしている場合のみ設定する。
- TimeZoneAttributeInHttpCookie() - Constructor for class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpCookie
-
- TimeZoneAttributeInHttpSession - Class in nablarch.common.web.handler.threadcontext
-
HTTPセッションを使用してタイムゾーンの保持を行うクラス。
- TimeZoneAttributeInHttpSession() - Constructor for class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSession
-
- TimeZoneAttributeInHttpSupport - Class in nablarch.common.web.handler.threadcontext
-
HTTP上でタイムゾーンの保持を行うクラスの実装をサポートするクラス。
- TimeZoneAttributeInHttpSupport() - Constructor for class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSupport
-
- TimeZoneAttributeInHttpUtil - Class in nablarch.common.web.handler.threadcontext
-
HTTP上で選択されたタイムゾーンの保持を行う際に使用するユーティリティクラス。
- TinyTemplateEngineMailProcessor - Class in nablarch.common.mail
-
- TinyTemplateEngineMailProcessor() - Constructor for class nablarch.common.mail.TinyTemplateEngineMailProcessor
-
- TITLE - Static variable in class nablarch.test.core.standalone.TestShot
-
テストショットの説明
- title() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- TITLE_RECORD_TYPE_NAME - Static variable in class nablarch.core.dataformat.VariableLengthDataRecordFormatter.VariableLengthDirective
-
タイトルのレコードタイプ名
- toArray() - Method in class nablarch.common.dao.DeferredEntityList
-
本メソッドは利用できない。
呼び出した場合、UnsupportedOperationException を送出する。
- toArray(T[]) - Method in class nablarch.common.dao.DeferredEntityList
-
本メソッドは利用できない。
呼び出した場合、UnsupportedOperationException を送出する。
- toArray(Collection<String>) - Static method in class nablarch.core.util.StringUtil
-
コレクションを配列に変換する。
- toBigDecimal(Object) - Static method in class nablarch.core.dataformat.convertor.datatype.DecimalHelper
-
出力対象のデータをBigDecimalに変換する。
- toBigDecimal(Object, Integer) - Static method in class nablarch.core.dataformat.convertor.datatype.DecimalHelper
-
出力対象のデータをBigDecimalに変換する。
- toBigDecimal(String) - Method in class nablarch.core.dataformat.convertor.datatype.NumberStringDecimal
-
トリム後の文字列をBigDecimalに変換する。
- toBufferedReader(Reader) - Method in class nablarch.common.databind.csv.CsvObjectMapperSupport
-
BufferedReader に変換する。
- toByteArray(InputStream) - Static method in class nablarch.core.util.BinaryUtil
-
入力ストリームをバイト配列に変換する。
引数であたえられた入力ストリームはクローズされる。
- toByteArray() - Method in class nablarch.fw.web.upload.util.UploadHelper
-
ファイルをバイト配列に変換する。
- toCanonical(File) - Static method in class nablarch.test.NablarchTestUtils
-
正規化されたファイルへ変換する。
- toCanonicalPath(String) - Static method in class nablarch.test.NablarchTestUtils
-
正規化されたパスへ変換する。
- toDataRecords() - Method in class nablarch.test.core.file.DataFile
-
- toDirectoryName(String) - Static method in class nablarch.core.util.ResourcesUtil
-
パッケージ名をディレクトリ名に変換する。
- toFile(URL) - Static method in class nablarch.core.util.ResourcesUtil
-
URL をファイルパスに変換する。
- toHTML(String) - Method in class nablarch.common.web.tag.HtmlAttributes
-
HTMLタグの属性に指定できる形式の文字列を取得する。
- toJarFile(URL) - Static method in class nablarch.core.util.ResourcesUtil
-
URL を、JarFile に変換する。
- Token(LayoutFileParser.TokenType, MatchResult, int, int) - Constructor for class nablarch.core.dataformat.LayoutFileParser.Token
-
コンストラクタ
- token - Variable in class nablarch.test.tool.htmlcheck.parser.Parser
-
Current token.
- Token - Class in nablarch.test.tool.htmlcheck.parser
-
Describes the input token stream.
- Token() - Constructor for class nablarch.test.tool.htmlcheck.parser.Token
-
No-argument constructor
- Token(int) - Constructor for class nablarch.test.tool.htmlcheck.parser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class nablarch.test.tool.htmlcheck.parser.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class nablarch.test.tool.htmlcheck.parser.Parser
-
Generated Token Manager.
- TokenGenerator - Interface in nablarch.common.web.token
-
トークンの生成を行うインタフェース。
- tokenImage - Variable in exception nablarch.test.tool.htmlcheck.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- tokenImage - Static variable in interface nablarch.test.tool.htmlcheck.parser.ParserConstants
-
Literal token values.
- Tokenizer(String, Charset) - Constructor for class nablarch.core.dataformat.LayoutFileParser.Tokenizer
-
コンストラクタ
- TokenManager - Interface in nablarch.common.web.token
-
二重サブミットトークンの管理を行うクラス。
- TokenMgrError - Error in nablarch.test.tool.htmlcheck.parser
-
Token Manager Error.
- TokenMgrError() - Constructor for error nablarch.test.tool.htmlcheck.parser.TokenMgrError
-
No arg constructor.
- TokenMgrError(String, int) - Constructor for error nablarch.test.tool.htmlcheck.parser.TokenMgrError
-
Constructor with message and reason.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error nablarch.test.tool.htmlcheck.parser.TokenMgrError
-
Full Constructor.
- TokenUtil - Class in nablarch.common.web.token
-
トークンを使用した二重サブミットの防止機能のユーティリティ。
なお、トークンは ExecutionContext#getSessionScopeMap で獲得可能なMapではなく、
HttpSession に直接格納する。
これは、SessionConcurrentAccessHandler と併用した場合、トークンはリクエストスレッド毎の
スナップショット上に保持されるので、本来エラーとなるタイミングでも並行実行されてしまう可能性
が発生するためである。
- toLowerFirstChar(String) - Static method in class nablarch.core.dataformat.FieldDefinitionUtil
-
文字列の先頭文字を小文字に置きかえる。
- toMapperType(Class<?>, DataBindConfig) - Method in class nablarch.common.databind.BasicObjectMapperFactory
-
マッパーのタイプを返す。
- TooManyResultException - Exception in nablarch.core.db.support
-
- TooManyResultException(int, int) - Constructor for exception nablarch.core.db.support.TooManyResultException
-
検索結果の最大件数(上限)及び検索結果件数を保持した TooManyResultException オブジェクトを生成する。
生成時に検索結果の最大件数(上限)及び検索結果件数を元に、メッセージを構築する。
- toResourcePath() - Method in class nablarch.fw.jaxrs.JaxRsContext
-
リソースメソッドの文字列表現を返す。
- toSessionStoreKey(String) - Static method in class nablarch.integration.redisstore.lettuce.LettuceRedisStore
-
セッションIDを元に、 Redis に格納するときに使用するキーを作成する。
- toSingleValue(String[], Converter<T>, Class<T>) - Static method in class nablarch.core.beans.converter.SingleValueExtracter
-
単一の値に変換する。
- toString() - Method in class nablarch.common.dao.DeferredEntityList
-
- toString() - Method in class nablarch.common.exclusivecontrol.Version
- toString() - Method in class nablarch.common.web.compositekey.CompositeKey
-
このオブジェクトが保持しているキーを「,(カンマ)」区切りで列挙した文字列を返す。
- toString() - Method in class nablarch.common.web.download.FileResponse
-
- toString() - Method in class nablarch.core.dataformat.DataRecordPredicate.Equals
- toString() - Method in class nablarch.core.db.cache.ResultSetCacheKey
- toString() - Method in class nablarch.core.db.cache.statement.BoundParameters
- toString() - Method in class nablarch.core.db.statement.BatchParameterHolder
-
設定されたパラメータの文字列表現を返却する。
- toString() - Method in class nablarch.core.db.statement.ParameterHolder
- toString() - Method in class nablarch.core.db.statement.SelectOption
-
- toString() - Method in class nablarch.core.repository.di.config.ListComponentCreator
-
- toString() - Method in class nablarch.core.repository.di.config.LiteralComponentCreator
-
- toString() - Method in class nablarch.core.repository.di.config.MapComponentCreator
-
- toString() - Method in class nablarch.core.repository.di.StoredValueComponentCreator
-
- toString() - Method in class nablarch.core.util.FormatSpec
-
"データタイプ{パターン}"形式の文字列を返す。
- toString() - Method in class nablarch.core.util.map.MapWrapper
-
- toString(byte[], Charset) - Static method in class nablarch.core.util.StringUtil
-
指定された文字セットでバイト配列をデコードする。
JDK1.6以上を使用する場合は、 java.lang.String(byte[], Charset) を使用すること。
bytes が null だった場合、 null を返す。
- toString(Object) - Static method in class nablarch.core.util.StringUtil
-
指定された値を文字列に変換する。
- toString() - Method in class nablarch.core.validation.ValidationResultMessage
-
このオブジェクトの文字列表現を返す。
- toString() - Method in class nablarch.fw.dicontainer.component.ComponentDefinition
-
- toString() - Method in class nablarch.fw.dicontainer.component.ComponentId
-
- toString() - Method in class nablarch.fw.dicontainer.component.ComponentKey.AliasKey
-
- toString() - Method in class nablarch.fw.dicontainer.component.ComponentKey
-
- toString() - Method in class nablarch.fw.dicontainer.component.impl.reflect.FieldWrapper
-
- toString() - Method in class nablarch.fw.dicontainer.component.impl.reflect.MethodWrapper
-
- toString() - Method in class nablarch.fw.dicontainer.event.ContainerCreated
-
- toString() - Method in class nablarch.fw.dicontainer.event.ContainerDestroy
-
- toString() - Method in exception nablarch.fw.messaging.ErrorResponseMessage
-
- toString() - Method in enum nablarch.fw.messaging.realtime.http.client.HttpProtocolClient.HttpRequestMethodEnum
-
- toString() - Method in class nablarch.fw.RequestHandlerEntry
- toString() - Method in class nablarch.fw.RequestPathMatchingHelper
- toString() - Method in exception nablarch.fw.Result.Error
-
この実装では、以下の文字列を返す。
- toString() - Method in class nablarch.fw.Result.Success
-
この実装では、以下の文字列を返す。
- toString() - Method in class nablarch.fw.web.HttpResponse
-
オブジェクトの内容と等価なHTTPレスポンスメッセージを返す。
- toString() - Method in class nablarch.fw.web.MockHttpCookie
-
Cookieの値を文字列に変換する。
変換後の値は、HTTPリクエストのCookieヘッダーに埋め込む形式でフォーマットする。
- toString() - Method in class nablarch.fw.web.MockHttpRequest
-
このクラスの実装では、オブジェクトの内容と等価なHTTPリクエストメッセージを返す。
- toString() - Method in class nablarch.fw.web.ResourceLocator
-
リソースパスの文字列表現そのものを返す。
- toString() - Method in class nablarch.fw.web.ResponseBody
-
この実装ではボディの内容を表す文字列を返す。
- toString() - Method in class nablarch.fw.web.RestMockHttpRequest
-
- toString() - Method in class nablarch.fw.web.RestTestBodyConverter.MediaType
-
- toString() - Method in class nablarch.fw.web.upload.PartInfo
- toString() - Method in class nablarch.integration.workflow.BasicWorkflowInstance
-
以下の情報を含む、ワークフローインスタンスの文字列表現を返却する。
* インスタンスID
* ワークフローID
* バージョン
* アクティブフローノードのフローノードID
- toString() - Method in class nablarch.integration.workflow.WorkflowInstance.CompletedWorkflowInstance
-
- toString() - Method in class nablarch.test.core.db.TableData
- toString() - Method in class nablarch.test.core.entity.SingleValidationTester
- toString() - Method in class nablarch.test.core.file.DataFileFragment
- toString() - Method in enum nablarch.test.core.file.LineSeparator
- toString() - Method in class nablarch.test.core.log.ExpectedLogMessage
- toString() - Method in class nablarch.test.core.util.ByteArrayAwareMap
-
要素中にバイト配列が含まれていた場合、16進数文字列に変換して出力する。
- toString() - Method in class nablarch.test.tool.htmlcheck.parser.SimpleNode
-
- toString(String) - Method in class nablarch.test.tool.htmlcheck.parser.SimpleNode
-
- toString() - Method in class nablarch.test.tool.htmlcheck.parser.Token
-
Returns the image.
- toString() - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag
-
- toTableName(Class<T>) - Method in class nablarch.common.dao.StandardSqlBuilder
-
エンティティクラス名からテーブル名(スキーマ名つき)へ変換する。
- touch(File) - Static method in class nablarch.test.NablarchTestUtils
-
ファイルを作成する。
- toUnscaledLongValue(Object) - Static method in class nablarch.core.dataformat.convertor.datatype.DecimalHelper
-
出力対象のデータをスケールなしのlong値に変換する。
具体的には、以下の順番で出力対象のデータを変換する。
出力対象のデータをBigDecimalに変換。
BigDecimalをスケールなしのBigIntegerに変換。
BigIntegerをlongに変換。
- toUpperCase(List<String>) - Static method in class nablarch.test.NablarchTestUtils
-
リストの各要素を大文字に変換する。
- toUpperFirstChar(String) - Static method in class nablarch.core.dataformat.FieldDefinitionUtil
-
文字列の先頭文字を大文字に置きかえる。
- TpsCalculator - Class in nablarch.fw.batch.progress
-
TPSを算出するクラス。
- TpsCalculator() - Constructor for class nablarch.fw.batch.progress.TpsCalculator
-
- tr() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- trace(String) - Method in class nablarch.core.log.NablarchLogger
-
- trace(String, Object) - Method in class nablarch.core.log.NablarchLogger
-
- trace(String, Object, Object) - Method in class nablarch.core.log.NablarchLogger
-
- trace(String, Object...) - Method in class nablarch.core.log.NablarchLogger
-
- trace(String, Throwable) - Method in class nablarch.core.log.NablarchLogger
-
- Transaction(SimpleDbTransactionManager) - Constructor for class nablarch.common.dao.UniversalDao.Transaction
-
トランザクションマネージャを指定して、別トランザクションを生成する。
- Transaction(String) - Constructor for class nablarch.common.dao.UniversalDao.Transaction
-
トランザクションマネージャ名を指定して、別トランザクションを生成する。
- Transaction - Interface in nablarch.core.transaction
-
トランザクション制御を行うインタフェース。
- transactionAbnormalEnd(Throwable, D, ExecutionContext) - Method in class nablarch.fw.action.BatchActionBase
-
- transactionAbnormalEnd(Throwable, SqlRow, ExecutionContext) - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
-
インプットテーブルの対象レコードのステータスをエラーに更新する。
これにより、エラーレコードを再度送信することを防止する事ができる。
(エラーレコードは、何度送信してもエラーになることが考えられるため
ステータスをエラーに変更する必要がある。)
ステータスを更新するSQL文は、 AsyncMessageSendAction.getSqlResource() で取得した
SQLリソース内に記述されたSQL_ID=UPDATE_ABNORMAL_ENDを使用する。
- transactionAbnormalEnd(Throwable, RequestMessage, ExecutionContext) - Method in class nablarch.fw.messaging.action.MessagingAction
-
入力データに対する処理で異常が発生した場合に呼ばれる。
- TransactionAbnormalEnd - Exception in nablarch.fw.results
-
業務処理が異常終了したことを示す例外クラス。
- TransactionAbnormalEnd(int, String, Object...) - Constructor for exception nablarch.fw.results.TransactionAbnormalEnd
-
終了コードとメッセージ(障害コードとオプション)を元に例外を構築する。
- TransactionAbnormalEnd(int, Throwable, String, Object...) - Constructor for exception nablarch.fw.results.TransactionAbnormalEnd
-
- TransactionAbnormalEnd - Exception in nablarch.fw
-
- TransactionAbnormalEnd(int, String, Object...) - Constructor for exception nablarch.fw.TransactionAbnormalEnd
-
Deprecated.
指定されたメッセージIDとオプションを元に例外を構築する。
- TransactionAbnormalEnd(int, Throwable, String, Object...) - Constructor for exception nablarch.fw.TransactionAbnormalEnd
-
Deprecated.
- transactionAbnormalEnd(Throwable, TData, ExecutionContext) - Method in interface nablarch.fw.TransactionEventCallback
-
入力データに対する処理で異常が発生した場合に呼ばれる。
- Transactional - Annotation Type in nablarch.integration.doma
-
Domaによるトランザクション制御を行うことを表すアノテーション。
- Transactional.TransactionalImpl - Class in nablarch.integration.doma
-
- TransactionalImpl() - Constructor for class nablarch.integration.doma.Transactional.TransactionalImpl
-
- transactionCallBackWatchType() - Method in class nablarch.fw.messaging.action.MessagingAction
-
- TransactionContext - Class in nablarch.core.transaction
-
- TransactionEventCallback<TData> - Interface in nablarch.fw
-
トランザクション(コミット or ロールバック)毎に
呼び出されるコールバックメソッドを定義するインタフェース。
- TransactionEventCallback.Provider<TData> - Class in nablarch.fw
-
トランザクションイベントの発行を行うハンドラが継承するサポートクラス。
- TransactionExecutor<T> - Class in nablarch.core.transaction
-
トランザクション制御ロジックを持つ抽象クラス。
本クラスを使用することにより、簡単にトランザクション制御ロジックを実装することが出来る。
また、エラー処理時に再度エラーが発生した場合のログ出力の責務を本クラスが持つため、
本クラスを実装したクラスではトランザクション制御以外の部分に着目する必要がなくなる。
- TransactionExecutor(Transaction) - Constructor for class nablarch.core.transaction.TransactionExecutor
-
トランザクション制御オブジェクトを生成する。
- TransactionFactory - Interface in nablarch.core.transaction
-
- transactionFailure(D, ExecutionContext) - Method in class nablarch.fw.action.BatchActionBase
-
トランザクション処理が異常終了した場合に実行される。
デフォルトでは何もしない。
必要に応じてオーバライドすること。
- TransactionManagementHandler - Class in nablarch.common.handler
-
後続処理における透過的トランザクションを実現するハンドラ。
通常の として使用する場合と、 として使用する場合で動作が異なる。
- TransactionManagementHandler() - Constructor for class nablarch.common.handler.TransactionManagementHandler
-
- TransactionManagerConnection - Interface in nablarch.core.db.connection
-
データベースに対するトランザクション制御を行うインタフェース。
- transactionNormalEnd(D, ExecutionContext) - Method in class nablarch.fw.action.BatchActionBase
-
- transactionNormalEnd(SqlRow, ExecutionContext) - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
-
- transactionNormalEnd(RequestMessage, ExecutionContext) - Method in class nablarch.fw.messaging.action.MessagingAction
-
入力データに対する処理が正常に処理された場合に呼ばれる。
- transactionNormalEnd(TData, ExecutionContext) - Method in interface nablarch.fw.TransactionEventCallback
-
入力データに対する処理が正常に処理された場合に呼ばれる。
- TRANSACTIONS_KEY - Static variable in class nablarch.test.core.db.DbAccessTestSupport
-
データベーストランザクション名を取得する為のキー
- transactionSuccess(D, ExecutionContext) - Method in class nablarch.fw.action.BatchActionBase
-
トランザクション処理が正常終了した場合に実行される。
デフォルトでは何もしない。
必要に応じてオーバライドすること。
- TransactionTemplate - Class in nablarch.test.core.db
-
トランザクション内で簡易的な処理を記述する為のテンプレートクラス。
- TransactionTemplate() - Constructor for class nablarch.test.core.db.TransactionTemplate
-
コンストラクタ
デフォルトのトランザクションを使用する。
- TransactionTemplate(String) - Constructor for class nablarch.test.core.db.TransactionTemplate
-
コンストラクタ
- TransactionTemplate(SimpleDbTransactionManager) - Constructor for class nablarch.test.core.db.TransactionTemplate
-
コンストラクタ
- TransactionTemplateInternal - Class in nablarch.test.core.db
-
- TransactionTemplateInternal(String) - Constructor for class nablarch.test.core.db.TransactionTemplateInternal
-
コンストラクタ。
- TransactionTimeoutException - Exception in nablarch.core.transaction
-
トランザクションタイムアウトエラー。
- TransactionTimeoutException(long) - Constructor for exception nablarch.core.transaction.TransactionTimeoutException
-
コンストラクタ。
デフォルトメッセージを持つトランザクションタイムアウト例外を生成する。
- TransactionTimeoutException(long, SQLException) - Constructor for exception nablarch.core.transaction.TransactionTimeoutException
-
コンストラクタ。
デフォルトメッセージを持つトランザクションタイムアウト例外を生成する。
- TraversalConfig - Interface in nablarch.fw.dicontainer.annotation.auto
-
ディレクトリトラバーサルの設定。
- traverse(Consumer<Class<?>>) - Method in class nablarch.fw.dicontainer.annotation.auto.ClassTraverser
-
ディレクトリトラバーサルを行う。
- triggerEvent(String, Map<String, ?>) - Method in class nablarch.integration.workflow.BasicWorkflowInstance
-
- triggerEvent(String, Map<String, ?>) - Method in class nablarch.integration.workflow.WorkflowInstance.CompletedWorkflowInstance
-
アクティブフローノードから、境界イベントトリガーIDに対応する境界イベントを取得し、現在のタスクを中断して、境界イベントから取得される進行先フローノードに
ワークフローを進行させる。
- triggerEvent(String) - Method in interface nablarch.integration.workflow.WorkflowInstance
-
アクティブフローノードから、境界イベントトリガーIDに対応する境界イベントを取得し、現在のタスクを中断して、境界イベントから取得される進行先フローノードに
ワークフローを進行させる。
- triggerEvent(String, Map<String, ?>) - Method in interface nablarch.integration.workflow.WorkflowInstance
-
アクティブフローノードから、境界イベントトリガーIDに対応する境界イベントを取得し、現在のタスクを中断して、境界イベントから取得される進行先フローノードに
ワークフローを進行させる。
- triggerEvent(String) - Method in class nablarch.integration.workflow.WorkflowInstanceSupport
-
アクティブフローノードから、境界イベントトリガーIDに対応する境界イベントを取得し、現在のタスクを中断して、境界イベントから取得される進行先フローノードに
ワークフローを進行させる。
- trim(String) - Method in class nablarch.core.dataformat.convertor.datatype.NumberStringDecimal
-
トリム処理を行う。
もし、パディング/トリム文字が'0'かつ、トリム対象のデータが0のみで構成される数値(0や000000)の場合、0を返却する。
- trim(String) - Method in class nablarch.core.dataformat.convertor.datatype.SignedNumberStringDecimal
-
トリム処理を行う。
- trim(Properties) - Method in class nablarch.core.log.LogSettings
-
プロパティのキーと値をトリミングする。
- trim(String) - Method in class nablarch.core.validation.convertor.NumberConvertorSupport
-
トリムを実行する。
- trim(String) - Method in class nablarch.core.validation.convertor.StringConvertor
-
トリムを実行する。
Java標準の String.trim() を使用してトリムを行った文字列を返却する。
- TrimNormalizer - Class in nablarch.fw.web.handler.normalizer
-
前後のホワイトスペース(Character.isWhitespace(int) )を除去するノーマライザ実装クラス。
ホワイトスペースを除去した結果、空文字列となった場合にはnull に置き換える。
- TrimNormalizer() - Constructor for class nablarch.fw.web.handler.normalizer.TrimNormalizer
-
- trimTail(List<String>) - Static method in class nablarch.test.NablarchTestUtils
-
リスト末尾の空要素(nullまたは空文字)を取り除く。(破壊的メソッド)
- trimTailCopy(List<String>) - Static method in class nablarch.test.NablarchTestUtils
-
リスト末尾の空要素(nullまたは空文字)を取り除く。(非破壊的メソッド)
- trimToSize() - Method in class nablarch.common.dao.DeferredEntityList
-
本メソッドは利用できない。
呼び出した場合、UnsupportedOperationException を送出する。
- TruncateSqlGenerator - Class in nablarch.etl.generator
-
TRUNCATE文を構築するクラス。
- TruncateSqlGenerator() - Constructor for class nablarch.etl.generator.TruncateSqlGenerator
-
- TruncateSqlGeneratorFactory - Class in nablarch.etl.generator
-
TRUNCATE文を生成するジェネレータのファクトリクラス。
データベース接続のURLを元に、TRUNCATE文のジェネレータクラスを生成する。
- TruncateStepConfig - Class in nablarch.etl.config
-
truncateステップの設定を保持するクラス。
- TruncateStepConfig() - Constructor for class nablarch.etl.config.TruncateStepConfig
-
- truncateTime(Calendar) - Method in class nablarch.core.beans.converter.SqlDateConverter
-
- tryLock() - Method in class nablarch.core.util.map.LockableMap
- tryLock(long, TimeUnit) - Method in class nablarch.core.util.map.LockableMap
- tryOut(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.handler.health.DbHealthChecker
-
- tryOut(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.handler.health.HealthChecker
-
ヘルシーと判断できる処理を試す。
- tryOut(HttpRequest, ExecutionContext) - Method in class nablarch.integration.health.RedisHealthChecker
-
- TSV - Static variable in class nablarch.common.databind.csv.CsvDataBindConfig
-
タブ区切り(TSV)のフォーマット定義
- type() - Method in class nablarch.core.dataformat.LayoutFileParser.Token
-
トークン種別を返却する。
- TYPE - Static variable in class nablarch.fw.messaging.provider.JmsMessagingProvider.Context.JmsHeaderName
-
メッセージタイプ (String デフォルト:"")
- typeOf(String, FieldDefinition, Object...) - Method in class nablarch.core.dataformat.convertor.ConvertorFactorySupport
-
引数で指定されたデータタイプ名に対応するコンバータを生成する。
- typeOf(String) - Static method in class nablarch.core.util.Builder
-
文字列から適切なデータ型を自動判別する。
- typeOfWithoutInit(String, FieldDefinition, Object...) - Method in class nablarch.core.dataformat.convertor.ConvertorFactorySupport
-
引数で指定されたデータタイプ名に対応するコンバータを生成する。
- types - Variable in class nablarch.test.core.file.DataFileFragment
-
データ型のシンボル
U
- Unauthorized - Exception in nablarch.fw.results
-
必要な認証プロセスを経ていないため、処理を継続することができない
ことを示す例外。
- Unauthorized() - Constructor for exception nablarch.fw.results.Unauthorized
-
デフォルトコンストラクタ
- Unauthorized(String) - Constructor for exception nablarch.fw.results.Unauthorized
-
コンストラクタ
- Unauthorized(Throwable) - Constructor for exception nablarch.fw.results.Unauthorized
-
コンストラクタ
- Unauthorized(String, Throwable) - Constructor for exception nablarch.fw.results.Unauthorized
-
コンストラクタ
- underline() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- unescapeYen(String) - Static method in class nablarch.test.NablarchTestUtils
-
文字列のエスケープを解除する。
- UniversalDao - Class in nablarch.common.dao
-
汎用的なDAO機能を提供するクラス。
以下の機能を提供する。
主キーを条件にしたSELECT・UPDATE・DELETE文と、INSERT文をEntityクラスから自動生成して実行する。
SQLを実行する
検索結果をBeanにマッピングする
ページングのための検索を行う
検索時に遅延ロードを行う
EntityはJPA2.0のアノテーションに準拠する。
サポートしているものは、以下である。
Entity
Table
Column
Id
Version
Temporal
GeneratedValue
SequenceGenerator
TableGenerator
- UniversalDao.Transaction - Class in nablarch.common.dao
-
トランザクション境界を作るためのクラス。
通常の業務トランザクションと異なるトランザクションでデータベースアクセスを行いたい場合、
本クラスを継承することで別トランザクション内で UniversalDao を使用することができる。
- UNLIMITED - Static variable in class nablarch.core.cache.expirable.ExpirableCacheTemplate
-
有効期限無しを表す日時
- unlock() - Method in class nablarch.core.util.map.LockableMap
- unlockSession(Map<String, Object>) - Static method in class nablarch.fw.web.handler.SessionConcurrentAccessHandler
-
Deprecated.
カレントスレッドがセッションオブジェクトに対する排他ロックを
保持しているばあい、それを開放する。
- unorderedList() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- update(T) - Method in class nablarch.common.dao.BasicDaoContext
-
- update(T) - Method in interface nablarch.common.dao.DaoContext
-
エンティティオブジェクトを元に更新処理を行う。
エンティティの主キーが更新条件となる。
- update(T) - Static method in class nablarch.common.dao.UniversalDao
-
与えられたエンティティオブジェクトからアップデート文を生成し実行する。
エンティティオブジェクトにてnullであるプロパティに対応するカラムは、そのままnullで更新される。
更新対象のエンティティに Version が付与されたプロパティが存在する場合には、
対象レコードは排他制御の対象となり、更新処理実行時に自動で排他制御が実行される。
排他制御の対象であるエンティティを更新する際は、以下の場合に OptimisticLockException を送出する。
バージョン番号の不一致で、更新対象が存在しない場合
更新条件に合致する更新対象が存在しない場合
- UpdateCountItem() - Constructor for class nablarch.core.db.statement.SqlLogFormatter.UpdateCountItem
-
- updateFailureStatus(String, String) - Method in class nablarch.common.mail.MailRequestTable
-
ステータスを更新する。
指定されたメールリクエストIDに紐付くレコードのステータスを指定された値に更新する。
- UpdateLineColumn(char) - Method in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
- updateReferences(List<ComponentReference>) - Method in class nablarch.core.repository.di.ComponentDefinition
-
コンポーネントの参照を更新する。
- updateSendProcessId(String) - Method in class nablarch.common.mail.MailRequestTable
-
メール送信バッチのプロセスIDを更新する。
マルチプロセス用の設定がされている場合のみ更新し、
別トランザクションで実行する。
- UpdateSize() - Constructor for class nablarch.etl.config.DbToDbStepConfig.UpdateSize
-
- updateStatus(String, String) - Method in class nablarch.common.mail.MailRequestTable
-
ステータスを更新する。
指定されたメールリクエストIDに紐付くレコードのステータスを指定された値に更新する。
- updateStatus(SqlRow, String) - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
-
ステータスを更新する。
指定されたインプットデータ、SQL_IDを元にステータスを更新する。
ステータスを更新するためのFormクラスは、nablarch.fw.messaging.action.AsyncMessageSendActionSettings#getFormClassName()
から取得したFormクラスを使用して行う。
- updateToFailed(SqlRow, ExecutionContext) - Method in class nablarch.common.mail.MailSender
-
- updateToSuccess(SqlRow, ExecutionContext) - Method in class nablarch.common.mail.MailSender
-
処理ステータスを正常終了に更新する。
- updateVersion(ExclusiveControlContext) - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
-
バージョン番号を更新する。(悲観的ロック)
- updateVersion(ExclusiveControlContext) - Method in interface nablarch.common.exclusivecontrol.ExclusiveControlManager
-
バージョン番号を更新する。(悲観的ロック)
- updateVersion(ExclusiveControlContext) - Static method in class nablarch.common.exclusivecontrol.ExclusiveControlUtil
-
バージョン番号を更新する。(悲観的ロック)
- updateVersionsWithCheck(List<Version>) - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
-
バージョン番号の更新チェックとバージョン番号の更新を行う。(楽観的ロック)
- updateVersionsWithCheck(List<Version>) - Method in interface nablarch.common.exclusivecontrol.ExclusiveControlManager
-
バージョン番号の更新チェックとバージョン番号の更新を行う。(楽観的ロック)
- updateVersionsWithCheck(List<Version>) - Static method in class nablarch.common.exclusivecontrol.ExclusiveControlUtil
-
バージョン番号の更新チェックとバージョン番号の更新を行う。(楽観的ロック)
- updateVersionsWithCheck(HttpRequest) - Static method in class nablarch.common.web.exclusivecontrol.HttpExclusiveControlUtil
-
バージョン番号の更新チェックとバージョン番号の更新を行う。
リクエストパラメータに含まれるバージョン番号を使用して、
バージョン番号が更新されていないかのチェックと更新を行う。
どれか一つでもバージョン番号が更新されていた場合は、
更新されているバージョン番号を設定した OptimisticLockException を送出する。
- updateVersionsWithCheck(HttpRequest, String) - Static method in class nablarch.common.web.exclusivecontrol.HttpExclusiveControlUtil
-
- updateVersionWithCheck(HttpRequest, ExclusiveControlContext) - Static method in class nablarch.common.web.exclusivecontrol.HttpExclusiveControlUtil
-
引数で渡された排他制御コンテキストに格納されたPK値に対してバージョン番号のチェックとバージョン情報の更新を行う。
排他制御コンテキストに格納されたバージョン番号を使用して、バージョン番号が更新されていないかのチェックと更新を行う。
どれか一つでもバージョン番号が更新されていた場合は、更新されているバージョン番号を設定した OptimisticLockException を送出する。
- UploadHelper - Class in nablarch.fw.web.upload.util
-
アップロードファイルに対する定型処理を提供するユーティリティクラス。
- UploadHelper(PartInfo) - Constructor for class nablarch.fw.web.upload.util.UploadHelper
-
UploadHelper を生成する。
- UploadSettings - Class in nablarch.fw.web.upload
-
ファイルアップロードに関する各種設定値を保持するクラス。
- UploadSettings() - Constructor for class nablarch.fw.web.upload.UploadSettings
-
- UPPER_ALPHABET - Static variable in class nablarch.core.util.JapaneseCharacterSet
-
Deprecated.
半角英大文字
- uri - Variable in class nablarch.integration.redisstore.lettuce.LettuceMasterReplicaRedisClient
-
接続するRedisサーバーのURI。
- uri - Variable in class nablarch.integration.redisstore.lettuce.LettuceSimpleRedisClient
-
接続するRedisサーバーのURI。
- URI_OVERRIDE_PRAM_PREFIX - Static variable in class nablarch.fw.web.handler.KeitaiAccessHandler
-
javascriptが利用できない場合に、遷移先URIおよび、submit_button パラメータの
値を保持するリクエストパラメータの接頭辞
- uriList - Variable in class nablarch.integration.redisstore.lettuce.LettuceClusterRedisClient
-
接続するRedisクラスタの、各ノードURIのリスト。
- UriUtil - Class in nablarch.fw.web.servlet
-
フレームワークで使用するURIの取り扱いを助けるユーティリティ。
- UrlDownloadFileNameEncoder - Class in nablarch.fw.web.download.encorder
-
- UrlDownloadFileNameEncoder() - Constructor for class nablarch.fw.web.download.encorder.UrlDownloadFileNameEncoder
-
- UrlItem() - Constructor for class nablarch.fw.web.handler.HttpAccessLogFormatter.UrlItem
-
- UsageOfUnpublishedMethodDetector - Class in nablarch.test.tool.findbugs
-
非公開APIの使用を検出するfindbugsカスタムルールのdetector。
- UsageOfUnpublishedMethodDetector(BugReporter) - Constructor for class nablarch.test.tool.findbugs.UsageOfUnpublishedMethodDetector
-
コンストラクタ。
- UseEncoding - Class in nablarch.core.dataformat.convertor.value
-
フィールドの文字エンコーディングを指定する コンバータ。
このコンバーターはフィールドの設定処理のみを行うのみで、実際のエンコーディング処理は、データタイプのコンバータに委譲する。
- UseEncoding() - Constructor for class nablarch.core.dataformat.convertor.value.UseEncoding
-
- USER_AGENT - Static variable in class nablarch.fw.web.handler.HttpResponseHandler
-
User-Agentヘッダ。
- USER_ID - Static variable in class nablarch.test.core.standalone.TestShot
-
ユーザID
- USER_ID_COLUMN_NAME - Static variable in class nablarch.test.core.http.TestCaseInfo
-
ユーザIDを定義しているカラム名
- USER_ID_KEY - Static variable in class nablarch.core.ThreadContext
-
ユーザIDのキー。
- UserAgent - Class in nablarch.fw.web.useragent
-
UserAgent情報を表すクラス。
- UserAgent(String) - Constructor for class nablarch.fw.web.useragent.UserAgent
-
指定したUser-Agent文字列を保持するUserAgent オブジェクトを生成する。
- UserAgent(UserAgent) - Constructor for class nablarch.fw.web.useragent.UserAgent
-
指定したUserAgent オブジェクトを保持するUserAgent オブジェクトを生成する。
- UserAgentParser - Interface in nablarch.fw.web.useragent
-
UserAgentの解析を行うインタフェース。
- UserId - Annotation Type in nablarch.core.db.statement.autoproperty
-
データベース更新時にフィールド情報にユーザIDを設定する事を表すアノテーション。
- UserIdAnnotationHandler - Class in nablarch.core.db.statement.autoproperty
-
UserIdアノテーションが設定されているフィールドにユーザIDを設定するクラス。
ユーザIDは、 ThreadContext から取得した値を設定する。
- UserIdAnnotationHandler() - Constructor for class nablarch.core.db.statement.autoproperty.UserIdAnnotationHandler
-
- UserIdAttribute - Class in nablarch.common.handler.threadcontext
-
スレッドコンテキストに保持するユーザID属性。
- UserIdAttribute() - Constructor for class nablarch.common.handler.threadcontext.UserIdAttribute
-
- UserIdAttributeInSessionStore - Class in nablarch.common.web.handler.threadcontext
-
セッションストアを使用してユーザIDの保持を行うクラス
- UserIdAttributeInSessionStore() - Constructor for class nablarch.common.web.handler.threadcontext.UserIdAttributeInSessionStore
-
- UserIdItem() - Constructor for class nablarch.core.log.basic.BasicLogFormatter.UserIdItem
-
- UserIdItem() - Constructor for class nablarch.fw.web.handler.HttpAccessLogFormatter.UserIdItem
-
- UserSessionSchema - Class in nablarch.common.web.session.store
-
ユーザセッションテーブルのスキーマ情報を保持するクラス。
- UserSessionSchema() - Constructor for class nablarch.common.web.session.store.UserSessionSchema
-
- usesAutoRead() - Method in class nablarch.fw.messaging.action.MessagingAction
-
電文のメッセージボディの内容をデフォルトのフォーマッタを使用して
自動的に読み込むかどうかを指定する。
一般に使用される電文は
(ヘッダーレコード) + (業務レコード)
の2レイアウトで構成されることが多い。
そのようなケースでは本機能を有効にすることにより、
業務処理に制御が移った時点で、業務データ部の解析が全て完了した状態となり、
業務側で電文のレイアウトを意識した処理を実装する必要が無くなる。
(このオプションはデフォルトで有効となっている。)
業務データ部が複数のレコードによって構成されている場合や、
単一のフォーマット定義ファイルで定義できない場合、さらには、電文レイアウトが
動的に変更されるといったケースでは、本メソッドをオーバーライドしfalseを返すことで、
業務データ部の読み込みを業務ロジック側で制御することができる。
- UseToken - Annotation Type in nablarch.common.web.token
-
- UseToken.Impl - Class in nablarch.common.web.token
-
- UUIDv4CsrfTokenGenerator - Class in nablarch.fw.web.handler.csrf
-
バージョン4のUUIDを使用してCSRFトークンの生成を行うクラス。
- UUIDv4CsrfTokenGenerator() - Constructor for class nablarch.fw.web.handler.csrf.UUIDv4CsrfTokenGenerator
-
- UUIDV4TokenGenerator - Class in nablarch.common.web.token
-
- UUIDV4TokenGenerator() - Constructor for class nablarch.common.web.token.UUIDV4TokenGenerator
-
V
- Validatable<TParam> - Interface in nablarch.core.validation
-
ValidationUtil でバリデーション可能なオブジェクトが実装するインタフェース。
バリデーション対象のパラメータを Map で取得するメソッドを持つ。
- ValidatableFileDataReader - Class in nablarch.fw.reader
-
- ValidatableFileDataReader() - Constructor for class nablarch.fw.reader.ValidatableFileDataReader
-
ValidatableFileDataReader オブジェクトを生成する。
- ValidatableFileDataReader.FileValidatorAction - Interface in nablarch.fw.reader
-
バリデーションを行うオブジェクトが実装するインタフェース。
このインタフェースに定義されたメソッドの他に、
以下のシグニチャを持ったメソッドをレコードタイプ毎に定義する必要がある。
このメソッドには、対象のレコードタイプに合わせたバリデーションロジックを実装する。
public Result "do" + [レコードタイプ名](DataRecord record, ExecutionContext ctx);
- validate(MailRequestConfig) - Method in class nablarch.common.mail.MailContext
-
メール送信要求をバリデーションする。
バリデーション内容は以下の2つ。下記以外は業務アプリにてバリデーション済みの前提。
宛先の数が0でないか、もしくは上限値を超えていないか。
添付ファイルのファイルサイズが上限値を超えていないか。
- validate(HttpRequest, InjectForm, boolean, ServletExecutionContext) - Method in class nablarch.common.web.validator.BeanValidationStrategy
-
- validate(HttpRequest, InjectForm, boolean, ServletExecutionContext) - Method in class nablarch.common.web.validator.NablarchValidationStrategy
-
- validate(HttpRequest, InjectForm, boolean, ServletExecutionContext) - Method in interface nablarch.common.web.validator.ValidationStrategy
-
リクエスト内容をバリデーションし、エラーがなければ、 InjectForm の
form属性で指定された型のオブジェクトを生成して返す.
- validate(ValidationContext<T>, String, Object, Map<String, Object>, Object) - Method in interface nablarch.core.validation.DirectCallableValidator
-
バリデーションを実行する。
対応するチェックの結果がNGであった場合、ValidationContextにエラーメッセージを追加し、falseを返す。
- validate(ValidationContext<T>, String, Object, Annotation, Object) - Method in class nablarch.core.validation.domain.DomainValidator
-
- validate(Object) - Static method in class nablarch.core.validation.ee.ValidatorUtil
-
指定されたBeanオブジェクトに対してBean Validationを行う。
バリデーションエラーが発生した場合には、発生した全てのメッセージを持つ ApplicationException を送出する。
- validate(Object, String...) - Static method in class nablarch.core.validation.ee.ValidatorUtil
-
指定されたBeanオブジェクトのプロパティに対してBean Validationを行う。
propertyNames が null または空の場合は何もしない。
プロパティ名が重複している場合でも、バリデーションエラーの際に生成されるエラーメッセージは一つになる。
バリデーションエラーが発生した場合は、発生した全てのメッセージを持つ ApplicationException を送出する。
- validate(ValidationContext<T>, String, Class<? extends Annotation>, Map<String, Object>) - Method in class nablarch.core.validation.ValidationManager
-
指定されたバリデーションアノテーションに沿ったバリデーション処理を行う。
- validate(ValidationContext<T>, String[]) - Method in class nablarch.core.validation.ValidationManager
-
バリデーション対象のプロパティを指定してバリデーションを行う。
- validate(ValidationContext<T>, String[]) - Static method in class nablarch.core.validation.ValidationUtil
-
- validate(ValidationContext<T>, String, Class<? extends Annotation>, Map<String, Object>) - Static method in class nablarch.core.validation.ValidationUtil
-
- validate(ValidationContext<T>, String, Class<? extends Annotation>) - Static method in class nablarch.core.validation.ValidationUtil
-
- validate(ValidationContext<T>, String, Object, Map<String, Object>, Object) - Method in class nablarch.core.validation.validator.DecimalRangeValidator
-
- validate(ValidationContext<T>, String, Object, Annotation, Object) - Method in class nablarch.core.validation.validator.DecimalRangeValidator
-
- validate(ValidationContext<T>, String, Object, Annotation, Object) - Method in class nablarch.core.validation.validator.NumberRangeValidator
-
バリデーションを実行する。
対応するチェックの結果がNGであった場合、ValidationContextにエラーメッセージを追加し、falseを返す。
- validate(ValidationContext<T>, String, Object, Map<String, Object>, Object) - Method in class nablarch.core.validation.validator.NumberRangeValidator
-
バリデーションを実行する。
対応するチェックの結果がNGであった場合、ValidationContextにエラーメッセージを追加し、falseを返す。
- validate(ValidationContext<T>, String, Object, Annotation, Object) - Method in class nablarch.core.validation.validator.RequiredValidator
-
バリデーションを実行する。
対応するチェックの結果がNGであった場合、ValidationContextにエラーメッセージを追加し、falseを返す。
- validate(ValidationContext<T>, String, Object, Map<String, Object>, Object) - Method in class nablarch.core.validation.validator.RequiredValidator
-
バリデーションを実行する。
対応するチェックの結果がNGであった場合、ValidationContextにエラーメッセージを追加し、falseを返す。
- validate(ValidationContext<T>, String, Object, Annotation, Object) - Method in class nablarch.core.validation.validator.StringValidatorSupport
-
バリデーションを実行する。
対応するチェックの結果がNGであった場合、ValidationContextにエラーメッセージを追加し、falseを返す。
- validate(ValidationContext<T>, String, Object, Map<String, Object>, Object) - Method in class nablarch.core.validation.validator.StringValidatorSupport
-
バリデーションを実行する。
対応するチェックの結果がNGであった場合、ValidationContextにエラーメッセージを追加し、falseを返す。
- validate(ValidationContext<T>, String, Object, Annotation, Object) - Method in interface nablarch.core.validation.Validator
-
バリデーションを実行する。
対応するチェックの結果がNGであった場合、ValidationContextにエラーメッセージを追加し、falseを返す。
- validate(ContainerBuilder<?>) - Method in class nablarch.fw.dicontainer.component.ComponentDefinition
-
バリデーションを行う。
- validate(ContainerBuilder<?>) - Method in class nablarch.fw.dicontainer.component.ComponentDefinitionRepository
-
バリデーションを行う。
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in interface nablarch.fw.dicontainer.component.DestroyMethod
-
バリデーションを行う。
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in class nablarch.fw.dicontainer.component.impl.ContainerInjectableConstructor
-
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in class nablarch.fw.dicontainer.component.impl.DefaultDestroyMethod
-
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in class nablarch.fw.dicontainer.component.impl.DefaultInitMethod
-
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in class nablarch.fw.dicontainer.component.impl.DefaultInjectableConstructor
-
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in class nablarch.fw.dicontainer.component.impl.DefaultInjectionComponentResolver
-
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in class nablarch.fw.dicontainer.component.impl.DefaultObservesMethod
-
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in class nablarch.fw.dicontainer.component.impl.InjectableField
-
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in class nablarch.fw.dicontainer.component.impl.InjectableMethod
-
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in class nablarch.fw.dicontainer.component.impl.InjectionComponentResolvers
-
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in class nablarch.fw.dicontainer.component.impl.NoopDestroyMethod
-
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in class nablarch.fw.dicontainer.component.impl.NoopInitMethod
-
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in class nablarch.fw.dicontainer.component.impl.PassthroughInjectableConstructor
-
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in interface nablarch.fw.dicontainer.component.InitMethod
-
バリデーションを行う。
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in interface nablarch.fw.dicontainer.component.InjectableConstructor
-
バリデーションを行う。
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in interface nablarch.fw.dicontainer.component.InjectableMember
-
バリデーションを行う。
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in interface nablarch.fw.dicontainer.component.InjectionComponentResolver
-
バリデーションを行う。
- validate(ContainerBuilder<?>, ComponentDefinition<?>) - Method in interface nablarch.fw.dicontainer.component.ObservesMethod
-
バリデーションを行う。
- validate(ExecutionContext) - Method in class nablarch.fw.reader.ValidatableFileDataReader
-
バリデーションを行う。
キャッシュを有効にしている場合、読み込んだデータをキャッシュする。
無効にしている場合、入力ファイルの再読み込みを行うため、 FileDataReader を初期化する。
- validate(String[]) - Static method in class nablarch.test.tool.sanitizingcheck.HtmlConvert
-
引数のバリデーションを行う
- validateAll(ValidationContext<T>) - Static method in class nablarch.core.validation.ValidationUtil
-
- validateAll(ValidatingStrategy<FORM>) - Method in class nablarch.fw.web.upload.util.BulkValidator
-
一括バリデーション処理を行う。
引数で与えられたバリデーションロジックを使用して、全レコードのバリデーション処理を行う。
- validateAndConvert(String, Class<T>, Map<String, ?>, String) - Method in class nablarch.core.validation.ValidationManager
-
バリデーションと値の変換を行う。
- validateAndConvertAllProperty(ValidationContext<T>, FormValidationDefinition) - Method in class nablarch.core.validation.ValidationManager
-
フォームのバリデーションと変換を行う。
- validateAndConvertProperty(ValidationContext<T>, FormValidationDefinition, PropertyValidationDefinition) - Method in class nablarch.core.validation.ValidationManager
-
プロパティに対するバリデーションと変換を行う。
- validateAndConvertRequest(Class<T>, Map<String, ?>, String) - Static method in class nablarch.core.validation.ValidationUtil
-
- validateAndConvertRequest(Class<T>, Validatable<?>, String) - Static method in class nablarch.core.validation.ValidationUtil
-
- validateAndConvertRequest(String, Class<T>, Map<String, ?>, String) - Static method in class nablarch.core.validation.ValidationUtil
-
- validateAndConvertRequest(String, Class<T>, Validatable<?>, String) - Static method in class nablarch.core.validation.ValidationUtil
-
- validateCycleDependency(CycleDependencyValidationContext) - Method in class nablarch.fw.dicontainer.component.ComponentDefinition
-
依存関係の循環を検出するためのバリデーションを行う。
- validateCycleDependency(CycleDependencyValidationContext) - Method in class nablarch.fw.dicontainer.component.impl.ContainerInjectableConstructor
-
- validateCycleDependency(CycleDependencyValidationContext) - Method in class nablarch.fw.dicontainer.component.impl.DefaultInjectableConstructor
-
- validateCycleDependency(CycleDependencyValidationContext) - Method in class nablarch.fw.dicontainer.component.impl.DefaultInjectionComponentResolver
-
- validateCycleDependency(CycleDependencyValidationContext) - Method in class nablarch.fw.dicontainer.component.impl.InjectableField
-
- validateCycleDependency(CycleDependencyValidationContext) - Method in class nablarch.fw.dicontainer.component.impl.InjectableMethod
-
- validateCycleDependency(CycleDependencyValidationContext) - Method in class nablarch.fw.dicontainer.component.impl.InjectionComponentResolvers
-
- validateCycleDependency(CycleDependencyValidationContext) - Method in class nablarch.fw.dicontainer.component.impl.PassthroughInjectableConstructor
-
- validateCycleDependency(CycleDependencyValidationContext) - Method in interface nablarch.fw.dicontainer.component.InjectableConstructor
-
依存関係の循環を検出するためのバリデーションを行う。
- validateCycleDependency(CycleDependencyValidationContext) - Method in interface nablarch.fw.dicontainer.component.InjectableMember
-
依存関係の循環を検出するためのバリデーションを行う。
- validateCycleDependency(CycleDependencyValidationContext) - Method in interface nablarch.fw.dicontainer.component.InjectionComponentResolver
-
依存関係の循環を検出するためのバリデーションを行う。
- validateCycleDependency(ComponentKey<?>, ComponentDefinition<?>) - Method in class nablarch.fw.dicontainer.container.ContainerBuilder
-
依存関係の循環を検出するためのバリデーションを行う。
- validateCycleDependency(ComponentKey<?>) - Method in class nablarch.fw.dicontainer.container.CycleDependencyValidationContext
-
依存関係の循環を検出するためのバリデーションを行う。
- validateDirectives(Map<String, Object>) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
ディレクティブの内容の妥当性を検証する。
- validateDirectives(Map<String, Object>) - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
-
ディレクティブの内容の妥当性を検証する。
- validateDirectives(Map<String, Object>) - Method in class nablarch.core.dataformat.JsonDataRecordFormatter
-
ディレクティブの内容の妥当性を検証する。
- validateDirectives(Map<String, Object>) - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
-
ディレクティブの内容の妥当性を検証する。
- validateDirectivesDataType(Map<String, Object>) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
定義されたすべてのディレクティブの値のデータ型が正しいことを検証する。
- validateFieldLength(List<String>, RecordDefinition) - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
-
1レコード分のフィールド数が正しいかどうか検証する。
- ValidateFor - Annotation Type in nablarch.core.validation
-
バリデーションを実装するメソッドに付与するアノテーション。
- validateNibble(String, String) - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
-
符号ビットが半角英数字で構成されているか検証する。
- validateNumericString(String) - Method in class nablarch.core.dataformat.convertor.value.ExponentialNumberString
-
入出力データが数値文字列であるかどうかのチェックを行う。
NumberString では、入出力データが符号なし数値であることのチェックを行う。
- validateNumericString(String) - Method in class nablarch.core.dataformat.convertor.value.ExponentialSignedNumberString
-
入出力データが数値文字列であるかどうかのチェックを行う。
NumberString では、入出力データが符号なし数値であることのチェックを行う。
- validateNumericString(String) - Method in class nablarch.core.dataformat.convertor.value.NumberString
-
入出力データが数値文字列であるかどうかのチェックを行う。
NumberString では、入出力データが符号なし数値であることのチェックを行う。
- validateNumericString(String) - Method in class nablarch.core.dataformat.convertor.value.SignedNumberString
-
入出力データが数値文字列であるかどうかのチェックを行う。
NumberString では、入出力データが符号なし数値であることのチェックを行う。
- validatePosition(int, FieldDefinition) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
開始位置と、現在位置の妥当性を検証する。
- validateReadDataFormat(String) - Method in class nablarch.core.dataformat.convertor.datatype.NumberStringDecimal
-
入力データが妥当であることをチェックする。
数値型で無い場合は、例外をスローする。
- validateReadDataFormat(String) - Method in class nablarch.core.dataformat.convertor.datatype.SignedNumberStringDecimal
-
入力データフォーマットの妥当性を検証する。
- validateRecord(DataRecord) - Method in class nablarch.fw.web.upload.util.BasicValidatingStrategy
-
1件分のレコードをバリデーションする。
- validateRecord(DataRecord) - Method in interface nablarch.fw.web.upload.util.ValidatingStrategy
-
1件分のレコードをバリデーションする。
- validateRecordLength(int, RecordDefinition) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
レコード長の妥当性を検証する。
- validateRecordLength(int, RecordDefinition) - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
-
レコード長の妥当性を検証する。
- validateSingleValue(ValidationContext<T>, String, Object, CodeValue, String) - Method in class nablarch.common.code.validator.CodeValueValidator
-
1つの入力値に対するバリデーションを行う。
- validateSingleValue(ValidationContext<T>, String, Object, A, String) - Method in class nablarch.core.validation.validator.CharacterLimitationValidator
-
- validateSingleValue(ValidationContext<T>, String, Object, Length, String) - Method in class nablarch.core.validation.validator.LengthValidator
-
1つの入力値に対するバリデーションを行う。
- validateSingleValue(ValidationContext<T>, String, Object, A, String) - Method in class nablarch.core.validation.validator.StringValidatorSupport
-
1つの入力値に対するバリデーションを行う。
- validateWith(Class<F>, String) - Method in class nablarch.fw.web.upload.util.BulkValidator.ErrorHandlingBulkValidator
-
指定されたフォームクラスを用いて一括バリデーション処理を行う。
- validateWithout(ValidationContext<T>, String[]) - Method in class nablarch.core.validation.ValidationManager
-
バリデーション対象外のプロパティを指定してバリデーションを行う。
- validateWithout(ValidationContext<T>, String[]) - Static method in class nablarch.core.validation.ValidationUtil
-
- validateWriteDataFormat(BigDecimal) - Method in class nablarch.core.dataformat.convertor.datatype.NumberStringDecimal
-
書き込みを行うデータの形式をチェックする。
- ValidatingStrategy<FORM> - Interface in nablarch.fw.web.upload.util
-
個別のバリデーションロジックを記述するためのインタフェース。
以下の処理を提供する。
1レコードに対するバリデーション処理
バリデーションエラーが発生した場合の処理
形式エラーが発生した場合の処理
- Validation - Annotation Type in nablarch.core.validation
-
バリデーション用のアノテーションであることを表わすアノテーション。
- ValidationBatchlet - Class in nablarch.etl
-
- ValidationBatchlet(JobContext, StepContext, StepConfig, ProgressManager) - Constructor for class nablarch.etl.ValidationBatchlet
-
コンストラクタ。
- ValidationContext<T> - Class in nablarch.core.validation
-
バリデーション実行中の情報を保持するクラス。
- ValidationContext(String, Class<T>, FormCreator, Map<String, ?>, String) - Constructor for class nablarch.core.validation.ValidationContext
-
ValidationContext オブジェクトを生成する。
- ValidationManager - Class in nablarch.core.validation
-
バリデーションとデータの変換を行うクラス。
実際のバリデーションとデータの変換はバリデータとコンバータに委譲する。
- ValidationManager() - Constructor for class nablarch.core.validation.ValidationManager
-
- ValidationResultMessage - Class in nablarch.core.validation
-
バリデーション結果のメッセージを保持するクラス。
- ValidationResultMessage(String, StringResource, Object[]) - Constructor for class nablarch.core.validation.ValidationResultMessage
-
- ValidationResultMessageUtil - Class in nablarch.core.validation
-
業務エラー時のメッセージ生成をサポートするユーティリティクラス。
- ValidationStepConfig - Class in nablarch.etl.config
-
Validationを行う ValidationBatchlet 用のステップ設定を保持するクラス。
Validationステップには、以下の設定が必要となる。
ワークテーブルのEntity
エラーレコードを格納するテーブルのEntity(ワークテーブルのEntityを継承してテーブル名のみ変更したEntity)
Validationエラーがあった場合のモード(継続するかアボートするか)
デフォルト値は、アボート
許容するエラーの件数。エラー数がこの数を超えた場合はJOBがアボートする
- ValidationStepConfig() - Constructor for class nablarch.etl.config.ValidationStepConfig
-
- ValidationStepConfig.Mode - Enum in nablarch.etl.config
-
Validationエラー発生時の処理継続モード
- ValidationStrategy - Interface in nablarch.common.web.validator
-
リクエスト内容のバリデーション、オブジェクト生成ロジック。
- ValidationTarget - Annotation Type in nablarch.core.validation
-
階層構造を持つFormをバリデーションすることを表すアノテーション。
- ValidationUtil - Class in nablarch.core.validation
-
- Validator - Interface in nablarch.core.validation
-
値のバリデーションを行うクラスが実装すべきメソッドを定義したインタフェース。
- ValidatorFactoryBuilder - Class in nablarch.core.validation.ee
-
ValidatorFactory を生成するクラス。
- ValidatorFactoryBuilder() - Constructor for class nablarch.core.validation.ee.ValidatorFactoryBuilder
-
- ValidatorUtil - Class in nablarch.core.validation.ee
-
Validator に関するユーティリティクラス。
- value() - Method in class nablarch.core.dataformat.LayoutFileParser.Token
-
トークンの値を返却する。
- value(MatchResult) - Method in enum nablarch.core.dataformat.LayoutFileParser.TokenType
-
トークン文字列に対応する値を返却する。
- value() - Method in enum nablarch.core.repository.di.config.xml.schema.AutowireType
-
- value - Variable in class nablarch.core.repository.di.config.xml.schema.Entry
-
- value - Variable in class nablarch.core.repository.di.config.xml.schema.Property
-
- value - Variable in class nablarch.test.tool.htmlcheck.parser.SimpleNode
-
- valueComponent - Variable in class nablarch.core.repository.di.config.xml.schema.Entry
-
- ValueConvertor<F,T> - Interface in nablarch.core.dataformat.convertor.value
-
フィールドデータの変換を行う際に、
一定のルールで変換を行うコンバータが実装するインターフェース。
- valueConvertor(FieldDefinition) - Method in class nablarch.core.dataformat.LayoutFileParser
-
フィールド値のタイプ定義およびコンバート定義を読み込む。
- valueConvertors(FieldDefinition) - Method in class nablarch.core.dataformat.LayoutFileParser
-
フィールドに設定されているすべてのコンバート定義を読み込む。
- ValueConvertorSupport<F,T> - Class in nablarch.core.dataformat.convertor.value
-
一定のルールで変換を行うコンバータのサポートクラス。
- ValueConvertorSupport() - Constructor for class nablarch.core.dataformat.convertor.value.ValueConvertorSupport
-
- ValueFormatter - Interface in nablarch.common.web.tag
-
値をフォーマットするインタフェース。
- valueName - Variable in class nablarch.core.repository.di.config.xml.schema.Entry
-
- valueOf(String) - Static method in enum nablarch.common.databind.csv.Csv.CsvType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.common.databind.csv.CsvDataBindConfig.QuoteMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class nablarch.common.mail.TemplateEngineProcessedResult
-
- valueOf(String, String) - Static method in class nablarch.common.mail.TemplateEngineProcessedResult
-
- valueOf(String) - Static method in enum nablarch.common.web.tag.AutocompleteDisableTarget
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.common.web.tag.DisplayMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.common.web.tag.HtmlAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.common.web.tag.ListFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.common.web.tag.SubmissionInfo.SubmissionAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
-
ディレクティブの値を取得する。
- valueOf(String) - Static method in enum nablarch.core.dataformat.LayoutFileParser.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport.StructuredDataDirective
-
ディレクティブの値を取得する。
- valueOf(String) - Static method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter.VariableLengthDirective
-
ディレクティブを取得する。
- valueOf(String) - Static method in enum nablarch.core.log.basic.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.core.message.MessageLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.core.repository.di.ComponentState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.core.repository.di.config.DuplicateDefinitionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.core.repository.di.config.MapEntryDefinition.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.core.repository.di.config.xml.schema.AutowireType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.core.repository.di.InjectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class nablarch.core.util.Builder
-
文字列から適切なデータ型を自動判別してオブジェクトを生成する。
- valueOf(Class<T>, Object) - Static method in class nablarch.core.util.Builder
-
指定された文字列表現から、指定された型のオブジェクトを生成する。
- valueOf(String, String) - Static method in class nablarch.core.util.FormatSpec
-
- valueOf(String) - Static method in enum nablarch.core.util.JsonParser.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.etl.BasePath
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.etl.config.DbToDbStepConfig.InsertMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.etl.config.ValidationStepConfig.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(TraversalConfig) - Static method in class nablarch.fw.dicontainer.annotation.auto.ClassFilter
-
トラバーサルの設定をもとにインスタンスを生成する。
- valueOf(String) - Static method in enum nablarch.fw.invoker.HandlerListProtector.ProtectMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.fw.messaging.MessageSenderSettings.SettingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.fw.messaging.realtime.http.client.HttpProtocolClient.HttpRequestMethodEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.fw.web.handler.HttpResponseUtil.StatusConvertMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.fw.web.handler.SessionConcurrentAccessHandler.ConcurrentAccessPolicy
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.fw.web.HttpResponse.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class nablarch.fw.web.MockHttpCookie
-
- valueOf(String) - Static method in class nablarch.fw.web.ResourceLocator
-
- valueOf(String) - Static method in enum nablarch.integration.workflow.definition.Event.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.integration.workflow.definition.Gateway.GatewayType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.integration.workflow.definition.Task.MultiInstanceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Method in class nablarch.test.core.file.DataFile
-
ディレクティブ名称からディレクティブを取得する。
- valueOf(String) - Method in class nablarch.test.core.file.FixedLengthFile
-
ディレクティブ名称からディレクティブを取得する。
- valueOf(String) - Static method in enum nablarch.test.core.file.LineSeparator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Method in class nablarch.test.core.file.VariableLengthFile
-
ディレクティブ名称からディレクティブを取得する。
- valueOf(String) - Static method in enum nablarch.test.core.reader.DataFileParser.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.test.core.reader.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.test.core.reader.SendSyncMessageParser.ErrorMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.test.tool.sanitizingcheck.tag.JspCore.CoreTagType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nablarch.test.tool.sanitizingcheck.tag.TagType
-
Returns the enum constant of this type with the specified name.
- valueOfCode(int) - Static method in enum nablarch.fw.web.HttpResponse.Status
-
指定されたステータスコードに対するStatus オブジェクトを返す。
- values() - Static method in enum nablarch.common.databind.csv.Csv.CsvType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.common.databind.csv.CsvDataBindConfig.QuoteMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class nablarch.common.web.session.SessionEntry
-
- values() - Static method in enum nablarch.common.web.tag.AutocompleteDisableTarget
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.common.web.tag.DisplayMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.common.web.tag.HtmlAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.common.web.tag.ListFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.common.web.tag.SubmissionInfo.SubmissionAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
-
列挙型の全要素(親クラスの要素を含む)
- values() - Static method in enum nablarch.core.dataformat.LayoutFileParser.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport.StructuredDataDirective
-
列挙型の全要素(親クラスの要素を含む)
- VALUES - Static variable in class nablarch.core.dataformat.VariableLengthDataRecordFormatter.VariableLengthDirective
-
列挙型の全要素(親クラスの要素を含む)
- values() - Static method in enum nablarch.core.log.basic.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.core.message.MessageLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.core.repository.di.ComponentState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.core.repository.di.config.DuplicateDefinitionPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.core.repository.di.config.MapEntryDefinition.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.core.repository.di.config.xml.schema.AutowireType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.core.repository.di.InjectionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.core.util.JsonParser.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class nablarch.core.util.map.ExclusiveAccessMap
-
- values() - Method in class nablarch.core.util.map.MapWrapper
-
- values() - Static method in enum nablarch.etl.BasePath
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.etl.config.DbToDbStepConfig.InsertMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.etl.config.ValidationStepConfig.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.fw.invoker.HandlerListProtector.ProtectMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.fw.messaging.MessageSenderSettings.SettingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.fw.messaging.realtime.http.client.HttpProtocolClient.HttpRequestMethodEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.fw.web.handler.HttpResponseUtil.StatusConvertMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.fw.web.handler.SessionConcurrentAccessHandler.ConcurrentAccessPolicy
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.fw.web.HttpResponse.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.integration.workflow.definition.Event.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.integration.workflow.definition.Gateway.GatewayType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.integration.workflow.definition.Task.MultiInstanceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class nablarch.test.core.file.DataFileFragment
-
レコードのデータ
- values() - Static method in enum nablarch.test.core.file.LineSeparator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.test.core.reader.DataFileParser.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.test.core.reader.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.test.core.reader.SendSyncMessageParser.ErrorMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.test.tool.sanitizingcheck.tag.JspCore.CoreTagType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nablarch.test.tool.sanitizingcheck.tag.TagType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VAR_NAMES_KEY - Static variable in class nablarch.common.web.tag.TagUtil
-
NablarchTagHandler で展開する属性名のリストのキー名
- variable() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- VariableConditionSyntaxConvertor - Class in nablarch.core.db.statement.sqlconvertor
-
SQL文の可変条件構文を変換するクラス。
- VariableConditionSyntaxConvertor() - Constructor for class nablarch.core.db.statement.sqlconvertor.VariableConditionSyntaxConvertor
-
- VariableInSyntaxConvertor - Class in nablarch.core.db.statement.sqlconvertor
-
SQL文の可変IN構文を変換するクラス。
- VariableInSyntaxConvertor() - Constructor for class nablarch.core.db.statement.sqlconvertor.VariableInSyntaxConvertor
-
- VariableLengthConvertorFactory - Class in nablarch.core.dataformat.convertor
-
可変長データコンバータのファクトリクラス。
- VariableLengthConvertorFactory() - Constructor for class nablarch.core.dataformat.convertor.VariableLengthConvertorFactory
-
- VariableLengthConvertorSetting - Class in nablarch.core.dataformat.convertor
-
可変長ファイルの読み書きを行う際に使用するコンバータの設定情報を保持するクラス。
コンバータ名とコンバータ実装クラスの対応表 や、タイトルのレコードタイプ名などを、DIコンテナから設定できる。
- VariableLengthConvertorSetting() - Constructor for class nablarch.core.dataformat.convertor.VariableLengthConvertorSetting
-
- VariableLengthDataRecordFormatter - Class in nablarch.core.dataformat
-
フォーマット定義ファイルの内容に従い、可変長ファイルデータの読み書きを行うクラス。
- VariableLengthDataRecordFormatter() - Constructor for class nablarch.core.dataformat.VariableLengthDataRecordFormatter
-
デフォルトコンストラクタ。
デフォルトでは、VariableLengthConvertorSettingをコンバータとして使用する。
- VariableLengthDataRecordFormatter.VariableLengthDirective - Class in nablarch.core.dataformat
-
可変長ファイルフォーマッタが共通的に使用するディレクティブの名前と値の型。(タイプセーフEnum)
以下に一覧を示す。
field-separator:String
quoting-delimiter:String
ignore-blank-lines:Boolean
requires-title:Boolean
max-record-length:Integer
title-record-type-name:String
- VariableLengthDirective(String, Class<?>) - Constructor for class nablarch.core.dataformat.VariableLengthDataRecordFormatter.VariableLengthDirective
-
コンストラクタ。
- VariableLengthFile - Class in nablarch.test.core.file
-
可変長ファイルを表すクラス。
- VariableLengthFile(String) - Constructor for class nablarch.test.core.file.VariableLengthFile
-
コンストラクタ。
- VariableLengthFileFragment - Class in nablarch.test.core.file
-
可変長ファイルの断片を表すクラス。
- VariableLengthFileFragment(VariableLengthFile) - Constructor for class nablarch.test.core.file.VariableLengthFileFragment
-
コンストラクタ。
- VariableLengthFileParser - Class in nablarch.test.core.reader
-
固定長ファイルのテストデータを解析するクラス。
- VariableLengthFileParser(TestDataReader, List<TestDataInterpreter>, DataType) - Constructor for class nablarch.test.core.reader.VariableLengthFileParser
-
コンストラクタ
- VariableOrderBySyntaxConvertor - Class in nablarch.core.db.statement.sqlconvertor
-
SQL文の可変ORDER BY構文を変換するクラス。
- VariableOrderBySyntaxConvertor() - Constructor for class nablarch.core.db.statement.sqlconvertor.VariableOrderBySyntaxConvertor
-
- VelocityMailProcessor - Class in nablarch.integration.mail.velocity
-
- VelocityMailProcessor() - Constructor for class nablarch.integration.mail.velocity.VelocityMailProcessor
-
- VerificationFailureHandler - Interface in nablarch.fw.web.handler.csrf
-
CSRFトークンの検証失敗時の処理を行うインタフェース。
- VerificationTargetMatcher - Interface in nablarch.fw.web.handler.csrf
-
HTTPリクエストがCSRFトークンの検証対象となるか判定を行うインターフェース。
- verify() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
コンフィグの妥当性検証を行う。
以下の場合に検証エラーとする。
ヘッダが必須でヘッダタイトルが未設定
ヘッダが任意でプロパティ名が未設定
ヘッダが必須でヘッダタイトルとプロパティ名のサイズが一致しない
- verify(Class<?>) - Static method in class nablarch.etl.generator.SqlGeneratorSupport
-
入力値の妥当性を検証する。
入力値のクラスに対して Entity
- verify(String) - Static method in class nablarch.test.core.log.LogVerifier
-
期待したログが全て出力されたかどうか検証する。
- verifyBigDecimalScale(BigDecimal) - Static method in class nablarch.core.util.NumberUtil
-
BigDecimal.scale() が許容する範囲内かをチェックする。
- verifyFile() - Method in class nablarch.common.databind.fixedlength.LayoutBuilderSupport
-
固定長定義部の正しさを検証する。
- verifyRecordConfig(Map<String, RecordConfig>) - Method in class nablarch.common.databind.fixedlength.LayoutBuilderSupport
-
レコード定義の正しさを検証する。
- verifyRequired(String, String, String, Object) - Static method in class nablarch.etl.EtlUtil
-
- verifySqlRangeParameter(DbToDbStepConfig) - Static method in class nablarch.etl.EtlUtil
-
- verifyUpdateSize(DbToDbStepConfig.UpdateSize) - Method in class nablarch.etl.RangeUpdateHelper
-
- Version - Class in nablarch.common.exclusivecontrol
-
排他制御用テーブルのバージョン番号を保持するクラス。
- Version(ExclusiveControlContext, String) - Constructor for class nablarch.common.exclusivecontrol.Version
-
コンストラクタ。
- Version(String, String, String, Map<String, Object>) - Constructor for class nablarch.common.exclusivecontrol.Version
-
コンストラクタ。
- VERSION_PARAM_NAME - Static variable in class nablarch.common.web.exclusivecontrol.HttpExclusiveControlUtil
-
バージョン番号をhiddenタグに出力する際に使用するパラメータ名
- VERSIONS_VARIABLE_NAME - Static variable in class nablarch.common.web.exclusivecontrol.HttpExclusiveControlUtil
-
バージョン番号をリクエストスコープに設定する際に使用する変数名
- VirtualizerReportCreator - Class in nablarch.integration.report.creator
-
大容量データ用帳票作成処理クラス。
- VirtualizerReportCreator() - Constructor for class nablarch.integration.report.creator.VirtualizerReportCreator
-
- visitCode(Code) - Method in class nablarch.test.tool.findbugs.UsageOfUnpublishedMethodDetector
-
メソッド定義毎に行う処理。
W
- waitLock(File, String, LogContext) - Method in class nablarch.core.log.basic.SynchronousFileLogWriter
-
ロック待ち処理を行う。
ロック取得の再試行間隔(ミリ秒)で設定された時間、スレッドをスリープさせる。
- waitUntilServerStarted() - Static method in class nablarch.test.core.messaging.EmbeddedMessagingProvider
-
内蔵サーバが起動するまでカレントスレッドを待機させる。
- warn(String) - Method in class nablarch.core.log.NablarchLogger
-
- warn(String, Object) - Method in class nablarch.core.log.NablarchLogger
-
- warn(String, Object, Object) - Method in class nablarch.core.log.NablarchLogger
-
- warn(String, Object...) - Method in class nablarch.core.log.NablarchLogger
-
- warn(String, Throwable) - Method in class nablarch.core.log.NablarchLogger
-
- WebConfig - Class in nablarch.common.web
-
Webアプリケーションの設定を保持するクラス。
- WebConfig() - Constructor for class nablarch.common.web.WebConfig
-
- WebConfigFinder - Class in nablarch.common.web
-
- WebContextException - Exception in nablarch.fw.dicontainer.web.exception
-
- WebContextException(String) - Constructor for exception nablarch.fw.dicontainer.web.exception.WebContextException
-
インスタンスを生成する。
- WebFrontController - Class in nablarch.fw.web.servlet
-
アプリケーションサーバにデプロイして使用するリクエストコントローラ。
- WebFrontController() - Constructor for class nablarch.fw.web.servlet.WebFrontController
-
デフォルトコンストラクタ
- WebRequestUtil - Class in nablarch.common.util
-
リクエスト処理に使用するユーティリティ。
- WebUtil - Class in nablarch.common.web
-
Webアプリケーションの作成に必要となる共通機能を提供するユーティリティ。
- WHITE_SPACE - Static variable in interface nablarch.test.tool.htmlcheck.parser.ParserConstants
-
RegularExpression Id.
- withCharset(String) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
文字コードを設定する。
- withCharset(Charset) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
文字コードを設定する。
- withEmptyToNull(boolean) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
空フィールドをnullに置き換えるか否かを設定する。
- withFieldSeparator(char) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
列区切り文字を設定する。
- withHeaderTitles(String...) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
ヘッダー行(タイトル行)に出力するタイトルを設定する。
- withIgnoreEmptyLine() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
空行を無視する。
- withIgnoreEmptyLine(boolean) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
空行を無視するか否かを設定する。
- withLineSeparator(String) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
改行文字を設定する。
改行文字が(CR|LF|CRLF)以外の場合はエラーとする。
- withProperties(String...) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
プロパティ名リストを設定する。
- withQuote(char) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
フィールド囲み文字を設定する。
- withQuotedColumnNames(String...) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
- withQuoteMode(CsvDataBindConfig.QuoteMode) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
出力時にフィールド囲み文字で囲むフィールドを設定する。
- withRequiredHeader() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
ヘッダー行(タイトル行)を必須に設定する。
- withRequiredHeader(boolean) - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
ヘッダー行(タイトル行)を必須とするか否かを設定する。
- WmqMessagingContext - Class in nablarch.integration.messaging.wmq.provider
-
- WmqMessagingContext(WmqMessagingProvider, MQQueueManager, Map<String, MQQueue>, MQQueue, MQQueue) - Constructor for class nablarch.integration.messaging.wmq.provider.WmqMessagingContext
-
コンストラクタ。
- WmqMessagingProvider - Class in nablarch.integration.messaging.wmq.provider
-
- WmqMessagingProvider() - Constructor for class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
- WmqMqmdFieldsOperator - Interface in nablarch.integration.messaging.wmq.provider
-
メッセージの送信時と受信時にMQMessage のMQMDフィールドを操作するクラス。
- WmqXADbConnection - Class in nablarch.integration.messaging.wmq.xa
-
- WmqXADbConnection(Connection) - Constructor for class nablarch.integration.messaging.wmq.xa.WmqXADbConnection
-
指定されたデータ接続を保持するオブジェクトを生成する。
- WmqXADbConnectionFactoryForXADataSource - Class in nablarch.integration.messaging.wmq.xa
-
WebSphere MQを使用した分散トランザクションに対応したデータベース接続を生成するクラス。
- WmqXADbConnectionFactoryForXADataSource() - Constructor for class nablarch.integration.messaging.wmq.xa.WmqXADbConnectionFactoryForXADataSource
-
- WmqXATransaction - Class in nablarch.integration.messaging.wmq.xa
-
WebSphere MQを使用した分散トランザクションの制御を行うクラス。
- WmqXATransaction(String) - Constructor for class nablarch.integration.messaging.wmq.xa.WmqXATransaction
-
指定されたコネクション名に対するトランザクションオブジェクトを生成する。
- WmqXATransactionFactory - Class in nablarch.integration.messaging.wmq.xa
-
- WmqXATransactionFactory() - Constructor for class nablarch.integration.messaging.wmq.xa.WmqXATransactionFactory
-
- WORD - Static variable in interface nablarch.test.tool.htmlcheck.parser.ParserConstants
-
RegularExpression Id.
- WorkflowConfig - Class in nablarch.integration.workflow
-
ワークフローの設定情報クラス。
- WorkflowConfig() - Constructor for class nablarch.integration.workflow.WorkflowConfig
-
- WorkflowDefinition - Class in nablarch.integration.workflow.definition
-
ワークフローの定義情報を表すクラス。
- WorkflowDefinition(String, int, String, String) - Constructor for class nablarch.integration.workflow.definition.WorkflowDefinition
-
ワークフロー定義情報を生成する。
- WorkflowDefinitionHolder - Class in nablarch.integration.workflow.definition
-
ワークフローの定義情報を保持するクラス。
ワークフロー定義情報は、ワークフローIDを指定して取得できる。
ワークフローのバージョン番号が特定できている場合には、
ワークフローIDとバージョン番号を共に指定してワークフロー定義情報を取得することができる。
- WorkflowDefinitionHolder() - Constructor for class nablarch.integration.workflow.definition.WorkflowDefinitionHolder
-
- WorkflowDefinitionLoader - Interface in nablarch.integration.workflow.definition.loader
-
ワークフロー定義情報のロード処理を行うインタフェース。
- WorkflowDefinitionSchema - Class in nablarch.integration.workflow.definition.loader
-
ワークフロー定義テーブルの定義情報を保持するクラス。
本クラスでは、ワークフロープロセス定義で必要となる
以下のテーブルのテーブル名及びカラム名の情報を保持する。
ワークフロー定義
レーン
フローノード
イベント
タスク
ゲートウェイ
境界イベント
境界イベントトリガー
シーケンスフロー
- WorkflowDefinitionSchema() - Constructor for class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
- WorkflowInstance - Interface in nablarch.integration.workflow
-
ワークフローインスタンスをあらわすインタフェース。
- WorkflowInstance.CompletedWorkflowInstance - Class in nablarch.integration.workflow
-
- WorkflowInstanceDao - Class in nablarch.integration.workflow.dao
-
ワークフローのインスタンス状態保持DBへアクセスするクラス。
- WorkflowInstanceDao() - Constructor for class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
- WorkflowInstanceEntity - Class in nablarch.integration.workflow.dao
-
ワークフローインスタンスエンティティ。
- WorkflowInstanceEntity(String, String, long) - Constructor for class nablarch.integration.workflow.dao.WorkflowInstanceEntity
-
ワークフローインスタンスエンティティを生成する。
- WorkflowInstanceFactory - Interface in nablarch.integration.workflow
-
- WorkflowInstanceSchema - Class in nablarch.integration.workflow.dao
-
ワークフローインスタンステーブルの定義を表すクラス。
- WorkflowInstanceSchema() - Constructor for class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
- WorkflowInstanceSupport - Class in nablarch.integration.workflow
-
- WorkflowInstanceSupport() - Constructor for class nablarch.integration.workflow.WorkflowInstanceSupport
-
- WorkflowManager - Class in nablarch.integration.workflow
-
ワークフローの管理を行うクラス。
- WorkflowUtil - Class in nablarch.integration.workflow.util
-
ワークフロー機能で使用するユティリティ群。
- WorkflowUtil.ListFilter<T> - Interface in nablarch.integration.workflow.util
-
Listの要素をフィルタする際の条件。
- WorkItem - Class in nablarch.etl
-
全てのワークテーブルに共通するプロパティを保持するクラス。
ワークテーブルのEntityは本クラスを継承する。
- WorkItem() - Constructor for class nablarch.etl.WorkItem
-
- wrap(ContainerBuilder<?>) - Static method in interface nablarch.fw.dicontainer.component.ErrorCollector
-
DIコンテナのビルダーをラップしたインスタンスを返す。
- wrap(Handler<D, R>) - Static method in class nablarch.fw.Interceptor.Factory
-
- wrap(Handler<D, R>, Annotation[]) - Static method in class nablarch.fw.Interceptor.Factory
-
- wrap(List<T>) - Static method in class nablarch.test.core.util.ListWrapper
-
インスタンス化メソッド。
総称型を明示的に書かなくて良いための構文糖衣である。
引数のリストの総称型から本クラスのインスタンスの総称型が決定される。
- write(Object[]) - Method in class nablarch.common.databind.csv.CsvDataWriter
-
- write(T) - Method in class nablarch.common.databind.csv.CsvObjectMapperSupport
-
- write(T) - Method in class nablarch.common.databind.csv.ObjectCsvMapperSupport
-
- write(T) - Method in interface nablarch.common.databind.DataWriter
-
データを書き込む。
- write(T) - Method in class nablarch.common.databind.fixedlength.BeanFixedLengthMapper
-
- write(T) - Method in class nablarch.common.databind.fixedlength.FixedLengthBeanMapper
-
- write(Map<String, ?>) - Method in class nablarch.common.databind.fixedlength.FixedLengthMapMapper
-
- write(Map<String, ?>) - Method in class nablarch.common.databind.fixedlength.MapFixedLengthMapper
-
- write(T) - Method in interface nablarch.common.databind.ObjectMapper
-
オブジェクトの情報をアウトプットする。
- write(Map<String, ?>, String) - Static method in class nablarch.common.io.FileRecordWriterHolder
-
- write(Map<String, ?>, String, String) - Static method in class nablarch.common.io.FileRecordWriterHolder
-
- write(String, Map<String, ?>, String) - Static method in class nablarch.common.io.FileRecordWriterHolder
-
- write(String, Map<String, ?>, String, String) - Static method in class nablarch.common.io.FileRecordWriterHolder
-
引数で指定したデータファイルにレコードを出力する。
- write(Map<String, ?>) - Method in class nablarch.common.web.download.DataRecordResponse
-
- write(String, Map<String, ?>) - Method in class nablarch.common.web.download.DataRecordResponse
-
データレイアウト(レコードタイプ)を指定して、メッセージボディに1レコード分のデータを書き込む。
- write(CharSequence) - Method in class nablarch.common.web.download.FileResponse
-
- write(byte[]) - Method in class nablarch.common.web.download.FileResponse
-
- write(ByteBuffer) - Method in class nablarch.common.web.download.FileResponse
-
- write(Map<String, ?>) - Method in class nablarch.core.dataformat.FileRecordWriter
-
指定されたレコードデータファイルに出力する。
本メソッドでは、データファイルのストリームに対して書き込みを行うが、
フラッシュは行わず、ストリームも開いたまま維持される。
そのため、try-finally句で囲うなどして、書き込み終了後に
必ずclose()メソッドを実行する必要がある。
なお、本メソッドの処理中に例外が発生した場合、データファイルのストリームは
自動的にクローズされる。
(クローズメソッドを複数回呼んだとしても特に問題は発生しない。)
- write(String, Map<String, ?>) - Method in class nablarch.core.dataformat.FileRecordWriter
-
レコードタイプを明示的に指定してレコードを出力する。
- write(LogContext) - Method in interface nablarch.core.log.basic.LogWriter
-
ログを出力先に書き込む。
- write(LogContext) - Method in class nablarch.core.log.basic.LogWriterSupport
-
- write(LogContext) - Method in class nablarch.core.log.basic.SynchronousFileLogWriter
-
- write(LogLevel, String) - Static method in class nablarch.core.log.operation.OperationLogger
-
メッセージをログに出力する。
- write(LogLevel, String, Throwable) - Static method in class nablarch.core.log.operation.OperationLogger
-
メッセージをログに出力する。
- write(String) - Static method in class nablarch.fw.batch.progress.ProgressLogger
-
メッセージをログに出力する。
- write(Object, ExecutionContext) - Method in interface nablarch.fw.jaxrs.BodyConverter
-
Beanオブジェクトをメディアタイプに応じて変換し、レスポンスボディ部へ書き込む。
- write(Object, ExecutionContext) - Method in class nablarch.fw.jaxrs.BodyConverterSupport
-
- write(HttpRequest, HttpResponse, ExecutionContext, Throwable) - Method in class nablarch.fw.jaxrs.JaxRsErrorLogWriter
-
エラー情報をログに出力する。
- write(CharSequence) - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスボディに文字列を書き込む。
このメソッドで書き込まれたデータは、本オブジェクトが保持する
バッファに保持され、クライアントソケットに対する書き込みは一切発生しない。
(このライタに対するflush()は単に無視される。)
実際にソケットに対するレスポンス処理が行われるのは、
HttpResponseHandler にレスポンスオブジェクトが戻された後である。
また、このオブジェクトにコンテンツパスが設定されている場合、
このライタに書き込まれた内容は単に無視される。
- write(byte[]) - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスボディにバイト配列を書き込む。
このメソッドで書き込まれたデータは、本オブジェクトが保持する
バッファに保持され、クライアントソケットに対する書き込みは一切発生しない。
(このライタに対するflush()は単に無視される。)
実際にソケットに対するレスポンス処理が行われるのは、
HttpResponseHandler にレスポンスオブジェクトが戻された後である。
また、このオブジェクトにコンテンツパスが設定されている場合、
このライタに書き込まれた内容は単に無視される。
- write(ByteBuffer) - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスボディにバイト配列を書き込む。
このメソッドで書き込まれたデータは、本オブジェクトが保持する
バッファに保持され、クライアントソケットに対する書き込みは一切発生しない。
(このライタに対するflush()は単に無視される。)
実際にソケットに対するレスポンス処理が行われるのは、
HttpResponseHandler にレスポンスオブジェクトが戻された後である。
また、このオブジェクトにコンテンツパスが設定されている場合、
このライタに書き込まれた内容は単に無視される。
- write(byte[]) - Method in class nablarch.fw.web.ResponseBody
-
内部バッファにバイナリデータを書き込む。
- write(CharSequence) - Method in class nablarch.fw.web.ResponseBody
-
内部バッファにキャラクタデータを書き込む。
- write(ByteBuffer) - Method in class nablarch.fw.web.ResponseBody
-
内部バッファにバイナリデータを書き込む。
- write() - Method in class nablarch.test.core.file.DataFile
-
ファイルへ出力する。
出力先はコンストラクタで設定したパスとなる。
- write(LogContext) - Method in class nablarch.test.core.log.LogVerifier
-
ログを出力先に書き込む。
- write(LogContext) - Method in class nablarch.test.core.log.NopLogWriter
-
ログを出力先に書き込む。
- writeApplicationExceptionLog(HttpRequest, HttpResponse, ExecutionContext, ApplicationException) - Method in class nablarch.fw.jaxrs.JaxRsErrorLogWriter
-
- writeBeginLog(HttpRequest, ServletExecutionContext, HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.common.web.handler.HttpAccessLogHandler
-
リクエスト処理開始時のログを出力する。
- writeBody(InputStream, HttpServletResponse) - Static method in class nablarch.fw.jaxrs.JaxRsResponseHandler
-
メッセージボディの内容をクライアントに送信する。
- writeBody(InputStream, HttpServletResponse) - Static method in class nablarch.fw.web.handler.HttpResponseHandler
-
メッセージボディの内容をクライアントに送信する。
- writeCreateMailFailedLog(SqlRow, MailRequestTable.MailRequest, MailConfig, MessagingException) - Method in class nablarch.common.mail.MailSender
-
メール作成が失敗した場合に、障害検知ログに出力する。
メール作成が失敗した時に、独自の処理を実施したい場合は本メソッドをオーバーライドすることで行うことができる。
- writeDispatchingClassLog(TData, ExecutionContext, String) - Method in class nablarch.fw.handler.DispatchHandler
-
アクセスログにディスパッチ先クラスを出力する。
デフォルトでは何もしない。
必要に応じてオーバーライドすること。
- writeDispatchingClassLog(Request<?>, ExecutionContext, String) - Method in class nablarch.fw.web.handler.HttpRequestJavaPackageMapping.Mapping
-
アクセスログにディスパッチ先クラスを出力する。
デフォルトでは何もしない。
必要に応じてオーバーライドすること。
- writeEndLog(HttpRequest, ServletExecutionContext, HttpAccessLogFormatter.HttpAccessLogContext, HttpResponse) - Method in class nablarch.common.web.handler.HttpAccessLogHandler
-
リクエスト処理終了時のログを出力する。
- writeErrorLog(Object, String, Object...) - Method in class nablarch.fw.action.BatchActionBase
-
ERRORレベルで障害ログ出力を行う。
障害ログは、障害通知ログと障害解析ログの2種類に分けて出力される。
- writeFailureLogPattern - Variable in class nablarch.fw.web.handler.HttpErrorHandler
-
Result.Error の中で障害通知ログを出力する対象を表すステータスコード
- writeFatalLog(Object, String, Object...) - Method in class nablarch.fw.action.BatchActionBase
-
FATALレベルで障害ログ出力を行う。
障害ログは、障害通知ログと障害解析ログの2種類に分けて出力される。
- writeField(Map<String, ?>, FieldDefinition) - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
-
このオブジェクトのフォーマット定義に従って、
出力ストリームにフィールドの内容を書き込む。
- writeField(Map<String, ?>, FieldDefinition) - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
-
コンバータによる変換を行ったフィールドの内容を、出力ストリームへ書き込む。
- writeFwHeaderTo(SendingMessage, FwHeader) - Method in interface nablarch.fw.messaging.FwHeaderDefinition
-
応答電文オブジェクトに設定されたフレームワーク制御ヘッダの内容を
送信電文に反映する。
- writeFwHeaderTo(SendingMessage, FwHeader) - Method in class nablarch.fw.messaging.reader.StructuredFwHeaderDefinition
-
応答電文オブジェクトに設定されたフレームワーク制御ヘッダの内容を
送信電文に反映する。
- writeFwHeaderTo(SendingMessage, FwHeader) - Method in class nablarch.fw.messaging.StandardFwHeaderDefinition
-
応答電文オブジェクトに設定されたフレームワーク制御ヘッダの内容を
送信電文に反映する。
- writeHeader() - Method in class nablarch.common.databind.csv.ObjectCsvMapperSupport
-
ヘッダーレコードを書き込む。
- writeHeaders(HttpResponse, HttpServletResponse) - Method in class nablarch.fw.jaxrs.JaxRsResponseHandler
-
レスポンスヘッダーを書き込む。
HttpResponse 内のヘッダー情報を、 HttpServletResponse に対して書き込む。
- writeId(Session, ServletExecutionContext) - Method in class nablarch.common.web.session.SessionStoreHandler
-
セッションIDを書き出す。
- writeItems(List<Object>) - Method in class nablarch.etl.DatabaseItemWriter
-
- writeItems(List<Object>) - Method in class nablarch.etl.FileItemWriter
-
- writeLog(String, Object...) - Method in class nablarch.fw.action.BatchActionBase
-
INFOレベルでログ出力を行う。
- writeLog(DatabaseTableQueueReader.InputDataIdentifier) - Method in class nablarch.fw.reader.DatabaseTableQueueReader
-
要求の識別情報をログに出力する。
識別情報に個人情報等のようにログに出力すべきではない項目が含まれる場合には、
本メソッドをオーバーライドしマスク処理などを実施後にログ出力を行うこと。
- writeLog(ExecutionContext) - Method in exception nablarch.fw.results.ServiceError
-
この障害の内容について運用ログに出力する。
ログレベルがエラーレベル以上の場合に、障害内容を運用ログに出力する。
ワーニングレベル以下の場合は何もしない。
- writeParametersLog(HttpRequest, ExecutionContext) - Method in class nablarch.common.web.handler.NablarchTagHandler
-
HTTPアクセスログのリクエストパラメータを出力する。
- writeRecord(Map<String, ?>) - Method in class nablarch.common.databind.fixedlength.FixedLengthWriter
-
レコードを出力する。
- writeRecord(Map<String, ?>) - Method in interface nablarch.core.dataformat.DataRecordFormatter
-
出力ストリームに1レコード分の内容を書き込む。
出力時に使用するデータレイアウト(レコードタイプ)は、 Map の内容をもとに自動的に判定される。
引数が DataRecord 型かつレコードタイプが指定されている場合、
フォーマット定義ファイルのレコードタイプ識別フィールド定義よりも、指定されたレコードタイプを優先して書き込みを行う。
- writeRecord(String, Map<String, ?>) - Method in interface nablarch.core.dataformat.DataRecordFormatter
-
指定したデータレイアウト(レコードタイプ)で、出力ストリームに1レコード分の内容を書き込む。
- writeRecord(Map<String, ?>) - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
-
出力ストリームに1レコード分の内容を書き込む。
出力時に使用するデータレイアウト(レコードタイプ)は、 Map の内容をもとに自動的に判定される。
引数が DataRecord 型かつレコードタイプが指定されている場合、
フォーマット定義ファイルのレコードタイプ識別フィールド定義よりも、指定されたレコードタイプを優先して書き込みを行う。
- writeRecord(String, Map<String, ?>) - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
-
指定したデータレイアウト(レコードタイプ)で、出力ストリームに1レコード分の内容を書き込む。
- writeRecord(Map<String, ?>, RecordDefinition) - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
-
このオブジェクトのフォーマット情報に従って、
出力ストリームに1レコード分の内容を書き込む。
- writeRecord(Map<String, ?>) - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
-
出力ストリームに1レコード分の内容を書き込む。
出力時に使用するデータレイアウト(レコードタイプ)は、 Map の内容をもとに自動的に判定される。
引数が DataRecord 型かつレコードタイプが指定されている場合、
フォーマット定義ファイルのレコードタイプ識別フィールド定義よりも、指定されたレコードタイプを優先して書き込みを行う。
- writeRecord(String, Map<String, ?>) - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
-
指定したデータレイアウト(レコードタイプ)で、出力ストリームに1レコード分の内容を書き込む。
- writeRecord(Map<String, ?>) - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
-
出力ストリームに1レコード分の内容を書き込む。
出力時に使用するデータレイアウト(レコードタイプ)は、 Map の内容をもとに自動的に判定される。
引数が DataRecord 型かつレコードタイプが指定されている場合、
フォーマット定義ファイルのレコードタイプ識別フィールド定義よりも、指定されたレコードタイプを優先して書き込みを行う。
- writeRecord(String, Map<String, ?>) - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
-
指定したデータレイアウト(レコードタイプ)で、出力ストリームに1レコード分の内容を書き込む。
- writeRecord(Map<String, ?>, RecordDefinition) - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
-
1レコード分の内容を、出力ストリームへ書き込む。
- writeResponse(HttpResponse, ServletExecutionContext) - Method in class nablarch.fw.jaxrs.JaxRsResponseHandler
-
レスポンスを書き込む。
- writeResponse(HttpResponse, ServletExecutionContext) - Method in class nablarch.fw.web.handler.HttpResponseHandler
-
HTTPレスポンスオブジェクトの内容をもとに、
クライアントにレスポンスを返す。
- writeResponse(String, ServletExecutionContext) - Method in interface nablarch.fw.web.handler.responsewriter.CustomResponseWriter
-
レスポンスの書き込みを行う。
- writeResponse(String, ServletExecutionContext) - Method in class nablarch.fw.web.handler.responsewriter.thymeleaf.ThymeleafResponseWriter
-
- writeSendMailFailedLog(SqlRow, MailRequestTable.MailRequest, MailConfig, SendFailedException) - Method in class nablarch.common.mail.MailSender
-
メール送信失敗時の SendFailedException 例外の障害検知ログに出力する。
メール送信失敗時に、独自の処理を実施したい場合は本メソッドをオーバーライドすることで行うことができる。
- writeStream(OutputStream) - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamWritter
-
ストリームに出力する。
- writeStream(OutputStream) - Method in interface nablarch.fw.messaging.realtime.http.streamio.HttpOutputStreamWriter
-
Streamに書き出しを行わせるためのメソッド。
- writeTag(PageContext, HtmlAttributes) - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
-
多値の入力項目を出力する。
- writeTag(PageContext, HtmlAttributes) - Method in class nablarch.common.web.tag.SinglevaluedInputTagWriterSupport
-
単一値の入力項目を出力する。
- WriteTag - Class in nablarch.common.web.tag
-
名前に対応する値を出力するクラス。
このタグで出力された値は必ずHTMLエスケープされる。
- WriteTag() - Constructor for class nablarch.common.web.tag.WriteTag
-
- writeValueAsString(Object) - Method in class nablarch.integration.jaxrs.jackson.Jackson2BodyConverter
-
- writeValueAsString(Object) - Method in class nablarch.integration.jaxrs.jackson.JacksonBodyConverterSupport
-
指定されたオブジェクトからJSON文字列に書き込む。
- writeWarnLog(Object, Throwable) - Method in class nablarch.fw.handler.DataReadHandler
-
ワーニングログを出力する。
- WS - Static variable in interface nablarch.test.tool.htmlcheck.parser.ParserConstants
-
RegularExpression Id.
X
- X_DELIVERY_COUNT - Static variable in class nablarch.fw.messaging.provider.JmsMessagingProvider.Context.JmsHeaderName
-
再取得処理の回数 (int デフォルト:0)
- X_GROUP_ID - Static variable in class nablarch.fw.messaging.provider.JmsMessagingProvider.Context.JmsHeaderName
-
電文グループID (String デフォルト:null)
- X_GROUP_ID_SEQ - Static variable in class nablarch.fw.messaging.provider.JmsMessagingProvider.Context.JmsHeaderName
-
電文のグループ内通番 (int デフォルト:0)
- X_PRODUCER_TXID - Static variable in class nablarch.fw.messaging.provider.JmsMessagingProvider.Context.JmsHeaderName
-
送信側のトランザクションID (String デフォルト:null)
- XmlComponentDefinitionLoader - Class in nablarch.core.repository.di.config.xml
-
XMLファイルからコンポーネントの定義を読み込むクラス。
- XmlComponentDefinitionLoader(String) - Constructor for class nablarch.core.repository.di.config.xml.XmlComponentDefinitionLoader
-
コンストラクタ。
- XmlComponentDefinitionLoader(String, DuplicateDefinitionPolicy) - Constructor for class nablarch.core.repository.di.config.xml.XmlComponentDefinitionLoader
-
コンストラクタ。
重複した設定時の動作を指定する場合、こちらを使用する。
- xmlConfigPath - Variable in class nablarch.integration.micrometer.MeterRegistryFactory
-
設定ファイルのパス。
- XmlDataBuilder - Class in nablarch.core.dataformat
-
XMLパーサー。
この実装ではStAXを使用してXMLデータの構築を行います。
- XmlDataBuilder() - Constructor for class nablarch.core.dataformat.XmlDataBuilder
-
コンストラクタ
- XmlDataConvertorFactory - Class in nablarch.core.dataformat.convertor
-
XMLデータコンバータのファクトリクラス。
- XmlDataConvertorFactory() - Constructor for class nablarch.core.dataformat.convertor.XmlDataConvertorFactory
-
- XmlDataConvertorSetting - Class in nablarch.core.dataformat.convertor
-
XMLデータの読み書きを行う際に使用するコンバータの設定情報を保持するクラス。
コンバータ名とコンバータ実装クラスの対応表 や、タイトルのレコードタイプ名などを、DIコンテナから設定できる。
- XmlDataConvertorSetting() - Constructor for class nablarch.core.dataformat.convertor.XmlDataConvertorSetting
-
- XmlDataParser - Class in nablarch.core.dataformat
-
XMLパーサー。
この実装ではDOMを使用してXMLデータの解析を行います。
5u14より、DTDの使用を禁止するように修正を行った。これはXXE攻撃を防ぐためである。
後方互換性を維持するため、DTDの使用を許可するプロパティを設けている( XmlDataParser.setAllowDTD(boolean) )。
読み込み対象となるXMLが信頼できるものであり、かつ、DTDを使用しなければならない場合のみ、
本プロパティを使用してDTDの使用を許可することができる。
- XmlDataParser() - Constructor for class nablarch.core.dataformat.XmlDataParser
-
- XmlDataRecordFormatter - Class in nablarch.core.dataformat
-
フォーマット定義ファイルの内容に従い、XMLデータの読み書きを行うクラス。
- XmlDataRecordFormatter() - Constructor for class nablarch.core.dataformat.XmlDataRecordFormatter
-
デフォルトコンストラクタ。
デフォルトでは、XmlDataConvertorSettingをコンバータとして使用する。
また、XmlParserをデータパーサーとして使用する。
- xmlDecl() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
- XssProtectionHeader - Class in nablarch.fw.web.handler.secure
-
X-XSS-Protectionレスポンスヘッダを設定するクラス。
- XssProtectionHeader() - Constructor for class nablarch.fw.web.handler.secure.XssProtectionHeader
-
Y
- YYYYMM - Annotation Type in nablarch.common.date
-
- YYYYMMConvertor - Class in nablarch.common.date
-
入力値を年月を表す文字列に変換するクラス。
本クラスで変換するプロパティには、必ず YYYYMM アノテーションを付与しておく必要がある。
バリデーション仕様
@YYYYMM(allowFormat=yyyy/MM) を設定したプロパティに対するバリデーション例を以下に示す。
- YYYYMMConvertor() - Constructor for class nablarch.common.date.YYYYMMConvertor
-
コンストラクタ。
- YYYYMMDD - Annotation Type in nablarch.common.date
-
- YYYYMMDDConvertor - Class in nablarch.common.date
-
入力値を年月日を表す文字列に変換するクラス。
本クラスで変換するプロパティには、必ず YYYYMMDD アノテーションを付与しておく必要がある。
バリデーション仕様
@YYYYMMDD(allowFormat=yyyy/MM/dd) を設定したプロパティに対するバリデーション例を以下に示す。
- YYYYMMDDConvertor() - Constructor for class nablarch.common.date.YYYYMMDDConvertor
-
コンストラクタ
- YYYYMMDDFormatter - Class in nablarch.common.web.tag
-
年月日のフォーマットを行うクラス。
- YYYYMMDDFormatter() - Constructor for class nablarch.common.web.tag.YYYYMMDDFormatter
-
- YYYYMMFormatter - Class in nablarch.common.web.tag
-
年月のフォーマットを行うクラス。
- YYYYMMFormatter() - Constructor for class nablarch.common.web.tag.YYYYMMFormatter
-
Z
- ZENKAKU_ALPHA_CHARS - Static variable in class nablarch.core.util.JapaneseCharacterSet
-
Deprecated.
全角英字
- ZENKAKU_ETC - Static variable in class nablarch.core.util.JapaneseCharacterSet
-
Deprecated.
全角記号その他
- ZENKAKU_GREEK_CHARS - Static variable in class nablarch.core.util.JapaneseCharacterSet
-
Deprecated.
全角ギリシャ文字
- ZENKAKU_HIRAGANA_CHARS - Static variable in class nablarch.core.util.JapaneseCharacterSet
-
Deprecated.
全角ひらがな
- ZENKAKU_KANJI - Static variable in class nablarch.core.util.JapaneseCharacterSet
-
Deprecated.
全角漢字
- ZENKAKU_KATAKANA_CHARS - Static variable in class nablarch.core.util.JapaneseCharacterSet
-
Deprecated.
全角カタカナ
- ZENKAKU_KEISEN_CHARS - Static variable in class nablarch.core.util.JapaneseCharacterSet
-
Deprecated.
罫線
- ZENKAKU_NUM_CHARS - Static variable in class nablarch.core.util.JapaneseCharacterSet
-
Deprecated.
全角数字
- ZENKAKU_RUSSIAN_CHARS - Static variable in class nablarch.core.util.JapaneseCharacterSet
-
Deprecated.
全角ロシア文字
- ZENKAKU_SYMBOL - Static variable in class nablarch.core.util.JapaneseCharacterSet
-
Deprecated.
全角記号
- ZonedDecimal - Class in nablarch.core.dataformat.convertor.datatype
-
ゾーン10進数のデータタイプ。
- ZonedDecimal() - Constructor for class nablarch.core.dataformat.convertor.datatype.ZonedDecimal
-
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
|