Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

G

GAIJI_CHARS - Static variable in class nablarch.core.util.JapaneseCharacterSet
Deprecated.
外字
GATEWAY_TIMEOUT - Enum constant in enum class nablarch.fw.web.HttpResponse.Status
ゲートウェイタイムアウト
generate() - Method in class nablarch.common.web.token.RandomTokenGenerator
トークンを生成する。
generate() - Method in interface nablarch.common.web.token.TokenGenerator
トークンを生成する。
generate() - Method in class nablarch.common.web.token.UUIDV4TokenGenerator
 
generateContext() - Method in class nablarch.common.encryption.AesEncryptor
暗号化と復号に使用するコンテキスト情報を生成する。
コンテキスト情報には、共通鍵暗号方式であれば使用する共通鍵を保持する。
generateContext() - Method in interface nablarch.common.encryption.Encryptor
暗号化と復号に使用するコンテキスト情報を生成する。
コンテキスト情報には、共通鍵暗号方式であれば使用する共通鍵を保持する。
generateExecutionId() - Static method in class nablarch.core.log.LogUtil
実行時IDを生成する。
generateId() - Method in class nablarch.core.repository.di.DiContainer
コンポーネントIDの最大値を取得する。
generateId() - Method in interface nablarch.fw.messaging.HttpMessageIdGenerator
HTTP通信で使用するメッセージIDを採番する。
generateId(String) - Method in class nablarch.common.idgenerator.FastTableIdGenerator
引数で指定された採番対象ID内でユニークなIDを採番する。
generateId(String) - Method in interface nablarch.common.idgenerator.IdGenerator
引数で指定された採番対象ID内でユニークなIDを採番する。
generateId(String) - Method in class nablarch.common.idgenerator.SequenceIdGenerator
シーケンスオブジェクトを用いて一意の値を採番する。
generateId(String) - Method in class nablarch.common.idgenerator.SequenceIdGeneratorSupport
Deprecated.
引数で指定された採番対象ID内でユニークなIDを採番する。 採番対象IDに対応するシーケンスオブジェクト名を設定ファイル(SequenceIdGeneratorSupport.setIdTable(java.util.Map)に設定された情報) から取得し、採番処理を行う。 SequenceIdGeneratorSupport.setIdTable(java.util.Map)に設定されたIDとシーケンスの紐付けテーブルに、 指定されたIDが存在しない場合は、IllegalArgumentExceptionを送出する。
generateId(String) - Method in class nablarch.common.idgenerator.TableIdGenerator
引数で指定された採番対象ID内でユニークなIDを採番する。
generateId(String, IdFormatter) - Method in class nablarch.common.idgenerator.FastTableIdGenerator
引数で指定された採番対象ID内でユニークなIDを採番し、指定されたIdFormatterでフォーマットし返却する。
generateId(String, IdFormatter) - Method in interface nablarch.common.idgenerator.IdGenerator
引数で指定された採番対象ID内でユニークなIDを採番し、指定されたIdFormatterでフォーマットし返却する。
generateId(String, IdFormatter) - Method in class nablarch.common.idgenerator.SequenceIdGenerator
シーケンスオブジェクトを用いて一意の値を採番する。
generateId(String, IdFormatter) - Method in class nablarch.common.idgenerator.SequenceIdGeneratorSupport
Deprecated.
引数で指定された採番対象ID内でユニークなIDを採番し、指定されたIdFormatterでフォーマットし返却する。
generateId(String, IdFormatter) - Method in class nablarch.common.idgenerator.TableIdGenerator
引数で指定された採番対象ID内でユニークなIDを採番し、指定されたIdFormatterでフォーマットし返却する。
generateIndexKey(String, Map<String, String>) - Method in class nablarch.core.db.statement.BasicSqlLoader
静的データからインデックスのキーを生成する。
generateIndexKey(String, Map<String, Map<String, Object>>) - Method in class nablarch.core.db.statement.autoproperty.FieldAndAnnotationLoader
静的データからインデックスのキーを生成する(本メソッドは、サポートしない)。
generateIndexKey(String, Code) - Method in class nablarch.common.code.BasicCodeLoader
静的データからインデックスのキーを生成する。
generateIndexKey(String, StringResource) - Method in class nablarch.core.message.BasicStringResourceLoader
静的データからインデックスのキーを生成する。
generateIndexKey(String, StringResource) - Method in class nablarch.core.message.PropertiesStringResourceLoader
 
generateIndexKey(String, FormValidationDefinition) - Method in class nablarch.core.validation.FormValidationDefinitionLoader
静的データからインデックスのキーを生成する。
generateIndexKey(String, T) - Method in interface nablarch.core.cache.StaticDataLoader
静的データからインデックスのキーを生成する。
generateIv(int) - Method in class nablarch.common.encryption.AesEncryptor
IV(イニシャルバリュー)を生成する。
generateKey(int) - Method in class nablarch.common.encryption.AesEncryptor
共通鍵を生成する。
generatePostRequestKey(String) - Method in class nablarch.fw.web.post.PostResubmitPreventHandler
Deprecated.
POST時のリクエスト情報をセッションスコープに格納する際に使用するキーを生成する。 キーの形式は下記の通り。
generateReceivedSequence() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveAction
受信電文連番を採番する。
generateRedirectPath(HttpRequest) - Method in class nablarch.fw.web.post.PostResubmitPreventHandler
Deprecated.
POST後のリダイレクトに使用するパスを生成する。
generateToken() - Method in interface nablarch.fw.web.handler.csrf.CsrfTokenGenerator
CSRFトークンを生成して返す。
generateToken() - Method in class nablarch.fw.web.handler.csrf.UUIDv4CsrfTokenGenerator
 
generateToken(NablarchHttpServletRequestWrapper) - Static method in class nablarch.common.web.token.TokenUtil
トークンを生成し、セッションスコープに設定する。
トークンの生成は、リクエストスコープに対して一度だけ行い、リクエストスコープ内では一度生成したトークンを使いまわす。
generateUniqueName(PageContext, String) - Static method in class nablarch.common.web.tag.TagUtil
画面上のタグのユニークな名前を生成する。
値のフォーマット:"nablarch_<タグを識別するキー><連番>"
GenericAttributesTagSupport - Class in nablarch.common.web.tag
XHTMLの共通属性を出力するクラスの実装をサポートするクラス。
GenericAttributesTagSupport() - Constructor for class nablarch.common.web.tag.GenericAttributesTagSupport
 
GenericLauncher - Class in nablarch.fw.launcher
汎用のプログラム起動クラス。 本クラスはプログラム起動の共通的な枠組みのみを提供し、 個別の処理についてはProcessLifecycle実装クラスに委譲される。
GenericLauncher(String[]) - Constructor for class nablarch.fw.launcher.GenericLauncher
コンストラクタ。
get(int) - Method in class nablarch.common.dao.DeferredEntityList
本メソッドは利用できない。 呼び出した場合、UnsupportedOperationExceptionを送出する。
get(CTX) - Method in class nablarch.core.log.DateItemSupport
日時を取得する。
DateFormatを排他制御した上で日時をフォーマットする。
get(CTX) - Method in interface nablarch.core.log.LogItem
ログの出力項目を取得する。
get(Contextual<?>) - Method in class nablarch.fw.batch.ee.cdi.StepScopedHolder
値を取得する。
get(Contextual<T>) - Method in class nablarch.fw.batch.ee.cdi.StepScopedContext
 
get(Contextual<T>, CreationalContext<T>) - Method in class nablarch.fw.batch.ee.cdi.StepScopedContext
 
get(Class<?>) - Static method in class nablarch.core.log.LoggerManager
ロガーを取得する。

指定されたクラスのFQCNを指定してLoggerManager.get(String)メソッドを呼び出す。
get(Object) - Method in class nablarch.common.web.session.SessionEntry
 
get(Object) - Method in class nablarch.core.log.FixedStringItem
固定文字列を取得する。
get(Object) - Method in class nablarch.core.util.map.AttributeMap
get(Object) - Method in class nablarch.core.util.map.CaseInsensitiveMap
get(Object) - Method in class nablarch.core.util.map.ExclusiveAccessMap
get(Object) - Method in class nablarch.core.util.map.MapWrapper
get(Object) - Method in class nablarch.core.util.map.MultipleKeyCaseMap
指定されたキー名に対応する値を返却する。
get(String) - Static method in class nablarch.common.io.FileRecordWriterHolder
FilePathSettingから"output"という論理名で取得したベースパス配下のファイルに書き出しを行うFileRecordWriterを取得する。
get(String) - Method in class nablarch.common.web.session.Session
セッションキーからセッション値を取得する。
get(String) - Method in class nablarch.core.log.basic.BasicLoggerFactory
Loggerを取得する。

Logger名に対応するLoggerが見つからない場合は、何も処理しないLoggerを返し、 nullを返したり、例外を送出しないこと。
get(String) - Method in interface nablarch.core.log.LoggerFactory
Loggerを取得する。

Logger名に対応するLoggerが見つからない場合は、何も処理しないLoggerを返し、 nullを返したり、例外を送出しないこと。
get(String) - Static method in class nablarch.core.log.LoggerManager
ロガーを取得する。

クラスローダに紐付くLoggerFactoryから取得したロガーを返す。

ロガー名に対応するロガーが見つからない場合は、何も処理しないロガーを返す。
get(String) - Method in class nablarch.core.message.StringResourceHolder
文字列リソースを取得する。
get(String) - Static method in class nablarch.core.repository.SystemRepository
リポジトリに登録されたコンポーネントを取得する。
get(String) - Method in class nablarch.fw.web.RestMockHttpRequestBuilder
GETのHTTPメソッドでRestMockHttpRequestを生成する。
get(String) - Method in class nablarch.test.core.http.SimpleRestTestSupport
GETのHTTPメソッドでRestMockHttpRequestを生成する。
get(String, Class<T>) - Method in class nablarch.common.web.session.Session
指定されたセッションキーに対応する値を返す。
get(String, String) - Static method in class nablarch.common.io.FileRecordWriterHolder
FilePathSettingに設定した論理名(論理ベースパス)配下のファイルに書き出しを行うFileRecordWriterを取得する。
get(HtmlAttribute) - Method in class nablarch.common.web.tag.HtmlAttributes
属性を取得する。
get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.AdditionalInfoItem
付加情報を取得する。
get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.BatchCountItem
バッチ件数を取得する。
get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.CountItem
検索件数を取得する。
get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.ExecuteTimeItem
実行時間を取得する。
get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.FetchSizeItem
フェッチ件数を取得する。
get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.MethodNameItem
メソッド名を取得する。
get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.QueryTimeoutItem
タイムアウト時間を取得する。
get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.RetrieveTimeItem
データ取得時間を取得する。
get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.SizeItem
最大取得件数を取得する。
get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlItem
SQL文を取得する。
get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.StartPositionItem
取得開始位置を取得する。
get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.UpdateCountItem
更新件数を取得する。
get(ApplicationSettingLogFormatter.ApplicationSettingLogContext) - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter.BusinessDate
業務日付を取得する。
get(ApplicationSettingLogFormatter.ApplicationSettingLogContext) - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter.SystemSettings
システム設定値を取得する。
get(FailureLogFormatter.FailureLogContext) - Method in class nablarch.core.log.app.FailureLogFormatter.ContactItem
連絡先を取得する。
get(FailureLogFormatter.FailureLogContext) - Method in class nablarch.core.log.app.FailureLogFormatter.DataItem
処理対象データを取得する。
get(FailureLogFormatter.FailureLogContext) - Method in class nablarch.core.log.app.FailureLogFormatter.FailureCodeItem
障害コードを取得する。
get(FailureLogFormatter.FailureLogContext) - Method in class nablarch.core.log.app.FailureLogFormatter.MessageItem
メッセージを取得する。
get(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.EndFreeMemoryItem
終了時の空きメモリ量を取得する。
get(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.EndUsedMemoryItem
終了時の使用メモリ量を取得する。
get(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.ExecutionTimeItem
実行時間を取得する。
get(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.MaxMemoryItem
最大メモリ量を取得する。
get(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PointItem
ポイントを取得する。
get(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.ResultItem
処理結果を取得する。
get(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.StartFreeMemoryItem
開始時の空きメモリ量を取得する。
get(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.StartUsedMemoryItem
開始時の使用メモリ量を取得する。
get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.BootProcessItem
起動プロセスを取得する。
get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.ExecutionIdItem
実行時IDを取得する。
get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.InformationItem
オプション情報に指定されたオブジェクトのフィールド情報を取得する。
get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.LoggerNameItem
ロガー名を取得する。
get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.LogLevelItem
LogLevelLabelProviderを使用してログレベルを取得する。
get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.MessageItem
メッセージを取得する。
get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.ProcessingSystemItem
処理方式を取得する。
get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.RequestIdItem
リクエストIDを取得する。
get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.RuntimeLoggerNameItem
実行時ロガー名を取得する。
get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.StackTraceItem
エラー情報に指定された例外オブジェクトのスタックトレースを取得する。
get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.UserIdItem
ユーザIDを取得する。
get(ExecutionContext) - Static method in class nablarch.fw.jaxrs.JaxRsContext
リクエストスコープに設定されたJaxRsContextを取得する。
get(ExecutionContext, String) - Static method in class nablarch.common.web.session.SessionUtil
名称を指定してセッションからオブジェクトを取得する。
get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.ClientHostItem
クライアント端末ホストを取得する。
get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.ClientIpAddressItem
クライアント端末IPアドレスを取得する。
get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.ClientUserAgentItem
HTTPヘッダの User-Agent を取得する。
get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.ExecutionTimeItem
実行時間を取得する。
get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.FreeMemoryItem
開始時の空きメモリ量を取得する。
get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.MaxMemoryItem
最大メモリ量を取得する。
get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.MethodItem
HTTPメソッドを取得する。
get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.PortItem
ポート番号を取得する。
get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.QueryStringItem
クエリ文字列を取得する。 クエリ文字列があれば"?"を含めクエリ文字列を取得する。
get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.RequestBodyItem
 
get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.RequestIdItem
リクエストIDを取得する。
get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.ResponseBodyItem
 
get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.SessionIdItem
セッションIDを取得する。
get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.SessionStoreIdItem
セッションストアIDを取得する。
get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.StatusCodeItem
ステータスコードを取得する。
get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.UrlItem
URLを取得する。
get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.UserIdItem
ユーザIDを取得する。
get(LauncherLogFormatter.LauncherLogContext) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.CommandLineArguments
コマンドライン引数を取得する。
get(LauncherLogFormatter.LauncherLogContext) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.CommandLineOptions
コマンドラインオプションを取得する。
get(LauncherLogFormatter.LauncherLogContext) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.ExecuteTime
実行時間を取得する。
get(LauncherLogFormatter.LauncherLogContext) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.ExitCode
終了コードを取得する。
get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.CorrelationId
ログの出力項目を取得する。
get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.Destination
ログの出力項目を取得する。
get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.MessageBody
ログの出力項目を取得する。
get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.MessageBodyHex
ログの出力項目を取得する。
get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.MessageBodyLength
ログの出力項目を取得する。
get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.MessageHeader
ログの出力項目を取得する。
get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.MessageId
ログの出力項目を取得する。
get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.ReplyTo
ログの出力項目を取得する。
get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.ThreadName
ログの出力項目を取得する。
get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.TimeToLive
ログの出力項目を取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.ClientHostItem
クライアント端末ホストを取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.ClientIpAddressItem
クライアント端末IPアドレスを取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.ClientUserAgentItem
HTTPヘッダの User-Agent を取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.ContentPathItem
コンテンツパスを取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.DispatchingClassItem
ディスパッチ先クラスを取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.ExecutionTimeItem
実行時間を取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.FreeMemoryItem
開始時の空きメモリ量を取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.MaxMemoryItem
最大メモリ量を取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.MethodItem
HTTPメソッドを取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.PortItem
ポート番号を取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.QueryStringItem
クエリ文字列を取得する。 クエリ文字列があれば"?"を含めクエリ文字列を取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.RequestIdItem
リクエストIDを取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.ResponseStatusCodeItem
ステータスコードを取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.SessionIdItem
セッションIDを取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.SessionStoreIdItem
セッションストアIDを取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.StatusCodeItem
ステータスコードを取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.UrlItem
URLを取得する。
get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.UserIdItem
ユーザIDを取得する。
get(T) - Method in class nablarch.core.log.MaskingMapItemSupport
マスキング済みのマップを取得する。
マップのダンプは、LogUtil.dumpMap(Map, String, MapValueEditor)を使用する。
GET - Enum constant in enum class nablarch.fw.messaging.realtime.http.client.HttpProtocolClient.HttpRequestMethodEnum
GETメソッド
getAbnormalEndExitCode() - Method in class nablarch.common.mail.MailConfig
送信失敗時の終了コードを取得する。
getAccept() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
レスポンスの本文として受信可能なタイプを取得します
getAcceptLanguage(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.HttpLanguageAttribute
"Accept-Language"ヘッダをパースし、一番優先度が高いサポート対象の言語を返す。
getAccessLogContext(Request<?>, ServletExecutionContext) - Static method in class nablarch.fw.web.handler.HttpAccessLogUtil
リクエストスコープからHttpAccessLogFormatter.HttpAccessLogContextを取得する。
存在しない場合はHttpAccessLogFormatter.HttpAccessLogContextを生成し、リクエストスコープに設定する。
getAction() - Method in class nablarch.common.web.tag.SubmissionInfo
サブミット時の動作を取得する。
getActualDataKey(String) - Method in class nablarch.core.util.map.MultipleKeyCaseMap
指定されたキー名に対応する実データマップのキー名を取得する。
getActualFileSize() - Method in exception nablarch.common.mail.AttachedFileSizeOverException
実際のファイルサイズを取得する。
getActualRecipientCount() - Method in exception nablarch.common.mail.RecipientCountException
実際の宛先数を取得する。
getActualSizeOf(Object[]) - Method in class nablarch.core.validation.ee.Size.ArraySizeValidator
与えられたオブジェクトのサイズを取得する。
getActualSizeOf(Collection<?>) - Method in class nablarch.core.validation.ee.Size.CollectionSizeValidator
与えられたオブジェクトのサイズを取得する。
getActualSizeOf(T) - Method in class nablarch.core.validation.ee.Size.AbstractSizeValidator
与えられたオブジェクトのサイズを取得する。
getAddDefaultContentTypeForNoBodyResponse() - Method in class nablarch.common.web.WebConfig
ボディを持たないレスポンスでもContent-Typeを設定するか否かを取得する。
getAdditionalInfo() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
付加情報を取得する。
getAdditionalInfoOfPattern() - Method in class nablarch.core.util.FormatSpec
パターンの付加情報を取得する。
getAllColumns() - Method in class nablarch.common.dao.EntityMeta
全カラムのリストを返す。
getAllDate() - Method in class nablarch.core.date.BasicBusinessDateProvider
全ての業務日付を取得する。
getAllDate() - Method in interface nablarch.core.date.BusinessDateProvider
全ての業務日付を取得する。
getAllDate() - Static method in class nablarch.core.date.BusinessDateUtil
全区分の業務日付を取得する。
getAllMessages() - Method in class nablarch.fw.web.message.ErrorMessages
全てのメッセージを返す。
getAllMessages() - Method in class nablarch.fw.web.upload.util.BulkValidationResult.ErrorMessages
行数の昇順でソートされた、全てのエラーメッセージを取得する。
getAlreadySentReply(RequestMessage) - Method in class nablarch.fw.messaging.handler.MessageResendHandler
再送電文テーブルの内容を確認し、メッセージIDが一致する電文があれば その内容をもとに応答電文を作成して返す 該当する電文が存在しなければnullを返す。
getAnalysisFormat(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
障害解析ログのフォーマットを取得する。
getAncestorClasses(Class<?>) - Static method in class nablarch.core.util.ObjectUtil
クラスの全ての祖先を取得する。
getAnnotation() - Method in class nablarch.core.db.statement.autoproperty.FieldAnnotationHandlerSupport.FieldHolder
アノテーションを取得する。
getAnnotationClass() - Method in class nablarch.common.code.validator.CodeValueValidator
対応するアノテーションのクラスを取得する。
getAnnotationClass() - Method in class nablarch.core.validation.domain.DomainValidator
 
getAnnotationClass() - Method in class nablarch.core.validation.validator.DecimalRangeValidator
 
getAnnotationClass() - Method in interface nablarch.core.validation.Validator
対応するアノテーションのクラスを取得する。
getAnnotationClass() - Method in class nablarch.core.validation.validator.LengthValidator
対応するアノテーションのクラスを取得する。
getAnnotationClass() - Method in class nablarch.core.validation.validator.NumberRangeValidator
対応するアノテーションのクラスを取得する。
getAnnotationClass() - Method in class nablarch.core.validation.validator.RequiredValidator
対応するアノテーションのクラスを取得する。
getAnnotationClass() - Method in class nablarch.core.validation.validator.unicode.SystemCharValidator
対応するアノテーションのクラスを取得する。
getAnnotationDataFrom(Annotation) - Method in class nablarch.common.date.AbstractDateStringConverter
アノテーションから値を取得する。
getAnnotationDataFrom(Annotation) - Method in class nablarch.common.date.YYYYMMConvertor
アノテーションから値を取得する。
getAnnotationDataFrom(Annotation) - Method in class nablarch.common.date.YYYYMMDDConvertor
アノテーションから値を取得する。
getAppFailureCodes(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
アプリケーション用の障害コード変換情報を取得する。
getApplicationException() - Method in class nablarch.fw.ExecutionContext
リクエストスコープからApplicationExceptionを取得する。
getAppSettingsLogFormat() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
アプリケーション設定ログのフォーマットを取得する。
getAppSettingsLogItems() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
アプリケーション設定用のログ出力項目を生成する。
getAppSettingsLogMsg() - Method in class nablarch.core.log.app.ApplicationSettingJsonLogFormatter
アプリケーション設定に関するログメッセージを生成する。
getAppSettingsLogMsg() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
アプリケーション設定に関するログメッセージを生成する。
getAppSettingsLogMsg() - Static method in class nablarch.core.log.app.ApplicationSettingLogUtil
アプリケーション設定を表すフォーマット済みのログメッセージを生成し、返却する。
getAppSettingsWithDateLogFormat() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
アプリケーション設定及び業務日付ログ用のログフォーマットを取得する。
getAppSettingsWithDateLogItems() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
アプリケーション設定及び日付出力用のログ出力項目を生成する。
getAppSettingsWithDateLogMsg() - Method in class nablarch.core.log.app.ApplicationSettingJsonLogFormatter
アプリケーション設定及び業務日付に関するログメッセージを生成する。
getAppSettingsWithDateLogMsg() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
アプリケーション設定及び業務日付に関するログメッセージを生成する。
getAppSettingsWithDateLogMsg() - Static method in class nablarch.core.log.app.ApplicationSettingLogUtil
アプリケーション設定と業務日付を表すフォーマット済みのログメッセージを生成し、返却する。
getArgs() - Method in class nablarch.fw.launcher.CommandLine
コマンドライン引数のリストを返す。
getArgs() - Method in class nablarch.fw.launcher.CommandLineParser.Result
コマンドライン引数を返す。
getArraySize(Object) - Static method in class nablarch.core.db.util.DbUtil
オブジェクトの配列サイズを取得する。
getArrayValue(Object, int) - Static method in class nablarch.core.db.util.DbUtil
配列または、Collectionオブジェクトから指定された要素の値を取得する。
getAsciiChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
Deprecated.
全てのAscii文字を取得する。
getAscSortSubmitCss() - Method in class nablarch.common.web.tag.CustomTagConfig
pagingSortSubmitタグのascSortSubmitCss属性のデフォルト値を取得する。
getAttachedFileList() - Method in class nablarch.common.mail.MailContext
添付ファイルのリストを取得する。
getAttribute(String) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
getAttribute(String) - Method in class nablarch.fw.web.servlet.RequestAttributeMap
指定した属性名に対応する属性値を取得する。
getAttribute(String) - Method in class nablarch.fw.web.servlet.SessionAttributeMap
指定した属性名に対応する属性値を取得する。
getAttribute(K) - Method in class nablarch.core.util.map.AttributeMap
指定した属性名に対応する属性値を取得する。
getAttributeNames() - Method in class nablarch.core.util.map.AttributeMap
属性名のイテレータを取得する。
getAttributeNames() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
getAttributeNames() - Method in class nablarch.fw.web.servlet.RequestAttributeMap
属性名のイテレータを取得する。
getAttributeNames() - Method in class nablarch.fw.web.servlet.SessionAttributeMap
属性名のイテレータを取得する。
getAttributes() - Method in class nablarch.common.web.tag.HtmlTagSupport
HTMLの属性を取得する。
getAutocompleteDisableTarget() - Method in class nablarch.common.web.tag.CustomTagConfig
autocomplete属性をOFFにする対象のデフォルト値を取得する。
getAutowireType() - Method in class nablarch.core.repository.di.config.xml.schema.Component
Gets the value of the autowireType property.
getAvailableStores() - Method in class nablarch.common.web.session.SessionManager
セッションストアを取得する。
getBackend() - Method in class nablarch.fw.web.servlet.SessionAttributeMap
このMapの実体であるHTTPSessionオブジェクトを返す。
getBaseDir(URL, String) - Static method in class nablarch.core.util.ResourcesUtil
ファイルを表すURLからルートパッケージの上位となるベースディレクトリを求めて返す。
getBaseDirectory(String) - Method in class nablarch.core.util.FilePathSetting
ベースディレクトリを取得する。
getBasePackage() - Method in class nablarch.core.repository.di.config.externalize.AnnotationComponentDefinitionLoader
スキャン対象のパッケージを返す。
getBasePackage() - Method in class nablarch.fw.handler.JavaPackageMappingEntry
マッピング先Javaパッケージを取得する。
getBasePackage(Request<?>, ExecutionContext) - Method in class nablarch.fw.handler.RequestPathJavaPackageMapping
マッピング先Javaパッケージを取得する。
getBasePath(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
ホストとポート番号を組み合わせたベースパスを取得する。
getBasePathSettings() - Method in class nablarch.core.util.FilePathSetting
ベースパスの論理名と物理パスとの対応を収めたMapを取得する。
getBasePathUrl(String) - Method in class nablarch.core.util.FilePathSetting
ベースパスのURLを取得する。
getBaseRecordType() - Method in class nablarch.core.dataformat.RecordDefinition
このレコードフォーマットのベースとなるレコードタイプ名を取得する。
getBatchCount() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
バッチ件数を取得する。
getBatchSize() - Method in class nablarch.core.db.statement.BasicSqlPStatement
バッチサイズを取得する。
getBatchSize() - Method in interface nablarch.core.db.statement.SqlStatement
バッチサイズを取得する。
getBccList() - Method in class nablarch.common.mail.MailContext
送信先(BCC)メールアドレスのリストを取得する。
getBigDecimal(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
 
getBigDecimal(int) - Method in class nablarch.core.db.statement.ResultSetIterator
カレント行の指定されたカラムの値をBigDecimalで取得する。
getBigDecimal(int) - Method in interface nablarch.core.db.statement.SqlCStatement
getBigDecimal(String) - Method in class nablarch.core.dataformat.DataRecord
フィールドの値をBigDecimal型に変換して返却する。
getBigDecimal(String) - Method in class nablarch.core.db.statement.SqlRow
指定されたカラムの情報をBigDecimalとして取得する。
getBindValue(Object, String) - Method in class nablarch.core.db.statement.sqlconvertor.SqlConvertorSupport
バインド変数に対応するフィールドの値を取得する。
getBlob(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
 
getBlob(int) - Method in class nablarch.core.db.statement.ResultSetIterator
カレント行の指定されたカラムの値をBlobで取得する。
getBlob(int) - Method in interface nablarch.core.db.statement.SqlCStatement
getBody() - Method in class nablarch.fw.web.RestMockHttpRequest
ボディを取得する。
getBodyBytes() - Method in class nablarch.fw.messaging.InterSystemMessage
メッセーボディのバイナリ表現を返す。 送信(仕向)電文の場合はデータレコードをレコードフォーマッタで直列化したものを返す。 受信(被仕向)電文の場合はパース前の送信電文の内容をそのまま返す。
getBodyBytes() - Method in class nablarch.fw.messaging.ReceivedMessage
メッセーボディのバイナリ表現を返す。 送信(仕向)電文の場合はデータレコードをレコードフォーマッタで直列化したものを返す。 受信(被仕向)電文の場合はパース前の送信電文の内容をそのまま返す。
getBodyBytes() - Method in class nablarch.fw.messaging.ResponseMessage
メッセーボディのバイナリ表現を返す。 送信(仕向)電文の場合はデータレコードをレコードフォーマッタで直列化したものを返す。 受信(被仕向)電文の場合はパース前の送信電文の内容をそのまま返す。
getBodyBytes() - Method in class nablarch.fw.messaging.SendingMessage
メッセーボディのバイナリ表現を返す。 送信(仕向)電文の場合はデータレコードをレコードフォーマッタで直列化したものを返す。 受信(被仕向)電文の場合はパース前の送信電文の内容をそのまま返す。
getBodyBytes() - Method in class nablarch.fw.messaging.StructuredResponseMessage
メッセーボディのバイナリ表現を返す。 送信(仕向)電文の場合はデータレコードをレコードフォーマッタで直列化したものを返す。 受信(被仕向)電文の場合はパース前の送信電文の内容をそのまま返す。
getBodyDataColumnName() - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
メッセージボディデータの内容をバイト配列で保持するカラムの名称をを返す。
getBodyLengthLimit() - Method in class nablarch.fw.messaging.handler.HttpMessagingRequestParsingHandler
リクエストのボディストリームから読み込む最大容量を取得する。
getBodyMaskingPatterns(Map<String, String>) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
本文のマスク対象のパラメータ名を取得する。
プロパティの指定がない場合はデフォルト値を返す。
getBodyStream() - Method in class nablarch.common.web.download.FileResponse
 
getBodyStream() - Method in class nablarch.fw.messaging.SendingMessage
電文のボディ部の出力ストリームを返す。
getBodyStream() - Method in class nablarch.fw.web.HttpResponse
HTTPレスポンスボディの内容を保持するストリームを取得する。
getBodyStream(HttpResponse) - Method in class nablarch.test.core.http.RestTestSupport
HTTPレスポンスボディの内容を保持するストリームを取得する。
getBodyString() - Method in class nablarch.common.web.download.FileResponse
 
getBodyString() - Method in class nablarch.fw.web.HttpResponse
HTTPレスポンスボディの内容を表す文字列を返す。
getBodyString(HttpResponse) - Method in class nablarch.test.core.http.RestTestSupport
HTTPレスポンスボディの内容を表す文字列を返す。
文字列はHttpResponse.getCharset()で取得したキャラセットでデコードして取得される。
getBoolean(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
 
getBoolean(int) - Method in interface nablarch.core.db.statement.SqlCStatement
getBoolean(String) - Method in class nablarch.core.db.statement.SqlRow
指定されたカラムの情報をBooleanとして取得する。
getBoolean(String) - Static method in class nablarch.core.repository.SystemRepository
設定値の登録名を指定してリポジトリに登録された真偽値の設定値を取得する。
getBootProcess() - Static method in class nablarch.core.log.LogUtil
システムプロパティ("nablarch.bootProcess")から起動プロセスを識別する文字列を取得する。
getBrowserName() - Method in class nablarch.fw.web.useragent.UserAgent
ブラウザ名称を取得する。
getBrowserType() - Method in class nablarch.fw.web.useragent.UserAgent
ブラウザタイプを取得する。
getBrowserVersion() - Method in class nablarch.fw.web.useragent.UserAgent
ブラウザバージョンを取得する。
getBufferLimitSizeKb() - Method in class nablarch.fw.web.HttpResponseSetting
ボディバッファサイズの上限値を返す。
getBytes(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
 
getBytes(int) - Method in class nablarch.core.db.statement.ResultSetIterator
カレント行の指定されたカラムの値をbyte配列で取得する。
getBytes(int) - Method in interface nablarch.core.db.statement.SqlCStatement
getBytes(String) - Method in class nablarch.common.encryption.AesEncryptor
共通鍵又はIV(イニシャルバリュー)の文字列からバイト配列を取得する。
getBytes(String) - Method in class nablarch.core.dataformat.DataRecord
フィールドの値をバイト列に変換して返却する。
getBytes(String) - Method in class nablarch.core.db.statement.SqlRow
指定されたカラムの情報をbyte配列として取得する。
getBytes(String, Charset) - Static method in class nablarch.core.util.StringUtil
指定された文字セットで文字列をエンコードする。
getCcList() - Method in class nablarch.common.mail.MailContext
送信先(CC)メールアドレスのリストを取得する。
getChangeParamNames() - Method in class nablarch.common.web.tag.SubmissionInfo
ポップアップ用のサブミット時のパラメータ名の変更情報を取得する。
getCharacterEncoding() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
エンコーディングを取得する。
getCharset() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
文字コードを取得する。
getCharset() - Method in class nablarch.common.databind.fixedlength.FixedLengthDataBindConfig
文字セットを返す。
getCharset() - Method in class nablarch.common.mail.FreeTextMailContext
Content-Typeヘッダに指定する文字セットを取得する。
getCharset() - Method in class nablarch.common.mail.MailContext
Content-Typeヘッダに指定する文字セットを取得する。
getCharset() - Method in class nablarch.common.mail.MailRequestTable.MailRequest
文字セットを取得する。
getCharset() - Method in class nablarch.common.mail.MailTemplateTable.MailTemplate
文字セットを取得する。
getCharset() - Method in class nablarch.common.mail.TemplateEngineProcessedResult
文字セットを取得する。
getCharset() - Method in class nablarch.core.dataformat.SimpleDataConvertResult
文字セットを返却する。
getCharset() - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.MessagingLogContext
出力に使用する文字セットを取得する。
getCharset() - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamWritter
出力時に使用するキャラクターセットを取得する。
getCharset() - Method in class nablarch.fw.web.HttpResponse
Content-Typeに指定された文字エンコーディングを取得する。
getCharset(InterSystemMessage<?>) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.MessageBody
メッセージからエンコーディングを取得する。 取得できない場合は"iso-8859-1"を返却する。
getCheckboxOffValue() - Method in class nablarch.common.web.tag.CustomTagConfig
checkboxタグのチェックなしに対する値のデフォルト値を取得する。
getCheckboxOnValue() - Method in class nablarch.common.web.tag.CustomTagConfig
checkboxタグのチェックありに対する値のデフォルト値を取得する。
getClasspathResource(String) - Static method in class nablarch.core.util.FileUtil
クラスパス上のリソースを取得する。
getClasspathResourceURL(String) - Static method in class nablarch.core.util.FileUtil
クラスパス上のURLを取得する。
getClazz() - Method in class nablarch.core.repository.di.config.xml.schema.Component
Gets the value of the clazz property.
getClientHost() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
クライアント端末ホストを取得する。
getClientHost() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
クライアント端末ホストを取得する。
getClientIpAddress() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
クライアント端末IPアドレスを取得する。
getClientIpAddress() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
クライアント端末IPアドレスを取得する。
getClob(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
 
getClob(int) - Method in interface nablarch.core.db.statement.SqlCStatement
getCodeId() - Method in interface nablarch.common.code.Code
コードIDを取得する。
getCodeLabel(String, String, String, String) - Static method in class nablarch.common.web.tag.TagUtil
コード値に対応するラベルを取得する。

labelPatternにnullが指定された場合は、CustomTagConfig.getCodeLabelPattern()を使用する。
getCodeLabelPattern() - Method in class nablarch.common.web.tag.CustomTagConfig
codeSelectタグ、codeRadioButtonsタグ、codeCheckboxesタグのlabelPattern属性のデフォルト値を取得する。
getCodeListFormat() - Method in class nablarch.common.web.tag.CustomTagConfig
codeSelectタグ、codeRadioButtonsタグ、codeCheckboxesタグのcodeListFormat属性のデフォルト値を取得する。
getColType(String) - Method in class nablarch.core.db.statement.SqlRow
指定されたカラム名のカラムタイプ(Types)を取得する。
getColumns() - Method in class nablarch.common.dao.BatchSqlWithColumns
バインド変数に対応したカラムリストを返す。
getCommandLine() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.LauncherLogContext
コマンドラインを取得する。
getCommaSeparatedValue(String) - Static method in class nablarch.common.web.tag.TagUtil
カンマ区切りの値を分割して返す。
getCommaSeparatedValueAsList(String) - Static method in class nablarch.common.web.tag.TagUtil
カンマ区切りの値を分割して返す。
getComponent() - Method in class nablarch.core.repository.di.ComponentHolder
生成されたコンポーネントを取得する。
getComponent() - Method in class nablarch.core.repository.di.config.xml.schema.Property
Gets the value of the component property.
getComponent(String, MessageSenderSettings.SettingType, boolean) - Method in class nablarch.fw.messaging.MessageSenderSettings
コンポーネント名の設定値を使用してリポジトリからコンポーネントを取得する。
getComponentById(int) - Method in class nablarch.core.repository.di.DiContainer
コンポーネントIDをキーにコンポーネントを取得する。
getComponentByName(String) - Method in class nablarch.core.repository.di.DiContainer
コンポーネント名をキーにコンポーネントを取得する。
getComponentByType(Class<T>) - Method in class nablarch.core.repository.di.DiContainer
コンポーネントの型をキーにコンポーネントを取得する。
getComponentList(String, MessageSenderSettings.SettingType, boolean) - Method in class nablarch.fw.messaging.MessageSenderSettings
コンポーネント名の設定値を使用してリポジトリからコンポーネントを取得する(「,」区切りで定義された複数コンポーネントの読み込みに対応)。
getComponentOrValueOrComponentRef() - Method in class nablarch.core.repository.di.config.xml.schema.List
Gets the value of the componentOrValueOrComponentRef property.
getConcurrentAccessPolicy() - Method in class nablarch.fw.web.handler.SessionConcurrentAccessHandler
Deprecated.
並行アクセス同期ポリシーを返す。
getConcurrentNumber() - Static method in class nablarch.core.ThreadContext
スレッドコンテキストから並行実行スレッド数を取得する。
getCondition() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
排他制御対象の行データを指定する条件を取得する。
getConditionsToApply() - Method in class nablarch.core.dataformat.RecordDefinition
このレコード定義がデータレコードに適用される条件の一覧を返却する。
getConfig() - Method in enum class nablarch.common.databind.csv.Csv.CsvType
列挙子に紐づくCsvDataBindConfigを取得する。
getConfigValue(String) - Method in class nablarch.core.db.support.ListSearchInfo
SystemRepositoryから設定値を取得する。
getConnection() - Method in class nablarch.core.db.connection.BasicDbConnection
 
getConnection() - Static method in class nablarch.core.db.connection.DbConnectionContext
現在のスレッドに紐付けられたデフォルトのデータベース接続を取得する。
getConnection() - Method in interface nablarch.core.db.connection.TransactionManagerConnection
データベース接続オブジェクトを取得する。
getConnection() - Method in class nablarch.core.db.DbExecutionContext
データベース接続を行うオブジェクトを取得する。
getConnection() - Method in class nablarch.core.db.statement.BasicSqlPStatement
Statementを生成したAppDbConnectionを取得する。
getConnection() - Method in interface nablarch.core.db.statement.SqlStatement
Statementを生成したAppDbConnectionを取得する。
getConnection(String) - Method in class nablarch.core.db.connection.BasicDbConnectionFactoryForDataSource
データベース接続オブジェクトを取得する。
getConnection(String) - Method in class nablarch.core.db.connection.BasicDbConnectionFactoryForJndi
データベース接続オブジェクトを取得する。
getConnection(String) - Method in interface nablarch.core.db.connection.ConnectionFactory
データベース接続を取得する。
getConnection(String) - Static method in class nablarch.core.db.connection.DbConnectionContext
現在のスレッドに紐付けられた指定した名前のデータベース接続を取得する。
getConnectionFactory() - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
コネクションファクトリを返す。
getConnectionName() - Method in class nablarch.core.db.DbExecutionContext
接続名を取得する。
getConsumesMediaType() - Method in class nablarch.fw.jaxrs.JaxRsContext
リソースメソッドからConsumesのメディアタイプを取得する。
getContactList(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
連絡先を取得する。 プロパティファイルのキー名の長さで降順にソートして返す。
getContentDisposition() - Method in class nablarch.fw.web.HttpResponse
Content-Dispositionの値を取得する。
getContentLength() - Method in class nablarch.common.web.download.FileResponse
 
getContentLength() - Method in class nablarch.fw.web.HttpResponse
Content-Lengthの値を取得する。
getContentLength() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
Content-Lengthを取得する。
getContentLengthLimit() - Method in class nablarch.fw.web.upload.UploadSettings
Content-Length許容最大値を取得する。
getContentPath() - Method in class nablarch.common.web.download.FileResponse
コンテンツパスを取得する。
getContentPath() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
コンテンツパスを取得する。
getContentPath() - Method in class nablarch.fw.web.HttpResponse
コンテンツパスを取得する。
getContentPath() - Method in class nablarch.fw.web.ResponseBody
コンテンツパスを取得する。
getContentType() - Method in class nablarch.common.mail.AttachedFile
メール添付ファイルのContent-Typeを取得する。
getContentType() - Method in class nablarch.fw.web.handler.health.HealthCheckResponseBuilder
コンテンツタイプを取得する。
getContentType() - Method in class nablarch.fw.web.HttpResponse
Content-Typeの値を取得する。
getContentType() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
Content-Typeを取得する。
getContentType() - Method in class nablarch.fw.web.upload.PartInfo
Content-Typeを取得する。
getContentType(String) - Method in class nablarch.fw.jaxrs.BodyConverterSupport
メディアタイプからContent-Typeを取得する。
getContext() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
ExecutionContextを設定する。
getContext() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
ExecutionContextを設定する。
getContextType() - Method in class nablarch.common.mail.MailAttachedFileTable.MailAttachedFile
Context-typeを取得する。
getConvertedValue(String) - Method in class nablarch.core.validation.ValidationContext
フォームオブジェクトのプロパティの型に変換したプロパティを取得する。
getConverters() - Method in class nablarch.core.beans.BasicConversionManager
 
getConverters() - Method in interface nablarch.core.beans.ConversionManager
型変換に使用するConverterを格納したMapを取得する。
getConvertorAnnotation() - Method in interface nablarch.core.validation.domain.DomainDefinition
ドメイン定義に指定されたコンバータのアノテーションを取得する。
getConvertorAnnotation(Annotation) - Method in class nablarch.core.validation.domain.DomainValidationHelper
ドメイン定義に指定されたコンバータのアノテーションを取得する。
getConvertorAnnotation(Enum<?>) - Static method in class nablarch.core.validation.domain.DomainValidationHelper
ドメイン定義に指定されたコンバータのアノテーションを取得する。
getConvertorFactory() - Method in interface nablarch.core.dataformat.convertor.ConvertorSetting
コンバータの生成を行うファクトリクラスを返却する。
getConvertorFactory() - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
コンバータのファクトリクラスを返却する。
getConvertorFactory() - Method in class nablarch.core.dataformat.convertor.JsonDataConvertorSetting
コンバータのファクトリを返却する。
getConvertorFactory() - Method in class nablarch.core.dataformat.convertor.VariableLengthConvertorSetting
コンバータのファクトリを返却する。
getConvertorFactory() - Method in class nablarch.core.dataformat.convertor.XmlDataConvertorSetting
コンバータのファクトリを返却する。
getConvertorFormatAnnotation() - Method in class nablarch.core.validation.PropertyValidationDefinition
コンバータフォーマットアノテーションを取得する。
getConvertors() - Method in class nablarch.core.dataformat.FieldDefinition
コンバータのリストを取得する。
getConvertorSetting() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
コンバータの設定情報を取得する。
getConvertorSetting() - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
固定長データのコンバータの設定情報保持クラスを取得する。
getConvertorSetting() - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
構造化データのコンバータの設定情報保持クラスを取得する。
getConvertorSetting() - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
コンバータの設定情報保持クラスを取得する
getConvertorSettingList() - Method in class nablarch.core.dataformat.FieldDefinition
フォーマット定義ファイルで指定されたコンバータの定義を取得する。
getConvertorTable() - Method in class nablarch.core.dataformat.convertor.ConvertorFactorySupport
コンバータ名とコンバータ実装クラスの対応表を取得する。
getCookie() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
getCookie() - Method in class nablarch.fw.web.HttpRequest
本リクエストで送信されるクッキー情報を取得する。
getCookie() - Method in class nablarch.fw.web.HttpResponse
Deprecated.
本メソッドは、複数のクッキー情報のうち先頭のクッキーを返すことしかできません。 複数のクッキー情報を返すことができるHttpResponse.getCookieList()を使用してください。
getCookie() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
 
getCookieList() - Method in class nablarch.fw.web.HttpResponse
サーバ側から送信されたクッキー情報のリストを取得する。
getCookieValue(ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.CookieSupport
クッキーの値を取得する。
getCorrelationId() - Method in class nablarch.fw.messaging.InterSystemMessage
この電文に関連付けられているメッセージのメッセージIDを返す。
getCount() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
検索件数を取得する。
getCreatedAtName() - Method in class nablarch.common.web.token.DbTokenSchema
作成日時カラム名 を取得する。
getCreationTime() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
getCreator() - Method in class nablarch.core.repository.di.ComponentDefinition
コンポーネントのファクトリを取得する。
getCspNonce(PageContext) - Static method in class nablarch.common.web.tag.TagUtil
リクエストスコープに格納されているnonceを取得する。取得できなかった場合はnullを返却する
getCsrfToken(ExecutionContext) - Static method in class nablarch.common.web.csrf.CsrfTokenUtil
CSRFトークンをセッションストアから取得する。
getCsrfTokenHeaderName() - Method in class nablarch.common.web.WebConfig
CSRFトークンをHTTPリクエストヘッダーから取得する際に使用する名前を取得する。
getCsrfTokenParameterName() - Method in class nablarch.common.web.WebConfig
CSRFトークンをHTTPリクエストパラメーターから取得する際に使用する名前を取得する。
getCsrfTokenSavedStoreName() - Method in class nablarch.common.web.WebConfig
CSRFトークンを保存するセッションストアの名前を取得する。
getCsrfTokenSessionStoredVarName() - Method in class nablarch.common.web.WebConfig
CSRFトークンをセッションスコープに格納する際に使用するキーを取得する。
getCurrentPageNumberCss() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのcurrentPageNumberCss属性のデフォルト値を取得する。
getCurrentRequestObject() - Method in class nablarch.fw.ExecutionContext
現在処理中のリクエストオブジェクトを取得する。
getCurrentRetryCount() - Method in class nablarch.fw.handler.retry.RetryContextSupport
現在のリトライ回数を取得する。
getCurrentRetryCount() - Method in interface nablarch.fw.handler.RetryHandler.RetryContext
現在のリトライ回数を取得する。
getCurrentSubmissionInfo() - Method in class nablarch.common.web.tag.FormContext
カレントのカレントのサブミット情報を取得する。
getCurrentTps() - Method in class nablarch.fw.batch.progress.Progress
今回のTPSを返す。
getCustomTagConfig() - Static method in class nablarch.common.web.tag.TagUtil
カスタムタグのデフォルト値を取得する。
getData() - Method in class nablarch.core.log.app.FailureLogFormatter.FailureLogContext
データを取得する。
getDataBuilder() - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
構造化データビルダーを返却する
getDataFileDirName() - Method in class nablarch.fw.action.FileBatchActionBase
入力ファイル配置先の論理名を返す。
getDataFileName() - Method in class nablarch.fw.action.FileBatchActionBase
入力ファイルのファイル名を返す。
getDataFormatConfig() - Static method in class nablarch.core.dataformat.DataFormatConfigFinder
汎用データフォーマット機能の設定を取得する。
getDataParser() - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
構造化データパーサーを返却する
getDataProcessedWhenThrown(Throwable) - Method in class nablarch.fw.ExecutionContext
指定した例外を送出したスレッドが、例外発生時に処理していた入力データを返す。
getDataReader() - Method in class nablarch.fw.ExecutionContext
データリーダを取得する。
getDataRecord() - Method in class nablarch.fw.messaging.SyncMessage
データレコード(1件目)を取得する。
getDataRecords() - Method in class nablarch.fw.messaging.SyncMessage
データレコードを全件取得する。
getDataType() - Method in class nablarch.core.dataformat.FieldDefinition
フォーマット定義ファイルで指定されたデータタイプ名に対応するデータタイプを取得する。
getDataType() - Method in class nablarch.core.dataformat.SimpleDataConvertResult
データ種別を返却する。
getDataType() - Method in class nablarch.core.util.FormatSpec
"データタイプ{パターン}"形式のデータタイプを取得する。
getDate() - Method in class nablarch.core.date.BasicBusinessDateProvider
デフォルトの区分を使用して業務日付を取得する。
getDate() - Method in class nablarch.core.date.BasicSystemTimeProvider
現在日時を取得する。
getDate() - Method in interface nablarch.core.date.BusinessDateProvider
デフォルトの区分を使用して業務日付を取得する。
getDate() - Static method in class nablarch.core.date.BusinessDateUtil
業務日付を取得する。区分はデフォルトを使用する。
getDate() - Method in interface nablarch.core.date.SystemTimeProvider
システム日時を取得する。
getDate() - Static method in class nablarch.core.date.SystemTimeUtil
システム日時を取得する。
getDate() - Method in class nablarch.core.log.basic.LogContext
LogContext作成時点の日時を取得する。
getDate(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
 
getDate(int) - Method in class nablarch.core.db.statement.ResultSetIterator
カレント行の指定されたカラムの値をDateで取得する。
getDate(int) - Method in interface nablarch.core.db.statement.SqlCStatement
getDate(CTX) - Method in class nablarch.core.log.DateItemSupport
日時を取得する。
getDate(String) - Static method in class nablarch.common.date.DateUtil
Deprecated.
 
getDate(String) - Method in class nablarch.core.date.BasicBusinessDateProvider
区分を指定して業務日付を取得する。
getDate(String) - Method in interface nablarch.core.date.BusinessDateProvider
区分を指定して業務日付を取得する。
getDate(String) - Static method in class nablarch.core.date.BusinessDateUtil
区分を指定して、業務日付を取得する。
getDate(String) - Method in class nablarch.core.db.statement.SqlRow
指定されたカラムの情報をDateとして取得する。
getDate(String) - Static method in class nablarch.core.util.DateUtil
日付文字列(yyyyMMdd形式)からDateクラスのインスタンスを取得する。
getDate(LocalDate) - Static method in class nablarch.core.beans.converter.DateTimeConverterUtil
java.time.LocalDateのインスタンスをjava.util.Dateに変換する
getDate(LocalDateTime) - Static method in class nablarch.core.beans.converter.DateTimeConverterUtil
java.time.LocalDateTimeのインスタンスをjava.util.Dateに変換する
getDate(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.EndTimeItem
日時を取得する。
getDate(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.StartTimeItem
日時を取得する。
getDate(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.DateItem
日時を取得する。
getDate(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.EndTimeItem
 
getDate(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.StartTimeItem
 
getDate(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.EndTimeItem
日時を取得する。
getDate(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.StartTimeItem
日時を取得する。
getDateFormat(Map<String, String>) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter
日時フォーマットを取得する。 プロパティの指定がない場合はデフォルトの日時フォーマットを返す。
getDateFormat(Map<String, String>) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
日時フォーマットを取得する。
プロパティの指定がない場合はデフォルトの日時フォーマットを返す。
getDateFormat(ObjectSettings) - Method in class nablarch.core.log.basic.BasicLogFormatter
日時フォーマットを取得する。
getDateFormatter() - Method in class nablarch.core.beans.converter.BasicDateTimeConverterConfiguration
 
getDateFormatter() - Method in interface nablarch.core.beans.converter.DateTimeConverterConfiguration
日付向けのフォーマッタ
getDatePattern() - Method in class nablarch.common.web.tag.CustomTagConfig
日付文字列のフォーマットに使用するパターンのデフォルト値を取得する。
getDatePattern() - Method in class nablarch.core.text.json.JsonSerializationSettings
日時フォーマットを取得する。
日時フォーマットのプロパティ名は"datePattern"。 プロパティの値が設定されていない、もしくはnull、空の文字列の場合、デフォルトの日時フォーマットとして、 "yyyy-MM-dd HH:mm:ss.SSS"を返す。
getDatePattern(JsonSerializationSettings) - Method in class nablarch.core.text.json.JavaTimeToJsonSerializer
日時フォーマットを取得する。
getDatePattern(JsonSerializationSettings) - Method in class nablarch.core.text.json.LocalDateTimeToJsonSerializer
日時フォーマットを取得する。
getDateString() - Static method in class nablarch.core.date.SystemTimeUtil
システム日付を yyyyMMdd 形式の文字列で取得する。
getDateTimeFormatter() - Method in class nablarch.core.beans.converter.BasicDateTimeConverterConfiguration
 
getDateTimeFormatter() - Method in interface nablarch.core.beans.converter.DateTimeConverterConfiguration
日時向けのフォーマッタ
getDateTimeMillisString() - Static method in class nablarch.core.date.SystemTimeUtil
システム日時を yyyyMMddHHmmssSSS 形式の文字列で取得する。
getDateTimePattern() - Method in class nablarch.common.web.tag.CustomTagConfig
日時のフォーマットに使用するパターンのデフォルト値を取得する。
getDateTimeString() - Static method in class nablarch.core.date.SystemTimeUtil
システム日時を yyyyMMddHHmmss 形式の文字列で取得する。
getDays(String, String) - Static method in class nablarch.common.date.DateUtil
Deprecated.
 
getDays(String, String) - Static method in class nablarch.core.util.DateUtil
指定された日付間の日数を取得する。
getDbConnection() - Method in class nablarch.common.dao.DaoContextFactory
DAOで使うコネクションを取得する。 (トランザクション用です)
getDbTransactionName() - Method in class nablarch.core.db.transaction.SimpleDbTransactionManager
トランザクション名を取得する。
getDbTransactionName() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
DBトランザクション名を取得する。
getDecimalFormatSymbols(ValidationContext<T>, String) - Method in class nablarch.core.validation.convertor.NumberConvertorSupport
プロパティに対するDecimalFormatSymbolsを取得する。
getDecimalValue(CharSequence) - Method in class nablarch.core.validation.ee.RangeValidatorSupport
BigDecimal型に変換した値を取得する。
getDefaultCharset() - Method in class nablarch.common.mail.MailRequestConfig
デフォルトの文字セットを取得する。
getDefaultConvertorTable() - Method in class nablarch.core.dataformat.convertor.ConvertorFactorySupport
デフォルトのコンバータ名とコンバータ実装クラスの対応表を取得する。
getDefaultConvertorTable() - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorFactory
固定長ファイルのデフォルトのコンバータ名とコンバータ実装クラスの対応表を返却する。
getDefaultConvertorTable() - Method in class nablarch.core.dataformat.convertor.JsonDataConvertorFactory
JSONデータのデフォルトのコンバータ名とコンバータ実装クラスの対応表を返却する。
getDefaultConvertorTable() - Method in class nablarch.core.dataformat.convertor.VariableLengthConvertorFactory
可変長ファイルのデフォルトのコンバータ名とコンバータ実装クラスの対応表を返却する。
getDefaultConvertorTable() - Method in class nablarch.core.dataformat.convertor.XmlDataConvertorFactory
XMLデータのデフォルトのコンバータ名とコンバータ実装クラスの対応表を返却する。
getDefaultDecimalFormatSymbols() - Method in class nablarch.core.validation.convertor.NumberConvertorSupport
デフォルトのDecimalFormatSymbolsを返す。
デフォルト実装では日本語に対するDecimalFormatSymbols(小数点の文字=ドット、1000の区切り文字=カンマ)を返す。
getDefaultDisplayName() - Method in class nablarch.core.validation.PropertyValidationDefinition
デフォルトの表示名を取得する。
getDefaultEncoder() - Method in class nablarch.common.web.session.SessionManager
デフォルトエンコーダを取得する。
getDefaultEncoding() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
デフォルトの文字エンコーディングを取得する。
getDefaultEncoding() - Method in class nablarch.fw.web.handler.HttpCharacterEncodingHandler
デフォルトエンコーディングを取得する。
getDefaultFailureCode(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
デフォルトの障害コードを取得する。
getDefaultListFormat() - Method in class nablarch.common.web.tag.CodeTagWriterSupport
 
getDefaultListFormat() - Method in class nablarch.common.web.tag.ListTagWriterSupport
リスト表示時に使用するフォーマットのデフォルト値を取得する。
getDefaultListFormat() - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
リスト表示時に使用するフォーマットのデフォルト値を取得する。
getDefaultMessage() - Method in class nablarch.core.validation.ee.DecimalRange.DecimalRangeValidator
デフォルトのメッセージを返す。
getDefaultMessage(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
デフォルトのメッセージを取得する。
getDefaultNegativePackSignNibble() - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
パック数値の符号ビット(負) を返却する。
getDefaultNegativeZoneSignNibble() - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
ゾーン数値の符号ビット(負) を返却する。
getDefaultPaddingStr() - Method in class nablarch.core.dataformat.convertor.datatype.ByteStreamDataString
パディング/トリム処理で使用するデフォルトの文字を返却する。
getDefaultPaddingStr() - Method in class nablarch.core.dataformat.convertor.datatype.DoubleByteCharacterString
パディング/トリム処理で使用するデフォルトの文字を返却する。
getDefaultPageFor(int) - Method in class nablarch.fw.web.handler.HttpErrorHandler
指定されたステータスコードに対するデフォルトページのコンテンツパスを返す。
getDefaultPositivePackSignNibble() - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
パック数値の符号ビット(正) を返却する。
getDefaultPositiveZoneSignNibble() - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
ゾーン数値の符号ビット(正) を返却する。
getDefaultReplyTo() - Method in class nablarch.common.mail.MailRequestConfig
デフォルトの返信先メールアドレスを取得する。
getDefaultReturnPath() - Method in class nablarch.common.mail.MailRequestConfig
デフォルトの差し戻し先メールアドレスを取得する。
getDefaultSort() - Method in class nablarch.common.web.tag.CustomTagConfig
pagingSortSubmitタグのdefaultSort属性のデフォルト値を取得する。
getDefaultStore() - Method in class nablarch.common.web.session.SessionManager
デフォルトのセッションストアを取得する。
getDefinition() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
フォーマット定義ファイルの情報を保持するクラスを取得する。
getDefinition() - Method in class nablarch.core.repository.di.ComponentHolder
コンポーネントの定義を取得する。
getDefinitionFromCache(File) - Method in class nablarch.core.dataformat.FormatterFactory
キャッシュからフォーマット定義情報保持クラスを取得する。 フォーマット定義情報保持クラスをキャッシュから取得できない場合は、生成する。
getDelegate() - Method in class nablarch.fw.RequestHandlerEntry
処理移譲対象となるハンドラを返す。
getDelegate() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
委譲対象のセッションオブジェクトを取得する。
getDelegateMap() - Method in class nablarch.core.util.map.AttributeMap
このラッパーが処理を委譲するMapオブジェクトを返す。
getDelegateMap() - Method in class nablarch.core.util.map.CaseInsensitiveMap
このラッパーが処理を委譲するMapオブジェクトを返す。
getDelegateMap() - Method in class nablarch.core.util.map.CopyOnReadMap
このラッパーが処理を委譲するMapオブジェクトを返す。
getDelegateMap() - Method in class nablarch.core.util.map.LockableMap
 
getDelegateMap() - Method in class nablarch.core.util.map.MapWrapper
このラッパーが処理を委譲するMapオブジェクトを返す。
getDelegateMap() - Method in class nablarch.core.util.map.MultipleKeyCaseMap
このラッパーが処理を委譲するMapオブジェクトを返す。
getDelegateMap() - Method in class nablarch.fw.web.HttpCookie
 
getDelegateMap() - Method in class nablarch.fw.web.upload.PartInfoHolder
このラッパーが処理を委譲するMapオブジェクトを返す。
getDelegateMapOfType(Class<T>) - Method in class nablarch.core.util.map.MapWrapper
このインスタンスが処理を委譲しているMapのうち、 指定した型のものを返す。
getDelegates(TData, ExecutionContext) - Method in class nablarch.fw.handler.MethodBinding
このラッパーが処理を移譲するオブジェクトのリストを返す。 対象となるオブジェクトが存在しない場合は空の配列を返す。
getDelegates(TData, ExecutionContext) - Method in interface nablarch.fw.HandlerWrapper
このラッパーが処理を移譲するオブジェクトのリストを返す。 対象となるオブジェクトが存在しない場合は空の配列を返す。
getDelegates(TData, ExecutionContext) - Method in class nablarch.fw.Interceptor.Impl
このラッパーが処理を移譲するオブジェクトのリストを返す。 対象となるオブジェクトが存在しない場合は空の配列を返す。
getDelegates(TRequest, ExecutionContext) - Method in class nablarch.fw.RequestHandlerEntry
このラッパーが処理を移譲するオブジェクトのリストを返す。 対象となるオブジェクトが存在しない場合は空の配列を返す。
getDeleteSql() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlTable
バージョン番号を削除するSQL文を取得する。
getDeleteSqlTemplate() - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
バージョン番号を削除するSQL文のテンプレートを取得する。
getDescSortSubmitCss() - Method in class nablarch.common.web.tag.CustomTagConfig
pagingSortSubmitタグのdescSortSubmitCss属性のデフォルト値を取得する。
getDestination() - Method in class nablarch.fw.messaging.InterSystemMessage
この電文の宛先キューの論理名を取得する。 MessagingContext.send(SendingMessage) メソッドでは、この戻り値に対応する 宛先に送信される。
getDestination() - Method in class nablarch.fw.messaging.MessageSenderSettings
送信キュー名(論理名)を取得する。
getDialect() - Method in class nablarch.core.db.connection.BasicDbConnection
 
getDialect() - Method in interface nablarch.core.db.connection.TransactionManagerConnection
コネクションのDefaultDialectを取得する。
getDialect() - Method in class nablarch.core.db.DbExecutionContext
SQL方言を取得する。
getDir() - Method in class nablarch.core.repository.di.config.xml.schema.ConfigFile
Gets the value of the dir property.
getDir() - Method in class nablarch.core.repository.di.config.xml.schema.Import
Gets the value of the dir property.
getDirective() - Method in class nablarch.core.dataformat.LayoutDefinition
ディレクティブの定義を取得する。
getDirectory() - Method in class nablarch.fw.web.ResourceLocator
パスからディレクトリを表す部分を返す。
getDispatchingClass() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
ディスパッチ先クラスを取得する。
getDisplayControlCheckers() - Method in class nablarch.common.web.tag.CustomTagConfig
サブミットを行うタグの表示制御を行う際に使用する条件のデフォルト値を取得する。
getDisplayMethod() - Method in class nablarch.common.web.tag.CustomTagConfig
サブミットを行うタグの表示制御方法のデフォルト値を取得する。
getDisplayMethod() - Method in class nablarch.common.web.tag.SubmissionInfo
該当するサブミットタグの表示方法を取得する。
getDomain() - Method in class nablarch.fw.web.HttpCookie
このクッキーが送信されるドメイン階層を返す。
getDomainAnnotation() - Method in class nablarch.core.validation.domain.DomainValidationHelper
ドメインを表すアノテーションのクラスを取得する。
getDomainBean() - Method in interface nablarch.core.validation.ee.DomainManager
ドメインバリデーションに使用するドメイン定義BeanのClassを取得する。
getDomainDefinition(Annotation) - Method in class nablarch.core.validation.domain.DomainValidationHelper
アノテーションのvalue属性に指定された値を取得する。
getDomainValidationHelper() - Method in class nablarch.core.validation.domain.DomainValidator
ドメインを表すアノテーションのクラスを取得する。
getDoubleSubmissionTokenParameterName() - Method in class nablarch.common.web.WebConfig
二重サブミット防止トークンをHTMLに埋め込む際にinput要素のname属性に設定する名前を取得する。
getDoubleSubmissionTokenRequestAttributeName() - Method in class nablarch.common.web.WebConfig
二重サブミット防止トークンをリクエストスコープに格納する際に使用するキーを取得する。
getDoubleSubmissionTokenSessionAttributeName() - Method in class nablarch.common.web.WebConfig
二重サブミット防止トークンをセッションスコープに格納する際に使用するキーを取得する。
getDynamicBooleanAttributes() - Method in class nablarch.common.web.tag.CustomTagConfig
動的属性でBooleanとして扱う属性を取得する。
getEffectiveDateFromColumnName() - Method in class nablarch.common.permission.schema.GroupSystemAccountTableSchema
有効日(From)カラムの名前を取得する。
getEffectiveDateFromColumnName() - Method in class nablarch.common.permission.schema.SystemAccountTableSchema
有効日(From)カラムの名前を取得する。
getEffectiveDateToColumnName() - Method in class nablarch.common.permission.schema.GroupSystemAccountTableSchema
有効日(To)カラムの名前を取得する。
getEffectiveDateToColumnName() - Method in class nablarch.common.permission.schema.SystemAccountTableSchema
有効日(To)カラムの名前を取得する。
getElementLabelPattern() - Method in class nablarch.common.web.tag.CustomTagConfig
selectタグ、radioButtonsタグ、checkboxesタグのelementLabelPattern属性のデフォルト値を取得する。
getElementTag(HtmlAttributes, String) - Method in enum class nablarch.common.web.tag.ListFormat
リスト要素のタグを取得する。
getEncode() - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamReader
エンコードを取得する。
getEncoder() - Method in class nablarch.fw.web.download.encorder.DownloadFileNameEncoderEntry
ファイル名のエンコーダを取得する。
getEncoder(String) - Method in class nablarch.fw.web.download.encorder.DownloadFileNameEncoderFactory
User-Agentに対応するエンコーダを取得する。
User-Agentヘッダのパターンとエンコーダの関連は、downloadFileNameEncoderEntriesプロパティより取得する。
getEncoding() - Method in class nablarch.core.dataformat.CharacterReplacementConfig
寄せ字処理の際に使用するエンコーディングを取得する。
getEncoding() - Method in class nablarch.core.dataformat.FieldDefinition
フィールドの文字エンコーディングを返却する。
getEncoding() - Method in class nablarch.core.repository.di.config.xml.schema.ConfigFile
Gets the value of the encoding property.
getEncoding() - Method in class nablarch.fw.jaxrs.BodyConverterSupport.ContentType
ContentTypeに指定されたエンコーディングを返す。
getEndFreeMemory() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
空きメモリ量(終了時)を取得する。
getEndLogFormat() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
終了ログのフォーマットを取得する。
getEndLogItems() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
終了ログ用のログ出力項目を生成する。
getEndLogMsg(int, long) - Method in class nablarch.fw.launcher.logging.LauncherJsonLogFormatter
終了ログを生成する。
getEndLogMsg(int, long) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
終了ログを生成する。
getEndLogMsg(int, long) - Static method in class nablarch.fw.launcher.logging.LauncherLogUtil
終了ログのメッセージを生成し返却する。
getEndPosition() - Method in class nablarch.core.db.support.ListSearchInfo
検索結果の取得終了位置を取得する。
getEndTime() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
終了日時を取得する。
getEndTime() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
終了日時を取得する。
getEndTime() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
終了日時を取得する。
getEndUsedMemory() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
使用メモリ量(終了時)を取得する。
getEntity() - Method in class nablarch.fw.jaxrs.EntityResponse
エンティティを取得する。
getEntry() - Method in class nablarch.core.repository.di.config.xml.schema.Map
Gets the value of the entry property.
getError() - Method in class nablarch.core.log.basic.LogContext
エラー情報を取得する。
getErrorCode() - Method in exception nablarch.core.db.DbAccessException
エラーコードを取得する。
getErrorCss() - Method in class nablarch.common.web.tag.CustomTagConfig
errorタグと入力項目タグのerrorCss属性のデフォルト値を取得する。
getErrorMessageRequestAttributeName() - Method in class nablarch.common.web.WebConfig
エラーメッセージをリクエストスコープに格納する際に使用するキーを取得する。
getErrorMessages() - Method in class nablarch.fw.web.upload.util.BulkValidationResult
エラーメッセージを取得する。
getErrorVersions() - Method in exception nablarch.common.exclusivecontrol.OptimisticLockException
楽観的ロックエラーが発生したバージョン番号を取得する。
getEstimatedEndTime() - Method in class nablarch.fw.batch.progress.Progress
終了予測時間を返す。
getEvenValue() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのevenValue属性のデフォルト値を取得する。
getException() - Method in class nablarch.fw.ExecutionContext
リクエストスコープから例外を取得する。
getExclusiveControlTableHolder(String, String, String...) - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
排他制御用テーブルに対応したExclusiveControlTableを取得する。
getExclusiveControlTableHolder(ExclusiveControlContext) - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
排他制御用テーブルに対応したExclusiveControlTableを取得する。
getExclusiveControlTableHolder(Version) - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
排他制御用テーブルに対応したExclusiveControlTableを取得する。
getExecuteTime() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
実行時間を取得する。
getExecuteTime() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.LauncherLogContext
処理時間を取得する。
getExecutionId() - Method in class nablarch.core.log.basic.LogContext
LogContext作成時点の実行時IDを取得する。
getExecutionId() - Static method in class nablarch.core.ThreadContext
スレッドローカルから実行時IDを取得する。
getExecutionTime() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
実行時間を取得する。
getExecutionTime() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
実行時間を取得する。
getExecutionTime() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
実行時間を取得する。
getExecutorService() - Method in class nablarch.fw.invoker.AbstractExecutorServiceFactory
 
getExecutorService() - Method in interface nablarch.fw.invoker.ExecutorServiceFactory
ExecutorServiceを取得する。
getExistBodyHttpMethod() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
送信にbody部が存在するHTTPメソッドのリストを取得する。
getExitCode() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.LauncherLogContext
終了コードを取得する。
getExitStatus() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
終了ステータスを取得する。
getExpirationDatetimeName() - Method in class nablarch.common.web.session.store.UserSessionSchema
有効期限(DATETIME)カラムの名前を取得する。
getExpiredDate(String) - Method in class nablarch.core.cache.expirable.BasicExpirationSetting
指定されたIDの有効期限を取得する。
getExpiredDate(String) - Method in interface nablarch.core.cache.expirable.ExpirationSetting
指定されたIDの有効期限を取得する。
getExpiresMilliSeconds() - Method in class nablarch.common.web.session.SessionStore
有効期限(単位:ミリ秒)で取得する。
getExpiryTimeSec() - Method in class nablarch.core.db.transaction.JdbcTransactionTimeoutHandler
トランザクションタイムアウト時間までの残り秒数を取得する。
getExtensionConvertor() - Method in class nablarch.core.beans.BasicConversionManager
 
getExtensionConvertor() - Method in interface nablarch.core.beans.ConversionManager
拡張の型変換リストを返す。
getFailureCode() - Method in class nablarch.core.log.app.FailureLogFormatter.FailureLogContext
障害コードを取得する。
getFailureCode(String, Throwable) - Method in class nablarch.core.log.app.FailureLogFormatter
ログ出力に使用する障害コードを取得する。
getFetchDirection() - Method in class nablarch.core.db.statement.BasicSqlPStatement
getFetchDirection() - Method in interface nablarch.core.db.statement.SqlPStatement
getFetchSize() - Method in class nablarch.core.db.statement.BasicSqlPStatement
Statement.getFetchSize()のラッパー。
getFetchSize() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
フェッチ件数を取得する。
getFetchSize() - Method in interface nablarch.core.db.statement.SqlStatement
Statement.getFetchSize()のラッパー。
getField() - Method in class nablarch.core.dataformat.convertor.datatype.DataType
フィールド定義を取得する。
getField() - Method in class nablarch.core.dataformat.convertor.value.ValueConvertorSupport
フィールド定義を取得する。
getField() - Method in class nablarch.core.db.statement.autoproperty.FieldAnnotationHandlerSupport.FieldHolder
フィールドを取得する。
getField(Object, String) - Static method in class nablarch.core.db.util.DbUtil
指定されたオブジェクトの特定のフィールドの値を返却する。
getFieldConfigList() - Method in class nablarch.common.databind.fixedlength.RecordConfig
このレコードのフィールド定義を返す。
getFieldConverter() - Method in class nablarch.common.databind.fixedlength.FieldConfig
フィールドコンバータを返す。
getFieldList(Object, Class<T>) - Method in class nablarch.core.db.statement.autoproperty.FieldAnnotationHandlerSupport
指定されたアノテーションが設定されているフィールド情報を取得する。
指定されたオブジェクトに、指定されたアノテーションが設定されているフィールドが存在しない場合は、空のリストを返す。
getFieldName() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
エラーが発生したフィールド名を取得する。
getFields() - Method in class nablarch.core.dataformat.RecordDefinition
本レコードタイプに定義されているすべてのフィールド定義を返却する。
getFieldSeparator() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
列区切り文字を取得する。
getFieldSeparator(Map<String, Object>) - Static method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter.VariableLengthDirective
フィールド区切り文字を取得する。
getFile() - Method in class nablarch.common.mail.AttachedFile
メール添付ファイルを取得する。
getFile() - Method in class nablarch.common.mail.MailAttachedFileTable.MailAttachedFile
ファイルのデータを取得する。
getFile() - Method in class nablarch.core.repository.di.config.xml.schema.ConfigFile
Gets the value of the file property.
getFile() - Method in class nablarch.core.repository.di.config.xml.schema.Import
Gets the value of the file property.
getFile(String, String) - Method in class nablarch.core.util.FilePathSetting
指定されたベースパスの直下に存在するファイルの抽象パスを取得する。 ファイルが存在しない場合は新たにファイルを作成してその抽象パスを返却する。
getFileExtensions() - Method in class nablarch.core.util.FilePathSetting
ベースパスの論理名と拡張子との対応を収めたMapを取得する。
getFileIfExists(String, String) - Method in class nablarch.core.util.FilePathSetting
指定されたベースパスの直下に存在するファイルの抽象パスを取得する。 その抽象パスを返却する。ファイルが存在しない場合はnullを返却する。
getFileName() - Method in class nablarch.common.mail.MailAttachedFileTable.MailAttachedFile
ファイル名を取得する。
getFileName() - Method in class nablarch.fw.web.upload.PartInfo
ファイル名を取得する。
例えば、ユーザが"C:\doc\myPicture.jpg"というファイルをアップロードした場合、 本メソッドの戻り値は"myPicture.jpg"となる。
getFileNameJoinExtension(String, String) - Method in class nablarch.core.util.FilePathSetting
ベースパスの論理名に対応する拡張子が存在する場合、ファイル名と拡張子を結合した文字列を返却する。 対応する拡張子が存在しない場合は、引数のファイル名をそのまま返却する。
getFilePath() - Method in class nablarch.core.dataformat.CharacterReplacementConfig
寄せ字変換定義ファイルのパスを取得する。
getFilePath() - Method in exception nablarch.core.dataformat.SyntaxErrorException
構文エラーが発生したフォーマット定義ファイルのパスを取得する。
getFilePath() - Static method in class nablarch.core.log.app.AppLogUtil
各種ログ設定のファイルパスを取得する。
getFilePath() - Method in class nablarch.core.log.basic.ObjectSettings
ログ出力の設定を読み込む際に使用したファイルパスを取得する。
getFilePath() - Method in class nablarch.core.log.LogSettings
プロパティファイルのファイルパスを取得する。
getFileReader() - Method in class nablarch.fw.reader.FileDataReader
FileRecordReaderオブジェクトを取得する。
getFileType() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
このフォーマッタが取り扱うファイル種別を返却する。
getFileType(Map<String, Object>) - Static method in class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
ファイルタイプを取得する
getFileWithoutCreate(String, String) - Method in class nablarch.core.util.FilePathSetting
指定されたベースパスの直下に存在するファイルの抽象パスを取得する。
getFillChar() - Method in class nablarch.common.databind.fixedlength.FixedLengthDataBindConfig
未定義部の埋め文字を返す。
getFirstPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
最初のページ番号を取得する。
getFirstSubmitCss() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのfirstSubmitCss属性のデフォルト値を取得する。
getFirstSubmitLabel() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのfirstSubmitLabel属性のデフォルト値を取得する。
getFirstSubmitName() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのfirstSubmitName属性のデフォルト値を取得する。
getFirstSubmitTag() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのfirstSubmitTag属性のデフォルト値を取得する。
getFirstSubmitType() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのfirstSubmitType属性のデフォルト値を取得する。
getFixedSignPosition(Map<String, Object>) - Static method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
符号位置の固定/非固定のデフォルト設定を取得する。
getFormat() - Method in class nablarch.core.util.FormatSpec
元々のフォーマット文字列を取得する。
getFormat(ObjectSettings) - Method in class nablarch.core.log.basic.BasicLogFormatter
フォーマットを取得する。
getFormatAnnotation(Annotation) - Method in class nablarch.core.validation.ValidationManager
Convertorに渡すフォーマットを指定するアノテーションを取得する。
getFormatByTagName(String) - Static method in enum class nablarch.common.web.tag.ListFormat
リスト表示に使用するフォーマットを取得する。
getFormatClass() - Method in class nablarch.core.text.DateTimeFormatter
 
getFormatClass() - Method in class nablarch.core.text.DateTimeStrFormatter
 
getFormatClass() - Method in interface nablarch.core.text.Formatter
フォーマット対象のクラスを取得する
getFormatClass() - Method in class nablarch.core.text.NumberFormatter
 
getFormatClass() - Method in class nablarch.core.text.NumberStrFormatter
 
getFormatDir() - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
フォーマット定義ファイルの配置ディレクトリを示す論理名を取得する。
getFormatDir() - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
フォーマット定義ファイルの格納ディレクトリ(論理名)を取得する。
getFormatFileDirName() - Method in class nablarch.fw.action.FileBatchActionBase
フォーマット定義ファイル配置先の論理名を返す。
getFormatFileName() - Method in class nablarch.fw.action.FileBatchActionBase
入力ファイルを読み込む際に使用するフォーマット定義ファイルのファイル名を返す。
getFormatFilePath() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
入出力時に使用していたフォーマットファイルのパスを取得する。
getFormatOfPattern() - Method in class nablarch.core.util.FormatSpec
パターンのフォーマットを取得する。
getFormats() - Static method in enum class nablarch.common.web.tag.ListFormat
リスト表示に使用するフォーマットを取得する。
getFormatSpec(ValidationContext<T>, String) - Static method in class nablarch.core.validation.convertor.ConversionUtil
変換前文字列のMapからプロパティに対するフォーマット仕様を取得する。
getFormatSpec(ValidationContext<T>, String, String) - Method in class nablarch.common.date.AbstractDateStringConverter
プロパティの変換に使用するフォーマット仕様を取得する。
getFormattedLabel(Object, String) - Method in class nablarch.common.web.tag.CodeTagWriterSupport
 
getFormattedLabel(Object, String) - Method in class nablarch.common.web.tag.ListTagWriterSupport
整形済みのラベルを取得する。
getFormattedLabel(Object, String) - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
整形済みのラベルを取得する。
getFormattedLogItems(Map<String, LogItem<SqlLogFormatter.SqlLogContext>>, Map<String, String>, String, String) - Method in class nablarch.core.db.statement.SqlLogFormatter
フォーマット済みのログ出力項目を取得する。
getFormattedLogItems(Map<String, LogItem<MessagingLogFormatter.MessagingLogContext>>, Map<String, String>, String, String) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
フォーマット済みのログ出力項目を取得する。
getFormattedValue(ServletExecutionContext) - Method in class nablarch.fw.web.handler.secure.ContentSecurityPolicyHeader
セキュアハンドラでnonceが自動生成されている場合は、プレースホルダーをnonceに置換する。 自動生成されていない場合は、プレースホルダーをそのまま返す。
getFormatter() - Method in class nablarch.core.log.basic.LogWriterSupport
LogFormatterを取得する。
getFormatter() - Method in class nablarch.fw.messaging.InterSystemMessage
メッセージボディのフォーマット定義を返す。
getFormatter() - Method in class nablarch.fw.messaging.StandardFwHeaderDefinition
フレームワーク制御ヘッダーのフォーマット定義を返す。
getFormatter() - Method in class nablarch.fw.web.upload.util.BulkValidator
レコードフォーマッタを取得する。
特殊な要件のため、独自のアップロード処理をおこなわなければならない場合、 本メソッドで取得したDataRecordFormatterを使用して、 任意の処理を実行できる。
getFormatter(String) - Method in class nablarch.fw.messaging.reader.StructuredFwHeaderDefinition
フレームワーク制御ヘッダーのフォーマット定義を返す。
getFormatter(String, FilePathSetting, FormatterFactory) - Method in class nablarch.fw.messaging.reader.StructuredFwHeaderDefinition
指定されたFilePathSettingインスタンスを使用して フレームワーク制御ヘッダーのフォーマット定義を返す。
getFormatter(String, MessageSenderSettings.SettingType, String, String) - Method in class nablarch.fw.messaging.MessageSenderSettings
指定されたフォーマット名に対応するフォーマッタを取得する。
getFormatter(FilePathSetting, FormatterFactory) - Method in class nablarch.fw.messaging.StandardFwHeaderDefinition
指定されたFilePathSettingインスタンスを使用して フレームワーク制御ヘッダーのフォーマット定義を返す。
getFormatterName() - Method in class nablarch.core.text.DateTimeFormatter
 
getFormatterName() - Method in class nablarch.core.text.DateTimeStrFormatter
 
getFormatterName() - Method in interface nablarch.core.text.Formatter
フォーマッタの名前を取得する
getFormatterName() - Method in class nablarch.core.text.NumberFormatter
 
getFormatterName() - Method in class nablarch.core.text.NumberStrFormatter
 
getFormatters() - Method in class nablarch.core.text.FormatterConfig
フォーマッタのリストを取得する。
getFormClassName() - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
フォームクラス名を取得する。
getFormClassPackage() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
Formクラスの配置パッケージを取得する。
getFormClassSuffix() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
Formクラスのサフィックスを取得する。
getFormContext(PageContext) - Static method in class nablarch.common.web.tag.TagUtil
ページコンテキストからフォームコンテキストを取得する。
getFrameworkFailureCode(Throwable) - Method in class nablarch.core.log.app.FailureLogFormatter
フレームワーク用の障害コード変換情報から障害コードを取得する。
getFreeMemory() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
空きメモリ量(開始時)を取得する。
getFreeMemory() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
空きメモリ量(開始時)を取得する。
getFrom() - Method in class nablarch.common.mail.MailContext
送信元メールアドレスを取得する。
getFrom() - Method in class nablarch.common.mail.MailRequestTable.MailRequest
送信者のアドレスを取得する。
getFromCache(K) - Method in class nablarch.core.cache.expirable.ExpirableCacheTemplate
キャッシュから値を取得する。
getFromCache(K) - Method in class nablarch.core.cache.expirable.InMemoryExpirableCache
キャッシュから値を取得する。
getFromOfConvertGroupAnnotation() - Method in class nablarch.fw.jaxrs.JaxRsContext
リソースメソッドに設定されているConvertGroupfrom属性の値を取得する。
getFwFailureCodes(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
フレームワーク用の障害コード変換情報を取得する。 プロパティファイルのキー名の長さで降順にソートして返す。
getFwHeader() - Method in class nablarch.fw.messaging.RequestMessage
フレームワーク制御ヘッダの内容を返す。
getFwHeader() - Method in class nablarch.fw.messaging.ResponseMessage
フレームワーク制御ヘッダを取得する。
getGeneratedKeys() - Method in class nablarch.core.db.statement.BasicSqlPStatement
getGeneratedKeys() - Method in interface nablarch.core.db.statement.SqlPStatement
getGeneratedValueColumn() - Method in class nablarch.common.dao.EntityMeta
採番カラムを返す。
getGenerationType() - Method in class nablarch.common.dao.ColumnMeta
IDジェネレータのタイプを取得する。
getGeneratorName() - Method in class nablarch.common.dao.ColumnMeta
IDジェネレータの名前を取得する。
getGetterMethod(Class<?>, String) - Static method in class nablarch.core.util.ObjectUtil
getterメソッドを検索する。
getGetterMethodName(String) - Static method in class nablarch.core.util.ObjectUtil
プロパティ名からgetterメソッド名を取得する。
getGetterMethods(Class<?>) - Static method in class nablarch.core.util.ObjectUtil
クラスにあるgetterのリストを取得する。
getGlobalMessages() - Method in class nablarch.fw.web.message.ErrorMessages
グローバルなメッセージ(プロパティに紐付かないメッセージ)をすべて返す。
getGroupIdColumnName() - Method in class nablarch.common.permission.schema.GroupAuthorityTableSchema
グループIDカラムの名前を取得する。
getGroupIdColumnName() - Method in class nablarch.common.permission.schema.GroupSystemAccountTableSchema
グループIDカラムの名前を取得する。
getGroupIdColumnName() - Method in class nablarch.common.permission.schema.GroupTableSchema
グループIDカラムの名前を取得する。
getGroupSequence() - Method in interface nablarch.core.validation.ee.GroupSequenceManager
GroupSequenceを定義したインタフェースのClassを取得する。
getHandleMethod(String) - Method in class nablarch.fw.handler.MethodBinding
委譲対象オブジェクトのメソッドの中から、与えられたメソッド名をもち、 かつ、Handler.handle() メソッドと互換なシグニチャを持てばtrueを返す。 すなわち、以下の条件を満たすメソッドを返す。
getHandlerClass(Request<?>, ExecutionContext) - Method in class nablarch.fw.handler.RequestPathJavaPackageMapping
処理を委譲するハンドラの型を決定する。
getHandlerClass(TData, ExecutionContext) - Method in class nablarch.fw.handler.DispatchHandler
処理を委譲するハンドラの型を決定する。
getHandlerList() - Method in class nablarch.fw.invoker.BasicPipelineListBuilder
 
getHandlerList() - Method in interface nablarch.fw.invoker.PipelineListBuilder
ハンドラリストを取得する。
getHandlerList(TData) - Method in class nablarch.fw.invoker.BasicHandlerListBuilder
 
getHandlerList(TData) - Method in class nablarch.fw.invoker.BasicHandlerListInvoker
実行対象となるハンドラリストを取得する。
getHandlerList(TData) - Method in interface nablarch.fw.invoker.HandlerListBuilder
ハンドラリストを取得する。
getHandlerOf(Class<T>) - Method in class nablarch.fw.HandlerQueueManager
ハンドラキュー上の各ハンドラのうち、 指定されたクラスのものを返す。
getHandlerQueue() - Method in class nablarch.fw.ExecutionContext
 
getHandlerQueue() - Method in class nablarch.fw.HandlerQueueManager
現在のハンドラキューの内容を返す。
getHandlerQueue() - Method in class nablarch.fw.launcher.Main
 
getHandlerQueue() - Method in class nablarch.fw.web.servlet.WebFrontController
 
getHankakuKanaChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
Deprecated.
全ての半角カナ文字を取得する。
getHasNextPage() - Method in class nablarch.core.db.support.ListSearchInfo
次のページが存在するか否かを取得する。
getHasPrevPage() - Method in class nablarch.core.db.support.ListSearchInfo
前のページが存在するか否かを取得する。
getHeader(String) - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
getHeader(String) - Method in class nablarch.fw.messaging.InterSystemMessage
ヘッダーの値を返す。
getHeader(String) - Method in class nablarch.fw.web.HttpRequest
HTTPリクエストヘッダの値を返す。
getHeader(String) - Method in class nablarch.fw.web.HttpResponse
HTTPレスポンスヘッダの値を返す。
getHeader(String) - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
 
getHeader(String) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
getHeaderFormatName() - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
ヘッダ部のフォーマット定義ファイル名を取得する。
getHeaderFormatName() - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
ヘッダフォーマット名を取得する。
getHeaderFormatter() - Method in class nablarch.fw.messaging.MessageSenderSettings
ヘッダのフォーマッタ(送信電文と受信電文で共通)を取得する。
getHeaderInfo() - Method in class nablarch.fw.messaging.realtime.http.dto.HttpResult
Httpヘッダを取得する。
getHeaderInfo() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
受信したヘッダ情報を取得する。
getHeaderItemList() - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
ヘッダに設定する項目のリストを取得する。
getHeaderMap() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
getHeaderMap() - Method in class nablarch.fw.messaging.InterSystemMessage
ヘッダーの一覧をMap形式で返す。
getHeaderMap() - Method in class nablarch.fw.web.HttpRequest
HTTPリクエストヘッダを格納したMapを取得する。
getHeaderMap() - Method in class nablarch.fw.web.HttpResponse
HTTPレスポンスヘッダを格納するMapを返す。
getHeaderMap() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
 
getHeaderMap() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
HTTPヘッダーのMapを返す。
getHeaderName() - Static method in class nablarch.common.web.csrf.CsrfTokenUtil
CSRFトークンをHTTPリクエストヘッダーへ設定する際に使用する名前を取得する。
getHeaderNames() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
getHeaderRecord() - Method in class nablarch.fw.messaging.SyncMessage
ヘッダレコードを取得する。
getHeaderTitles() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
ヘッダー行(タイトル行)に出力するタイトルのリスト。
getHiddenTagInfo(String) - Method in class nablarch.common.web.tag.FormContext
指定されたname属性の値を持つhiddenタグの情報を取得する。
getHiddenTagInfoList() - Method in class nablarch.common.web.tag.FormContext
フォームに含まれるhiddenタグの情報を取得する。
getHost() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
getHost() - Method in class nablarch.fw.web.HttpRequest
HTTPリクエストのホストヘッダを取得する。
getHostname() - Method in class nablarch.fw.web.ResourceLocator
パスのホスト部を返す。 ポート番号が設定されている場合には、ポート番号を含んだ値を返す。
getHttpConnectTimeout() - Method in class nablarch.fw.messaging.MessageSenderSettings
HTTP通信用接続タイムアウトを取得する。
getHttpCookies() - Method in class nablarch.fw.web.HttpResponse
サーバ側から送信されたクッキーのリストをHttpCookieとして取得する。 HttpCookieは同じ属性を持つ複数のクッキーを保持する仕様であるため、 クッキーの属性が各々異なることを考慮し、リストとして返却する。
getHttpMessageIdGenerator() - Method in class nablarch.fw.messaging.MessageSenderSettings
HTTP通信時に使用するメッセージID採番コンポーネントを取得する。
getHttpMessagingUserId() - Method in class nablarch.fw.messaging.MessageSenderSettings
リアルタイム通信で使用するユーザIDを取得する。
getHttpMethod() - Method in class nablarch.fw.messaging.MessageSenderSettings
HTTPMethodを取得する。
getHttpProxyHost() - Method in class nablarch.fw.messaging.MessageSenderSettings
HTTP通信時に使用するProxyのホストを取得する。
getHttpProxyPort() - Method in class nablarch.fw.messaging.MessageSenderSettings
HTTP通信時に使用するProxyのポートを取得する。
getHttpReadTimeout() - Method in class nablarch.fw.messaging.MessageSenderSettings
HTTP通信用読み取りタイムアウトを取得する。
getHttpReceivedMessageLog(ReceivedMessage, Charset) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter
同期送信処理開始時に出力されるログ文字列を生成する。
getHttpReceivedMessageLog(ReceivedMessage, Charset) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
同期送信処理開始時に出力されるログ文字列を生成する。
getHttpReceivedMessageLog(ReceivedMessage, Charset) - Static method in class nablarch.fw.messaging.logging.MessagingLogUtil
HTTP電文受信時に出力するログの内容を返す。
getHttpRequest() - Method in class nablarch.fw.web.servlet.ServletExecutionContext
HTTPリクエストオブジェクトを返す。
getHttpRequestBuilder() - Method in class nablarch.test.core.http.SimpleRestTestSupport
システムリポジトリからRestMockHttpRequestBuilderを取得する。
getHttpSentMessageLog(SendingMessage, Charset) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter
同期送信処理開始時に出力されるログ文字列を生成する。
getHttpSentMessageLog(SendingMessage, Charset) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
同期送信処理開始時に出力されるログ文字列を生成する。
getHttpSentMessageLog(SendingMessage, Charset) - Static method in class nablarch.fw.messaging.logging.MessagingLogUtil
HTTP電文送信時に出力するログの内容を返す。
getHttpVersion() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
getHttpVersion() - Method in class nablarch.fw.web.HttpRequest
HTTPバージョン名を返す。
getHttpVersion() - Method in class nablarch.fw.web.HttpResponse
HTTPバージョンを表す文字列を返す。
getHttpVersion() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
 
getIbmExtendedChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
Deprecated.
全てのIBM拡張文字を取得する。
getId() - Method in class nablarch.common.web.session.Session
セッションIDを取得する。
getId() - Method in class nablarch.core.message.BasicStringResource
文字列リソースのメッセージIDを取得する。
getId() - Method in interface nablarch.core.message.StringResource
文字列リソースのメッセージIDを取得する。
getId() - Method in class nablarch.core.repository.di.ComponentDefinition
コンポーネントのIDを取得する。
getId() - Method in class nablarch.core.repository.di.config.ListElementDefinition
コンポーネントIDを取得する。
getId() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
getId(Map<String, String>) - Method in class nablarch.core.db.statement.BasicSqlLoader
静的データからIDを取得する。
getId(Map<String, Map<String, Object>>) - Method in class nablarch.core.db.statement.autoproperty.FieldAndAnnotationLoader
静的データからIDを生成する(本メソッドは、サポートしない)。
getId(Code) - Method in class nablarch.common.code.BasicCodeLoader
静的データからIDを取得する。
getId(StringResource) - Method in class nablarch.core.message.BasicStringResourceLoader
静的データからIDを取得する。
getId(StringResource) - Method in class nablarch.core.message.PropertiesStringResourceLoader
 
getId(FormValidationDefinition) - Method in class nablarch.core.validation.FormValidationDefinitionLoader
静的データからIDを取得する。
getId(ExecutionContext) - Static method in class nablarch.common.web.session.InternalSessionUtil
InternalSessionUtil.setId(ExecutionContext, String)で保存したセッションストアIDを取得する。
getId(T) - Method in interface nablarch.core.cache.StaticDataLoader
静的データからIDを取得する。
getIdColumnName() - Method in class nablarch.common.code.schema.CodeNameSchema
IDカラムの名前を取得する。
getIdColumnName() - Method in class nablarch.common.code.schema.CodePatternSchema
コードIDカラムの名前を取得する。
getIdColumns() - Method in class nablarch.common.dao.EntityMeta
IDカラム(主キーカラム)のリストを返す。
getIfNotExpired(K) - Method in interface nablarch.core.cache.expirable.ExpirableCache
キャッシュから値を取得する。 キャッシュに値が存在しない場合または有効期限切れの場合はnullを返却する。
getIfNotExpired(K) - Method in class nablarch.core.cache.expirable.ExpirableCacheTemplate
キャッシュから値を取得する。 キャッシュに値が存在しない場合または有効期限切れの場合はnullを返却する。
getIgnoreBlankLines(Map<String, Object>) - Static method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter.VariableLengthDirective
空行をスキップするかどうかの設定を取得する。
getImportOrConfigFileOrComponent() - Method in class nablarch.core.repository.di.config.xml.schema.ComponentConfiguration
Gets the value of the importOrConfigFileOrComponent property.
getIncludeContext(PageContext) - Static method in class nablarch.common.web.tag.IncludeContext
ページコンテキストからインクルードコンテキストを取得する。
getIndexNames() - Method in class nablarch.common.code.BasicCodeLoader
全てのインデックス名を取得する。
getIndexNames() - Method in interface nablarch.core.cache.StaticDataLoader
全てのインデックス名を取得する。
getIndexNames() - Method in class nablarch.core.db.statement.autoproperty.FieldAndAnnotationLoader
作成する全てのインデックス名を取得する(本メソッドは、サポートしない)。
getIndexNames() - Method in class nablarch.core.db.statement.BasicSqlLoader
全てのインデックス名を取得する。
getIndexNames() - Method in class nablarch.core.message.BasicStringResourceLoader
全てのインデックス名を取得する。
getIndexNames() - Method in class nablarch.core.message.PropertiesStringResourceLoader
 
getIndexNames() - Method in class nablarch.core.validation.FormValidationDefinitionLoader
全てのインデックス名を取得する。
getInitializedComponent() - Method in class nablarch.core.repository.di.ComponentHolder
初期化済みコンポーネントを取得する。
getInitialVersion() - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
初期バージョン番号を取得する。
getInjectionType() - Method in class nablarch.core.repository.di.ComponentReference
自動インジェクションのタイプを取得する。
getInjector() - Method in class nablarch.core.repository.di.ComponentDefinition
コンポーネントで使用するComponentInjectorを取得する。
getInlineSubmissionScripts() - Method in class nablarch.common.web.tag.FormContext
これまでに登録されたサブミット用のスクリプト群を返却する。
getInputName() - Method in class nablarch.common.web.tag.ChangeParamNameTag.ChangeParamName
変更元となる元画面のinput要素のname属性を取得する。
getInputNames() - Method in class nablarch.common.web.tag.FormContext
フォームに含まれる入力項目のname属性を取得する。
getInputSourcePath() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
例外発生原因となった入出力元(ファイルなど)のパスを取得する。
getInputStream() - Method in class nablarch.fw.web.ResourceLocator
リソースの内容をストリームで読み出すためのInputStreamを返す。
getInputStream() - Method in class nablarch.fw.web.ResponseBody
ボディの内容を格納した入力ストリームを返す。 なお、コンテントパスを使用している場合、以下のケースではnullを返却する。
getInputStream() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
入力ストリームを取得する。
getInputStream() - Method in class nablarch.fw.web.upload.PartInfo
アップロードファイルを開く。
入力ストリームはクライアント側でcloseする必要がある。
getInputString() - Method in class nablarch.core.dataformat.CharacterReplacementResult
変換前文字列を返却する。
getInsertColumnsAndValues(String[], String) - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
INSERT文のカラムと値を取得する。
getInsertSql() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlTable
バージョン番号を追加するSQL文を取得する。
getInsertSqlTemplate() - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
バージョン番号を追加するSQL文のテンプレートを取得する。
getInstance() - Static method in class nablarch.common.io.FileRecordWriterHolder
本クラスのインスタンスをSystemRepositoryより取得する。
getInstance() - Static method in class nablarch.core.dataformat.CharacterReplacementManager
FormatterFactoryクラスのインスタンスをリポジトリより取得する。 リポジトリより取得できなかった場合は、デフォルトで本クラスのインスタンスを返却する。
getInstance() - Static method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
このクラスのインスタンスをリポジトリから取得し、返却する。
getInstance() - Static method in class nablarch.core.dataformat.convertor.JsonDataConvertorSetting
このクラスのインスタンスをリポジトリより取得する。 リポジトリにインスタンスが存在しない場合は、デフォルトの設定で生成したこのクラスのインスタンスを返却する。
getInstance() - Static method in class nablarch.core.dataformat.convertor.VariableLengthConvertorSetting
このクラスのインスタンスをリポジトリより取得する。 リポジトリにインスタンスが存在しない場合は、デフォルトの設定で生成したこのクラスのインスタンスを返却する。
getInstance() - Static method in class nablarch.core.dataformat.convertor.XmlDataConvertorSetting
このクラスのインスタンスをリポジトリより取得する。 リポジトリにインスタンスが存在しない場合は、デフォルトの設定で生成したこのクラスのインスタンスを返却する。
getInstance() - Static method in class nablarch.core.dataformat.FormatterFactory
FormatterFactoryクラスのインスタンスをリポジトリより取得する。 リポジトリより取得できなかった場合は、デフォルトで本クラスのインスタンスを返却する。
getInstance() - Static method in class nablarch.core.util.FilePathSetting
このクラスのインスタンスをリポジトリより取得する。 リポジトリにインスタンスが存在しない場合は、デフォルトの設定で生成したこのクラスのインスタンスを返却する。
getInstance() - Static method in class nablarch.fw.messaging.MessagingContext
カレントスレッドに紐づけられているメッセージングコンテキストを返す。 メッセージングコンテキストが現在のスレッド上に存在しない場合は実行時例外 を送出する。
getInstance() - Static method in class nablarch.fw.reader.ResumePointManager
本クラスのインスタンスを取得する。
getInstance(Class<T>, String[], String[]) - Static method in class nablarch.common.databind.DataBindUtil
Beanのインスタンスを生成する。
getInstanceWithLineNumber(Class<T>, String[], String[], String, long) - Static method in class nablarch.common.databind.DataBindUtil
ファイル行数を持つBeanのインスタンスを生成する。
getInteger(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
 
getInteger(int) - Method in class nablarch.core.db.statement.ResultSetIterator
カレント行の指定されたカラムの値をIntegerで取得する。
getInteger(int) - Method in interface nablarch.core.db.statement.SqlCStatement
getInteger(String) - Method in class nablarch.core.db.statement.SqlRow
指定されたカラムの情報をIntegerとして取得する。
getInterceptor() - Method in class nablarch.fw.Interceptor.Impl
処理対象のInterceptorを取得する。
getInterceptorOf(Annotation) - Static method in class nablarch.fw.Interceptor.Factory
与えられたアノテーションに付与されている Interceptorメタアノテーションを返す。
getInternalRequestId() - Static method in class nablarch.core.ThreadContext
スレッドローカルから内部リクエストIDを取得する。
getIntSetting(String, MessageSenderSettings.SettingType, boolean, Integer) - Method in class nablarch.fw.messaging.MessageSenderSettings
Integer型の設定値を取得する。
getIv() - Method in class nablarch.common.encryption.AesEncryptor.AesContext
IV(イニシャルバリュー)を取得する。
getIv() - Method in class nablarch.common.encryption.Base64Key
IV(128bit)を返す。
getJdbcType() - Method in class nablarch.common.dao.ColumnMeta
JDBCでSQLにバインドするときの型を取得する。
getJisSymbolChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
Deprecated.
JIS第1~2区の記号文字に含まれる全ての全角記号を取得する。
getJobBatchStatus() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
JOBのバッチステータスを取得する。
getJobContext() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
JobContextを返す。
getJobExecution() - Method in class nablarch.fw.batch.ee.JobExecutor
JOBの実行情報を返す。 開始時刻や終了時刻などJOBの詳細を取得したい場合にこのAPIから取得する。
getJobName() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
ジョブ名を取得する。
getJobXmlName() - Method in class nablarch.fw.batch.ee.JobExecutor
JOB XMLファイル名を返す。
getKeepingLanguage(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpCookie
 
getKeepingLanguage(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpSession
 
getKeepingLanguage(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpSupport
保持している言語を取得する。
getKeepingTimeZone(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpCookie
 
getKeepingTimeZone(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSession
 
getKeepingTimeZone(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSupport
保持しているタイムゾーンを取得する。
getKey() - Method in class nablarch.common.encryption.AesEncryptor.AesContext
共通鍵を取得する。
getKey() - Method in class nablarch.common.encryption.Base64Key
共通鍵(128bit)を返す。
getKey() - Method in class nablarch.common.handler.threadcontext.ExecutionIdAttribute
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
getKey() - Method in class nablarch.common.handler.threadcontext.InternalRequestIdAttribute
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
getKey() - Method in class nablarch.common.handler.threadcontext.LanguageAttribute
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
getKey() - Method in class nablarch.common.handler.threadcontext.RequestIdAttribute
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
getKey() - Method in interface nablarch.common.handler.threadcontext.ThreadContextAttribute
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
getKey() - Method in class nablarch.common.handler.threadcontext.TimeZoneAttribute
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
getKey() - Method in class nablarch.common.handler.threadcontext.UserIdAttribute
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
getKey() - Method in class nablarch.common.web.session.SessionEntry
セッションへの登録キーを取得する。
getKey() - Method in class nablarch.core.repository.di.config.MapEntryDefinition
キーの文字列表現を取得する。
getKey() - Method in class nablarch.core.repository.di.config.xml.schema.Entry
Gets the value of the key property.
getKeyComponent() - Method in class nablarch.core.repository.di.config.xml.schema.Entry
Gets the value of the keyComponent property.
getKeyId() - Method in class nablarch.core.repository.di.config.MapEntryDefinition
キーのコンポーネントIDを取得する。
getKeyName() - Method in class nablarch.core.repository.di.config.xml.schema.Entry
Gets the value of the keyName property.
getKeyRef() - Method in class nablarch.core.repository.di.config.MapEntryDefinition
キーの参照名を取得する。
getKeys() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
オブジェクトにマッピングする際に使用するキーのリストを取得する。
getKeys() - Method in class nablarch.common.web.compositekey.CompositeKey
全てのキーを取得する。
getKeyType() - Method in class nablarch.core.repository.di.config.MapEntryDefinition
キーの種類を取得する。
getLabel() - Method in class nablarch.common.web.tag.CheckedInputTagSupport
ラベルを取得する。
getLabel() - Method in class nablarch.common.web.tag.CodeCheckboxTag
 
getLang() - Method in class nablarch.common.mail.TemplateMailContext
言語を取得する。
getLangColumnName() - Method in class nablarch.common.code.schema.CodeNameSchema
言語カラムの名前を取得する。
getLanguage() - Static method in class nablarch.core.ThreadContext
スレッドローカルから言語を取得する。
getLastAccessedTime() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
getLastPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
最終ページの番号を取得する。
getLastReadData() - Method in class nablarch.fw.ExecutionContext
この実行コンテキストが最後に読み込んだデータオブジェクトを返す。
getLastRecordNumber() - Method in class nablarch.fw.ExecutionContext
データリーダが、現時点で物理的に読み込んでいるレコードのレコード番号を返却する。
getLastSubmitCss() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのlastSubmitCss属性のデフォルト値を取得する。
getLastSubmitLabel() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのlastSubmitLabel属性のデフォルト値を取得する。
getLastSubmitName() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのlastSubmitName属性のデフォルト値を取得する。
getLastSubmitTag() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのlastSubmitTag属性のデフォルト値を取得する。
getLastSubmitType() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのlastSubmitType属性のデフォルト値を取得する。
getLength() - Method in class nablarch.common.databind.fixedlength.FieldConfig
長さ(バイト数)を返す。
getLength() - Method in class nablarch.common.databind.fixedlength.FixedLengthDataBindConfig
レコードの長さ(バイト数)を返す。
getLevel() - Method in class nablarch.core.log.basic.LogContext
LogLevelを取得する。
getLevel() - Method in class nablarch.core.message.Message
メッセージの通知レベルを取得する。
getLevel1Kanji() - Static method in class nablarch.core.util.JapaneseCharsetUtil
Deprecated.
JIS第1水準に含まれる全ての漢字を取得する。
getLevel2Kanji() - Static method in class nablarch.core.util.JapaneseCharsetUtil
Deprecated.
JIS第2水準に含まれる全ての漢字を取得する。
getLevelLabel(LogLevel) - Method in class nablarch.core.log.basic.LogLevelLabelProvider
LogLevelに使用するラベルを取得する。
getLevelLabel(ObjectSettings, LogLevel) - Method in class nablarch.core.log.basic.LogLevelLabelProvider
指定されたLogLevelに対するラベルを取得する。
getLimit() - Method in class nablarch.core.db.statement.SelectOption
検索処理の取得するレコード数を返す。
getLineNumber() - Method in class nablarch.common.databind.csv.CsvDataReader
現在のレコード番号を返す。
getLineNumber() - Method in exception nablarch.common.databind.InvalidDataFormatException
エラー発生レコード番号を取得する。
getLineSeparator() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
行区切り文字を取得する。
getLineSeparator() - Method in class nablarch.common.databind.fixedlength.FixedLengthDataBindConfig
改行をあらわす文字を返す。
getLineSeparator() - Method in class nablarch.common.web.tag.CustomTagConfig
カスタムタグが出力時に使用する改行コードのデフォルト値を取得する。
getLineSeparator() - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamWritter
行の区切りを取得する。
getList() - Method in class nablarch.core.repository.di.config.xml.schema.Property
Gets the value of the list property.
getList(PageContext) - Method in class nablarch.common.web.tag.CodeTagWriterSupport
 
getList(PageContext) - Method in class nablarch.common.web.tag.ListTagWriterSupport
リストを取得する。
getList(PageContext) - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
リストを取得する。
getListEndTag() - Method in enum class nablarch.common.web.tag.ListFormat
リスト要素を含める終了タグを取得する。
getListFormat() - Method in class nablarch.common.web.tag.CustomTagConfig
selectタグ、radioButtonsタグ、checkboxesタグのlistFormat属性のデフォルト値を取得する。
getListMap(String, String) - Method in class nablarch.test.core.http.RestTestSupport
DbAccessTestSupport.getListMap(String, String)への委譲メソッド。
getListParamMap(String, String) - Method in class nablarch.test.core.http.RestTestSupport
DbAccessTestSupport.getListParamMap(String, String)への委譲メソッド。
getListSearchResultWrapperCss() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのlistSearchResultWrapperCss属性のデフォルト値を取得する。
getListStartTag(HtmlAttributes) - Method in enum class nablarch.common.web.tag.ListFormat
リスト要素を含める開始タグを取得する。
getLoaders() - Method in class nablarch.core.repository.di.config.externalize.CompositeExternalizedLoader
このローダーが持つExternalizedComponentDefinitionLoaderリストを取得する。
getLocalDate(String) - Static method in class nablarch.core.beans.converter.DateTimeConverterUtil
日付文字列をLocalDateに変換する。
getLocalDate(Calendar) - Static method in class nablarch.core.beans.converter.DateTimeConverterUtil
java.util.Calendarのインスタンスを、java.time.LocalDateに変換する。
getLocalDate(Date) - Static method in class nablarch.core.beans.converter.DateTimeConverterUtil
java.util.Dateのインスタンスを、java.time.LocalDateに変換する。
getLocalDateAsSqlDate(Date) - Static method in class nablarch.core.beans.converter.DateTimeConverterUtil
java.sql.Dateのインスタンスを、java.time.LocalDateに変換する。
getLocalDateTime() - Static method in class nablarch.core.date.SystemTimeUtil
システム日時を取得する。
getLocalDateTime(String) - Static method in class nablarch.core.beans.converter.DateTimeConverterUtil
日時文字列をLocalDateTimeに変換する。
getLocalDateTime(Calendar) - Static method in class nablarch.core.beans.converter.DateTimeConverterUtil
java.util.Calendarのインスタンスを、java.time.LocalDateTimeに変換する
getLocalDateTime(Date) - Static method in class nablarch.core.beans.converter.DateTimeConverterUtil
java.util.Dateのインスタンスを、java.time.LocalDateTimeに変換する
getLocalDateTimeAsSqlDate(Date) - Static method in class nablarch.core.beans.converter.DateTimeConverterUtil
java.sql.Dateのインスタンスを、java.time.LocalDateTimeに変換する
getLocale(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.HttpLanguageAttribute
スレッドコンテキストに保持する言語属性を返す。
getLocale(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpSupport
スレッドコンテキストに保持する言語属性を返す。
getLocation() - Method in class nablarch.fw.web.HttpResponse
Locationの値を取得する。
getLoggerName() - Method in class nablarch.core.log.basic.LogContext
ロガー設定の名称を取得する。
getLogItems() - Method in class nablarch.core.db.statement.SqlLogFormatter
フォーマット対象のログ出力項目を取得する。
getLogItems() - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
フォーマット対象のログ出力項目を取得する。
getLogItems(DateFormat) - Method in class nablarch.core.log.app.PerformanceLogFormatter
フォーマット対象のログ出力項目を取得する。
getLogItems(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
フォーマット対象のログ出力項目を取得する。
getLogItems(Map<String, String>) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter
フォーマット対象のログ出力項目を取得する。
getLogItems(Map<String, String>) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
フォーマット対象のログ出力項目を取得する。
getLogItems(ObjectSettings) - Method in class nablarch.core.log.basic.BasicLogFormatter
フォーマット対象のログ出力項目を取得する。
getLogLevelLabelProvider(ObjectSettings) - Method in class nablarch.core.log.basic.BasicLogFormatter
LogLevelLabelProviderを取得する。
getLogLevelLabelProvider(ObjectSettings) - Method in class nablarch.core.log.basic.JsonLogFormatter
LogLevelLabelProviderを取得する。
getLogSettings() - Method in class nablarch.core.log.basic.ObjectSettings
ログ出力の設定を取得する。
getLong(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
 
getLong(int) - Method in class nablarch.core.db.statement.ResultSetIterator
カレント行の指定されたカラムの値をLongで取得する。
getLong(int) - Method in interface nablarch.core.db.statement.SqlCStatement
getLong(String) - Method in class nablarch.core.db.statement.SqlRow
指定されたカラムの情報をLongとして取得する。
getLongSetting(String, MessageSenderSettings.SettingType, boolean, Long) - Method in class nablarch.fw.messaging.MessageSenderSettings
Long型の設定値を取得する。
getMailAddress() - Method in class nablarch.common.mail.MailRecipientTable.MailRecipient
送信先アドレスを取得する。
getMailBody() - Method in class nablarch.common.mail.FreeTextMailContext
本文を取得する。
getMailBody() - Method in class nablarch.common.mail.MailContext
本文を取得する。
getMailBody() - Method in class nablarch.common.mail.MailRequestTable.MailRequest
メール本文を取得する。
getMailBody() - Method in class nablarch.common.mail.MailTemplateTable.MailTemplate
メール本文を取得する。
getMailBody() - Method in class nablarch.common.mail.TemplateEngineProcessedResult
本文を取得する。
getMailHost() - Method in class nablarch.common.mail.MailSessionConfig
接続ホスト名を取得する。
getMailRequest(SqlRow) - Method in class nablarch.common.mail.MailRequestTable
SQLの取得結果の1レコードをMailRequestTable.MailRequestに変換する。
getMailRequestCountMessageId() - Method in class nablarch.common.mail.MailConfig
メール送信要求件数出力時のメッセージIDを取得する。
getMailRequester() - Static method in class nablarch.common.mail.MailUtil
SystemRepositoryからMailRequesterオブジェクトを取得する。
getMailRequestId() - Method in class nablarch.common.mail.MailRequestTable.MailRequest
メールリクエストIDを取得する。
getMailRequestSbnId() - Method in class nablarch.common.mail.MailConfig
メール送信要求IDの採番対象識別IDを取得する。
getMailSendPatternId() - Method in class nablarch.common.mail.MailContext
メール送信パターンIDを取得する。
getMailSmtpConnectionTimeout() - Method in class nablarch.common.mail.MailSessionConfig
接続タイムアウト値を取得する。
getMailSmtpHost() - Method in class nablarch.common.mail.MailSessionConfig
SMTPサーバー名を取得する。
getMailSmtpPort() - Method in class nablarch.common.mail.MailSessionConfig
SMTPポートを取得する。
getMailSmtpTimeout() - Method in class nablarch.common.mail.MailSessionConfig
送信タイムアウト値を取得する。
getMap() - Method in class nablarch.core.repository.di.config.xml.schema.Property
Gets the value of the map property.
getMap(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.ParametersItem
 
getMap(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.SessionScopeItem
 
getMap(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.ParametersItem
コンテキストからマップを取得する。
getMap(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.SessionScopeItem
コンテキストからマップを取得する。
getMap(T) - Method in class nablarch.core.log.MaskingMapItemSupport
コンテキストからマップを取得する。
getMaskingChar(Map<String, String>) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter
マスク文字を取得する。
getMaskingChar(Map<String, String>) - Method in class nablarch.fw.jaxrs.JaxRsBodyMaskingFilter
マスク文字を取得する。
getMaskingChar(Map<String, String>) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
マスク文字を取得する。
getMaskingChar(Map<String, String>) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
マスク文字を取得する。
getMaskingJsonPatterns(Map<String, String>) - Method in class nablarch.fw.jaxrs.JaxRsBodyMaskingFilter
マスク対象のJSON文字列パターンを取得する。
getMaskingPatterns(Map<String, String>) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter
マスク対象のパラメータ名を取得する。 プロパティの指定がない場合はデフォルト値を返す。
getMaskingPatterns(Map<String, String>) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
マスク対象のパラメータ名を取得する。
プロパティの指定がない場合はデフォルト値を返す。
getMaskingString(Map<String, String>) - Method in class nablarch.fw.jaxrs.JaxRsBodyMaskingFilter
マスク文字列を取得する。
getMax() - Method in class nablarch.core.db.support.ListSearchInfo
1ページあたりの最大取得件数を取得する。
getMaxAge() - Method in class nablarch.fw.web.HttpCookie
このクッキーの最長の存続期間(秒)を返す。(未設定の場合はnull)
getMaxArraySize() - Method in class nablarch.core.dataformat.FieldDefinition
フィールドの最大配列要素数を返却する。
getMaxAttachedFileSize() - Method in class nablarch.common.mail.MailRequestConfig
最大添付ファイルサイズを取得する。
getMaxFileCount() - Method in class nablarch.fw.web.upload.UploadSettings
アップロードファイル数の上限を取得する。
getMaxFileSize() - Method in exception nablarch.common.mail.AttachedFileSizeOverException
ファイルサイズ上限値を取得する。
getMaxInactiveInterval() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
getMaxMemory() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
最大メモリ量(開始時)を取得する。
getMaxMemory() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
最大メモリ量を取得する。
getMaxMemory() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
最大メモリ量を取得する。
getMaxRecipientCount() - Method in class nablarch.common.mail.MailRequestConfig
最大宛先数を取得する。
getMaxRecipientCount() - Method in exception nablarch.common.mail.RecipientCountException
宛先数上限値を取得する。
getMaxRecordLength(Map<String, Object>) - Static method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter.VariableLengthDirective
読み込みを許容する1行の文字列数を取得する。
getMaxResultCount() - Method in class nablarch.core.db.support.ListSearchInfo
検索結果の最大件数(上限)を取得する。
getMaxResultCount() - Method in exception nablarch.core.db.support.TooManyResultException
検索結果の最大件数(上限)を取得する。
getMaxRows() - Method in class nablarch.core.db.statement.BasicSqlPStatement
Statement.getMaxRows()のラッパー。
getMaxRows() - Method in interface nablarch.core.db.statement.SqlStatement
Statement.getMaxRows()のラッパー。
getMemberNameSerializer() - Method in class nablarch.core.text.json.BasicJsonSerializationManager
objectのmember nameを処理するためのシリアライザを取得する。
getMemberNameSerializer() - Method in interface nablarch.core.text.json.JsonSerializationManager
objectのmember nameを処理するためのシリアライザを取得する。
getMessage() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
エラーメッセージを返却する。
getMessage() - Method in exception nablarch.core.dataformat.SyntaxErrorException
 
getMessage() - Method in class nablarch.core.log.app.FailureLogFormatter.FailureLogContext
メッセージを取得する。
getMessage() - Method in class nablarch.core.log.basic.LogContext
メッセージを取得する。
getMessage() - Method in exception nablarch.core.message.ApplicationException
 
getMessage() - Method in exception nablarch.fw.messaging.ErrorResponseMessage
 
getMessage() - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.MessagingLogContext
電文オブジェクトを取得する。
getMessage() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
getMessage() - Method in class nablarch.fw.messaging.ResponseMessage
処理結果に関する詳細情報を返す。
getMessage() - Method in interface nablarch.fw.Result
処理結果に関する詳細情報を返す。
getMessage() - Method in class nablarch.fw.Result.Success
処理結果に関する詳細情報を返す。
getMessage() - Method in exception nablarch.fw.results.ServiceError
処理結果に関する詳細情報を返す。
getMessage() - Method in class nablarch.fw.web.HttpResponse
処理結果に対する詳細情報を返す。
getMessage(String) - Method in class nablarch.core.validation.ValidationContext
メッセージIDに対応するメッセージを取得する。
getMessage(String) - Method in class nablarch.fw.web.message.ErrorMessages
プロパティ名に対応したメッセージを返す。
getMessage(String, Object[], Throwable) - Method in class nablarch.core.log.app.FailureLogFormatter
障害コードからメッセージを取得する。
getMessageConvertor() - Method in class nablarch.fw.messaging.MessageSenderSettings
SyncMessageConvertorを取得する。
getMessageFormat() - Method in class nablarch.common.web.tag.CustomTagConfig
errorタグのmessageFormat属性のデフォルト値を取得する。
getMessageId() - Method in class nablarch.core.message.Message
文字列リソースのメッセージIDを取得する。
getMessageId() - Method in class nablarch.core.validation.PropertyValidationDefinition
プロパティを表わすメッセージIDを取得する。
getMessageId() - Method in interface nablarch.core.validation.validator.unicode.CharsetDef
文字種チェックでエラーが発生した際にデフォルトで使用するメッセージIDを取得する。
getMessageId() - Method in class nablarch.core.validation.validator.unicode.CharsetDefSupport
文字種チェックでエラーが発生した際にデフォルトで使用するメッセージIDを取得する。
getMessageId() - Method in class nablarch.fw.messaging.InterSystemMessage
この電文に割り当てられた識別子(メッセージID)を返す。 メッセージIDは電文送信時にMOMによって自動的に割り振られるため、 書式や一意性の範囲は製品依存となる。 また、送信前の電文にはnullが設定されている。
getMessageId() - Method in exception nablarch.fw.results.ServiceError
メッセージIDを返す。
getMessageIdColumnName() - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
メッセージIDを保持するカラムの名称をを返す。
getMessageIdFromAnnotation(A) - Method in class nablarch.core.validation.validator.CharacterLimitationValidator
アノテーションからメッセージIDを取得する。
getMessageIdFromAnnotation(SystemChar) - Method in class nablarch.core.validation.validator.unicode.SystemCharValidator
アノテーションからメッセージIDを取得する。
getMessageParams() - Method in exception nablarch.fw.results.ServiceError
メッセージパラメータを返す。
getMessages() - Method in exception nablarch.core.message.ApplicationException
処理結果メッセージのリストを取得する。
getMessages() - Method in class nablarch.core.validation.ValidationContext
バリデーション結果メッセージのリストを取得する。
getMessages(PageContext) - Static method in class nablarch.common.web.tag.TagUtil
リクエストスコープからメッセージリストを取得する。
getMessageSenderClient() - Method in class nablarch.fw.messaging.MessageSenderSettings
MessageSenderから呼び出される基本APIを実装したインターフェースを取得する。
getMessagingProvider() - Method in class nablarch.fw.messaging.MessageSenderSettings
MessagingProviderを取得する。
getMetaData() - Static method in class nablarch.common.dao.DatabaseUtil
データベースメタデータを取得する。
getMetaData() - Method in class nablarch.core.db.statement.BasicSqlPStatement
getMetaData() - Method in class nablarch.core.db.statement.ResultSetIterator
ResultSetMetaDataを取得する。
getMetaData() - Method in interface nablarch.core.db.statement.SqlPStatement
getMethod() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
HTTPメソッドを取得する。
getMethod() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
getMethod() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
HTTPメソッドを取得する。
getMethod() - Method in class nablarch.fw.web.HttpRequest
HTTPリクエストメソッド名を返す。
getMethod() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
 
getMethodBinder() - Method in class nablarch.fw.HandlerQueueManager
メソッドレベルの処理委譲を行うコンポーネントを返す。
getMethodBoundTo(DataRecord, ExecutionContext) - Method in class nablarch.fw.handler.RecordTypeBinding
入力データおよび実行コンテキストの内容に応じて、委譲対象のメソッドを決定する。
getMethodBoundTo(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.HttpMethodBinding
入力データおよび実行コンテキストの内容に応じて、委譲対象のメソッドを決定する。
getMethodBoundTo(TData, ExecutionContext) - Method in class nablarch.fw.handler.MethodBinding
入力データおよび実行コンテキストの内容に応じて、委譲対象のメソッドを決定する。
getMethodName() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
メソッド名を取得する。
getMethodName() - Method in class nablarch.test.core.rule.TestDescription
実行中のテストメソッド名を取得する。
getMimeType() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
このフォーマッタが取り扱うファイルのmime-typeを返却する。
デフォルトではtext/plainを返却する。必要に応じサブクラスでオーバーライドすること。
getMimeType() - Method in class nablarch.core.dataformat.JsonDataRecordFormatter
このフォーマッタが取り扱うファイルのmime-typeを返却する。
デフォルトではtext/plainを返却する。必要に応じサブクラスでオーバーライドすること。
getMimeType() - Method in class nablarch.core.dataformat.SimpleDataConvertResult
mime-typeを返却する。
getMimeType() - Method in class nablarch.core.dataformat.XmlDataRecordFormatter
このフォーマッタが取り扱うファイルのmime-typeを返却する。
デフォルトではtext/plainを返却する。必要に応じサブクラスでオーバーライドすること。
getMinArraySize() - Method in class nablarch.core.dataformat.FieldDefinition
フィールドの最小配列要素数を返却する。
getMinusSign() - Method in class nablarch.core.dataformat.convertor.datatype.SignedNumberStringDecimal
負の符号を取得する。
getMonthEndDate(String) - Static method in class nablarch.common.date.DateUtil
Deprecated.
 
getMonthEndDate(String) - Static method in class nablarch.core.util.DateUtil
指定された日付(yyyyMMdd or yyyyMM形式)の月末日を取得する。
getMonths(String, String) - Static method in class nablarch.common.date.DateUtil
Deprecated.
 
getMonths(String, String) - Static method in class nablarch.core.util.DateUtil
指定された日付(yyyyMMdd or yyyyMM形式)間の月数を取得する。
getMoreResults() - Method in class nablarch.core.db.statement.BasicSqlPStatement
Statement.getMoreResults()のラッパー。
getMoreResults() - Method in interface nablarch.core.db.statement.SqlPStatement
Statement.getMoreResults()のラッパー。
getMoreResults(int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
Statement.getMoreResults()のラッパー。
getMoreResults(int) - Method in interface nablarch.core.db.statement.SqlPStatement
Statement.getMoreResults()のラッパー。
getMultiLayoutConfig() - Method in class nablarch.common.databind.fixedlength.FixedLengthDataBindConfig
マルチレイアウトの定義を返す。
getMultipart() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
getMultipart() - Method in class nablarch.fw.web.HttpRequest
本HTTPリクエストの全マルチパートを取得する。
getMultipleValues(PageContext, String) - Static method in class nablarch.common.web.tag.TagUtil
多値としてname属性に対応するvalue属性をリクエストパラメータ又は変数スコープから取得する。
取得方法については、TagUtil.getValue(PageContext, String, boolean)メソッドのJavaDocを参照。
getMultipleValuesOnScope(PageContext, String) - Static method in class nablarch.common.web.tag.TagUtil
多値としてname属性に対応するvalue属性を変数スコープから取得する。
取得方法については、TagUtil.getValue(PageContext, String, boolean)メソッドのJavaDocを参照。
getName() - Method in class nablarch.common.dao.ColumnMeta
データベースのカラム名を取得する。
getName() - Method in class nablarch.common.databind.fixedlength.FieldConfig
フィールド名を返す。
getName() - Method in class nablarch.common.mail.AttachedFile
メール添付ファイル名を取得する。
getName() - Method in class nablarch.common.web.session.SessionStore
セッションストア名を取得する。
getName() - Method in class nablarch.common.web.tag.FormContext
フォームのname属性を取得する。
getName() - Method in class nablarch.common.web.tag.SubmissionInfo
name属性の値を取得する。
getName() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
ディレクティブの名前を取得する。
getName() - Method in class nablarch.core.dataformat.FieldDefinition
フィールド名称を返却する。
getName() - Method in class nablarch.core.log.basic.LogWriterSupport
設定で指定されたLogWriterの名称を取得する。
getName() - Method in class nablarch.core.log.basic.ObjectSettings
プロパティファイル内で指定されるオブジェクトの名称を取得する。
getName() - Method in class nablarch.core.repository.di.ComponentDefinition
コンポーネントの名称を取得する。
getName() - Method in class nablarch.core.repository.di.config.ListElementDefinition
コンポーネント名を取得する。
getName() - Method in class nablarch.core.repository.di.config.xml.schema.Component
Gets the value of the name property.
getName() - Method in class nablarch.core.repository.di.config.xml.schema.ComponentRef
Gets the value of the name property.
getName() - Method in class nablarch.core.repository.di.config.xml.schema.List
Gets the value of the name property.
getName() - Method in class nablarch.core.repository.di.config.xml.schema.Map
Gets the value of the name property.
getName() - Method in class nablarch.core.repository.di.config.xml.schema.Property
Gets the value of the name property.
getName() - Method in class nablarch.core.validation.PropertyValidationDefinition
プロパティ名を取得する。
getName() - Method in class nablarch.fw.web.handler.health.HealthChecker
ヘルスチェックの対象を表す名前を取得する。
getName() - Method in class nablarch.fw.web.handler.health.HealthCheckResult.Target
ヘルスチェック対象の名前を取得する。
getName() - Method in class nablarch.fw.web.handler.secure.ContentSecurityPolicyHeader
 
getName() - Method in class nablarch.fw.web.handler.secure.ContentTypeOptionsHeader
 
getName() - Method in class nablarch.fw.web.handler.secure.FrameOptionsHeader
 
getName() - Method in class nablarch.fw.web.handler.secure.ReferrerPolicyHeader
 
getName() - Method in interface nablarch.fw.web.handler.secure.SecureResponseHeader
レスポンスヘッダの名前を返す。
getName() - Method in class nablarch.fw.web.handler.secure.SecureResponseHeaderSupport
 
getName() - Method in class nablarch.fw.web.handler.secure.XssProtectionHeader
 
getName() - Method in class nablarch.fw.web.upload.PartInfo
名前を取得する。
例えば、<input type="file" name="picture"/>という HTMLタグでアップロードされた場合、本メソッドの戻り値は"picture"となる。
getName(String, String) - Method in class nablarch.common.code.BasicCodeManager
コードID、コード値を条件に、対応するコード名称を取得する。
取得対象言語は、ThreadContextでデフォルトとして指定された言語とする。 ThreadContextからデフォルト言語を取得できなかった場合、 デフォルトロケールから言語を取得する。
getName(String, String) - Method in interface nablarch.common.code.CodeManager
コードID、コード値を条件に、対応するコード名称を取得する。
取得対象言語は、ThreadContextでデフォルトとして指定された言語とする。 ThreadContextからデフォルト言語を取得できなかった場合、 デフォルトロケールから言語を取得する。
getName(String, String) - Static method in class nablarch.common.code.CodeUtil
コード値に対応するコード名称を取得する。
getName(String, String, Locale) - Method in class nablarch.common.code.BasicCodeManager
コードID、コード値、取得対象の言語を条件に、対応するコード名称を取得する。
getName(String, String, Locale) - Method in interface nablarch.common.code.CodeManager
コードID、コード値、取得対象の言語を条件に、対応するコード名称を取得する。
getName(String, String, Locale) - Static method in class nablarch.common.code.CodeUtil
コード値、言語に対応するコード名称を取得する。
getName(String, Locale) - Method in interface nablarch.common.code.Code
言語を指定してコード名称を取得する。
getNameColumnName() - Method in class nablarch.common.code.schema.CodeNameSchema
名称カラムの名前を取得する。
getNameList() - Method in class nablarch.core.db.statement.BasicSqlParameterParser
名前付きバインド変数のリストを取得する。
名前付きバインド変数は、「?」の位置順にリストに格納されている。
getNameList() - Method in interface nablarch.core.db.statement.SqlParameterParser
名前付きバインド変数のListを取得する。
getNameWithClass() - Method in class nablarch.core.validation.PropertyValidationDefinition
クラス名をつけたプロパティ名を取得する。
getNativeHttpSession(boolean) - Method in class nablarch.fw.web.servlet.ServletExecutionContext
サーブレットコンテナが提供するHttpSessionを取得する。 明示的にHttpSessionを使用したい場合は、本メソッドから取得する。
getNecExtendedChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
Deprecated.
全てのNEC選定IBM拡張文字を取得する。
getNecSymbolChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
Deprecated.
JIS第13区のNEC 特殊文字を取得する。
getNegativePackSignNibble(Map<String, Object>) - Static method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
パック数値の符号ビット(正)のデフォルト設定を取得する。
getNegativeZoneSignNibble(Map<String, Object>) - Static method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
ゾーン数値の符号ビット(負)のデフォルト設定を取得する。
getNextHandler() - Method in class nablarch.fw.ExecutionContext
ハンドラキュー上の次のハンドラを取得する。
getNextPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
次のページ番号を取得する。
getNextSubmitCss() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのnextSubmitCss属性のデフォルト値を取得する。
getNextSubmitLabel() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのnextSubmitLabel属性のデフォルト値を取得する。
getNextSubmitName() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのnextSubmitName属性のデフォルト値を取得する。
getNextSubmitTag() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのnextSubmitTag属性のデフォルト値を取得する。
getNextSubmitType() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのnextSubmitType属性のデフォルト値を取得する。
getNoHiddenEncryptionRequestIds() - Method in class nablarch.common.web.tag.CustomTagConfig
hiddenタグを暗号化しないリクエストIDのデフォルト値を取得する。
getNotificationFormat(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
障害通知ログのフォーマットを取得する。
getNotificationMessage(Object, String, Object...) - Static method in class nablarch.core.log.app.FailureLogUtil
フォーマットされた障害通知ログのメッセージを取得する。
getNotificationMessage(Throwable, Object, String, Object[]) - Static method in class nablarch.core.log.app.FailureLogUtil
フォーマットされた障害通知ログのメッセージを取得する。
getNowDate() - Method in class nablarch.core.cache.expirable.ExpirableCacheTemplate
現在日時を取得する。
getNullValue() - Method in class nablarch.core.log.LogUtil.BasicMapValueEditor
値がnullの場合に使用する値を取得する。
getNumbersOnlyFormat(String) - Method in class nablarch.common.date.AbstractDateStringConverter
フォーマット文字列から日付文字列の区切り文字を取り除いた値を返す。
getNumbersOnlyFormat(String) - Static method in class nablarch.common.date.DateUtil
Deprecated.
 
getNumbersOnlyFormat(String) - Static method in class nablarch.core.util.DateUtil
フォーマット文字列から年月日の区切り文字を取り除いた値を返す。
getObject(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
 
getObject(int) - Method in class nablarch.core.db.statement.ResultSetIterator
カレント行の指定されたカラムの値をObjectで取得する。
getObject(int) - Method in interface nablarch.core.db.statement.SqlCStatement
getObject(String) - Static method in class nablarch.core.repository.SystemRepository
コンポーネント名を指定して、リポジトリに登録されたコンポーネントを取得する。
getObject(String) - Static method in class nablarch.core.ThreadContext
スレッドコンテキストからオブジェクトを取得する。
getObjectBoundToClassLoader(LogUtil.ObjectCreator<T>) - Static method in class nablarch.core.log.LogUtil
クラスローダに紐付くオブジェクトを取得する。
getObjectBuilders() - Method in class nablarch.core.db.statement.SqlJsonLogFormatter
フォーマット対象のログ出力項目を取得する。
getObjectBuilders(Map<String, String>) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter
フォーマット対象のログ出力項目を取得する。
getObjectBuilders(Map<String, String>) - Method in class nablarch.fw.launcher.logging.LauncherJsonLogFormatter
フォーマット対象のログ出力項目を取得する。
getObjectBuilders(Map<String, String>) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter
フォーマット対象のログ出力項目を取得する。
getObjectBuilders(Map<String, String>) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter
フォーマット対象のログ出力項目を取得する。
getOddValue() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのoddValue属性のデフォルト値を取得する。
getOffLabel() - Method in class nablarch.common.web.tag.CheckboxTag
 
getOffLabel() - Method in class nablarch.common.web.tag.CheckboxTagSupport
チェックなしの場合に使用するラベルを取得する。
getOffLabel() - Method in class nablarch.common.web.tag.CodeCheckboxTag
 
getOffset() - Method in class nablarch.common.databind.fixedlength.FieldConfig
開始位置を返す。
getOffset() - Method in class nablarch.core.db.statement.SelectOption
検索処理の取得開始レコード番号(0から開始)を返す。
getOffValue() - Method in class nablarch.common.web.tag.CheckboxTag
チェックなしの場合に使用する値を取得する。
デフォルト実装では、デフォルトの値(CustomTagConfig.getCheckboxOffValue())を返す。
getOffValue() - Method in class nablarch.common.web.tag.CheckboxTagSupport
チェックなしの場合に使用する値を取得する。
デフォルト実装では、デフォルトの値(CustomTagConfig.getCheckboxOffValue())を返す。
getOffValue() - Method in class nablarch.common.web.tag.CodeCheckboxTag
チェックなしの場合に使用する値を取得する。
デフォルト実装では、デフォルトの値(CustomTagConfig.getCheckboxOffValue())を返す。
getOptimisticLockErrorMessage() - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
楽観的ロックエラー発生時のメッセージを取得する。
getOption() - Method in class nablarch.common.mail.MailSessionConfig
jakarta.mail.Sessionのオプションを取得する。
getOptionalName(String, String, String) - Method in class nablarch.common.code.BasicCodeManager
コードID、コード値、取得するオプション名称のカラム名を条件に、 対応するコードのオプション名称を取得する。
取得対象言語は、ThreadContextでデフォルトとして指定された言語とする。 ThreadContextからデフォルト言語を取得できなかった場合、 デフォルトロケールから言語を取得する。
getOptionalName(String, String, String) - Method in interface nablarch.common.code.CodeManager
コードID、コード値、取得するオプション名称のカラム名を条件に、 対応するコードのオプション名称を取得する。
取得対象言語は、ThreadContextでデフォルトとして指定された言語とする。 ThreadContextからデフォルト言語を取得できなかった場合、 デフォルトロケールから言語を取得する。
getOptionalName(String, String, String) - Static method in class nablarch.common.code.CodeUtil
コード値に対応するコードのオプション名称(名称、略称の他に使用する補助名称)を取得する。
getOptionalName(String, String, String, Locale) - Method in class nablarch.common.code.BasicCodeManager
コードID、コード値、取得するオプション名称のカラム名、言語を条件に、 対応するコードのオプション名称を取得する。
取得対象言語は、ThreadContextでデフォルトとして指定された言語とする。 ThreadContextからデフォルト言語を取得できなかった場合、 デフォルトロケールから言語を取得する。
getOptionalName(String, String, String, Locale) - Method in interface nablarch.common.code.CodeManager
コードID、コード値、取得するオプション名称のカラム名、言語を条件に、 対応するコードのオプション名称を取得する。
取得対象言語は、ThreadContextでデフォルトとして指定された言語とする。 ThreadContextからデフォルト言語を取得できなかった場合、 デフォルトロケールから言語を取得する。
getOptionalName(String, String, String, Locale) - Static method in class nablarch.common.code.CodeUtil
コード値、言語に対応するコードのオプション名称を取得する。
getOptionalName(String, String, Locale) - Method in interface nablarch.common.code.Code
言語を指定してオプションコード名称を取得する。
getOptionNameColumnNames() - Method in class nablarch.common.code.schema.CodeNameSchema
オプション名称カラムの名前を取得する。
getOptions() - Method in class nablarch.core.log.basic.LogContext
オプション情報を取得する。
getOpts() - Method in class nablarch.fw.launcher.CommandLineParser.Result
オプション引数を返す。
getOrderOfAppearance(PageContext, String) - Static method in class nablarch.common.web.tag.TagUtil
画面上のタグの出現順を取得する。
getOrGenerateId() - Method in class nablarch.common.web.session.Session
セッションIDを取得する。 セッションIDが存在しない場合は新しく生成する。
getOriginalAttribute(HtmlAttributes, HtmlAttribute, String) - Static method in class nablarch.common.web.tag.TagUtil
元の属性値の末尾にセパレータを付加した値を取得する。
このメソッドは、属性に値を追記する場合に使用する。
getOriginalHandler() - Method in class nablarch.fw.Interceptor.Impl
インターセプト対象のリクエストハンドラを取得する。
getOriginalReader() - Method in class nablarch.fw.reader.DatabaseTableQueueReader
オリジナルのリーダ(DatabaseRecordReader)を取得する。
getOsName() - Method in class nablarch.fw.web.useragent.UserAgent
OS名称を取得する。
getOsType() - Method in class nablarch.fw.web.useragent.UserAgent
OSタイプを取得する。
getOsVersion() - Method in class nablarch.fw.web.useragent.UserAgent
OSバージョンを取得する。
getPackSignNibbleNegative() - Method in class nablarch.core.dataformat.convertor.datatype.PackedDecimal
符号付きパック10進数値の末尾桁の下位4ビット(負数の場合)を返却する。
getPackSignNibblePositive() - Method in class nablarch.core.dataformat.convertor.datatype.PackedDecimal
符号付きパック10進数値の末尾桁の下位4ビット(正数の場合)を返却する。
getPaddingBytes() - Method in class nablarch.core.dataformat.convertor.datatype.ByteStreamDataString
パディングに使用する文字のバイト配列を返却する。
getPaddingBytes(String) - Method in class nablarch.core.dataformat.convertor.datatype.NumberStringDecimal
パディング/トリム文字のバイト配列を返却する。
getPaddingCharLength() - Method in class nablarch.core.dataformat.convertor.datatype.ByteStreamDataString
パディング/トリム文字として許容するバイト長を返却する。
getPaddingCharLength() - Method in class nablarch.core.dataformat.convertor.datatype.DoubleByteCharacterString
パディング/トリム文字として許容するバイト長を返却する。
getPaddingStr() - Method in class nablarch.core.dataformat.convertor.datatype.ByteStreamDataString
パディング/トリム処理で使用する文字列を返却する。 パディング/トリム文字列が指定されていない場合、デフォルトで半角スペースを使用する。
getPaddingStr() - Method in class nablarch.core.dataformat.convertor.datatype.NumberStringDecimal
パディング/トリム文字を返却する。 パディング/トリム文字が指定されていない場合、デフォルトで半角スペースを使用する。
getPaddingValue() - Method in class nablarch.core.dataformat.FieldDefinition
フィールドのパディング/トリムに使用する値を返却する。
getPageCount() - Method in class nablarch.core.db.support.ListSearchInfo
総ページ数を取得する。
getPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
取得対象のページ番号を取得する。
getPageNumberSubmitCss() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのpageNumberSubmitCss属性のデフォルト値を取得する。
getPageNumberSubmitName() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのpageNumberSubmitName属性のデフォルト値を取得する。
getPageNumberSubmitTag() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのpageNumberSubmitTag属性のデフォルト値を取得する。
getPageNumberSubmitType() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのpageNumberSubmitType属性のデフォルト値を取得する。
getPageNumberSubmitWrapperCss() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのpageNumberSubmitWrapperCss属性のデフォルト値を取得する。
getPagination() - Method in class nablarch.common.dao.EntityList
ページングのための情報を取得する。
getPagingCss() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのpagingCss属性のデフォルト値を取得する。
getPagingPosition() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのpagingPosition属性のデフォルト値を取得する。
getParam(String) - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
getParam(String) - Method in class nablarch.fw.launcher.CommandLine
リクエストパラメータを取得する。
getParam(String) - Method in class nablarch.fw.messaging.InterSystemMessage
電文のデータ部の末尾レコードの中から指定されたフィールドの値を取得して返す。
getParam(String) - Method in interface nablarch.fw.Request
リクエストパラメータを取得する。
getParam(String) - Method in class nablarch.fw.web.HttpRequest
リクエストパラメータを取得する。
getParam(String) - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
 
getParam(String, String, HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.handler.HttpRequestRewriteRule
 
getParam(String, String, HttpResponse, ExecutionContext) - Method in class nablarch.fw.web.handler.ContentPathRewriteRule
 
getParam(String, String, TData, ExecutionContext) - Method in class nablarch.fw.handler.RewriteRule
変数の値を返す。 この実装では、以下の変数種別に対応する。
getParameter(String) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
getParameterizedSqlPStatement(String, Connection, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
ParameterizedSqlPStatementを生成し返却する。
getParameterizedSqlPStatement(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
ParameterizedSqlPStatementを生成し返却する。
getParameterizedSqlPStatement(String, Connection, DbExecutionContext, SelectOption) - Method in class nablarch.core.db.statement.BasicStatementFactory
ParameterizedSqlPStatementを生成し返却する。
getParameterizedSqlPStatement(String, Connection, DbExecutionContext, SelectOption) - Method in interface nablarch.core.db.statement.StatementFactory
ParameterizedSqlPStatementを生成し返却する。
getParameterizedSqlPStatementBySqlId(String, String, Connection, DbExecutionContext) - Method in class nablarch.core.db.cache.statement.CacheableStatementFactory
SQL_IDからParameterizedSqlPStatementを生成し返却する(可変条件を持つSQL用)。
getParameterizedSqlPStatementBySqlId(String, String, Connection, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
SQL_IDからParameterizedSqlPStatementを生成し返却する(可変条件を持つSQL用)。
getParameterizedSqlPStatementBySqlId(String, String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
SQL_IDからParameterizedSqlPStatementを生成し返却する(可変条件を持つSQL用)。
getParameterizedSqlPStatementBySqlId(String, String, Connection, DbExecutionContext, SelectOption) - Method in class nablarch.core.db.statement.BasicStatementFactory
SQL_IDからParameterizedSqlPStatementを生成し返却する(可変条件を持つSQL用)。
getParameterizedSqlPStatementBySqlId(String, String, Connection, DbExecutionContext, SelectOption) - Method in interface nablarch.core.db.statement.StatementFactory
SQL_IDからParameterizedSqlPStatementを生成し返却する(可変条件を持つSQL用)。
getParameterizedSqlPStatementBySqlId(String, Connection, DbExecutionContext) - Method in class nablarch.core.db.cache.statement.CacheableStatementFactory
SQL_IDからParameterizedSqlPStatementを生成し返却する。
getParameterizedSqlPStatementBySqlId(String, Connection, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
SQL_IDからParameterizedSqlPStatementを生成し返却する。
getParameterizedSqlPStatementBySqlId(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
SQL_IDからParameterizedSqlPStatementを生成し返却する。
getParameterizedSqlStatement(String) - Method in class nablarch.core.db.support.DbAccessSupport
指定されたSQL_IDからParameterizedSqlPStatementを生成する。
getParameterizedSqlStatement(String, Object) - Method in class nablarch.core.db.support.DbAccessSupport
指定されたSQL_IDと条件からParameterizedSqlPStatementを生成する。
getParameterMap() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
getParameterName() - Static method in class nablarch.common.web.csrf.CsrfTokenUtil
CSRFトークンをHTTPリクエストパラメーターへ設定する際に使用する名前を取得する。
getParameterNames() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
getParameters() - Method in class nablarch.core.db.statement.BasicSqlPStatement
現時点でのバインドパラメータを取得する。
getParameters() - Method in class nablarch.core.db.statement.ParameterHolder
これまで本インスタンスに設定されたパラメータを取得する。
getParameters() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
リクエストパラメータを取得する。
getParameters() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
リクエストパラメータを取得する。
getParameters(String) - Method in class nablarch.core.validation.ValidationContext
プロパティ名に対応するプレフィクス付き文字列の配列を取得する。
getParameterValues(String) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
getParamMap() - Method in interface nablarch.core.validation.Validatable
バリデーションを行うパラメータのMapを返す。
getParamMap() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
getParamMap() - Method in class nablarch.fw.launcher.CommandLine
リクエストパラメータのMapを取得する。
getParamMap() - Method in class nablarch.fw.messaging.InterSystemMessage
電文のデータ部の末尾レコードを返す。
getParamMap() - Method in interface nablarch.fw.Request
リクエストパラメータのMapを取得する。
getParamMap() - Method in class nablarch.fw.web.HttpRequest
リクエストパラメータのMapを返す。
getParamMap() - Method in class nablarch.fw.web.post.PostRequest
リクエストパラメータを取得する。
getParamMap() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
 
getParamMap(String, String) - Method in class nablarch.test.core.http.RestTestSupport
DbAccessTestSupport.getParamMap(String, String)への委譲メソッド。
getParamName() - Method in class nablarch.common.web.tag.ChangeParamNameTag.ChangeParamName
サブミット時に使用するパラメータの名前を取得する。
getParams() - Method in class nablarch.common.dao.SqlWithParams
パラメータリストを返す。
getParams() - Method in class nablarch.common.web.tag.IncludeContext
インクルード時に含めるパラメータを取得する。
getParams() - Method in class nablarch.core.validation.ValidationContext
プロパティの値が文字列のMapを取得する。
getParamsMap() - Method in class nablarch.common.web.tag.SubmissionInfo
サブミット時に追加するパラメータを取得する。
getParsedDate(String, String) - Static method in class nablarch.common.date.DateUtil
Deprecated.
 
getParsedDate(String, String) - Static method in class nablarch.core.util.DateUtil
このメソッドはロケールにLocale.getDefault()を使用して DateUtil.getParsedDate(String, String, Locale)を呼び出す。
getParsedDate(String, String, Locale) - Static method in class nablarch.common.date.DateUtil
Deprecated.
 
getParsedDate(String, String, Locale) - Static method in class nablarch.core.util.DateUtil
dateをformat形式でパースした結果のDateインスタンスを返却する。
dateがformat形式ではない場合、または実在しない日付である場合、nullを返却する。
例)
getPart(String) - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
getPart(String) - Method in class nablarch.fw.web.HttpRequest
マルチパートの一部を取得する。
getPath() - Method in class nablarch.fw.web.HttpCookie
このクッキーが送信されるURIのパス階層を返す。
getPath() - Method in class nablarch.fw.web.ResourceLocator
パス文字列を返す。 パスにクエリーパラメータやフラグメントがある場合、 これらを含んだ値をパスとして返す。
getPathForLanguage(String, HttpServletRequest) - Method in class nablarch.fw.web.i18n.ResourcePathRule
言語対応のリソースパスを取得する。
getPathParam(String) - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
HTTPリクエストからパスパラメータを取得する。
getPathToRewrite(HttpRequest) - Method in class nablarch.fw.web.handler.HttpRequestRewriteRule
 
getPathToRewrite(HttpResponse) - Method in class nablarch.fw.web.handler.ContentPathRewriteRule
 
getPathToRewrite(TData) - Method in class nablarch.fw.handler.RewriteRule
書き換え対象のパスを取得する。
getPattern() - Method in class nablarch.core.util.FormatSpec
"データタイプ{パターン}"形式のパターンを取得する。
getPatternColumnNames() - Method in class nablarch.common.code.schema.CodePatternSchema
パターンカラムの名前を取得する。
getPatternSeparator() - Method in class nablarch.common.web.tag.CustomTagConfig
フォーマットに使用するパターン区切り文字のデフォルト値を取得する。
getPatternSeparator() - Method in class nablarch.core.util.FormatSpec
パターンの末尾に付加情報を含める場合のセパレータを取得する。
getPermission() - Static method in class nablarch.common.permission.PermissionUtil
ThreadContextからPermissionを取得する。
getPermission(String) - Method in class nablarch.common.permission.BasicPermissionFactory
Permissionを取得する。
getPermission(String) - Method in interface nablarch.common.permission.PermissionFactory
Permissionを取得する。
getPermissionUnitIdColumnName() - Method in class nablarch.common.permission.schema.GroupAuthorityTableSchema
認可単位IDカラムの名前を取得する。
getPermissionUnitIdColumnName() - Method in class nablarch.common.permission.schema.PermissionUnitRequestTableSchema
認可単位IDカラムの名前を取得する。
getPermissionUnitIdColumnName() - Method in class nablarch.common.permission.schema.PermissionUnitTableSchema
認可単位IDカラムの名前を取得する。
getPermissionUnitIdColumnName() - Method in class nablarch.common.permission.schema.SystemAccountAuthorityTableSchema
認可単位IDカラムの名前を取得する。
getPingSql() - Method in class nablarch.core.db.dialect.DB2Dialect
 
getPingSql() - Method in class nablarch.core.db.dialect.DefaultDialect
ping用のSQL文を返す。
getPingSql() - Method in interface nablarch.core.db.dialect.Dialect
ping用のSQL文を返す。
getPingSql() - Method in class nablarch.core.db.dialect.H2Dialect
 
getPingSql() - Method in class nablarch.core.db.dialect.OracleDialect
 
getPingSql() - Method in class nablarch.core.db.dialect.PostgreSQLDialect
 
getPingSql() - Method in class nablarch.core.db.dialect.SqlServerDialect
 
getPlusSign() - Method in class nablarch.core.dataformat.convertor.datatype.SignedNumberStringDecimal
正の符号を取得する。
getPoint() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
測定対象を識別するIDを取得する。
getPoisonQueueOf(String) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider.Context
指定されたJMSキューに対する退避キューを返す。 該当するキューが存在しない場合はMessagingExceptionを送出する。
getPopupOption() - Method in class nablarch.common.web.tag.CustomTagConfig
ポップアップのオプション情報(window.open関数の第3引数の値)を取得する。
getPopupOption() - Method in class nablarch.common.web.tag.SubmissionInfo
ポップアップのオプション情報を取得する。
getPopupWindowName() - Method in class nablarch.common.web.tag.CustomTagConfig
ポップアップのウィンドウ名を取得する。
getPopupWindowName() - Method in class nablarch.common.web.tag.SubmissionInfo
ポップアップのウィンドウ名を取得する。
getPort() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
ポート番号を取得する。
getPort() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
ポート番号を取得する。
getPosition() - Method in class nablarch.core.dataformat.FieldDefinition
このフィールドの開始位置を返却する。
getPositivePackSignNibble(Map<String, Object>) - Static method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
パック数値の符号ビット(正)のデフォルト設定を取得する。
getPositiveZoneSignNibble(Map<String, Object>) - Static method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
ゾーン数値の符号ビット(正)のデフォルト設定を取得する。
getPostRequest(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.post.PostResubmitPreventHandler
Deprecated.
リダイレクト前にセッションスコープに格納したリクエスト情報を取得する。
getPrefix() - Method in class nablarch.core.validation.ValidationContext
バリデーション対象のプレフィクスを取得する。
getPrevPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
前のページ番号を取得する。
getPrevSubmitCss() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのprevSubmitCss属性のデフォルト値を取得する。
getPrevSubmitLabel() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのprevSubmitLabel属性のデフォルト値を取得する。
getPrevSubmitName() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのprevSubmitName属性のデフォルト値を取得する。
getPrevSubmitTag() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのprevSubmitTag属性のデフォルト値を取得する。
getPrevSubmitType() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのprevSubmitType属性のデフォルト値を取得する。
getPrimaryKey(String) - Static method in class nablarch.common.dao.DatabaseUtil
主キー情報を取得する。
getPrimaryKeyColumnNames() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
主キーのカラム名を取得する。
getPrimaryKeyCondition() - Method in class nablarch.common.exclusivecontrol.Version
主キーの条件を取得する。
getPrimaryKeys(String) - Method in class nablarch.common.dao.DatabaseMetaDataExtractor
主キー情報をDatabaseMetaDataから取得する。
getPrimaryKeysCondition(String[]) - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
主キー条件を取得する。
getProcessedHandlers(ExecutionContext) - Method in class nablarch.fw.invoker.PipelineInvoker
処理済ハンドラのSetを取得する。
getProcessLifecycle() - Method in class nablarch.fw.launcher.GenericLauncher
ProcessLifecycleを取得する。 この実装では、SystemRepositoryから取得する。
getProducesMediaType() - Method in class nablarch.fw.jaxrs.JaxRsContext
リソースメソッドからProducesのメディアタイプを取得する。
getProp(String) - Method in class nablarch.core.log.basic.ObjectSettings
必須でないプロパティを取得する。
getProp(String) - Method in class nablarch.core.text.json.JsonSerializationSettings
必須でないプロパティを取得する。
getProp(Map<String, String>, String, String) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter
プロパティを取得する。 プロパティの指定がない場合はデフォルト値を返す。
getProp(Map<String, String>, String, String) - Method in class nablarch.fw.launcher.logging.LauncherJsonLogFormatter
プロパティを取得する。
プロパティの指定がない場合はデフォルト値を返す。
getProp(Map<String, String>, String, String) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
プロパティを取得する。
プロパティの指定がない場合はデフォルト値を返す。
getProp(Map<String, String>, String, String) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
プロパティを取得する。
プロパティの指定がない場合はデフォルト値を返す。
getProperties() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
プロパティ名リストを取得する。
getProperty() - Method in class nablarch.core.repository.di.config.xml.schema.Component
Gets the value of the property property.
getProperty(Object, String) - Static method in class nablarch.core.beans.BeanUtil
指定したJavaBeansオブジェクトもしくはレコードから、特定のプロパティの値を取得する。
getProperty(Object, String) - Static method in class nablarch.core.util.ObjectUtil
オブジェクトからプロパティの値を取得する。
getProperty(Object, String, Class<?>) - Static method in class nablarch.core.beans.BeanUtil
指定したJavaBeansオブジェクトもしくはレコードのプロパティの値を、指定した型に変換して取得する。
getPropertyDescriptor(Class<?>, String) - Static method in class nablarch.core.beans.BeanUtil
指定したクラスから、特定のプロパティのPropertyDescriptor を取得する。
getPropertyDescriptors(Class<?>) - Static method in class nablarch.core.beans.BeanUtil
指定したクラスに属する全てのプロパティの PropertyDescriptor を取得する。
getPropertyFromObject(Object, String) - Static method in class nablarch.common.web.tag.TagUtil
JavaBeans形式のオブジェクトまたはMapからプロパティ名に合致するオブジェクトを取得する。
getPropertyIfExists(Object, String) - Static method in class nablarch.core.util.ObjectUtil
オブジェクトに、指定したプロパティが存在する場合に値を取得する。
プロパティが存在しなかった場合はnullを返す。
getPropertyMessages() - Method in class nablarch.fw.web.message.ErrorMessages
プロパティに対応したメッセージをすべて返す。
getPropertyName() - Method in class nablarch.common.dao.ColumnMeta
Entityクラスのプロパティ名を取得する。
getPropertyName() - Method in class nablarch.core.repository.di.ComponentReference
プロパティ名を取得する。
getPropertyName() - Method in class nablarch.core.validation.ValidationResultMessage
バリデーション対象のプロパティ名を取得する。
getPropertyNameFromGetter(Method) - Static method in class nablarch.core.util.ObjectUtil
getterメソッドからプロパティ名を取得する。
getPropertyNameFromSetter(Method) - Static method in class nablarch.core.util.ObjectUtil
setterメソッドからプロパティ名を取得する。
getPropertyType() - Method in class nablarch.common.dao.ColumnMeta
Entityクラスのプロパティ型を取得する。
getPropertyType(Class<?>, String) - Static method in class nablarch.core.util.ObjectUtil
プロパティの型を取得する。
getPropertyValidationDefinition(String) - Method in class nablarch.core.validation.FormValidationDefinition
プロパティ名にマッチしたPropertyValidationDefinitionを取得する。
getPropertyValidationDefinitions() - Method in class nablarch.core.validation.FormValidationDefinition
フォームのプロパティ定義を全て取得する。
取得したMapは変更できない。
getProps() - Static method in class nablarch.core.log.app.AppLogUtil
各種ログ出力の設定情報を取得する。
設定情報はプロパティファイル("classpath:app-log.properties")から取得する。
システムプロパティ("nablarch.appLog.filePath")が指定されている場合は、 システムプロパティで指定されたパスを使用する。
getProps() - Method in class nablarch.core.log.LogSettings
全てのプロパティを取得する。
getProps() - Method in class nablarch.core.text.json.JsonSerializationSettings
全てのプロパティを取得する。
getProps(Map<String, String>, String, String) - Method in class nablarch.core.log.app.FailureLogFormatter
プロパティを取得する。
getQueryString() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
クエリ文字列を取得する。
getQueryString() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
クエリ文字列を取得する。
getQueryStringEncoding() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
クエリストリングをエンコードする際に使用する文字コードを取得する。
getQueryTimeout() - Method in class nablarch.core.db.statement.BasicSqlPStatement
Statement.getQueryTimeout()のラッパー。
getQueryTimeout() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
タイムアウト時間を取得する。
getQueryTimeout() - Method in interface nablarch.core.db.statement.SqlStatement
Statement.getQueryTimeout()のラッパー。
getQueueName() - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
送信キュー名を取得する。
getQueueName() - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
送信キュー名称を設定する。
getQueueNameOf(Destination) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider.Context
指定されたJMSキューの論理名を逆引きする。 キューが登録されていない場合はnullを返す。
getQueueOf(String) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider.Context
指定されたキュー名に対するJMSQueueインスタンスを返す。
getQuote() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
フィールド囲み文字を取得する。
getQuotedColumnNames() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
出力時にフィールド囲み文字(CsvDataBindConfig.getQuote())で囲むフィールドのリストを取得する。
getQuoteMode() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
フィールド囲み文字で囲むフィールドを取得する。
getQuotingDelimiter(Map<String, Object>) - Static method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter.VariableLengthDirective
囲み文字を取得する。
getRange(DecimalRange) - Method in class nablarch.core.validation.ee.DecimalRange.DecimalRangeValidator
 
getRange(NumberRange) - Method in class nablarch.core.validation.ee.NumberRange.NumberRangeValidator
 
getRange(T) - Method in class nablarch.core.validation.ee.RangeValidatorSupport
バリデーション範囲(RangeValidatorSupport.Range)を取得する。
getRawJsonText() - Method in class nablarch.core.log.basic.RawJsonObjectMembers
組み立て済みのJSON構文を取得する。
getReadCount() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
chunk実行時のREAD_COUNTを取得する。
getReadCount() - Method in class nablarch.fw.batch.ee.progress.BasicProgressManager
ステップコンテキストから読み取った件数を取得する。
getReader() - Method in class nablarch.fw.web.ResourceLocator
リソースの内容を読み出すためのReaderを返す。
getReadObject() - Method in class nablarch.fw.messaging.realtime.http.dto.HttpResult
受信内容を返却する。
getRealPath() - Method in class nablarch.fw.web.ResourceLocator
リソースのファイルシステム上での絶対パスを返す。
getReasonPhrase() - Method in class nablarch.fw.web.HttpResponse
HTTPレスポンスのステータスフレーズを返す。
getReceiveData() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
フォーマット変換しようとした受信データを取得する。
getReceivedDataFormatter() - Method in class nablarch.fw.messaging.MessageSenderSettings
受信電文データのフォーマッタを取得する。
getReceivedMessage() - Method in exception nablarch.fw.messaging.MessageReadError
受信電文オブジェクトを取得する。
getReceivedMessageLog(ReceivedMessage) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter
同期送信処理開始時に出力されるログ文字列を生成する。
getReceivedMessageLog(ReceivedMessage) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
同期送信処理開始時に出力されるログ文字列を生成する。
getReceivedMessageLog(ReceivedMessage) - Static method in class nablarch.fw.messaging.logging.MessagingLogUtil
電文受信時に出力するログの内容を返す。
getReceivedSequenceFormatter() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
受信電文連番を採番する際に使用するフォーマッタを取得する。
getReceivedSequenceGenerator() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
受信電文連番を採番するためのIdGeneratorを取得する。
getRecipientTypeBCC() - Method in class nablarch.common.mail.MailConfig
メール送信区分(BCC)のコード値を取得する。
getRecipientTypeCC() - Method in class nablarch.common.mail.MailConfig
メール送信区分(CC)のコード値を取得する。
getRecipientTypeTO() - Method in class nablarch.common.mail.MailConfig
メール送信区分(TO)のコード値を取得する。
getRecordClassifier() - Method in class nablarch.core.dataformat.LayoutDefinition
レコードタイプを識別するフィールドを読み込むためのフォーマット定義を取得する。
getRecordConfig(String) - Method in class nablarch.common.databind.fixedlength.FixedLengthDataBindConfig
レコードの定義を返す。
getRecordIdentifier() - Method in class nablarch.common.databind.fixedlength.MultiLayout
レコード識別クラスを取得する。
getRecordIdentifier() - Method in class nablarch.common.databind.fixedlength.MultiLayoutConfig
レコード識別クラスを取得する。
getRecordLength(Map<String, Object>) - Static method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
1レコードあたりのバイト長を取得する。
getRecordName() - Method in class nablarch.common.databind.fixedlength.MultiLayout
レコード名を取得する。
getRecordName() - Method in interface nablarch.common.databind.fixedlength.MultiLayoutConfig.RecordName
レコード名を取得する。
getRecordName() - Method in class nablarch.common.databind.fixedlength.RecordConfig
このレコードのレコード名を返す。
getRecordNumber() - Method in class nablarch.core.dataformat.DataRecord
本レコードのレコード番号を取得する。
getRecordNumber() - Method in interface nablarch.core.dataformat.DataRecordFormatter
読み込みまたは書き込み中のレコードのレコード番号を返却する。
getRecordNumber() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
読み込みまたは書き込み中のレコードのレコード番号を取得する。
getRecordNumber() - Method in class nablarch.core.dataformat.FileRecordReader
読み込み中のレコードのレコード番号を返却する。
getRecordNumber() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
エラーが発生したレコード番号を取得する。
getRecordOf(String) - Method in class nablarch.fw.messaging.InterSystemMessage
指定された種別のレコードを返す。 複数存在する場合は、その先頭のレコードを返す。 存在しない場合はnullを返す。
getRecords() - Method in class nablarch.core.dataformat.LayoutDefinition
レコードタイプの定義のリストを返却する。
getRecords() - Method in class nablarch.fw.messaging.InterSystemMessage
メッセージボディに含まれる全レコードを返す。
getRecordSeparator() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
レコード終端文字列を取得する。
getRecordSeparator(Map<String, Object>) - Static method in class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
レコード終端文字列を取得する
getRecordsOf(String) - Method in class nablarch.fw.messaging.InterSystemMessage
メッセージボディに含まれる指定された種別の全レコードを返す。 該当するレコードが存在しない場合は空のリストを返す。
getRecordType() - Method in class nablarch.core.dataformat.DataRecord
本レコードのレコードタイプを返却する。
getRecordType(String) - Method in class nablarch.core.dataformat.LayoutDefinition
レコードタイプ名に紐付くレコードタイプの定義を返却する。
getRef() - Method in class nablarch.core.repository.di.config.xml.schema.Property
Gets the value of the ref property.
getReferenceName() - Method in class nablarch.core.repository.di.ComponentReference
コンポーネント名を取得する。
getReferences() - Method in class nablarch.core.repository.di.ComponentDefinition
コンポーネントが要求する参照のリストを取得する。
getRemainingCount() - Method in class nablarch.fw.batch.progress.Progress
残り件数を返す。
getReplaceKeyValue() - Method in class nablarch.common.mail.TemplateMailContext
Deprecated.
当メソッドは5u13より前から存在する定型メール機能のためにある。 当メソッドの仕様を満たしつつより柔軟な機能をもつTemplateMailContext.getVariables()が追加されたので今後はそちらを使用すること。
getReplyAddress() - Method in class nablarch.common.mail.MailRequestTable.MailRequest
返信先のアドレスを取得する。
getReplyQueueColumnName() - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
応答電文の宛先キューの論理名を保持するカラムの名称を返す。
getReplyTo() - Method in class nablarch.common.mail.MailContext
返信先メールアドレスを取得する。
getReplyTo() - Method in class nablarch.fw.messaging.InterSystemMessage
応答宛先キューの論理名を返す。
getReplyTo() - Method in class nablarch.fw.messaging.MessageSenderSettings
受信キュー名(論理名)を取得する。
getRequest() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
HTTPリクエストを取得する。
getRequest() - Method in class nablarch.fw.jaxrs.JaxRsContext
リクエストを取得する。
getRequest() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
getRequestClass() - Method in class nablarch.fw.jaxrs.JaxRsContext
リソースメソッドが受け取るBeanのClassオブジェクトを取得する。
getRequestContentsType(HttpProtocolClient.HttpRequestMethodEnum, SimpleDataConvertResult) - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
送信時に設定するコンテンツタイプを取得する。
getRequestData() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
フォーマット変換しようとした送信データを取得する。
getRequestId() - Method in class nablarch.core.log.basic.LogContext
LogContext作成時点のリクエストIDを取得する。
getRequestId() - Static method in class nablarch.core.ThreadContext
スレッドローカルからリクエストIDを取得する。
getRequestId() - Method in class nablarch.fw.messaging.FwHeader
リクエストIDヘッダの値を返す。
getRequestId() - Method in class nablarch.fw.messaging.SyncMessage
要求電文のリクエストIDを取得する。
getRequestId(String) - Method in class nablarch.common.util.BasicRequestIdExtractor
リクエストパスからリクエストIDに相当する部分を抜き出す。
getRequestId(String) - Method in interface nablarch.common.util.RequestIdExtractor
リクエストパスからリクエストIDに相当する部分を抜き出す。
getRequestId(String) - Static method in class nablarch.common.util.RequestUtil
リクエストパスからリクエストIDに相当する部分を抜き出す。
getRequestId(String) - Method in class nablarch.common.util.ShortRequestIdExtractor
リクエストパスからリクエストIDに相当する部分を抜き出す。
getRequestId(String) - Static method in class nablarch.common.util.WebRequestUtil
リクエストパスからリクエストIDに相当する部分を抜き出す。
getRequestIdColumnName() - Method in class nablarch.common.permission.schema.PermissionUnitRequestTableSchema
リクエストIDカラムの名前を取得する。
getRequestIdColumnName() - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
要求電文のリクエストIDを保持するカラムの名称をを返す。
getRequestIdExtractor() - Static method in class nablarch.common.util.RequestUtil
リポジトリよりRequestIdExtractorの実装クラスを取得する。
リポジトリに存在しない場合は、BasicRequestIdExtractorを取得する。
getRequestIds() - Method in class nablarch.common.permission.BasicPermission
ユーザに許可されたリクエストIDを取得する。
getRequestIds() - Method in interface nablarch.common.permission.Permission
ユーザに許可されたリクエストIDを取得する。
getRequestIds() - Method in class nablarch.common.web.tag.FormContext
フォームに含まれるリクエストIDを取得する。
getRequestMessageFormatFileNamePattern() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
要求電文のフォーマット定義ファイル名のパターンを取得する。
getRequestOptions(HttpRequest, ExecutionContext) - Method in class nablarch.common.web.handler.HttpAccessLogHandler
リクエスト時のオプション情報を取得する。
デフォルト実装ではnullを返す。
getRequestOptions(HttpRequest, ExecutionContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogHandler
リクエスト処理開始時のログ出力で使用するオプション情報を取得する。
getRequestPath() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
getRequestPath() - Method in class nablarch.fw.launcher.CommandLine
リクエストパスを取得する。
getRequestPath() - Method in class nablarch.fw.messaging.RequestMessage
リクエストパスを取得する。
getRequestPath() - Method in interface nablarch.fw.Request
リクエストパスを取得する。
getRequestPath() - Method in class nablarch.fw.web.HttpRequest
HTTPリクエストURIのパス部分(クエリストリングを除いた部分)を返す。
getRequestPathMatching() - Method in class nablarch.fw.handler.JavaPackageMappingEntry
リクエストパスとリクエストパスのパターンの照合を行うクラスを取得する。
getRequestScopedVar(String) - Method in class nablarch.fw.ExecutionContext
リクエストスコープ上の変数の値を取得する。
getRequestScopeMap() - Method in class nablarch.fw.ExecutionContext
リクエストスコープ上の変数を格納したMapオブジェクトへの参照を返す。
getRequestScopeMap() - Method in class nablarch.fw.web.servlet.ServletExecutionContext
 
getRequestUri() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
getRequestUri() - Method in class nablarch.fw.web.HttpRequest
HTTPリクエストURIを返す。
getRequiredDecimalPoint(Map<String, Object>) - Static method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
小数点の要否のデフォルト設定を取得する。
getRequiredPlusSign(Map<String, Object>) - Static method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
正の符号の要否のデフォルト設定を取得する。
getRequiredProp(String) - Method in class nablarch.core.log.basic.ObjectSettings
必須プロパティを取得する。
getRequiredProp(String) - Method in class nablarch.core.log.LogSettings
必須プロパティを取得する。
getRequiredProp(String) - Method in class nablarch.core.text.json.JsonSerializationSettings
必須プロパティを取得する。
getRequiredType() - Method in class nablarch.core.repository.di.ComponentReference
要求するコンポーネントの型を取得する。
getRequiresTitle(Map<String, Object>) - Static method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter.VariableLengthDirective
最初の行をタイトルとして読み書きするかどうかの設定を取得する。
getResendFlagOffValue() - Method in class nablarch.fw.messaging.reader.StructuredFwHeaderDefinition
初回電文時に設定される再送要求フラグの値を返す。
getResendFlagOffValue() - Method in class nablarch.fw.messaging.StandardFwHeaderDefinition
初回電文時に設定される再送要求フラグの値を返す。
getResource(String) - Static method in class nablarch.core.util.FileUtil
リソースを取得する。
getResourceMethod() - Method in class nablarch.fw.jaxrs.JaxRsContext
リソースメソッドを取得する。
getResourceName() - Method in class nablarch.fw.web.ResourceLocator
リソース名を返す。
getResourcePathForLanguage(PageContext, String) - Static method in class nablarch.common.web.tag.TagUtil
言語対応のリソースパスを取得する。
getResourcePathRule() - Method in class nablarch.common.web.tag.CustomTagConfig
言語対応のリソースパスを取得する際に使用するリソースパスルールのデフォルト値を取得する。
getResourcesType(URL, String, String) - Static method in class nablarch.core.util.ResourcesUtil
URLを扱うResourcesUtil.Resourcesを作成する。
getResourcesTypes(String) - Static method in class nablarch.core.util.ResourcesUtil
指定のルートパッケージを基点とするリソースの集まりを扱うResourcesUtil.Resourcesの配列を返す。
getResourceURL(String) - Static method in class nablarch.core.util.FileUtil
URLを取得する。
getResponse() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
HTTPレスポンスを取得する。
getResponse() - Method in exception nablarch.fw.messaging.ErrorResponseMessage
エラー応答電文オブジェクトを返す。
getResponse() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
HTTPレスポンスを取得する。
getResponse() - Method in exception nablarch.fw.web.HttpErrorResponse
レスポンス情報を取得する。
getResponseCode() - Method in class nablarch.fw.messaging.realtime.http.dto.HttpResult
レスポンスコードを取得する。
getResponseMessageFormatFileNamePattern() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
応答電文のデータフォーマット定義ファイル名パターンを取得する。
getResponseOptions(HttpRequest, HttpResponse, ExecutionContext) - Method in class nablarch.common.web.handler.HttpAccessLogHandler
レスポンス時のオプション情報を取得する。
デフォルト実装ではnullを返す。
getResponseOptions(HttpRequest, HttpResponse, ExecutionContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogHandler
リクエスト処理終了時のログ出力で使用するオプション情報を取得する。
getResult() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
処理結果を取得する。
getResult(String) - Static method in class nablarch.core.dataformat.CharacterReplacementUtil
カレントスレッド上で行われたフィールドに対する置き換え結果を取得する。
getResultCount() - Method in class nablarch.core.db.support.ListSearchInfo
検索結果の総件数を取得する。
getResultCount() - Method in exception nablarch.core.db.support.TooManyResultException
検索結果件数を取得する。
getResultCountCss() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのresultCountCss属性のデフォルト値を取得する。
getResultMap() - Method in class nablarch.core.dataformat.SimpleDataConvertResult
結果Mapを返却する。
getResults() - Method in class nablarch.fw.Result.MultiStatus
処理結果のリストを取得する。
getResultSet() - Method in class nablarch.core.db.statement.BasicSqlPStatement
Statement.getResultSet()のラッパー。
getResultSet() - Method in interface nablarch.core.db.statement.SqlPStatement
Statement.getResultSet()のラッパー。
getResultSetConcurrency() - Method in class nablarch.core.db.statement.BasicSqlPStatement
getResultSetConcurrency() - Method in interface nablarch.core.db.statement.SqlPStatement
getResultSetConvertor() - Method in class nablarch.core.db.dialect.DefaultDialect
ResultSetから値を取得するための変換クラスを返却する。
getResultSetConvertor() - Method in interface nablarch.core.db.dialect.Dialect
ResultSetから値を取得するための変換クラスを返却する。
getResultSetConvertor() - Method in class nablarch.core.db.dialect.OracleDialect
 
getResultSetConvertor() - Method in class nablarch.core.db.dialect.SqlServerDialect
ResultSetから値を取得するための変換クラスを返却する。
getResultSetCss() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのresultSetCss属性のデフォルト値を取得する。
getResultSetHoldability() - Method in class nablarch.core.db.statement.BasicSqlPStatement
getResultSetHoldability() - Method in interface nablarch.core.db.statement.SqlPStatement
getResultSetType() - Method in class nablarch.core.db.statement.BasicSqlPStatement
getResultSetType() - Method in interface nablarch.core.db.statement.SqlPStatement
getResultString() - Method in class nablarch.core.dataformat.CharacterReplacementResult
変換後文字列を返却する。
getResultText() - Method in class nablarch.core.dataformat.SimpleDataConvertResult
結果テキストを返却する。
getRetrieveTime() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
データ取得時間を取得する。
getRetryAfter() - Method in exception nablarch.fw.results.ServiceUnavailable
処理受付が再開される予定時刻を返す。 デフォルトはnull。(=再開時期未定)
getRetryCount() - Method in class nablarch.fw.messaging.MessageSenderSettings
リトライ回数を取得する。
getRetryCount() - Method in exception nablarch.fw.messaging.MessageSendSyncTimeoutException
リトライ回数を取得する。
getReturnPath() - Method in class nablarch.common.mail.MailContext
差し戻し先メールアドレスを取得する。
getReturnPath() - Method in class nablarch.common.mail.MailRequestTable.MailRequest
差し戻し先のアドレスを取得する。
getRootExceptionPoint(Throwable) - Method in class nablarch.core.log.app.FailureLogFormatter
スタックトレースからルート要素を取得する。
getRow() - Method in class nablarch.core.db.statement.ResultSetIterator
現在レコードのデータを取得する。
getRuntimeLoggerName() - Method in class nablarch.core.log.basic.LogContext
ロガーを取得したときの名称を実行時ロガー名として取得する。
getSafeAttributes() - Method in class nablarch.common.web.tag.CustomTagConfig
修飾付き出力(n:prettyPrint)タグにおいて、 HTMLエスケープの対象外のHTMLタグの中で使用することができる属性値のリストを取得する。
getSafeTags() - Method in class nablarch.common.web.tag.CustomTagConfig
修飾付き出力(n:prettyPrint)タグにおいて、 HTMLエスケープの対象とならずにHTMLタグとしてそのまま出力するタグ名のリストを取得する。
getSavedFile() - Method in class nablarch.fw.web.upload.PartInfo
一時保存ファイルを取得する。
取得したファイルが存在しなかったり、削除される可能性もあるので 使用する際は、nullチェック、ファイルの存在チェックなどの事前チェックを必ず行うこと。
getScale() - Method in class nablarch.core.dataformat.convertor.datatype.NumberStringDecimal
小数点の位置を取得する。
getSchemaName() - Method in class nablarch.common.dao.EntityMeta
スキーマ名を返す。
getSchemaName(Class<?>) - Static method in class nablarch.common.dao.EntityUtil
エンティティクラスからスキーマ名を取得する。
getScheme() - Method in class nablarch.fw.web.ResourceLocator
このリソースパスのスキーム名を返す。
getScope() - Method in class nablarch.fw.batch.ee.cdi.StepScopedContext
 
getScope() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
リクエストスコープへの参照を返す。
getScope() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
セッションスコープへの参照を返す。
getScriptBodyPrefix() - Method in class nablarch.common.web.tag.CustomTagConfig
scriptタグのボディに対するプレフィックスのデフォルト値を取得する。
getScriptBodySuffix() - Method in class nablarch.common.web.tag.CustomTagConfig
scriptタグのボディに対するサフィックスのデフォルト値を取得する。
getSearchConditionProps() - Method in class nablarch.common.dao.Pagination
本実装では、サポートしない。 呼び出した場合UnsupportedOperationExceptionを送出する。
getSearchConditionProps() - Method in class nablarch.core.db.support.ListSearchInfo
検索条件のプロパティ名を取得する。
getSelectAndCheckSql() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlTable
バージョン番号を取得するSQL文(バージョン番号の更新チェックあり)を取得する。
getSelectAndCheckSqlTemplate() - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
バージョン番号を取得するSQL文(バージョン番号の更新チェックあり)のテンプレートを取得する。
getSelectSql() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlTable
バージョン番号を取得するSQL文(バージョン番号の更新チェックなし)を取得する。
getSelectSqlTemplate() - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
バージョン番号を取得するSQL文(バージョン番号の更新チェックなし)のテンプレートを取得する。
getSendFailureCode() - Method in class nablarch.common.mail.MailConfig
送信失敗時の障害コードを取得する。
getSendingDataFormatter() - Method in class nablarch.fw.messaging.MessageSenderSettings
送信電文データのフォーマッタを取得する。
getSendingRequestId() - Method in class nablarch.fw.messaging.MessageSenderSettings
送信用リクエストIDを取得する。
getSendSuccessMessageId() - Method in class nablarch.common.mail.MailConfig
メール送信成功時のメッセージIDを取得する。
getSentMessageLog(SendingMessage) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter
同期送信処理開始時に出力されるログ文字列を生成する。
getSentMessageLog(SendingMessage) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
同期送信処理開始時に出力されるログ文字列を生成する。
getSentMessageLog(SendingMessage) - Static method in class nablarch.fw.messaging.logging.MessagingLogUtil
電文送信時に出力するログの内容を返す。
getSeparator(Map<String, String>, String, String) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter
区切り文字を取得する。
getSeparator(Map<String, String>, String, String) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
区切り文字を取得する。
getSerializer(Object) - Method in class nablarch.core.text.json.BasicJsonSerializationManager
オブジェクトに対応したシリアライザを取得する。
getSerializer(Object) - Method in interface nablarch.core.text.json.JsonSerializationManager
オブジェクトに対応したシリアライザを取得する。
getSerialNumber() - Method in class nablarch.common.mail.MailAttachedFileTable.MailAttachedFile
連番を取得する。
getSerialNumber() - Method in class nablarch.common.mail.MailRecipientTable.MailRecipient
連番を取得する。
getServletContext() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
getServletContext() - Method in class nablarch.fw.web.servlet.ServletExecutionContext
サーブレットコンテキストを返す。
getServletFilterConfig() - Method in class nablarch.fw.web.servlet.WebFrontController
サーブレットフィルタの設定情報を取得する。
getServletRequest() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
サーブレットリクエストを返す。
getServletRequest() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
サーブレットリクエストを返す。 サーブレットコンテナ上で動作している場合は、サーブレットリクエストを返す。 そうでない場合(JUnit上で内蔵サーバーを使用せずにテストした場合など)は、 実行時例外が送出される。
getServletRequest() - Method in class nablarch.fw.web.servlet.ServletExecutionContext
サーブレットリクエストを返す。
getServletResponse() - Method in class nablarch.fw.web.servlet.ServletExecutionContext
サーブレットレスポンスを返す。
getSession() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
getSession() - Method in class nablarch.fw.web.servlet.PreventSessionCreationHttpServletRequestWrapper
このクラスはHttpSessionを生成できないようにしているため、このメソッドは常に例外をスローします。
getSession(boolean) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
getSession(boolean) - Method in class nablarch.fw.web.servlet.PreventSessionCreationHttpServletRequestWrapper
このクラスはHttpSessionを生成できないようにしているため、引数にtrueを渡した場合は例外をスローします。
getSessionFactory() - Method in class nablarch.common.web.session.Session
このセッションを生成したファクトリを取得する。
getSessionId() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
セッションIDを取得する。
getSessionId() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
セッションIDを取得する。
getSessionIdName() - Method in class nablarch.common.web.session.store.UserSessionSchema
セッションIDカラムの名前を取得する。
getSessionKey() - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpSession
言語が格納されるセッション上のキー名を取得する。
getSessionKey() - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSession
タイムゾーンが格納されるセッション上のキー名を取得する。
getSessionObjectName() - Method in class nablarch.common.web.session.store.UserSessionSchema
セッションオブジェクトカラムの名前を取得する。
getSessionScopedVar(String) - Method in class nablarch.fw.ExecutionContext
セッションスコープ上の変数の値を取得する。
getSessionScopedVar(String) - Method in class nablarch.fw.web.servlet.ServletExecutionContext
セッションスコープ上の変数の値を取得する。
getSessionScopeMap() - Method in class nablarch.fw.ExecutionContext
セッションスコープ情報を格納したMapオブジェクトへの参照を返す。
getSessionScopeMap() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
セッションスコープマップを取得する。
getSessionScopeMap() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
セッションスコープマップを取得する。
getSessionScopeMap() - Method in class nablarch.fw.web.servlet.ServletExecutionContext
セッションスコープ情報を格納したMapオブジェクトへの参照を返す。
getSessionStoredVar(String) - Method in class nablarch.fw.ExecutionContext
セッションストア上の変数の値を取得する。
getSessionStoredVar(String) - Method in class nablarch.fw.StandaloneExecutionContext
本メソッドは利用できない。 呼び出した場合、UnsupportedOperationExceptionを送出する。
getSessionStoreKey() - Method in class nablarch.common.authorization.role.session.SessionStoreUserRoleResolver
セッションストアにロールを保存するときに使用するキーを取得する。
getSessionStoreMap() - Method in class nablarch.fw.ExecutionContext
セッションストア情報を格納したMapオブジェクトへの参照を返す。
getSessionStoreMap() - Method in class nablarch.fw.StandaloneExecutionContext
本メソッドは利用できない。 呼び出した場合、UnsupportedOperationExceptionを送出する。
getSetterMethod(Class<?>, String) - Static method in class nablarch.core.util.ObjectUtil
setterメソッドを検索する。
getSetterMethodName(String) - Static method in class nablarch.core.util.ObjectUtil
プロパティ名からsetterメソッド名を取得する。
getSetterMethods(Class<?>) - Static method in class nablarch.core.util.ObjectUtil
clazzに定義されたsetterのリストを取得する。
getSettingRequestId() - Method in class nablarch.fw.messaging.MessageSenderSettings
設定情報キーのリクエストIDを取得する。
getSettings() - Method in class nablarch.core.log.basic.DateRotatePolicy
ログファイル読み込み時に出力する、ローテーションの設定情報を返す。
getSettings() - Method in class nablarch.core.log.basic.FileLogWriter
設定情報を取得する。

設定情報のフォーマットを下記に示す。

WRITER NAME = [<LogWriterの名称>]
WRITER CLASS = [<LogWriterのクラス名>]
FORMATTER CLASS = [<LogFormatterのクラス名>]
LEVEL = [<ログの出力制御の基準とするLogLevel>] FILE PATH = [<書き込み先のファイルパス>]
ENCODING = [<書き込み時に使用する文字エンコーディング>]
OUTPUT BUFFER SIZE = [<出力バッファのサイズ>]
ROTATE POLICY CLASS = [<ファイルローテーション実行クラス>]

追加でRotatePolicy.getSettings()によって得られた設定情報が出力される。
getSettings() - Method in class nablarch.core.log.basic.FileSizeRotatePolicy
ログファイル読み込み時に出力する、ローテーションの設定情報を返す。
getSettings() - Method in class nablarch.core.log.basic.LogWriterSupport
設定情報を取得する。

設定情報のフォーマットを下記に示す。

WRITER NAME = [<LogWriterの名称>]
WRITER CLASS = [<LogWriterのクラス名>]
FORMATTER CLASS = [<LogFormatterのクラス名>]
LEVEL = [<ログの出力制御の基準とするLogLevel>]
getSettings() - Method in interface nablarch.core.log.basic.RotatePolicy
ログファイル読み込み時に出力する、ローテーションの設定情報を返す。
getSettings() - Method in class nablarch.core.log.basic.SynchronousFileLogWriter
設定情報を取得する。

設定情報のフォーマットを下記に示す。

getSettings() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveAction
本アクションを実行するために必要となる設定値を保持するオブジェクトを取得する。
getSettings() - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
本アクションを実行するために必要となる設定値を保持するオブジェクトを取得する。
getSettingsByPrefix(LogSettings, String) - Method in class nablarch.core.log.basic.ObjectSettings
指定されたプレフィックスにマッチする設定を取得する。
getShort(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
 
getShort(int) - Method in class nablarch.core.db.statement.ResultSetIterator
カレント行の指定されたカラムの値をShortで取得する。
getShort(int) - Method in interface nablarch.core.db.statement.SqlCStatement
getShortName(String, String) - Method in class nablarch.common.code.BasicCodeManager
コードID、コード値を条件に、対応するコードの略称を取得する。
取得対象言語は、ThreadContextでデフォルトとして指定された言語とする。 ThreadContextからデフォルト言語を取得できなかった場合、 デフォルトロケールから言語を取得する。
getShortName(String, String) - Method in interface nablarch.common.code.CodeManager
コードID、コード値を条件に、対応するコードの略称を取得する。
取得対象言語は、ThreadContextでデフォルトとして指定された言語とする。 ThreadContextからデフォルト言語を取得できなかった場合、 デフォルトロケールから言語を取得する。
getShortName(String, String) - Static method in class nablarch.common.code.CodeUtil
コード値に対応するコードの略称を取得する。
getShortName(String, String, Locale) - Method in class nablarch.common.code.BasicCodeManager
コードID、コード値、取得対象の言語を条件に、対応するコードの略称を取得する。
getShortName(String, String, Locale) - Method in interface nablarch.common.code.CodeManager
コードID、コード値、取得対象の言語を条件に、対応するコードの略称を取得する。
getShortName(String, String, Locale) - Static method in class nablarch.common.code.CodeUtil
コード値、言語に対応するコードの略称を取得する。
getShortName(String, Locale) - Method in interface nablarch.common.code.Code
言語を指定してコードの略称を取得する。
getShortNameColumnName() - Method in class nablarch.common.code.schema.CodeNameSchema
略称カラムの名前を取得する。
getSingleValue(PageContext, String) - Static method in class nablarch.common.web.tag.TagUtil
単一値としてname属性に対応するvalue属性をリクエストパラメータ又は変数スコープから取得する。
getSingleValueOnScope(PageContext, String) - Static method in class nablarch.common.web.tag.TagUtil
単一値としてname属性に対応するvalue属性を変数スコープから取得する。
getSize() - Method in class nablarch.core.dataformat.convertor.datatype.ByteStreamDataSupport
扱うデータ型に応じたデータサイズを返却する。 (固定長データを扱う場合はバイト長、可変長データを扱う場合は文字列長を返却する)
getSize() - Method in class nablarch.core.dataformat.convertor.datatype.CharacterStreamDataSupport
扱うデータ型に応じたデータサイズを返却する。 (固定長データを扱う場合はバイト長、可変長データを扱う場合は文字列長を返却する)
getSize() - Method in class nablarch.core.dataformat.convertor.datatype.DataType
扱うデータ型に応じたデータサイズを返却する。 (固定長データを扱う場合はバイト長、可変長データを扱う場合は文字列長を返却する)
getSize() - Method in class nablarch.core.dataformat.FieldDefinition
このフィールドの長さを返却する。
getSize() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
取得最大件数を取得する。
getSortId() - Method in class nablarch.core.db.support.ListSearchInfo
ソートIDを取得する。
getSortOrderColumnName() - Method in class nablarch.common.code.schema.CodeNameSchema
ソート順カラムの名前 を取得する。
getSortSubmitCss() - Method in class nablarch.common.web.tag.CustomTagConfig
pagingSortSubmitタグのsortSubmitCss属性のデフォルト値を取得する。
getSortSubmitTag() - Method in class nablarch.common.web.tag.CustomTagConfig
pagingSortSubmitタグのsortSubmitTag属性のデフォルト値を取得する。
getSortSubmitType() - Method in class nablarch.common.web.tag.CustomTagConfig
pagingSortSubmitタグのsortSubmitType属性のデフォルト値を取得する。
getSourceFormat() - Method in class nablarch.common.web.tag.CspNonceTag
nonceを出力する際に nonce- をprefixとして付与するか否か
getSql() - Method in class nablarch.common.dao.BatchSqlWithColumns
SQL文を返す。
getSql() - Method in class nablarch.common.dao.SqlWithParams
SQLを返す。
getSql() - Method in class nablarch.core.db.statement.BasicSqlParameterParser
SQL文を取得する。
返却されるSQL文は、名前付きバインド変数部を「?」に置き換えたSQL
getSql() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
SQL文を取得する。
getSql() - Method in interface nablarch.core.db.statement.SqlParameterParser
SQL文を取得する。
getSql(String) - Method in class nablarch.core.db.statement.BasicStatementFactory
指定されたSQLリソースに対応するSQL文を取得する。
getSqlCStatement(String) - Method in class nablarch.core.db.support.DbAccessSupport
指定されたSQL_IDからSqlCStatementを生成する。
getSqlCStatement(String, Connection, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
 
getSqlCStatement(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
SqlCStatementを生成し返却する。
getSqlCStatementBySqlId(String, Connection, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
 
getSqlCStatementBySqlId(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
SqlCStatementを生成し返却する。
getSqlFilePackage() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
SQLファイルの配置パッケージを取得する。
getSqlFilePackage() - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
SQLファイルの配置パッケージを取得する。
getSqlPStatement(String) - Method in class nablarch.core.db.support.DbAccessSupport
指定されたSQL_IDからSqlPStatementを生成する。
getSqlPStatement(String, Connection, int[], DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
自動生成キーの取得機能を持つSqlPStatementを生成し返却する。
getSqlPStatement(String, Connection, int[], DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
自動生成キーの取得機能を持つSqlPStatementを生成し返却する。
getSqlPStatement(String, Connection, int, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
自動生成キーの取得機能を持つSqlPStatementを生成し返却する。
getSqlPStatement(String, Connection, int, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
自動生成キーの取得機能を持つSqlPStatementを生成し返却する。
getSqlPStatement(String, Connection, String[], DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
 
getSqlPStatement(String, Connection, String[], DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
自動生成キーの取得機能を持つSqlPStatementを生成し返却する。
getSqlPStatement(String, Connection, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
SqlPStatementを生成し返却する。
getSqlPStatement(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
SqlPStatementを生成し返却する。
getSqlPStatement(String, Connection, DbExecutionContext, SelectOption) - Method in class nablarch.core.db.statement.BasicStatementFactory
SqlPStatementを生成し返却する。
getSqlPStatement(String, Connection, DbExecutionContext, SelectOption) - Method in interface nablarch.core.db.statement.StatementFactory
SqlPStatementを生成し返却する。
getSqlPStatementBySqlId(String, Connection, DbExecutionContext) - Method in class nablarch.core.db.cache.statement.CacheableStatementFactory
SQL_IDからSqlPStatementを生成し返却する。
getSqlPStatementBySqlId(String, Connection, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
SQL_IDからSqlPStatementを生成し返却する。
getSqlPStatementBySqlId(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
SQL_IDからSqlPStatementを生成し返却する。
getSqlResource() - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
SQLリソース名称を取得する。
getSQLState() - Method in exception nablarch.core.db.DbAccessException
SQLState値を取得する。
getSSLContext() - Method in interface nablarch.fw.messaging.HttpSSLContextSettings
SSLContextを取得する。
getSSLContext() - Method in class nablarch.fw.messaging.realtime.http.settings.NopHttpSSLContextSettings
SSLContextを取得する。 本クラスは常にnullを返す。
getSslContextSettings() - Method in class nablarch.fw.messaging.MessageSenderSettings
HTTP通信時に使用するSSLContextを取得する。
getStackTrace(Throwable) - Method in class nablarch.core.log.basic.BasicLogFormatter.StackTraceItem
フォーマット済みのスタックトレースを取得する。
getStartFreeMemory() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
空きメモリ量(開始時)を取得する。
getStartLogFormat() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
開始ログのフォーマットを取得する。
getStartLogItems() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
開始ログ用のログ出力項目を生成する。
getStartLogMsg(CommandLine) - Method in class nablarch.fw.launcher.logging.LauncherJsonLogFormatter
開始ログを生成する。
getStartLogMsg(CommandLine) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
開始ログを生成する。
getStartLogMsg(CommandLine) - Static method in class nablarch.fw.launcher.logging.LauncherLogUtil
起動ログメッセージを生成し、返却する。
getStartPosition() - Method in class nablarch.core.db.statement.SelectOption
検索処理の取得開始位置(1から開始)を返す。
getStartPosition() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
取得開始位置を取得する。
getStartPosition() - Method in class nablarch.core.db.support.ListSearchInfo
検索結果の取得開始位置を取得する。
getStartTime() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
開始日時を取得する。
getStartTime() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
開始日時を取得する。
getStartTime() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
開始日時を取得する。
getStartUsedMemory() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
使用メモリ量(開始時)を取得する。
getState() - Method in class nablarch.core.repository.di.ComponentHolder
コンポーネントの状態を取得する。
getStateEncoder() - Method in class nablarch.common.web.session.SessionStore
セッション内容の直列化モジュールを取得する。
getStatement() - Method in class nablarch.core.db.statement.ResultSetIterator
Statementを取得する。
getStatus(boolean) - Method in class nablarch.fw.web.handler.health.HealthCheckResponseBuilder
ヘルスチェック結果に応じたステータスの表現を取得する。
getStatusCode() - Method in exception nablarch.fw.handler.DuplicateProcessCheckHandler.DuplicateProcess
 
getStatusCode() - Method in exception nablarch.fw.handler.ProcessStopHandler.ProcessStop
 
getStatusCode() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
ステータスコードを取得する。
getStatusCode() - Method in exception nablarch.fw.messaging.ErrorResponseMessage
 
getStatusCode() - Method in class nablarch.fw.messaging.FwHeader
要求電文に対する処理結果を表すコード値を返す。
getStatusCode() - Method in exception nablarch.fw.messaging.MessageReadError
 
getStatusCode() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
例外発生時のHTTPステータスコードを取得する。
getStatusCode() - Method in class nablarch.fw.messaging.ResponseMessage
ステータスコードを返す。
getStatusCode() - Method in exception nablarch.fw.Result.ClientError
ステータスコードを返す。
getStatusCode() - Method in exception nablarch.fw.Result.Error
ステータスコードを返す。
getStatusCode() - Method in interface nablarch.fw.Result
ステータスコードを返す。
getStatusCode() - Method in class nablarch.fw.Result.MultiStatus
ステータスコードを返す。
getStatusCode() - Method in exception nablarch.fw.Result.NotFound
ステータスコードを返す。
getStatusCode() - Method in class nablarch.fw.Result.Success
ステータスコードを返す。
getStatusCode() - Method in exception nablarch.fw.results.BadRequest
ステータスコードを返す。
getStatusCode() - Method in exception nablarch.fw.results.Conflicted
ステータスコードを返す。
getStatusCode() - Method in exception nablarch.fw.results.Forbidden
ステータスコードを返す。
getStatusCode() - Method in exception nablarch.fw.results.InternalError
ステータスコードを返す。
getStatusCode() - Method in exception nablarch.fw.results.RequestEntityTooLarge
ステータスコードを返す。
getStatusCode() - Method in exception nablarch.fw.results.ServiceError
ステータスコードを返す。
getStatusCode() - Method in exception nablarch.fw.results.ServiceUnavailable
ステータスコードを返す。
getStatusCode() - Method in exception nablarch.fw.results.TransactionAbnormalEnd
ステータスコードを返す。
getStatusCode() - Method in exception nablarch.fw.results.Unauthorized
ステータスコードを返す。
getStatusCode() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
ステータスコードを取得する。
getStatusCode() - Method in class nablarch.fw.web.HttpResponse
HTTPレスポンスのステータスコードの値を返す。
getStatusCode() - Method in enum class nablarch.fw.web.HttpResponse.Status
HTTPステータスコードを取得する。
getStatusCode(ResponseMessage) - Method in class nablarch.fw.messaging.handler.MessageReplyHandler
応答電文のフレームワーク制御ヘッダに設定するステータスコードを取得する。
getStatusCodeColumnName() - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
要求電文のユーザIDを保持するカラムの名称をを返す。
getStatusFailure() - Method in class nablarch.common.mail.MailConfig
メール送信ステータス(送信失敗)のコード値を取得する。
getStatusSent() - Method in class nablarch.common.mail.MailConfig
メール送信ステータス(送信済)のコード値を取得する。
getStatusUnsent() - Method in class nablarch.common.mail.MailConfig
メール送信ステータス(未送信)のコード値を取得する。
getStepContext() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
StepContextを返す。
getStepExitStatus() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
ステップの終了ステータスを取得する。
getStepName() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
ステップ名を取得する。
getStorage() - Method in class nablarch.common.web.session.SessionEntry
このエントリーを記録する際に使用するSessionStoreを使用する。
getString(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
 
getString(int) - Method in class nablarch.core.db.statement.ResultSetIterator
カレント行の指定されたカラムの値をStringで取得する。
getString(int) - Method in interface nablarch.core.db.statement.SqlCStatement
getString(String) - Method in class nablarch.core.dataformat.DataRecord
フィールドの値を文字列型に変換して返却する。
getString(String) - Method in class nablarch.core.db.statement.SqlRow
指定されたカラムの情報を文字列で取得する。
getString(String) - Static method in class nablarch.core.repository.SystemRepository
設定値の登録名を指定してリポジトリに登録された文字列の設定値を取得する。
getStringArray(String) - Method in class nablarch.core.dataformat.DataRecord
フィールドの値を文字列配列型に変換して返却する。
getStringResource(String) - Static method in class nablarch.core.message.MessageUtil
メッセージIDに対応するStringResourceを取得する。 メッセージIDがnullである場合は、nullを返す。
getStringSerializer() - Method in class nablarch.core.text.json.BasicJsonSerializationManager
文字列をJSONのオブジェクトに処理するためのシリアライザを取得する。
getStringSerializer() - Method in interface nablarch.core.text.json.JsonSerializationManager
文字列をJSONのオブジェクトに処理するためのシリアライザを取得する。
getStringSetting(String, MessageSenderSettings.SettingType, boolean, String) - Method in class nablarch.fw.messaging.MessageSenderSettings
String型の設定値を取得する。
getStructuredMessage(Object) - Method in class nablarch.core.log.app.JsonLogFormatterSupport
構造化されたmessageを生成する。
getStructuredMessage(List<JsonLogObjectBuilder<CTX>>, CTX) - Method in class nablarch.core.log.app.JsonLogFormatterSupport
構造化されたmessageを生成する。
getStructuredTargets(String, String) - Method in class nablarch.core.log.app.ApplicationSettingJsonLogFormatter
ログ出力項目を取得する。
getStructuredTargets(Map<String, String>) - Method in class nablarch.core.log.app.PerformanceJsonLogFormatter
ログ出力項目を取得する。
getStructuredTargets(Map<String, String>, String) - Method in class nablarch.core.log.app.FailureJsonLogFormatter
ログ出力項目を取得する。
getSubject() - Method in class nablarch.common.mail.FreeTextMailContext
件名を取得する。
getSubject() - Method in class nablarch.common.mail.MailContext
件名を取得する。
getSubject() - Method in class nablarch.common.mail.MailRequestTable.MailRequest
件名を取得する。
getSubject() - Method in class nablarch.common.mail.MailTemplateTable.MailTemplate
件名を取得する。
getSubject() - Method in class nablarch.common.mail.TemplateEngineProcessedResult
件名を取得する。
getSubmissionAction() - Method in class nablarch.common.web.tag.ButtonTag
サブミット時の動作を取得する。
getSubmissionAction() - Method in class nablarch.common.web.tag.DownloadButtonTag
 
getSubmissionAction() - Method in class nablarch.common.web.tag.DownloadLinkTag
 
getSubmissionAction() - Method in class nablarch.common.web.tag.DownloadSubmitTag
 
getSubmissionAction() - Method in class nablarch.common.web.tag.SubmitLinkTag
サブミット時の動作を取得する。
getSubmissionAction() - Method in class nablarch.common.web.tag.SubmitTag
サブミット時の動作を取得する。
getSubmissionInfoList() - Method in class nablarch.common.web.tag.FormContext
フォームに含まれるサブミット情報を取得する。
getSubmitLinkDisabledJsp() - Method in class nablarch.common.web.tag.CustomTagConfig
SubmitLink描画時の表示制御判定が「非活性」の場合に使用するJSPのURLを取得する。
getSyncMessagingEventHookList() - Method in class nablarch.fw.messaging.MessageSenderSettings
メッセージ送信の処理前後に行う処理を取得する。
getSystemZoneId() - Method in class nablarch.core.beans.converter.BasicDateTimeConverterConfiguration
 
getSystemZoneId() - Method in interface nablarch.core.beans.converter.DateTimeConverterConfiguration
システムが依存するjava.time.ZoneIdを取得する
getTableName() - Method in class nablarch.common.dao.EntityMeta
テーブル名を返す。
getTableName() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
排他制御用テーブルのテーブル名を取得する。
getTableName() - Method in class nablarch.common.exclusivecontrol.Version
排他制御用テーブルのテーブル名を取得する。
getTableName() - Method in class nablarch.common.mail.MailRecipientTable
メール送信先テーブルの名前を取得する。
getTableName() - Method in class nablarch.common.schema.TableSchema
テーブル名を取得する。
getTableName() - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
再送電文管理テーブルの名称を返す。
getTableName(Class<?>) - Static method in class nablarch.common.dao.EntityUtil
エンティティクラスからテーブル名を取得する。
getTableNameWithSchema(Class<?>) - Static method in class nablarch.common.dao.EntityUtil
エンティティクラスからスキーマ名を修飾したテーブル名("スキーマ名.テーブル名"形式)を取得する。
getTagName() - Method in class nablarch.common.web.tag.AnchorTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.ButtonTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.CheckboxTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.CodeCheckboxesTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.CodeCheckboxTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.CodeRadioButtonsTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.CodeSelectTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.ColorTag
 
getTagName() - Method in class nablarch.common.web.tag.CompositeKeyCheckboxTag
 
getTagName() - Method in class nablarch.common.web.tag.CompositeKeyRadioButtonTag
 
getTagName() - Method in class nablarch.common.web.tag.DateTag
 
getTagName() - Method in class nablarch.common.web.tag.DatetimeLocalTag
 
getTagName() - Method in class nablarch.common.web.tag.DownloadButtonTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.DownloadLinkTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.DownloadSubmitTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.EmailTag
 
getTagName() - Method in class nablarch.common.web.tag.FileTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.FormTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.HiddenStoreTag
 
getTagName() - Method in class nablarch.common.web.tag.HiddenTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.ImgTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.LinkTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.ListCheckboxesTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.ListRadioButtonsTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.MonthTag
 
getTagName() - Method in class nablarch.common.web.tag.NumberTag
 
getTagName() - Method in class nablarch.common.web.tag.PasswordTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.PlainHiddenTag
 
getTagName() - Method in class nablarch.common.web.tag.PopupButtonTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.PopupLinkTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.PopupSubmitTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.RadioButtonTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.RangeTag
 
getTagName() - Method in class nablarch.common.web.tag.SearchTag
 
getTagName() - Method in class nablarch.common.web.tag.SelectTagSupport
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.SinglevaluedInputTagWriterSupport
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.SubmitLinkTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.SubmitTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.TelTag
 
getTagName() - Method in class nablarch.common.web.tag.TextareaTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.TextTag
タグ名を取得する。
getTagName() - Method in class nablarch.common.web.tag.TimeTag
 
getTagName() - Method in class nablarch.common.web.tag.UrlTag
 
getTagName() - Method in class nablarch.common.web.tag.WeekTag
 
getTargetAnnotation() - Method in class nablarch.common.date.YYYYMMConvertor
対応するアノテーションのクラスを取得する。
getTargetAnnotation() - Method in class nablarch.common.date.YYYYMMDDConvertor
対応するアノテーションのクラスを取得する。
getTargetAnnotation() - Method in interface nablarch.core.validation.convertor.ExtendedStringConvertor
対応するアノテーションのクラスを取得する。
getTargetClass() - Method in class nablarch.common.date.AbstractDateStringConverter
変換対象のクラスを取得する。
getTargetClass() - Method in class nablarch.common.web.compositekey.CompositeKeyArrayConvertor
変換対象のクラスを取得する。
getTargetClass() - Method in class nablarch.common.web.compositekey.CompositeKeyConvertor
変換対象のクラスを取得する。
getTargetClass() - Method in class nablarch.core.validation.convertor.BigDecimalConvertor
変換対象のクラスを取得する。
getTargetClass() - Method in class nablarch.core.validation.convertor.BooleanConvertor
 
getTargetClass() - Method in interface nablarch.core.validation.Convertor
変換対象のクラスを取得する。
getTargetClass() - Method in class nablarch.core.validation.convertor.IntegerConvertor
変換対象のクラスを取得する。
getTargetClass() - Method in class nablarch.core.validation.convertor.LongConvertor
変換対象のクラスを取得する。
getTargetClass() - Method in class nablarch.core.validation.convertor.StringArrayConvertor
 
getTargetClass() - Method in class nablarch.core.validation.convertor.StringConvertor
変換対象のクラスを取得する。
getTargetClass() - Method in class nablarch.core.validation.ValidationContext
変換対象のフォームクラスを取得する。
getTargetCount(String) - Method in class nablarch.common.mail.MailRequestTable
処理対象件数を取得する。
getTargetGenerateId() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
受信電文連番を採番するためのIDを取得する。
getTargetId() - Method in class nablarch.core.repository.di.ComponentReference
インジェクションするオブジェクトのIDを取得する。
getTargetPackages() - Method in class nablarch.fw.hotdeploy.HotDeployHandler
HotDeploy対象のパッケージを取得。
getTargets() - Static method in enum class nablarch.common.web.tag.AutocompleteDisableTarget
autocomplete属性をOFFにする対象を取得する。
getTargets() - Method in class nablarch.fw.web.handler.health.HealthCheckResult
全てのヘルスチェック結果を取得する。
getTargetUrl() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
例外発生時の接続先を取得する。
getTempDirPath() - Method in class nablarch.fw.web.HttpResponseSetting
一時ファイルの出力先フォルダのパスを返す。
getTemplateId() - Method in class nablarch.common.mail.TemplateMailContext
テンプレートIDを取得する。
getTestClass() - Method in class nablarch.test.core.rule.TestDescription
実行中のテストクラスを取得する。
getTestClassSimpleName() - Method in class nablarch.test.core.rule.TestDescription
実行中のテストクラス名を取得する。
getTestDataParser() - Method in class nablarch.test.core.http.RestTestSupport
テストデータパーサを取得する。
getText() - Method in class nablarch.fw.web.useragent.UserAgent
UserAgent文字列を取得する。
getTextEncoding(Map<String, Object>) - Static method in class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
エンコーディングを取得する
getTime(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
 
getTime(int) - Method in interface nablarch.core.db.statement.SqlCStatement
getTimeout() - Method in class nablarch.fw.messaging.MessageSenderSettings
応答タイムアウト(単位:ミリ秒)を取得する。
getTimestamp() - Method in class nablarch.core.date.BasicSystemTimeProvider
現在日時を取得する。
getTimestamp() - Method in interface nablarch.core.date.SystemTimeProvider
システム日時を取得する。
getTimestamp() - Static method in class nablarch.core.date.SystemTimeUtil
システム日時を取得する。
getTimestamp(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
 
getTimestamp(int) - Method in class nablarch.core.db.statement.ResultSetIterator
カレント行の指定されたカラムの値をTimestampで取得する。
getTimestamp(int) - Method in interface nablarch.core.db.statement.SqlCStatement
getTimestamp(String) - Method in class nablarch.core.db.statement.SqlRow
指定されたカラムの情報をTimestampとして取得する。
getTimestamp(LocalDateTime) - Static method in class nablarch.core.beans.converter.DateTimeConverterUtil
java.time.LocalDateTimeのインスタンスをjava.sql.Timestampに変換する
getTimeToLive() - Method in class nablarch.fw.messaging.SendingMessage
電文の有効期間をmsec単位で返す。
getTimeUnitMapping() - Method in class nablarch.core.cache.expirable.BasicExpirationSetting
時間単位のマッピングを取得する。 本メソッドをオーバーライドすることで、 マッピングを変更することができる。
getTimeZone() - Static method in class nablarch.core.ThreadContext
スレッドローカルからタイムゾーンを取得する。
getTimeZone(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSupport
スレッドコンテキストに保持するタイムゾーン属性を返す。
getTitleRecordTypeName(Map<String, Object>) - Static method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter.VariableLengthDirective
タイトルのレコードタイプ名を取得する。
getToken() - Method in exception nablarch.core.dataformat.SyntaxErrorException
構文エラーの発生箇所を返却する。
getTokenGenerator() - Static method in class nablarch.common.web.token.TokenUtil
TokenGeneratorをリポジトリから取得する。
リポジトリに存在しない場合はRandomTokenGeneratorを使用する。
getTokenName() - Method in class nablarch.common.web.token.DbTokenSchema
トークンカラム名 を取得する。
getToList() - Method in class nablarch.common.mail.MailContext
送信先(TO)メールアドレスのリストを取得する。
getToOfConvertGroupAnnotation() - Method in class nablarch.fw.jaxrs.JaxRsContext
リソースメソッドに設定されているConvertGroupto属性の値を取得する。
getTps() - Method in class nablarch.fw.batch.progress.Progress
全体のTPSを返す。
getTransaction() - Static method in class nablarch.core.transaction.TransactionContext
トランザクションオブジェクトを取得する。
getTransaction(String) - Method in class nablarch.core.db.transaction.JdbcTransactionFactory
JdbcTransactionを生成する。
getTransaction(String) - Static method in class nablarch.core.transaction.TransactionContext
トランザクションオブジェクトを取得する。
getTransaction(String) - Method in interface nablarch.core.transaction.TransactionFactory
トランザクションオブジェクトを生成する。
getTransactionManagerConnection() - Static method in class nablarch.core.db.connection.DbConnectionContext
現在のスレッドに紐付いたデフォルトのトランザクション制御を取得する。
getTransactionManagerConnection(String) - Static method in class nablarch.core.db.connection.DbConnectionContext
現在のスレッドから指定した名前のトランザクション制御を取得する。
getTransactionName() - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
トランザクション名を取得する。
getTransferEncoding() - Method in class nablarch.fw.web.HttpResponse
Transfer-Encodingの値を取得する。
getType() - Method in class nablarch.common.databind.csv.CsvDataBindConfigConverter
 
getType() - Method in interface nablarch.common.databind.DataBindConfigConverter
変換対象のアノテーションのタイプを返す。
getType() - Method in class nablarch.common.databind.fixedlength.FixedLengthDataBindConfigConverter
 
getType() - Method in class nablarch.common.web.tag.CheckboxTagSupport
 
getType() - Method in class nablarch.common.web.tag.CheckedInputTagSupport
type属性を取得する。
getType() - Method in class nablarch.common.web.tag.CodeCheckboxesTag
 
getType() - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
type属性を取得する。
getType() - Method in class nablarch.common.web.tag.CodeRadioButtonsTag
 
getType() - Method in class nablarch.common.web.tag.CompositeKeyCheckboxTag
 
getType() - Method in class nablarch.common.web.tag.CompositeKeyRadioButtonTag
 
getType() - Method in class nablarch.common.web.tag.ListCheckboxesTag
 
getType() - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
type属性を取得する。
getType() - Method in class nablarch.common.web.tag.ListRadioButtonsTag
type属性を取得する。
getType() - Method in class nablarch.common.web.tag.RadioButtonTag
type属性を取得する。
getType() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
ディレクティブの値の型を取得する。
getType() - Method in class nablarch.core.repository.di.ComponentDefinition
コンポーネントの型を取得する。
getType() - Method in class nablarch.core.validation.PropertyValidationDefinition
プロパティの型を取得する。
getTypeName() - Method in class nablarch.core.dataformat.CharacterReplacementConfig
寄せ字変換タイプ名を取得する。
getTypeName() - Method in class nablarch.core.dataformat.RecordDefinition
このレコードフォーマットのレコードタイプ名を返却する。
getTypeValue() - Method in class nablarch.common.web.tag.TextTag
type属性の値を取得する。
getUpdateAndCheckSql() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlTable
バージョン番号を更新するSQL文(バージョン番号の更新チェックあり)を取得する。
getUpdateAndCheckSqlTemplate() - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
バージョン番号を更新するSQL文(バージョン番号の更新チェックあり)のテンプレートを取得する。
getUpdateCount() - Method in class nablarch.core.db.statement.BasicSqlPStatement
Statement.getUpdateCount()のラッパー。
getUpdateCount() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
更新件数を取得する。
getUpdateCount() - Method in interface nablarch.core.db.statement.SqlStatement
Statement.getUpdateCount()のラッパー。
getUpdateSql() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlTable
バージョン番号を更新するSQL文(バージョン番号の更新チェックなし)を取得する。
getUpdateSqlTemplate() - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
バージョン番号を更新するSQL文(バージョン番号の更新チェックなし)のテンプレートを取得する。
getUri() - Method in class nablarch.common.web.tag.SubmissionInfo
サブミット先のURIを取得する。
getUri() - Method in class nablarch.fw.messaging.MessageSenderSettings
HTTP通信の接続先URIを取得する。
getUrl() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
URLを取得する。
getUrl() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
URLを取得する。
getUseCurrentPageNumber() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのuseCurrentPageNumber属性のデフォルト値を取得する。
getUseFirstSubmit() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのuseFirstSubmit属性のデフォルト値を取得する。
getUseGetRequest() - Method in class nablarch.common.web.tag.CustomTagConfig
GETメソッドによるリクエストを使用するか否かのデフォルト値を取得する。
getUseHiddenEncryption() - Method in class nablarch.common.web.tag.CustomTagConfig
hiddenタグの暗号化機能を使用するか否かのデフォルト値を取得する。
getUseLastSubmit() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのuseLastSubmit属性のデフォルト値を取得する。
getUseNextSubmit() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのuseNextSubmit属性のデフォルト値を取得する。
getUseOffValue() - Method in class nablarch.common.web.tag.CheckboxTag
 
getUseOffValue() - Method in class nablarch.common.web.tag.CheckboxTagSupport
チェックなしの値設定を使用するか否かを取得する。
デフォルト実装では、常にtrueを返す。
getUsePageNumberSubmit() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのusePageNumberSubmit属性のデフォルト値を取得する。
getUsePaging() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのusePaging属性のデフォルト値を取得する。
getUsePrevSubmit() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのusePrevSubmit属性のデフォルト値を取得する。
getUserAgent() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
getUserAgent() - Method in class nablarch.fw.web.HttpRequest
UserAgent情報を取得する。
getUserAgentPattern() - Method in class nablarch.fw.web.download.encorder.DownloadFileNameEncoderEntry
User-Agentヘッダのパターンを取得する。
getUseResultCount() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのuseResultCount属性のデフォルト値を取得する。
getUserId() - Method in class nablarch.core.log.basic.LogContext
LogContext作成時点のユーザIDを取得する。
getUserId() - Static method in class nablarch.core.ThreadContext
スレッドローカルからユーザIDを取得する。
getUserId() - Method in class nablarch.fw.messaging.FwHeader
ユーザIDヘッダの値を返す。
getUserIdColumnName() - Method in class nablarch.common.permission.schema.GroupSystemAccountTableSchema
ユーザIDカラムの名前を取得する。
getUserIdColumnName() - Method in class nablarch.common.permission.schema.SystemAccountAuthorityTableSchema
ユーザIDカラムの名前を取得する。
getUserIdColumnName() - Method in class nablarch.common.permission.schema.SystemAccountTableSchema
ユーザIDカラムの名前を取得する。
getUserIdLockedColumnName() - Method in class nablarch.common.permission.schema.SystemAccountTableSchema
ユーザIDロックカラムの名前を取得する。
getUserIdSession(ExecutionContext, String) - Method in class nablarch.common.handler.threadcontext.UserIdAttribute
セッションからユーザIDを取得する。 デフォルトではHTTPセッションからユーザIDを取得する。 必要に応じてオーバーライドすること。
getUserIdSession(ExecutionContext, String) - Method in class nablarch.common.web.handler.threadcontext.UserIdAttributeInSessionStore
 
getUserIdToFormatKey() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
ユーザIDとフォーマット定義ファイル上のキーとの対応を取得する。
getUseValueAsNullIfObjectExists() - Method in class nablarch.common.web.tag.CustomTagConfig
入力系のタグでname属性に指定した名称に対応する値を取得する際に、値を保持するオブジェクトが nullであればnullを設定されたものとして動作するか否かを取得する。
getValidateFor() - Method in class nablarch.core.validation.ValidationContext
バリデーション対象メソッドを取得する。
getValidateForMethods(String) - Method in class nablarch.core.validation.FormValidationDefinition
ValidateForアノテーションのついたメソッドをValidateForのvalueに指定したメソッド名を元に取得する。
getValidator() - Static method in class nablarch.core.validation.ee.ValidatorUtil
Validatorインスタンスを取得する。
getValidatorAction() - Method in class nablarch.fw.action.FileBatchActionBase
入力ファイルのバリデーションを実装したオブジェクトを返す。
getValidatorAnnotations() - Method in interface nablarch.core.validation.domain.DomainDefinition
ドメイン定義に指定されたバリデータのアノテーションを取得する。
getValidatorAnnotations() - Method in class nablarch.core.validation.PropertyValidationDefinition
バリデータアノテーションのリストを取得する。
getValidatorAnnotations(Annotation) - Method in class nablarch.core.validation.domain.DomainValidationHelper
ドメイン定義に指定されたバリデータのアノテーションを取得する。
getValidatorAnnotations(Enum<?>) - Static method in class nablarch.core.validation.domain.DomainValidationHelper
ドメイン定義に指定されたバリデータのアノテーションを取得する。
getValidatorFactory() - Static method in class nablarch.core.validation.ee.ValidatorUtil
ValidatorFactoryインスタンスを取得する。
getValidObjects() - Method in class nablarch.fw.web.upload.util.BulkValidationResult
バリデーション済みオブジェクトを取得する。
getValue() - Method in class nablarch.common.web.session.SessionEntry
セッションに登録された値を取得する。
getValue() - Method in class nablarch.common.web.tag.CheckboxTagSupport
value属性の値を取得する。
getValue() - Method in class nablarch.common.web.tag.CheckedInputTagSupport
value属性の値を取得する。
getValue() - Method in enum class nablarch.core.log.basic.LogLevel
ログレベルの値を取得する。
getValue() - Method in class nablarch.core.repository.di.config.MapEntryDefinition
値の文字列表現を取得する。
getValue() - Method in class nablarch.core.repository.di.config.xml.schema.Entry
Gets the value of the value property.
getValue() - Method in class nablarch.core.repository.di.config.xml.schema.Property
Gets the value of the value property.
getValue() - Method in interface nablarch.core.validation.ee.EnumElement.WithValue
許容する値を取得する。
getValue() - Method in class nablarch.fw.jaxrs.BodyConverterSupport.ContentType
ContentTypeの値を返す。
getValue() - Method in class nablarch.fw.web.handler.secure.ContentSecurityPolicyHeader
 
getValue() - Method in class nablarch.fw.web.handler.secure.ContentTypeOptionsHeader
 
getValue() - Method in class nablarch.fw.web.handler.secure.FrameOptionsHeader
 
getValue() - Method in class nablarch.fw.web.handler.secure.ReferrerPolicyHeader
 
getValue() - Method in interface nablarch.fw.web.handler.secure.SecureResponseHeader
レスポンスヘッダの値を返す。
getValue() - Method in class nablarch.fw.web.handler.secure.SecureResponseHeaderSupport
 
getValue() - Method in class nablarch.fw.web.handler.secure.XssProtectionHeader
 
getValue(PageContext, String, boolean) - Static method in class nablarch.common.web.tag.TagUtil
name属性に対応するvalue属性を取得する。

name属性は、EL式に似た下記のルールにより、オブジェクト階層のアクセスをサポートする。 オブジェクト又はMapのプロパティへのアクセスは、ドット区切りを指定する。 List又は配列の要素へのアクセスは、角括弧(括弧内にインデックスを表す数字)を指定する。
オブジェクト階層のルートにあたるオブジェクトは、下記の順に検索し、最初に見つかった値を使用する。 Servlet APIのページスコープ Servlet APIのリクエストスコープ Servlet APIのリクエストパラメータ(includeRequestParameterがtrueの場合のみ) Servlet APIのセッションスコープ
getValue(Object) - Method in class nablarch.common.code.BasicCodeLoader
IDに紐付くデータをロードする。
getValue(Object) - Method in class nablarch.common.web.tag.CodeTagWriterSupport
 
getValue(Object) - Method in class nablarch.common.web.tag.ListTagWriterSupport
値を取得する。
getValue(Object) - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
値を取得する。
getValue(Object) - Method in class nablarch.core.cache.BasicStaticDataCache
IDを指定して静的データを取得する。
getValue(Object) - Method in interface nablarch.core.cache.StaticDataCache
IDを指定して静的データを取得する。
getValue(Object) - Method in interface nablarch.core.cache.StaticDataLoader
IDに紐付くデータをロードする。
getValue(Object) - Method in class nablarch.core.dataformat.DataRecord
指定されたフィールドの値を返却する。
getValue(Object) - Method in class nablarch.core.db.statement.autoproperty.FieldAndAnnotationLoader
Objectのフィールド、アノテーション情報をロードする。

ロードしたフィールドとアノテーション情報は、下記のオブジェクト形式で返却する。
getValue(Object) - Method in class nablarch.core.db.statement.BasicSqlLoader
SQL文をロードする。
getValue(Object) - Method in class nablarch.core.message.BasicStringResourceLoader
メッセージを格納したテーブルからメッセージIDに対応するメッセージを取得する。
getValue(Object) - Method in class nablarch.core.message.PropertiesStringResourceLoader
 
getValue(Object) - Method in class nablarch.core.validation.FormValidationDefinitionLoader
IDに紐付くデータをロードする。
getValue(Object, ExecutionContext) - Method in class nablarch.common.handler.threadcontext.ExecutionIdAttribute
スレッドコンテキストに格納するプロパティの値を返す。
getValue(Object, ExecutionContext) - Method in class nablarch.common.handler.threadcontext.UserIdAttribute
スレッドコンテキストに格納するプロパティの値を返す。
getValue(String) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
getValue(Locale) - Method in class nablarch.core.message.BasicStringResource
言語に対応する文字列を取得する。
getValue(Locale) - Method in interface nablarch.core.message.StringResource
言語に対応する文字列を取得する。
getValue(Request<?>, ExecutionContext) - Method in class nablarch.common.handler.threadcontext.LanguageAttribute
スレッドコンテキストに格納するプロパティの値を返す。
getValue(Request<?>, ExecutionContext) - Method in class nablarch.common.handler.threadcontext.RequestIdAttribute
スレッドコンテキストに格納するプロパティの値を返す。
getValue(Request<?>, ExecutionContext) - Method in class nablarch.common.handler.threadcontext.TimeZoneAttribute
スレッドコンテキストに格納するプロパティの値を返す。
getValue(Request<?>, ExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.HttpLanguageAttribute
コンテキストスレッドに格納するこのプロパティの値を返す。
getValue(Request<?>, ExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSupport
コンテキストスレッドに格納するこのプロパティの値を返す。
getValue(T, ExecutionContext) - Method in interface nablarch.common.handler.threadcontext.ThreadContextAttribute
スレッドコンテキストに格納するプロパティの値を返す。
getValueClassName() - Method in class nablarch.core.text.json.JavaTimeToJsonSerializer
このクラスで処理する値のクラス名を取得する。
getValueClassName() - Method in class nablarch.core.text.json.LocalDateTimeToJsonSerializer
このクラスで処理する値のクラス名を取得する。
getValueColumnName() - Method in class nablarch.common.code.schema.CodeNameSchema
コード値カラムの名前を取得する。
getValueColumnName() - Method in class nablarch.common.code.schema.CodePatternSchema
コード値カラムの名前を取得する。
getValueComponent() - Method in class nablarch.core.repository.di.config.xml.schema.Entry
Gets the value of the valueComponent property.
getValueId() - Method in class nablarch.core.repository.di.config.MapEntryDefinition
値のコンポーネントIDを取得する。
getValueName() - Method in class nablarch.core.repository.di.config.xml.schema.Entry
Gets the value of the valueName property.
getValueNames() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
getValueRef() - Method in class nablarch.core.repository.di.config.MapEntryDefinition
値の参照名を取得する。
getValues(PageContext, HtmlAttributes) - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
多値としてname属性に対応するvalue属性を取得する。
取得先はリクエストパラメータと変数スコープとする。
getValues(String) - Method in class nablarch.common.code.BasicCodeManager
コードIDに紐付く全てのコード値を取得する。
取得対象言語は、ThreadContextでデフォルトとして指定された言語とする。 ThreadContextからデフォルト言語を取得できなかった場合、 デフォルトロケールから言語を取得する。
getValues(String) - Method in interface nablarch.common.code.CodeManager
コードIDに紐付く全てのコード値を取得する。
取得対象言語は、ThreadContextでデフォルトとして指定された言語とする。 ThreadContextからデフォルト言語を取得できなかった場合、 デフォルトロケールから言語を取得する。
getValues(String) - Static method in class nablarch.common.code.CodeUtil
コードIDに紐付く全てのコード値を取得する。
getValues(String, Object) - Method in class nablarch.common.code.BasicCodeLoader
インデックスに紐付くデータをロードする。
getValues(String, Object) - Method in class nablarch.core.cache.BasicStaticDataCache
条件に合致した静的データのリストを取得する。
条件は事前にインデックスとして辞書に登録する必要があり、 このメソッドではそのインデックス名を指定して静的データを取得する。
getValues(String, Object) - Method in interface nablarch.core.cache.StaticDataCache
条件に合致した静的データのリストを取得する。
条件は事前にインデックスとして辞書に登録する必要があり、 このメソッドではそのインデックス名を指定して静的データを取得する。
getValues(String, Object) - Method in interface nablarch.core.cache.StaticDataLoader
インデックスに紐付くデータをロードする。
getValues(String, Object) - Method in class nablarch.core.db.statement.autoproperty.FieldAndAnnotationLoader
インデックスに紐付くデータをロードする(本メソッドは、サポートしない)。
getValues(String, Object) - Method in class nablarch.core.db.statement.BasicSqlLoader
インデックスに紐付くデータをロードする。
getValues(String, Object) - Method in class nablarch.core.message.BasicStringResourceLoader
メッセージを格納したテーブルからメッセージIDに対応するメッセージを取得する。
getValues(String, Object) - Method in class nablarch.core.message.PropertiesStringResourceLoader
 
getValues(String, Object) - Method in class nablarch.core.validation.FormValidationDefinitionLoader
インデックスに紐付くデータをロードする。
getValues(String, String) - Method in class nablarch.common.code.BasicCodeManager
コードID、パターンを条件に、対応するコード値を全て取得する。
取得対象言語は、ThreadContextでデフォルトとして指定された言語とする。 ThreadContextからデフォルト言語を取得できなかった場合、 デフォルトロケールから言語を取得する。 返却値は、あらかじめ言語ごとに定義されたソート順に従い、並び替えを行う。
getValues(String, String) - Method in interface nablarch.common.code.CodeManager
コードID、パターンを条件に、対応するコード値を全て取得する。
取得対象言語は、ThreadContextでデフォルトとして指定された言語とする。 ThreadContextからデフォルト言語を取得できなかった場合、 デフォルトロケールから言語を取得する。 返却値は、あらかじめ言語ごとに定義されたソート順に従い、並び替えを行う。
getValues(String, String) - Static method in class nablarch.common.code.CodeUtil
コードIDとパターンに紐付くコード値を取得する。
getValues(String, String, Locale) - Method in class nablarch.common.code.BasicCodeManager
コードID、パターン、言語を条件に、対応するコード値を全て取得する。
getValues(String, String, Locale) - Method in interface nablarch.common.code.CodeManager
コードID、パターン、言語を条件に、対応するコード値を全て取得する。
getValues(String, String, Locale) - Static method in class nablarch.common.code.CodeUtil
コードIDとパターンに紐付くコード値を取得する。
getValues(String, Locale) - Method in class nablarch.common.code.BasicCodeManager
コードIDと言語を条件に、対応するコード値を全て取得する。
getValues(String, Locale) - Method in interface nablarch.common.code.Code
パターンを指定してコード値を取得する。
getValues(String, Locale) - Method in interface nablarch.common.code.CodeManager
コードIDと言語を条件に、対応するコード値を全て取得する。
getValues(String, Locale) - Static method in class nablarch.common.code.CodeUtil
コードIDに紐付く全てのコード値を取得する。
getValues(Locale) - Method in interface nablarch.common.code.Code
コード値を全て取得する。
getValueType() - Method in class nablarch.core.repository.di.config.MapEntryDefinition
値の種類を取得する。
getVarCountName() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのvarCount属性のデフォルト値を取得する。
getVariableConditionSql(String, Object) - Method in class nablarch.core.db.statement.BasicStatementFactory
可変条件を持つSQL文の可変部分を構築する。
getVariableConditionSql(String, Object) - Method in interface nablarch.core.db.statement.StatementFactory
可変条件を持つSQL文の可変部分を構築する。
getVariableConditionSqlBySqlId(String, Object) - Method in class nablarch.core.db.statement.BasicStatementFactory
可変条件を持つSQL文の可変部分を構築する。
getVariableConditionSqlBySqlId(String, Object) - Method in interface nablarch.core.db.statement.StatementFactory
可変条件を持つSQL文の可変部分を構築する。
getVariables() - Method in class nablarch.common.mail.TemplateMailContext
テンプレートとマージする変数を取得する。
getVarOddEvenName() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのvarOddEvenName属性のデフォルト値を取得する。
getVarRowCountName() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのvarRowCount属性のデフォルト値を取得する。
getVarRowName() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのvarRowName属性のデフォルト値を取得する。
getVarStatusName() - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのvarStatusName属性のデフォルト値を取得する。
getVersion() - Method in class nablarch.common.exclusivecontrol.Version
バージョン番号を取得する。
getVersion(ExclusiveControlContext) - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
バージョン番号を取得する。(楽観的ロック)
getVersion(ExclusiveControlContext) - Method in interface nablarch.common.exclusivecontrol.ExclusiveControlManager
バージョン番号を取得する。(楽観的ロック)
getVersion(ExclusiveControlContext) - Static method in class nablarch.common.exclusivecontrol.ExclusiveControlUtil
バージョン番号を取得する。(楽観的ロック)
getVersionColumn() - Method in class nablarch.common.dao.EntityMeta
バージョンカラムを返す。
getVersionColumnName() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
バージョン番号カラム名を取得する。
getVersionColumnName() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlTable
バージョン番号カラム名を取得する。
getVersionColumnName() - Method in class nablarch.common.exclusivecontrol.Version
バージョン番号カラム名を取得する。
getWebConfig() - Static method in class nablarch.common.web.WebConfigFinder
Webアプリケーションの設定を取得する。
getWebFrontControllerKey() - Method in class nablarch.test.core.http.RestTestConfiguration
webFrontControllerKey を取得する。
getWritablePropertyNames(Class<?>) - Static method in class nablarch.core.util.ObjectUtil
clazzに定義されたプロパティの名称リストを取得する。 setterが定義されているプロパティのみが対象となる。
getWriteTarget() - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamWritter
書き込み対象の文字列を取得する。
getWriteTarget() - Method in class nablarch.fw.messaging.realtime.http.streamio.CharHttpStreamWritter
 
getXHtmlName() - Method in enum class nablarch.common.web.tag.HtmlAttribute
XHTMLの属性名を取得する。
getYyyymmddPattern() - Method in class nablarch.common.web.tag.CustomTagConfig
年月日のフォーマットに使用するパターンのデフォルト値を取得する。
getYyyymmPattern() - Method in class nablarch.common.web.tag.CustomTagConfig
年月のフォーマットに使用するパターンのデフォルト値を取得する。
getZenkakuAlphaChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
Deprecated.
JIS第1水準に含まれる全てのアルファベットを取得する。
getZenkakuGreekChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
Deprecated.
JIS第1水準に含まれる全ての全角ギリシャ文字を取得する。
getZenkakuHiraganaChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
Deprecated.
JIS第1水準に含まれる全ての全角ひらがなを取得する。
getZenkakuKatakanaChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
Deprecated.
JIS第1水準に含まれる全ての全角カタカナを取得する。
getZenkakuKeisenChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
Deprecated.
JIS第1水準に含まれる全ての全角罫線を取得する。
getZenkakuNumChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
Deprecated.
JIS第1水準に含まれる全ての全角数字を取得する。
getZenkakuRussianChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
Deprecated.
JIS第1水準に含まれる全ての全角ロシア文字を取得する。
getZoneSignNibbleNegative() - Method in class nablarch.core.dataformat.convertor.datatype.ZonedDecimal
符号付きゾーン10進数値の末尾桁の上位4ビット(負数の場合)を返却する。
Glob - Class in nablarch.core.util
Glob書式をPatternオブジェクトに変換するユーティリティクラス。
GlobalErrorHandler - Class in nablarch.fw.handler
異例処理用例外ハンドラ。
GlobalErrorHandler() - Constructor for class nablarch.fw.handler.GlobalErrorHandler
 
GONE - Enum constant in enum class nablarch.fw.web.HttpResponse.Status
消滅した。
GroupAuthorityTableSchema - Class in nablarch.common.permission.schema
グループ権限テーブルのスキーマ情報を保持するクラス。
GroupAuthorityTableSchema() - Constructor for class nablarch.common.permission.schema.GroupAuthorityTableSchema
 
groups() - Element in annotation interface nablarch.common.code.validator.ee.CodeValue
グループ
groups() - Element in annotation interface nablarch.core.validation.ee.DateFormat
グループ
groups() - Element in annotation interface nablarch.core.validation.ee.DecimalRange
グループ
groups() - Element in annotation interface nablarch.core.validation.ee.Digits
グループ
groups() - Element in annotation interface nablarch.core.validation.ee.Domain
グループ
groups() - Element in annotation interface nablarch.core.validation.ee.EnumElement
グループ
groups() - Element in annotation interface nablarch.core.validation.ee.Length
グループ
groups() - Element in annotation interface nablarch.core.validation.ee.NumberRange
グループ
groups() - Element in annotation interface nablarch.core.validation.ee.Required
グループ
groups() - Element in annotation interface nablarch.core.validation.ee.Size
グループ
groups() - Element in annotation interface nablarch.core.validation.ee.SystemChar
グループ
GroupSequenceManager - Interface in nablarch.core.validation.ee
BeanValidationのバリデーション順序を定義するインタフェース。
GroupSystemAccountTableSchema - Class in nablarch.common.permission.schema
グループシステムアカウントテーブルのスキーマ情報を保持するクラス。
GroupSystemAccountTableSchema() - Constructor for class nablarch.common.permission.schema.GroupSystemAccountTableSchema
 
GroupTableSchema - Class in nablarch.common.permission.schema
グループテーブルのスキーマ情報を保持するクラス。
GroupTableSchema() - Constructor for class nablarch.common.permission.schema.GroupTableSchema
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form