- get(ExecutionContext, String) - Static method in class nablarch.common.web.session.SessionUtil
-
- get(Class<?>) - Static method in class nablarch.core.log.LoggerManager
-
- get(String) - Static method in class nablarch.core.log.LoggerManager
-
ロガーを取得する。
クラスローダに紐付くLoggerFactory
から取得したロガーを返す。
ロガー名に対応するロガーが見つからない場合は、何も処理しないロガーを返す。
- get(String) - Static method in class nablarch.core.repository.SystemRepository
-
リポジトリに登録されたコンポーネントを取得する。
- get(Object) - Method in class nablarch.core.util.map.CaseInsensitiveMap
-
#getDelegateMap()
が返す
Map
オブジェクトに処理を委譲する。
- get(Object) - Method in class nablarch.core.util.map.MapWrapper
-
#getDelegateMap()
が返す
Map
オブジェクトに処理を委譲する。
- get(Object) - Method in class nablarch.core.util.map.MultipleKeyCaseMap
-
指定されたキー名に対応する値を返却する。
指定されるキー名は、大文字小文字は区別しない。
また、アンダースコア(_)を含むキー名の場合には、アンダースコアを除去したキー名を指定してもよい。
- get(String) - Method in class nablarch.test.core.http.SimpleRestTestSupport
-
- getActualFileSize() - Method in exception nablarch.common.mail.AttachedFileSizeOverException
-
実際のファイルサイズを取得する。
- getActualRecipientCount() - Method in exception nablarch.common.mail.RecipientCountException
-
実際の宛先数を取得する。
- getAllDate() - Static method in class nablarch.core.date.BusinessDateUtil
-
全区分の業務日付を取得する。
- getAllMessages() - Method in class nablarch.fw.web.upload.util.BulkValidationResult.ErrorMessages
-
行数の昇順でソートされた、全てのエラーメッセージを取得する。
- getArgs() - Method in class nablarch.fw.launcher.CommandLine
-
コマンドライン引数のリストを返す。
- getBatchSize() - Method in interface nablarch.core.db.statement.SqlStatement
-
バッチサイズを取得する。
- getBigDecimal(String) - Method in class nablarch.core.dataformat.DataRecord
-
フィールドの値をBigDecimal型に変換して返却する。
- getBigDecimal(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をBigDecimal
で取得する。
- getBigDecimal(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報をBigDecimal
として取得する。
- getBlob(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をBlob
で取得する。
- getBody() - Method in class nablarch.fw.web.RestMockHttpRequest
-
ボディを取得する。
- getBodyStream(HttpResponse) - Method in class nablarch.test.core.http.RestTestSupport
-
HTTPレスポンスボディの内容を保持するストリームを取得する。
- getBodyString(HttpResponse) - Method in class nablarch.test.core.http.RestTestSupport
-
HTTPレスポンスボディの内容を表す文字列を返す。
文字列はHttpResponse#getCharset()
で取得したキャラセットでデコードして取得される。
- getBoolean(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報を
Boolean
として取得する。
以下の値の場合、
Boolean.TRUE
を返却し、それ以外は全て
Boolean.FALSE
を返却する。
booleanの
true
の場合
String
の場合で"1" or "on" or "true"の場合(大文字、小文字の区別はしない)
数値型で0以外の場合
データベースから取得したデータのデータタイプが下記に該当しない場合は、
IllegalStateException
を送出する。
Boolean
String
Number
のサブクラス
- getBoolean(String) - Static method in class nablarch.core.repository.SystemRepository
-
設定値の登録名を指定してリポジトリに登録された真偽値の設定値を取得する。
以下の文字列と一致する設定値が登録されていた場合に「true」を返却する。大文字・小文字は区別しない。
"true"
"on"
"yes"
- 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
-
ブラウザバージョンを取得する。
- getBytes(String) - Method in class nablarch.core.dataformat.DataRecord
-
フィールドの値をバイト列に変換して返却する。
- getBytes(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をbyte配列で取得する。
- getBytes(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報をbyte配列として取得する。
データベースから取得したデータのデータタイプが下記のデータの場合、byte配列として取得する。
下記に該当しない場合は、
IllegalStateException
を送出する。
Types.BLOB
Types.BINARY
Types.VARBINARY
Types.LONGVARBINARY
- getCharset() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
文字コードを取得する。
- getColType(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラム名のカラムタイプ(Types
)を取得する。
- getCondition() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
-
排他制御対象の行データを指定する条件を取得する。
- getConfigValue(String) - Method in class nablarch.core.db.support.ListSearchInfo
-
- getContentLength() - Method in class nablarch.fw.web.HttpResponse
-
Content-Lengthの値を取得する。
HTTPレスポンスボディの内容がこのオブジェクト自体に保持されている場合に限り、
そのバイト数を返す。
それ以外は
null
を返す。
- getContentPath() - Method in class nablarch.fw.web.HttpResponse
-
コンテンツパスを取得する。
HTTPレスポンスボディに書き込むコンテンツパスを取得する。
- getContentType() - Method in class nablarch.fw.web.HttpResponse
-
Content-Typeの値を取得する。
Content-Typeが設定されている場合は、以下のソースコードと等価である。
- getConvertedValue(String) - Method in class nablarch.core.validation.ValidationContext
-
フォームオブジェクトのプロパティの型に変換したプロパティを取得する。
プロパティにバリデーションエラーがある場合も変換した値を返す。
変換できない場合、プロパティが見つからない場合は
null
を返す。
- getCookie() - Method in class nablarch.fw.web.HttpResponse
-
- getDataFileDirName() - Method in class nablarch.fw.action.FileBatchActionBase
-
入力ファイル配置先の論理名を返す。
デフォルト実装では"input"を返す。
デフォルトの入力ファイル配置先以外から入力ファイルを取得する場合は、
このメソッドをオーバーライドする。
- getDataFileName() - Method in class nablarch.fw.action.FileBatchActionBase
-
入力ファイルのファイル名を返す。
- getDataRecord() - Method in class nablarch.fw.messaging.SyncMessage
-
データレコード(1件目)を取得する。
- getDataRecords() - Method in class nablarch.fw.messaging.SyncMessage
-
データレコードを全件取得する。
- getDate(String) - Static method in class nablarch.common.date.DateUtil
-
Deprecated.
- getDate() - Static method in class nablarch.core.date.BusinessDateUtil
-
業務日付を取得する。区分はデフォルトを使用する。
- getDate(String) - Static method in class nablarch.core.date.BusinessDateUtil
-
区分を指定して、業務日付を取得する。
- getDate() - Static method in class nablarch.core.date.SystemTimeUtil
-
システム日時を取得する。
- getDate(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をDate
で取得する。
- getDate(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報を
Date
として取得する。
データベースから取得したデータのデータタイプが下記のデータの場合、java.util.Dateとして取得する
下記に該当しない場合は、
IllegalStateException
を送出する。
Date
Timestamp
- getDate(String) - Static method in class nablarch.core.util.DateUtil
-
日付文字列(yyyyMMdd形式)からDate
クラスのインスタンスを取得する。
- getDateString() - Static method in class nablarch.core.date.SystemTimeUtil
-
システム日付を yyyyMMdd 形式の文字列で取得する。
- getDateTimeMillisString() - Static method in class nablarch.core.date.SystemTimeUtil
-
システム日時を yyyyMMddHHmmssSSS 形式の文字列で取得する。
- 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
-
指定された日付間の日数を取得する。
例)getDays("19991231", "20000101") //--> 1
- getDirectory() - Method in class nablarch.fw.web.ResourceLocator
-
パスからディレクトリを表す部分を返す。
- getEndPosition() - Method in class nablarch.core.db.support.ListSearchInfo
-
検索結果の取得終了位置を取得する。
- getErrorCode() - Method in exception nablarch.core.db.DbAccessException
-
エラーコードを取得する。
- getErrorMessages() - Method in class nablarch.fw.web.upload.util.BulkValidationResult
-
- getErrorVersions() - Method in exception nablarch.common.exclusivecontrol.OptimisticLockException
-
楽観的ロックエラーが発生したバージョン番号を取得する。
- getExecutionId() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルから実行時IDを取得する。
- getFetchDirection() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getFetchDirection()
のラッパー。
- getFieldName() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
エラーが発生したフィールド名を取得する。
- getFieldSeparator() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
列区切り文字を取得する。
- getFileName() - Method in class nablarch.fw.web.upload.PartInfo
-
ファイル名を取得する。
例えば、ユーザが"C:\doc\myPicture.jpg"というファイルをアップロードした場合、
本メソッドの戻り値は"myPicture.jpg"となる。
- getFirstPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
-
最初のページ番号を取得する。
- getFormatFileDirName() - Method in class nablarch.fw.action.FileBatchActionBase
-
フォーマット定義ファイル配置先の論理名を返す。
デフォルト実装では"format"を返す。
デフォルトのフォーマット定義ファイル配置先以外からフォーマット定義ファイルを取得する場合は、
このメソッドをオーバーライドする。
- getFormatFileName() - Method in class nablarch.fw.action.FileBatchActionBase
-
入力ファイルを読み込む際に使用するフォーマット定義ファイルのファイル名を返す。
- getFormatFilePath() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
入出力時に使用していたフォーマットファイルのパスを取得する。
- getFwHeader() - Method in class nablarch.fw.messaging.RequestMessage
-
フレームワーク制御ヘッダの内容を返す。
- getGeneratedKeys() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getGeneratedKeys()
のラッパー。
- getGroupSequence() - Method in interface nablarch.core.validation.ee.GroupSequenceManager
-
GroupSequence
を定義したインタフェースのClass
を取得する。
- 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.web.HttpRequest
-
HTTPリクエストヘッダの値を返す。
- getHeader(String) - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスヘッダの値を返す。
- getHeaderInfo() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
-
受信したヘッダ情報を取得する。
本例外をキャッチ後、フォーマット変換時のヘッダ情報が必要であれば、本メソッドを用いて取り出す。
- getHeaderMap() - Method in class nablarch.fw.web.HttpRequest
-
HTTPリクエストヘッダを格納したMapを取得する。
- getHeaderMap() - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスヘッダを格納するMapを返す。
このMapに対する変更はレスポンスヘッダの内容に直接反映される。
- getHeaderRecord() - Method in class nablarch.fw.messaging.SyncMessage
-
ヘッダレコードを取得する。
- getHeaderTitles() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
ヘッダー行(タイトル行)に出力するタイトルのリスト。
- getHost() - Method in class nablarch.fw.web.HttpRequest
-
HTTPリクエストのホストヘッダを取得する。
- getHostname() - Method in class nablarch.fw.web.ResourceLocator
-
パスのホスト部を返す。
ポート番号が設定されている場合には、ポート番号を含んだ値を返す。
- getHttpCookies() - Method in class nablarch.fw.web.HttpResponse
-
サーバ側から送信されたクッキーのリストをHttpCookie
として取得する。
HttpCookie
は同じ属性を持つ複数のクッキーを保持する仕様であるため、
クッキーの属性が各々異なることを考慮し、リストとして返却する。
- getHttpRequestBuilder() - Method in class nablarch.test.core.http.SimpleRestTestSupport
-
システムリポジトリからRestMockHttpRequestBuilder
を取得する。
- getHttpVersion() - Method in class nablarch.fw.web.HttpRequest
-
HTTPバージョン名を返す。
- getHttpVersion() - Method in class nablarch.fw.web.HttpResponse
-
HTTPバージョンを表す文字列を返す。
- getId() - Method in interface nablarch.core.message.StringResource
-
文字列リソースのメッセージIDを取得する。
- getInputSourcePath() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
例外発生原因となった入出力元(ファイルなど)のパスを取得する。
- getInputStream() - Method in class nablarch.fw.web.ResourceLocator
-
リソースの内容をストリームで読み出すためのInputStream
を返す。
- getInputStream() - Method in class nablarch.fw.web.upload.PartInfo
-
アップロードファイルを開く。
入力ストリームはクライアント側でcloseする必要がある。
- getInputString() - Method in class nablarch.core.dataformat.CharacterReplacementResult
-
変換前文字列を返却する。
- getInteger(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値を
Integer
で取得する。
ResultSet.getInt(int)
は、カラムの値が
null
の場合は
0
を返すが、
本メソッドではカラムの値が
null
の場合は
null
を返す。
カラムの値がIntegerに変換可能な場合は、Integerに変換し返却する。
変換できない場合は、カラムの値を持つ新しいIntegerインスタンスを返却する。
- getInteger(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報を
Integer
として取得する。
データベースから取得したデータがInteger型である場合、その値をそのまま返却する。
それ以外の型の場合、そのデータの文字列表現(toString()した結果)を、
Integer.valueOf(String)
を使用してInteger型に変換し返却する。
データベースから取得したデータがどのような文字列表現を返却するかは、
使用するRDBMSのJDBCドライバに依存する。
以下に例を示す。
- getInternalRequestId() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルから内部リクエストIDを取得する。
- getKey() - Method in interface nablarch.common.handler.threadcontext.ThreadContextAttribute
-
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
- getKey() - Method in class nablarch.common.handler.threadcontext.UserIdAttribute
-
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
- getKeys() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
オブジェクトにマッピングする際に使用するキーのリストを取得する。
- getKeys() - Method in class nablarch.common.web.compositekey.CompositeKey
-
全てのキーを取得する。
- getLanguage() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルから言語を取得する。
- getLastPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
-
最終ページの番号を取得する。
- getLastRecordNumber() - Method in class nablarch.fw.ExecutionContext
-
データリーダが、現時点で物理的に読み込んでいるレコードのレコード番号を返却する。
本メソッドは、
nablarch.fw.reader.FileDataReader
を使用してファイルを読み込んでいる場合にのみ値を返却する。
FileDataReader以外を使用している場合は0を返す。
- getLevel() - Method in class nablarch.core.message.Message
-
メッセージの通知レベルを取得する。
- getLineNumber() - Method in exception nablarch.common.databind.InvalidDataFormatException
-
エラー発生レコード番号を取得する。
- getLineNumber() - Method in class nablarch.etl.WorkItem
-
行数を取得する。
- getLineSeparator() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
行区切り文字を取得する。
- 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)
への委譲メソッド。
- getLocation() - Method in class nablarch.fw.web.HttpResponse
-
Locationの値を取得する。
このメソッドの処理は以下のソースコードと等価である。
- getLong(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値を
Long
で取得する。
ResultSet.getLong(int)
は、カラムの値が
null
の場合は
0
を返すが、
本メソッドではカラムの値が
null
の場合は
null
を返す。
カラムの値がLongに変換可能な場合は、Longに変換し返却する。
変換できない場合は、カラムの値を持つ新しいLongインスタンスを返却する。
- getLong(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報を
Long
として取得する。
データベースから取得したデータがLong型である場合、その値をそのまま返却する。
それ以外の型の場合、そのデータの文字列表現(toString()した結果)を、
Long.valueOf(String)
を使用してLong型に変換し返却する。
データベースから取得したデータがどのような文字列表現を返却するかは、
使用するRDBMSのJDBCドライバに依存する。
- getMailRequester() - Static method in class nablarch.common.mail.MailUtil
-
- getMax() - Method in class nablarch.core.db.support.ListSearchInfo
-
1ページあたりの最大取得件数を取得する。
- getMaxFileSize() - Method in exception nablarch.common.mail.AttachedFileSizeOverException
-
ファイルサイズ上限値を取得する。
- getMaxRecipientCount() - Method in exception nablarch.common.mail.RecipientCountException
-
宛先数上限値を取得する。
- getMaxResultCount() - Method in class nablarch.core.db.support.ListSearchInfo
-
検索結果の最大件数(上限)を取得する。
- getMaxResultCount() - Method in exception nablarch.core.db.support.TooManyResultException
-
検索結果の最大件数(上限)を取得する。
- getMessage() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
エラーメッセージを返却する。
エラーメッセージには、以下のうち設定されている項目のみが含まれる。
例外発生原因となった入出力元(ファイルなど)のパス
エラーが発生したフィールド名
エラーが発生したレコード番号
使用していたフォーマットファイルのパス
- getMessage() - Method in exception nablarch.core.message.ApplicationException
-
- getMessage() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
メッセージには以下の内容が含まれる。
※インスタンス生成時に設定した項目のみ出力される。
エラーメッセージ
例外発生時の接続先
HTTPステータスコード
- getMessage() - Method in class nablarch.fw.web.HttpResponse
-
処理結果に対する詳細情報を返す。
返される詳細情報は以下の通りである。
- getMessageId() - Method in class nablarch.core.message.Message
-
文字列リソースのメッセージIDを取得する。
- getMessages() - Method in exception nablarch.core.message.ApplicationException
-
処理結果メッセージのリストを取得する。
- getMessages() - Method in class nablarch.core.validation.ValidationContext
-
バリデーション結果メッセージのリストを取得する。
- getMetaData() - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.getMetaData()
のラッパー。
- getMethod() - Method in class nablarch.fw.web.HttpRequest
-
HTTPリクエストメソッド名を返す。
- 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形式)間の月数を取得する。
例)
DateUtil.getMonths("201102", "201103"); //--> 1
- getMoreResults() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getMoreResults()
のラッパー。
- getMoreResults(int) - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getMoreResults()
のラッパー。
- getMultipart() - Method in class nablarch.fw.web.HttpRequest
-
本HTTPリクエストの全マルチパートを取得する。
戻り値のMapの構造を以下に示す。
キー
名称(inputタグのname属性)
値
キーのname属性でアップロードされたマルチパート
- getName(String, String) - Static method in class nablarch.common.code.CodeUtil
-
- getName(String, String, Locale) - Static method in class nablarch.common.code.CodeUtil
-
コード値、言語に対応するコード名称を取得する。
- getNextPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
-
次のページ番号を取得する。
- getObject(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をObject
で取得する。
- getObject(String) - Static method in class nablarch.core.repository.SystemRepository
-
コンポーネント名を指定して、リポジトリに登録されたコンポーネントを取得する。
- getOptionalName(String, String, String) - Static method in class nablarch.common.code.CodeUtil
-
- getOptionalName(String, String, String, Locale) - Static method in class nablarch.common.code.CodeUtil
-
コード値、言語に対応するコードのオプション名称を取得する。
対象の言語は引数の言語によって決定される。
- 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バージョンを取得する。
- getPageCount() - Method in class nablarch.core.db.support.ListSearchInfo
-
総ページ数を取得する。
- getPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
-
取得対象のページ番号を取得する。
- getPagination() - Method in class nablarch.common.dao.EntityList
-
ページングのための情報を取得する。
- getParam(String) - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
-
- getParam(String) - Method in class nablarch.fw.launcher.CommandLine
-
リクエストパラメータを取得する。
- getParam(String) - Method in interface nablarch.fw.Request
-
リクエストパラメータを取得する。
- getParameterizedSqlStatement(String) - Method in class nablarch.core.db.support.DbAccessSupport
-
- getParameterizedSqlStatement(String, Object) - Method in class nablarch.core.db.support.DbAccessSupport
-
- getParamMap() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
-
- getParamMap() - Method in class nablarch.fw.launcher.CommandLine
-
リクエストパラメータのMapを取得する。
- getParamMap() - Method in interface nablarch.fw.Request
-
リクエストパラメータのMapを取得する。
- getParamMap(String, String) - Method in class nablarch.test.core.http.RestTestSupport
-
DbAccessTestSupport.getParamMap(String, String)
への委譲メソッド。
- getPart(String) - Method in class nablarch.fw.web.HttpRequest
-
マルチパートの一部を取得する。
引数で指定した名称に合致するパートが存在しない場合、空のリストが返却される。
- getPath() - Method in class nablarch.fw.web.ResourceLocator
-
パス文字列を返す。
パスにクエリーパラメータやフラグメントがある場合、
これらを含んだ値をパスとして返す。
- getPathParam(String) - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
-
HTTPリクエストからパスパラメータを取得する。
- getPermission() - Static method in class nablarch.common.permission.PermissionUtil
-
ThreadContext
から
Permission
を取得する。
ThreadContextにPermissionが設定されていない場合は
null
を返却する。
- getPrevPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
-
前のページ番号を取得する。
- getPrimaryKeyColumnNames() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
-
主キーのカラム名を取得する。
- getProperties() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
プロパティ名リストを取得する。
- getProperty(Object, String) - Static method in class nablarch.core.beans.BeanUtil
-
指定したオブジェクトから、特定のプロパティの値を取得する。
propertyName
には、
bean
のトップレベル要素のみ指定可能である。
- getProperty(Object, String, Class<?>) - Static method in class nablarch.core.beans.BeanUtil
-
指定したオブジェクトのプロパティの値を、指定した型に変換して取得する。
- getPropertyDescriptor(Class<?>, String) - Static method in class nablarch.core.beans.BeanUtil
-
指定したクラスから、特定のプロパティのPropertyDescriptor
を取得する。
- getPropertyDescriptors(Class<?>) - Static method in class nablarch.core.beans.BeanUtil
-
指定したクラスに属する全てのプロパティの PropertyDescriptor
を取得する。
ただし、classプロパティは取得対象外となる。
- getPropertyName() - Method in class nablarch.core.validation.ValidationResultMessage
-
バリデーション対象のプロパティ名を取得する。
- getQuote() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
フィールド囲み文字を取得する。
- getQuotedColumnNames() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
- getQuoteMode() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
フィールド囲み文字で囲むフィールドを取得する。
- getReader() - Method in class nablarch.fw.web.ResourceLocator
-
リソースの内容を読み出すためのReader
を返す。
- 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
-
フォーマット変換しようとした受信データを取得する。
本例外をキャッチ後、変換前の受信データが必要であれば、本メソッドを用いて取り出す。
- getRecordName() - Method in interface nablarch.common.databind.fixedlength.MultiLayoutConfig.RecordName
-
レコード名を取得する。
- getRecordNumber() - Method in class nablarch.core.dataformat.DataRecord
-
本レコードのレコード番号を取得する。
- getRecordNumber() - Method in interface nablarch.core.dataformat.DataRecordFormatter
-
読み込みまたは書き込み中のレコードのレコード番号を返却する。
- getRecordNumber() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
エラーが発生したレコード番号を取得する。
- getRecordType() - Method in class nablarch.core.dataformat.DataRecord
-
本レコードのレコードタイプを返却する。
- getRequestData() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
-
フォーマット変換しようとした送信データを取得する。
- getRequestId() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルからリクエストIDを取得する。
- getRequestId() - Method in class nablarch.fw.messaging.SyncMessage
-
要求電文のリクエストIDを取得する。
- 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のパス部分(クエリストリングを除いた部分)を返す。
- getRequestScopedVar(String) - Method in class nablarch.fw.ExecutionContext
-
リクエストスコープ上の変数の値を取得する。
- getRequestScopeMap() - Method in class nablarch.fw.ExecutionContext
-
リクエストスコープ上の変数を格納したMapオブジェクトへの参照を返す。
このMapへの変更はリクエストスコープに直接反映される。
- getRequestUri() - Method in class nablarch.fw.web.HttpRequest
-
HTTPリクエストURIを返す。
- getResourceName() - Method in class nablarch.fw.web.ResourceLocator
-
リソース名を返す。
- getResponse() - Method in exception nablarch.fw.web.HttpErrorResponse
-
レスポンス情報を取得する。
- 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
-
検索結果件数を取得する。
- getResultSet() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getResultSet()
のラッパー。
- getResultSetConcurrency() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getResultSetConcurrency()
のラッパー。
- getResultSetHoldability() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getResultSetHoldability()
のラッパー。
- getResultSetType() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getResultSetType()
のラッパー。
- getResultString() - Method in class nablarch.core.dataformat.CharacterReplacementResult
-
変換後文字列を返却する。
- getRow() - Method in class nablarch.core.db.statement.ResultSetIterator
-
現在レコードのデータを取得する。
本メソッドでは、呼び出されるたびに
SqlRow
を生成する。
- getScheme() - Method in class nablarch.fw.web.ResourceLocator
-
このリソースパスのスキーム名を返す。
- getSearchConditionProps() - Method in class nablarch.core.db.support.ListSearchInfo
-
検索条件のプロパティ名を取得する。
- getSessionScopedVar(String) - Method in class nablarch.fw.ExecutionContext
-
セッションスコープ上の変数の値を取得する。
- getSessionScopeMap() - Method in class nablarch.fw.ExecutionContext
-
セッションスコープ情報を格納したMapオブジェクトへの参照を返す。
このMapへの変更はセッションスコープに直接反映される。
- getShort(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値を
Short
で取得する。
ResultSet.getShort(int)
は、カラムの値が
null
の場合は
0
を返すが、
本メソッドではカラムの値が
null
の場合は
null
を返す。
カラムの値がShortに変換可能な場合は、Shortに変換し返却する。
変換できない場合は、カラムの値を持つ新しいShortインスタンスを返却する。
- getShortName(String, String) - Static method in class nablarch.common.code.CodeUtil
-
- getShortName(String, String, Locale) - Static method in class nablarch.common.code.CodeUtil
-
コード値、言語に対応するコードの略称を取得する。
- getSortId() - Method in class nablarch.core.db.support.ListSearchInfo
-
ソートIDを取得する。
- getSqlCStatement(String) - Method in class nablarch.core.db.support.DbAccessSupport
-
指定されたSQL_IDからSqlCStatement
を生成する。
- getSqlPStatement(String) - Method in class nablarch.core.db.support.DbAccessSupport
-
- getSQLState() - Method in exception nablarch.core.db.DbAccessException
-
SQLState値を取得する。
- getStartPosition() - Method in class nablarch.core.db.support.ListSearchInfo
-
検索結果の取得開始位置を取得する。
- getStatusCode() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
例外発生時のHTTPステータスコードを取得する。
- getStatusCode() - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスのステータスコードの値を返す。
HTTPレスポンスがリダイレクトである場合は
302
を返す。
- getStatusCode() - Method in enum nablarch.fw.web.HttpResponse.Status
-
HTTPステータスコードを取得する。
- getString(String) - Method in class nablarch.core.dataformat.DataRecord
-
フィールドの値を文字列型に変換して返却する。
- getString(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をString
で取得する。
- 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を返す。
テンプレート文字列が以下であるときの例を示す。
「errors.maxLength={0}は{1}文字以下で入力してください。」
例:
- getTableName() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
-
排他制御用テーブルのテーブル名を取得する。
- getTargetUrl() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
例外発生時の接続先を取得する。
- getTestDataParser() - Method in class nablarch.test.core.http.RestTestSupport
-
テストデータパーサを取得する。
- getText() - Method in class nablarch.fw.web.useragent.UserAgent
-
UserAgent文字列を取得する。
- getTimestamp() - Static method in class nablarch.core.date.SystemTimeUtil
-
システム日時を取得する。
- getTimestamp(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をTimestamp
で取得する。
- getTimestamp(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報を
Timestamp
として取得する。
データベースから取得したデータのデータタイプが下記のデータの場合、
Timestamp
として取得する。
下記に該当しない場合は、
IllegalStateException
を送出する。
Timestamp
- getTimeZone() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルからタイムゾーンを取得する。
- getUserAgent() - Method in class nablarch.fw.web.HttpRequest
-
UserAgent情報を取得する。
HTTPヘッダ("User-Agent")よりUser-Agent文字列を取得し、
SystemRepository
に設定された
UserAgentParser
(コンポーネント名"userAgentParser")で解析を行う。
パーサーが取得できない場合は、
全ての項目にデフォルト値が設定された
UserAgent
オブジェクトが返却される。
- getUserId() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルからユーザIDを取得する。
- getUserIdSession(ExecutionContext, String) - Method in class nablarch.common.handler.threadcontext.UserIdAttribute
-
セッションからユーザIDを取得する。
デフォルトではHTTPセッションからユーザIDを取得する。
必要に応じてオーバーライドすること。
- getValidator() - Static method in class nablarch.core.validation.ee.ValidatorUtil
-
Validator
インスタンスを取得する。
Validator
インスタンスは以下の手順で取得される。
SystemRepository
から"validatorFactoryBuilder"という名前で
ValidatorFactoryBuilder
を取得する。
SystemRepository
から
ValidatorFactoryBuilder
が取得できなかった場合は、
このクラスの内部クラスとして用意されている
ValidatorFactoryBuilder
のデフォルトの実装が使用される。
ValidatorFactoryBuilder
を使用して、
ValidatorFactory
を生成する。
ValidatorFactory
から
Validator
インスタンスを生成して返却する。
- getValidatorAction() - Method in class nablarch.fw.action.FileBatchActionBase
-
入力ファイルのバリデーションを実装したオブジェクトを返す。
デフォルト実装ではバリデーションは行われない。
入力ファイルのバリデーションが必要な場合にオーバーライドすること。
- getValue(T, ExecutionContext) - Method in interface nablarch.common.handler.threadcontext.ThreadContextAttribute
-
スレッドコンテキストに格納するプロパティの値を返す。
- getValue(Object, ExecutionContext) - Method in class nablarch.common.handler.threadcontext.UserIdAttribute
-
スレッドコンテキストに格納するプロパティの値を返す。
- getValue(Object) - Method in class nablarch.core.dataformat.DataRecord
-
指定されたフィールドの値を返却する。
- getValue(Locale) - Method in interface nablarch.core.message.StringResource
-
言語に対応する文字列を取得する。
- getValue() - Method in interface nablarch.core.validation.ee.EnumElement.WithValue
-
許容する値を取得する。
- getValues(String) - Static method in class nablarch.common.code.CodeUtil
-
コードIDに紐付く全てのコード値を取得する。
- getValues(String, String) - Static method in class nablarch.common.code.CodeUtil
-
コードIDとパターンに紐付くコード値を取得する。
- getValues(String, Locale) - Static method in class nablarch.common.code.CodeUtil
-
コードIDに紐付く全てのコード値を取得する。
- getValues(String, String, Locale) - Static method in class nablarch.common.code.CodeUtil
-
コードIDとパターンに紐付くコード値を取得する。
- getVersionColumnName() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
-
バージョン番号カラム名を取得する。
- GroupSequenceManager - Interface in nablarch.core.validation.ee
-
BeanValidationのバリデーション順序を定義するインタフェース。
バリデーション順序をカスタマイズしたい場合、
本インタフェースを実装したクラスをコンポーネント定義にgroupSequenceManagerというキーで登録する。