Digitsアノテーションの属性名説明
integer整数部桁数上限値。10以上の数値を指定できない。
fraction小数部桁数上限値。0のみ指定可能。
commaSeparatedtrueの場合、入力値が3桁区切り文字で編集されていてもよい。(区切り文字は省略可。)
falseの場合、入力値が3桁区切り文字で編集されていてはいけない。
messageId変換失敗時のメッセージID。
Interceptor - Annotation Type in nablarch.fw
Interceptor.Impl<TData,TResult,T> - Class in nablarch.fw
INTERNAL_REQUEST_ID_KEY - Static variable in class nablarch.core.ThreadContext
内部リクエストIDのキー。
InternalError - Exception in nablarch.fw.results
ハンドラの内部処理で発生した問題により、処理が継続できないことを
示す例外。
InternalError() - Constructor for exception nablarch.fw.results.InternalError
デフォルトコンストラクタ
InternalError(String) - Constructor for exception nablarch.fw.results.InternalError
コンストラクタ
InternalError(Throwable) - Constructor for exception nablarch.fw.results.InternalError
コンストラクタ
InternalError(String, Throwable) - Constructor for exception nablarch.fw.results.InternalError
コンストラクタ
InternalError(LogLevel, String, Object...) - Constructor for exception nablarch.fw.results.InternalError
コンストラクタ
InternalError(LogLevel, Throwable, String, Object...) - Constructor for exception nablarch.fw.results.InternalError
コンストラクタ
InterSystemMessage<TSelf extends InterSystemMessage<?>> - Class in nablarch.fw.messaging
外部システムに対する送受信電文の内容を格納するデータオブジェクト。
このオブジェクトは以下のデータを保持する。
プロトコルヘッダー
メッセージボディ
invalidate(String, ExecutionContext) - Method in class nablarch.common.web.session.SessionStore
セッションストアを無効にする。
invalidate(ExecutionContext) - Static method in class nablarch.common.web.session.SessionUtil
セッションを無効化する。
invalidateSession() - Method in class nablarch.fw.ExecutionContext
現在のリクエストに紐付けられたセッションスコープを無効化する。
InvalidDataFormatException - Exception in nablarch.common.databind
データのフォーマット不正により解析に失敗した場合に送出される例外クラス。
InvalidDataFormatException(String, long) - Constructor for exception nablarch.common.databind.InvalidDataFormatException
指定された行番号とメッセージを持つInvalidCsvFormatException
を生成する。
InvalidDataFormatException - Exception in nablarch.core.dataformat
入力データおよび出力データの不正により処理が継続できないことを示す例外クラス。
InvalidDataFormatException(String) - Constructor for exception nablarch.core.dataformat.InvalidDataFormatException
エラーメッセージを使用して、InvalidDataFormatException
を生成する。
InvalidDataFormatException(String, Throwable) - Constructor for exception nablarch.core.dataformat.InvalidDataFormatException
エラーメッセージと起因となった例外を使用して、InvalidDataFormatException
を生成する。
invokeHandlerList(TData, ExecutionContext) - Method in class nablarch.fw.invoker.BasicHandlerListInvoker
invokeHandlerList(TData, ExecutionContext) - Method in interface nablarch.fw.invoker.HandlerListInvoker
ハンドラリストの起動を行う。
invokeInbound(ExecutionContext) - Method in class nablarch.fw.invoker.PipelineInvoker
事前処理を実行する。
invokeOutbound(ExecutionContext) - Method in class nablarch.fw.invoker.PipelineInvoker
事前処理を実行する。
isApplicableTo(Map<String, ?>, boolean) - Method in class nablarch.core.dataformat.RecordDefinition
このレコードフォーマットが、渡されたレコードに適用できるかどうかを返却する。
isApplicableTo(Map<String, ?>) - Method in class nablarch.core.dataformat.RecordDefinition
このレコードフォーマットが、渡されたレコードに適用できるかどうかを返却する。
isArray() - Method in class nablarch.core.dataformat.FieldDefinition
このフィールドが配列項目であればtrueを返却する。
isAttribute() - Method in class nablarch.core.dataformat.FieldDefinition
このフィールドが属性項目であればtrueを返却する。
isAvailable(String) - Method in interface nablarch.common.availability.ServiceAvailability
パラメータのリクエストIDを元に、サービス提供可否状態を判定し結果を返却する。
isAvailable(String) - Static method in class nablarch.common.availability.ServiceAvailabilityUtil
パラメータのリクエストIDを元に、サービス提供可否状態を判定し結果を返却する。
isBeginOutputEnabled() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
リクエスト処理開始時の出力が有効かを判定する。
isBodyEmpty() - Method in class nablarch.common.web.download.FileResponse
HTTPレスポンスボディの内容が設定されていなければtrue
を返す。
isBodyEmpty() - Method in class nablarch.fw.web.HttpResponse
HTTPレスポンスボディの内容が設定されていなければtrue
を返す。
isConvertible(ResultSetMetaData, int) - Method in interface nablarch.core.db.statement.ResultSetConvertor
指定されたカラムが変換対象のカラムかを返却する。
指定された、ResultSetMetaData
とカラムインデックスから、
ResultSet.getObject(int)
以外でデータを取得するか否かを返却する。
isConvertible(ValidationContext<T>, String, Object, Object, Annotation) - Method in interface nablarch.core.validation.Convertor
変換可否のプレチェックを行う。
変換できない文字列であった場合、エラーメッセージをValidationContextに追加し、falseを返却する。
isConvertible(String) - Method in class nablarch.fw.jaxrs.JaxbBodyConverter
isDebugEnabled() - Method in interface nablarch.core.log.Logger
DEBUGレベルのログ出力が有効か否かを判定する。
isDispatchingClassOutputEnabled() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
ディスパッチ先クラス決定後の出力が有効かを判定する。
isDomainAnnotation(Annotation) - Method in class nablarch.core.validation.domain.DomainValidationHelper
指定されたアノテーションがドメインを表すアノテーションであるか否かを判定する。
isDuplicateException(SQLException) - Method in class nablarch.core.db.dialect.DB2Dialect
isDuplicateException(SQLException) - Method in class nablarch.core.db.dialect.DefaultDialect
isDuplicateException(SQLException) - Method in interface nablarch.core.db.dialect.Dialect
isDuplicateException(SQLException) - Method in class nablarch.core.db.dialect.OracleDialect
SQL例外が一意制約違反による例外かどうか判定する。
SQL例外が一意制約違反による例外の場合
true
isDuplicateException(SQLException) - Method in class nablarch.core.db.dialect.PostgreSQLDialect
isDuplicateException(SQLException) - Method in class nablarch.core.db.dialect.SqlServerDialect
isEmpty() - Method in class nablarch.common.dao.DeferredEntityList
本メソッドは利用できない。
呼び出した場合、UnsupportedOperationException
を送出する。
isEmpty() - Method in class nablarch.common.web.session.SessionEntry
isEmpty() - Method in class nablarch.common.web.tag.HtmlAttributes
空か判定する。
isEmpty() - Method in class nablarch.core.util.map.MapWrapper
#getDelegateMap()
が返す
Map
オブジェクトに処理を委譲する。
isEmptyToNull() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
空フィールドをnullに置き換えるか否か。
isEndOutputEnabled() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
リクエスト処理終了時の出力が有効かを判定する。
isErrorEnabled() - Method in interface nablarch.core.log.Logger
ERRORレベルのログ出力が有効か否かを判定する。
isExtendable() - Method in class nablarch.common.web.session.SessionStore
セッション全体の有効期限に寄与するかを取得する。
ストアの有効期限をセッショントラキングIDの保持期限に反映させない場合は、
本メソッドをサブクラス側でオーバーライドしてfalseを返却するようにする。
isFatalEnabled() - Method in interface nablarch.core.log.Logger
FATALレベルのログ出力が有効か否かを判定する。
isFiller() - Method in class nablarch.core.dataformat.FieldDefinition
このフィールドがFILLER項目であればtrueを返却する。
isGeneratedValue() - Method in class nablarch.common.dao.ColumnMeta
自動生成カラムか否か。
isHttpOnly() - Method in class nablarch.fw.web.HttpCookie
HttpOnly Cookieか否か。
isIdColumn() - Method in class nablarch.common.dao.ColumnMeta
カラムがプライマリーキーを構成するかどうかを取得する。
isIgnoreEmptyLine() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
空行を無視するか否かを取得する。
isInfoEnabled() - Method in interface nablarch.core.log.Logger
INFOレベルのログ出力が有効か否かを判定する。
isInitialized() - Method in class nablarch.core.dataformat.LayoutDefinition
初期化が行われたかどうかのフラグを取得する
isInvalid(String) - Method in class nablarch.core.validation.ValidationContext
指定されたプロパティにバリデーションエラーがあるかどうか判定する。
バリデーション対象でないプロパティ名が指定された場合は
false
を返す。
isMasking(String) - Method in class nablarch.core.log.LogUtil.MaskingMapValueEditor
パラメータ名がマスキング対象かを判定する。
isNewSession() - Method in class nablarch.fw.ExecutionContext
新規セッションであるかどうか。
isNullOrEmpty(String) - Static method in class nablarch.core.util.StringUtil
null
または空文字列判定を行う。
isNullOrEmpty(String...) - Static method in class nablarch.core.util.StringUtil
null
または空文字列判定を行う。
与えられた文字列配列内の要素全てが
null
または空文字であれば
true
を返却する。
isNullOrEmpty(Collection<String>) - Static method in class nablarch.core.util.StringUtil
null
または空文字列判定を行う。
与えられたコレクション内の要素全てが
null
または空文字であれば
true
を返却する。
isOutput(HttpResponse, ServletExecutionContext) - Method in interface nablarch.fw.web.handler.secure.SecureResponseHeader
このヘッダを出力するか否かを返す。
isParametersOutputEnabled() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
hiddenパラメータ復号後の出力が有効かを判定する。
isProcessSucceeded() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
後続するリスナーの処理が正常終了したかどうかを取得する。
isRedirect() - Method in class nablarch.fw.web.ResourceLocator
レスポンスがリダイレクトかどうか判定する。
isRelative() - Method in class nablarch.fw.web.ResourceLocator
設定されたパスが相対パスかどうか。
isReplacement() - Method in class nablarch.core.dataformat.CharacterReplacementResult
変換前後の文字列を比較し変換の有無を判定する。
isRequired() - Method in class nablarch.core.dataformat.FieldDefinition
このフィールドが必須項目であればtrueを返却する。
isRequiredHeader() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
ヘッダー行(タイトル行)が必須か否か。
isResendingRequest() - Method in class nablarch.fw.messaging.FwHeader
この電文が再送電文であるかどうかを返す。
この電文が初回電文、もしくは、そもそも再送要求をサポートしていない場合
falseを返す。
isResendingSupported() - Method in class nablarch.fw.messaging.FwHeader
この電文が再送要求をサポートしているかどうかを返す。
isResponsibleTo(String, ServletExecutionContext) - Method in interface nablarch.fw.web.handler.responsewriter.CustomResponseWriter
処理対象のレスポンスであるか判定する。
isResumable(String) - Method in class nablarch.fw.reader.ResumePointManager
isRetryable() - Method in interface nablarch.fw.handler.RetryHandler.RetryContext
リトライ可能か否かをリトライ状態から判定する。
isSecure() - Method in class nablarch.fw.web.HttpCookie
Secure Cookieか否か。
isStepCompleted(NablarchListenerContext) - Method in class nablarch.fw.batch.ee.listener.step.StepTransactionManagementListener
ステップの処理が完了しているか否か。
isStepProcessSucceeded() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
STEPレベルのリスナーの処理が正常終了したかどうかを取得する。
isSuccess() - Method in exception nablarch.fw.messaging.ErrorResponseMessage
isSuccess() - Method in exception nablarch.fw.messaging.MessageReadError
isSuccess() - Method in exception nablarch.fw.Result.Error
処理が正常終了したかどうかを返す。
isSuccess() - Method in interface nablarch.fw.Result
処理が正常終了したかどうかを返す。
isSuccess() - Method in class nablarch.fw.Result.MultiStatus
処理が正常終了したかどうかを返す。
isSupportedTimeZone(String) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSupport
サポート対象のタイムゾーンか否かを判定する。
isTargetPoint(String) - Method in class nablarch.core.log.app.PerformanceLogFormatter
測定対象であるかを判定する。
isTraceEnabled() - Method in interface nablarch.core.log.Logger
TRACEレベルのログ出力が有効か否かを判定する。
isTransactionTimeoutError(SQLException) - Method in class nablarch.core.db.dialect.DB2Dialect
SQL例外がトランザクションタイムアウトと判断すべき例外か否か。
isTransactionTimeoutError(SQLException) - Method in class nablarch.core.db.dialect.DefaultDialect
isTransactionTimeoutError(SQLException) - Method in interface nablarch.core.db.dialect.Dialect
SQL例外がトランザクションタイムアウトと判断すべき例外か否か。
isTransactionTimeoutError(SQLException) - Method in class nablarch.core.db.dialect.OracleDialect
SQL例外がトランザクションタイムアウトと判断すべき例外か否か。
isTransactionTimeoutError(SQLException) - Method in class nablarch.core.db.dialect.PostgreSQLDialect
SQL例外がトランザクションタイムアウトと判断すべき例外か否か。
isTransactionTimeoutError(SQLException) - Method in class nablarch.core.db.dialect.SqlServerDialect
SQL例外がトランザクションタイムアウトと判断すべき例外か否か。
isTransient() - Method in class nablarch.common.dao.ColumnMeta
プロパティが揮発性なものかどうかを取得する。
isValid(String, String) - Static method in class nablarch.common.date.DateUtil
Deprecated.
isValid(String, String, Locale) - Static method in class nablarch.common.date.DateUtil
Deprecated.
isValid(String, String) - Static method in class nablarch.core.util.DateUtil
isValid(String, String, Locale) - Static method in class nablarch.core.util.DateUtil
指定された日付文字列がフォーマットどおりであり、実在する日であることをバリデーションする。
フォーマットにはSimpleDateFormat
にて定められたフォーマットを指定する。
例)
isValid() - Method in class nablarch.core.validation.ValidationContext
バリデーションエラーがないかどうかを取得する。
isValid(A, String) - Method in class nablarch.core.validation.validator.CharacterLimitationValidator
有効文字以外が入力されていないかをチェックする。
isValid(String, String) - Static method in class nablarch.core.validation.validator.unicode.CharsetDefValidationUtil
文字列が許容されるかどうか判定する。
バリデーション対象の文字列の各文字が、許容される文字集合に含まれていることを確認する。
バリデーション対象文字がサロゲートペアまたは改行コードを含む場合は、非許容文字列と判定する。
isValid(String, String, boolean) - Static method in class nablarch.core.validation.validator.unicode.CharsetDefValidationUtil
文字列が許容されるかどうか判定する。
バリデーション対象の文字列の各文字が、許容される文字集合に含まれていることを確認する。
バリデーション対象文字がサロゲートペアを含む場合は非許容文字列と判定する。
isValid(String, String, boolean, boolean) - Static method in class nablarch.core.validation.validator.unicode.CharsetDefValidationUtil
文字列が許容されるかどうか判定する。
バリデーション対象の文字列の各文字が、許容される文字集合に含まれていることを確認する。
isValid(CharsetDef, String) - Static method in class nablarch.core.validation.validator.unicode.CharsetDefValidationUtil
文字列が許容されるかどうか判定する。
バリデーション対象の文字列の各文字が、許容される文字集合に含まれていることを確認する。
バリデーション対象文字がサロゲートペアまたは改行コードを含む場合は、
非許容文字列と判定する。
isValid(CharsetDef, String, boolean) - Static method in class nablarch.core.validation.validator.unicode.CharsetDefValidationUtil
文字列が許容されるかどうか判定する。
バリデーション対象の文字列の各文字が、許容される文字集合に含まれていることを確認する。
バリデーション対象文字がサロゲートペアを含む場合は非許容文字列と判定する。
isValid(CharsetDef, String, boolean, boolean) - Static method in class nablarch.core.validation.validator.unicode.CharsetDefValidationUtil
文字列が許容されるかどうか判定する。
バリデーション対象の文字列の各文字が、許容される文字集合に含まれていることを確認する。
isVersion() - Method in class nablarch.common.dao.ColumnMeta
カラムが楽観排他用のバージョンを表すかどうかを取得する。
isWarnEnabled() - Method in interface nablarch.core.log.Logger
WARNレベルのログ出力が有効か否かを判定する。
iterator() - Method in class nablarch.common.dao.DeferredEntityList
iterator() - Method in class nablarch.core.db.statement.ResultSetIterator
型Tの要素セットの反復子を返す。
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